this post was submitted on 14 May 2025
282 points (98.6% liked)

Memes

50418 readers
818 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
282
submitted 1 week ago* (last edited 1 week 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
[–] HK65@sopuli.xyz 5 points 1 week 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.