this post was submitted on 01 Jul 2025
103 points (98.1% liked)
Programmer Humor
37665 readers
377 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ugh, this is what our legacy product has. Microservices that literally cannot be scaled, because they rely on internal state, and are also all deployed on the same machine.
Trying to do things like just updating python versions is a nightmare, because you have to do all the work 4 or 5 times.
Want to implement a linter? Hope you want to do it several times. And all for zero microservice benefits. I hate it.