• 2 Posts
  • 152 Comments
Joined 1 year ago
cake
Cake day: July 13th, 2023

help-circle





  • 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


  • vi is basically gonna be on every Linux based machine until the end of time. Nano usually needs to be installed, which in corpo environments, you may not have the ability to do that. I made my peace with vim for sysadmin stuff or simple changes like editing yaml files. Vi also has some pretty good features out of the box which are good to learn.


  • 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.



  • 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?’))



  • +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.




  • 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.



  • Your experience may vary but I’m a network engineer who learned Python and I think learning regex and pandas is invaluable. Depends on what you want to build though. As far as learning resources, I’ve always liked w3schools, it’s free and to the point.

    For books, python 101 by Michael Driscoll is very good. I wouldn’t spend money on courses. They can be pretty demotivating and expensive.



  • Yeah you’re obviously beyond reason and we’re speaking across different levels of intellect here. Bringing up NOCs shows you’re entry level, despite how many years of experience you have. Find my phone is a network because the phone which has cellular capabilities reports that to Apple/Google.

    It wasn’t my intention to start a dick measuring contest here but since it’s on the table, im a six figure(deep into six figures) engineer at a fortune 10 company. Your 25+ years of CompTIA A+ experience mean nothing to me. You’re talking to a CCIE.

    No one with any amount of intellect would call something communicating at layer two a “network”, though anything that transfers data between two devices can technically be called a network, “networking” is being able to communicate with OTHER networks.