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
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
I’d like to think you’re right but they’re more of a cult than a political party.
I’d believe that overhauls in this sense means that they have completely restructured/breathed new life to their campaign and thus gained favorability
Big difference between a low paying boring office job and a high paying one lol.
The name game? Lmao.
Things would probably be different if teachers made more money or if the requirements were higher. For most people who become teachers, it definitely was not their intended career progression. Just something they landed on.
I think for a lot of people, reading of kind of a luxury they don’t have time for. Kind of hard to hone your literacy skills when you’re living hand to mouth.
Then again, I’m a self taught engineer from a poor immigrant family. So who the hell knows.
Basically because every time this happens the burden of debt is passed towards the tax payers. They just built a long toll lane in my city in what was a 2 lane highway. Adding another lane or two would have alleviated traffic immensely. The company that built it owns all profits for approx 50 years. What could have been a 5 lane highway is still two except now you have the option of paying a ridiculous amount of money to not have to deal with the traffic. This is money that could have been spent on improving the city’s other methods of transportation, trains, bicycles, etc.
It doesn’t affect me personally. I ride a motorcycle every day. It’s just painful to see how private interests are almost never in line with what’s best for constituents
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?’))
Agreed. Smart people aren’t smart because they simply are. They’re smart because they learn how to learn. They learn the recognize that the steps to success involve failure. Being smart is about being willing to feel stupid, since anything new you learn/try you’re going to feel overwhelmed.
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.
+1 on the book idea. Sounds like a delightful read. I have a similar philosophy as well that’s worked for me. I’ve never once cared about getting credit or props, I make my boss/team look like geniuses. That naturally tends to reward you as well. Great individual contributors are actually pretty rare. Out of hundreds of engineers I’ve worked with closely, only a few were brilliant in the way you described.
If you’re looking for related reading, perhaps for inspiration, there’s a great book called
Quiet: The Power of Introverts in a World That Can’t Stop Talking, by Susan Cain.
I highly recommend it.
I work as an engineer for a huge financial company, so I relate. I was a scrappy upstart who worked himself through the lowest tiers of my industry towards the top. I’m also neurodivergent.
I can speak on for days about how bosses don’t care who’s doing the work as long as it gets done.
As a top performer, you’re likely to feel that people should perform at the standards you set, and your natural first instinct is probably to try to train and educate your coworkers. You soon realize that they either don’t give a shit or they’re offended that you’re giving them advice. No problem, we live in a hierarchical society, so you tell your boss about the problems you face, they’ll have your back, right? Wrong. You’re rocking the boat, and the boss’ job is to keep the boat afloat.
Now, instead of rocking the boat, you start to wonder if you there’s a way you can change the current of the water so the boat goes in the proper direction. That’s where wisdom and skill meet. There’s an incredible amount of depth involved in influencing people and change. I wish it wasn’t the way of the world, but it is. Being brilliant is only half the battle.
I think what they’re saying is that we subsidize losses for the rich, but for citizens it’s rugged individualism. Bootstraps and such. The tax dollars are always there to bail out companies or to fight wars, but not to serve the needs of the people.
I mean, I don’t like to read it but I think you’re right. The Democrats need to align with progressives to win. Biden is set to lose this election, as much as I hate Trump.
Love it, the perfect touch would have been editing my username to “this is going well” lol
As someone who has used 4 chan but never spent any considerable time there, what’s the difference? When is the text green?