this post was submitted on 30 Aug 2026
880 points (98.5% liked)

Programmer Humor

33112 readers
66 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 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] hperrin@lemmy.ca 7 points 6 days ago (4 children)

This wholly depends on where this code is running. If it’s running on the server, you want the best algorithm for most cases, to try to minimize work and power consumption, and maximize capacity. If it’s running on the client, just use whatever.

[–] xthexder@l.sw0.com 15 points 6 days ago (2 children)

If it’s running on the client, just use whatever.

Because who cares if it's the user that has to buy more RAM or gets terrible battery life, that's not our problem. /s

This is why we can't have nice things.

[–] hperrin@lemmy.ca 8 points 6 days ago (1 children)

I agree. I guess it wasn’t obvious that I was being sarcastic.

[–] bruh@nord.pub 1 points 5 days ago

you should have used '/s'. a lot of people got confused it seems

load more comments (1 replies)