this post was submitted on 12 Mar 2026
978 points (98.7% liked)

Programmer Humor

30313 readers
2447 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

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ChickenLadyLovesLife@lemmy.world 8 points 12 hours ago (1 children)

It's kind of funny how eagerly we programmers criticize "premature optimization", when often optimization is not premature at all but truly necessary. A related problem is that programmers often have top-of-the-line gear, so code that works acceptably well on their equipment is hideously slow when running on normal people's machines. When I was managing my team, I would encourage people to develop on out-of-date devices (or at least test their code out on them once in a while).

[–] G_M0N3Y_2503@lemmy.zip 3 points 11 hours ago (3 children)

Optomisation often has a cost, weather it's code complexity, maintenance or even just salary. So it has to be worth it, and there are many areas where it isn't enough unfortunately.

[–] Passerby6497@lemmy.world 1 points 5 hours ago

And that lazy mentality just passes the cost to the consumer.

[–] Son_of_Macha@lemmy.cafe 5 points 10 hours ago (2 children)
[–] 87Six@lemmy.zip 1 points 9 hours ago

Bro just denied bro's lemmy comment pull request

[–] G_M0N3Y_2503@lemmy.zip -1 points 10 hours ago

Oops, forgot the AI step

[–] AeonFelis@lemmy.world 1 points 8 hours ago

Exactly the mindset responsible for the state of modern software.