this post was submitted on 02 Aug 2025
3 points (100.0% liked)

Programmer Humor

25844 readers
2450 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
 

API for HTTP Cats

you are viewing a single comment's thread
view the rest of the comments
[–] AngryCommieKender@lemmy.world 0 points 2 weeks ago (1 children)

Why would 418 ever be used?

Also 425, mood.

[–] Dekkia@this.doesnotcut.it 1 points 2 weeks ago (1 children)

418 comes from an April fools' joke published as RFC7168.

I've used it for debugging before because it stands out and is generally suported.

[–] boonhet@sopuli.xyz 1 points 2 weeks ago

I once returned it in a home assignment in case true == false and added a comment that it's cosmic radiation induced bit flip detection.

I got the job.