this post was submitted on 07 Nov 2025
1107 points (98.9% liked)
Programmer Humor
27264 readers
768 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's wild to me how some places I've worked are like locked down, all the infrastructure is in terraform or whatever and can be deployed immediately... and other places are like "ssh into prod with the credentials from confluence, edit the config in vim, and paste the new code into a new file"
We literally have both and our new Tech Lead is absolutely terrified that I can deploy shit into prod right from my command line. I think it's hilarious (because yeah, it's total shit, but our Dear Leader was a complete muppet who refused to listen and prioritise doing things right, so here we still are). Also our GitLab is the free licence because why pay for the thing that takes care of our entire codebase, eh ? ๐
One of those is Amazon prior to chatgpt, the other is Amazon a few weeks back.
I'm at one of the latter, so I feel this in my bones. I've watched what should have been an innocent config change snowball into a pair of VM clusters shitting back and forth for 2 hours. Implemented strict change control that day. Kind of a pain, but the team learned a lot that day!