• 1 Post
  • 41 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle
  • In November I somehow convinced a company to hire me as director of IT. Now I have 7 IT techs and 3 software devs under me. I had never been in a management position before (not even fast food or something like that) but it was like a $30k/yr raise so i took it.

    I started off wondering how they hadn’t figured out that I had literally 0 idea what I was doing. But I’ve started to realize that nobody in middle management has any idea what they are doing haha.

    So, go and lie to interviewers. Worse case you get fired and you can lie to another set of them. Nobody cares and even fewer people actually understand what’s going on.









  • Sure, but comparing what people thought 2000 years ago to what they think now is a fruitless endeavor.

    The concept of democracy came about around that time too (at least the Greek one, which arguably wasn’t the first but I digress) but should we exclude women and foreigners from it? That’s what the early proponents of democracy wanted.




  • but at least people who can’t even navigate their basic file explorer that they are expected to use scary terminal commands.

    This! I work in IT, in fact, I’m the director of both the IT and software teams at my company and I am constantly teaching my new techs and reminding my existing techs that they need to remember just how little the “average” person knows about computers, and how much more that is than what they’d actually care to learn.

    99% of people don’t care about computers, or how to make things “more efficient”, or anything else. They just care about the easiest way to do something. And like it or not, the easiest way for the vast majority of people is through a GUI.

    There is even an XKCD about this

    And that’s even before you get to the security problems! I am constantly trying to prevent users from going to FreeNuclearCodes.com or sending passwords and social security numbers to i7716tvq_88@gmail.com (actual email address I had to block last week)


  • For me (sysadmin actually) it’s because what I’m doing is either simple enough that I can use Nano (editing simple config files) or complicated enough that I’ll want a full fledged IDE. I use VSCode and it handles remote files really really well.

    Although I have learned a little bit of Vi/Vim because sometimes thats all you have.

    Plus if you’re doing major changes (like more than editing a line or two) you shouldn’t be doing that on a production server anyways. Like if I found out an engineer or dev was primarily working directly off of the server they would probably be on their way out the door. Uptime is worth way too much for that nonsense.