this post was submitted on 21 Mar 2025
541 points (99.1% liked)

Programmer Humor

22083 readers
377 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
 
top 8 comments
sorted by: hot top controversial new old
[–] eager_eagle@lemmy.world 57 points 1 week ago (1 children)

hey, at least it's not a 200 with { "error": "Bad request" }

[–] prowe45@lemm.ee 11 points 1 week ago

Yeah, plus a 500 is the backend admitting it fucked up and not blaming the front end like a 4xx would be.

[–] slazer2au@lemmy.world 19 points 1 week ago (2 children)

Quick, make a ticket to the network team and ask why the firewall is causing the internal server error.

I wish I could say I haven't seen devs do this.

[–] jaybone@lemmy.world 7 points 1 week ago

In some architectures, where many microservices are behind load balancers and other front end proxies, sometimes it is the NOC’s fault. Yes a 500 should really only be a backend error.

[–] fibojoly@sh.itjust.works 2 points 1 week ago

Oh even better. I manage Kong (an API manager) and 90% of my time these days is explaining illiterate devs that no, Kong is fine, it's their shitty API crashing. Or better, their shitty HAproxy they don't know how to configure. FML.

[–] prole@lemmy.blahaj.zone 6 points 1 week ago

Fuck yes, Perry Bible Fellowship.

Best web comic of all time, hands down.

[–] Kojichan@lemmy.world 3 points 1 week ago

Except when it's a front-end script causing issues and blaming it kn the backend.

[–] CodeMonkey@programming.dev 3 points 1 week ago

Could be worse. You could just have your socket disconnect because the back end process crashed.