this post was submitted on 14 May 2025
238 points (98.4% liked)

Memes

50277 readers
749 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 6 years ago
MODERATORS
238
submitted 18 hours ago* (last edited 18 hours ago) by debil@lemmy.world to c/memes@lemmy.ml
 

One of my top 5 pet peeves in IT: humanizing software.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Thorry84@feddit.nl 24 points 17 hours ago (1 children)

And then the troubleshooting steps are like reset the app, reset your account and if that doesn't fix it reinstall Windows. If it still won't work, buy a new computer.

It's terrible, just give me the info I need to figure out the root cause. It's probably very easy to fix. Instead of the ol' nuke it from orbit approach.

And it's not just on the side of consumers either. More and more people are using docker to run shit and just reset or reinstall whenever an issue pops up. Sure that's often faster and it might work, but it won't prevent the issue from returning and you won't have learned anything. I learned the most from fixing broken shit. It requires you to figure out how it should work and what's preventing it from working like that. We are making ourselves dumber this way.

[โ€“] HK65@sopuli.xyz 3 points 14 hours ago

More and more people are using docker to run shit

Docker is not made that way so people can get out of fixing shit that breaks constantly. The point is more to get rid of once-in-a-lifetime errors for which a reinstall or restart would be faster for anyway, but the main reason is that you get to sleep because if something fucky happens at 3AM, it's more likely the system will just right itself.

I certainly wouldn't call debugging a blinking container easier than just fixing shit on the server. In a container though, I can be sure the issue is fixed and it's not just another bandaid on a growing pile that is going to explode as soon as the guy building the pile retires.