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

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


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





  • Agreed. I think we took self expression too far. Things like the Internet, hip hop, counter culture etc definitely changed how we express ourselves. I cringe at the idea of how I defended the use of words and phrases even as an adult, hiding behind defenses like “intent matters”. It wasn’t until I was in my late 20s that I started to think about how the things that I express might be harmful to others. Thankfully I don’t see many kids act like we acted. I even caution my son against the use of phrases that might be worded too strongly, such as something “being stupid”. If we can give our children a world to inherit, I think they can come closer than we’ve ever been to world peace.


  • I came across this early in my career in networking. I ended up having to support another technicians customer(we primarily managed our own workloads) and he did not use the tools(vault) we had to manage the network equipment credentials, so I always had to call him and ask him what the password is and why he doesn’t update it in the vault(it frequently changed) … After bothering him enough about it he said it was job security.

    This was a 45k entry level job that he was years into. Why someone would want job security at the bottom part of the totem pole is beyond me, but that is where I mostly came across tribalistic tendencies(I worked in a lot of small/medium sized companies before getting a big break)

    If I look up those people on LinkedIn, they’re exactly where they were or in another lateral position. They don’t tend to make it very far.





  • Agreed. I think most hobbyists establish a baseline minimum requirement, which some of it boils down to preference. That preference is usually for newer hobbyists to avoid the same pitfalls. Some may misinterpret it as gatekeeping if you recommend a nuanced opinion, but it’s your opinion, anyone is allowed to disagree.

    I think to OPs point, people asking “what kind of camera do you use?” Isn’t meant to be offensive. It’s an exploratory question meant to inspire discussion and it usually means that person has an interest in the topic.

    People find the craziest things to be offended about nowadays.



  • Not trying to start an argument here but you sound very far removed from individual contributors, so maybe from your point of view it would simply look like adding it to a pile. More important than adding it to a pile is to make sure there’s systems in place to make sure OSs are patched. You wouldn’t be complaining to the IT/sysadmin guy about your servers’ vulnerability or patching schedules, you’d be talking to your cybersec department who’d have oversight. And if there’s a breach and your only defense is “I added it to the IT guys pile”, 100% you are getting fired as well.






  • One of the more interesting things about how these games are advertised (I don’t play mobile games but I suspect a lot of people that do are kids) are that it always shows someone playing the game poorly. It’s supposed to make you go “huh. Well that looks easy. Wait wth is he doing? No! He could have gotten the powerup. Oh! Looks like he might get this one! What?! How do you mess that up?! I bet I could do that.”

    One thing that I’ve realized about this generation of kids and people who didn’t grow up on tech but were forcibly introduced to it(millennials, gen x, boomers) is that they don’t want the game to be challenging or to reward skill. They just need the game to be flashy and to pass the time. That’s why these games are always made to look so easy and like the guy playing is a moron. A lot of people are attracted to games in a different way than “gamers” … They are not attracted to the challenge or the mastery, they’ve attracted to the visuals and lack of difficulty.

    I believe these types of games are akin to gambling. The last time I went to Dave and Busters, you wouldnt believe the amount of adults i saw playing games of chance (not skill) for tickets. Exactly like a casino.