this post was submitted on 14 Sep 2025
823 points (99.4% liked)

Programmer Humor

26407 readers
881 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
[–] TomasEkeli@programming.dev 35 points 4 days ago (2 children)

Then just return a 500 - Server error. Nice and obscure.

The ability to separate "something wrong with what you sent" (4XX) and "something wrong on the server" (5XX) is very valuable in itself.

[–] MyNameIsIgglePiggle@sh.itjust.works 44 points 4 days ago* (last edited 4 days ago) (3 children)

Yep

  • 2xx - it's good
  • 3xx - not here cunt
  • 4xx - you don fucked up
  • 5xx - we fucked up, whatever you do aint changing shit.
[–] mercano@lemmy.world 15 points 4 days ago* (last edited 4 days ago)

1xx - We’re still working on it

[–] Ziglin@lemmy.world 6 points 3 days ago (1 children)

The number of times I've gotten 5xx codes for bad requests is annoyingly high.

Fair. But they still fucked up so at least that's on them

I guess it's like a retail worker apologising excessively because of trauma.

[–] Hawk@lemmy.dbzer0.com 9 points 4 days ago (1 children)
[–] TomasEkeli@programming.dev 2 points 3 days ago

good old 418, always appears when you really want a cup of coffee

Respond to everything as a teapot