If it makes you feel any better, I intentionally never use products that have intentionally repetitive messaging or earworm tendencies out of spite. Though I know I'm probably in the minority
thisisnotgoingwell
I'd like to think you're right but they're more of a cult than a political party.
As a data center engineer of 10+ years, I struggled to understand this at first. In my world, the hardware does a POST before the OS boots and has an inventory of what hardware components are available, so it shouldn't matter in what order they are discovered, since the interface names should make a correlation between the interface and the pcie slot that NIC exists in.
Where the water gets muddled is in virtualized servers. The NICs no longer have a correlation to a specific hardware component, and you may need to configure different interfaces in the virtualized OS for different networks. I think in trying to create a methodology that is agnostic to bare metal/virtualized OSs, it was decided that the naming convention should be uniform.
Probably seems like bloat to the average admin who is unconcerned with whether these NICs are physical or virtual, they just want to configure their server.
Yup. You'll see functions wrapped inside other functions all the time. The function on the inside will run first, then the next, etc.
In the example I gave, the value of nam is a string. But it you need to perform some mathematical function to it, it needs to be interpreted as a number. So once the value is received, int() will convert it into a number. Finally, that final value will be assigned to nam. Wrapping functions inside of functions is a great way to write concise code.
I think you need to look into string concatenation, the easiest and best of which is f strings. You could do something like;
print(f'welcome, {nam}')
You could also "add" the strings together.
print('welcome, ' + nam)
Another thing, when assigning the output of something to a variable, you can think of it as "the result of the code right of the equals sign is the value of the variable".
The input function assumes that the value should be interpreted as a string, but what if want it to be a number? You can just wrap another function around your input
user_number = int(input('what's the number?'))
Agree on the better testing for ASD. According to the CDC, autism rates have doubled from the year 2000(1 in 68, vs 1 in 150).
The consensus is that ASD is mostly genetic, however, there is some research going into other causes of autism, such environmental/biological causes. Personally, I think growing up with modern technology(kids being raised by YouTube/TikTok) impacts brain development/connections, so there are people with symptoms of ASD that otherwise would be "normal"
The issue with diagnoses like this is that you arrive to the conclusion by looking at the symptoms. And there's a lot of fucked up things going on right now that could cause more and more people to show symptoms.
i've worked on building better habits such as exercise, maintaining social connections, and working through my emotions instead of repressing them, and I've noticed that many symptoms that I used to associate with ASD were really depression. Like some sort of coping, catatonic state. I'd imagine that with mental health being what it is, there's probably a lot of people similar to me. Surprise, did you know ASD is far more common in males? 1 in 42, vs 1 in 189, for females.
Yup. The corruption is blatant, and the worst part is, they don't even hide it... the threat of impending doom keeps the voters subservient. Instead of pointing out the corruption, we equivocate. I'm not a nihilist or a pessimist and most certainly do not want Trump to win. But refusing to acknowledge the blatant corruption puts us right where we started.
Props to you for actually reading the article. If anyone else who replied to the comment had done the same, there wouldn't be as many "what-about-isms"
What's mind boggling about it? Bernie Sanders wasn't a prophet. He ran on a platform and we believed in his candidacy. Just because he bent over for Hillary doesn't mean that suddenly now she's a great candidate. If he had to bite down on the rag, I don't fault him for that. But asking people to get on board "just this once" every election is just a carrot on the stick. It's always "but this one is SUPER important, set yourself aside and pick the lesser evil, eventually we can get what we want." There is no "eventually" and there never will be as long as you and others like you show that you're willing to throw your ideals away because of this season's boogieman
You're missing a lot of context. You're examining the contents of the effect, without looking at the cause.
The DNC rigged the primaries before any ballots were cast. They conspired against Bernie Sanders to have Hillary as the nominee and worked to sabotage Bernie's run for presidency. Talking about exit poll statistics doesn't really mean much. The corruption was already well underway.
https://www.politico.com/magazine/story/2017/11/02/clinton-brazile-hacks-2016-215774/
You know there's elections before the primaries right? The Democratic party has shown that it will resort to all means of corruption to give you the "establishment" candidate. And people like you keep voting for the lesser of two evils. Let the Democrats lose more elections they shouldn't lose, eventually they learn they need to uphold the values of democracy to win an election.
If the Democratic party wasn't corrupt to the core, it would have been Bernie. After that it would have been Andrew Yang. You keep voting these Republicans in Democrat clothing, nothing ever gets solved. Every democrat in history since I was born has promised to do something about immigration, nothing ever gets done. Why? Because it serves their interests to have a variable workforce that they can underpay and demean.
People like you are why the Democratic party keeps forcing shit candidates down our throats. They count on obnoxious people like you to guilt others into voting for "the lesser of two evils"
As someone who has used 4 chan but never spent any considerable time there, what's the difference? When is the text green?