this post was submitted on 03 Oct 2025
645 points (98.9% liked)

Programmer Humor

26747 readers
509 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
[–] kibiz0r@midwest.social 10 points 3 days ago (1 children)

Does ReST mean anything anymore? It was originally a set of principles guiding the development of the HTTP 1.1 spec. Then it meant mapping CRUD to HTTP verbs so application-agnostic load balancers could work right. And now I guess it’s just HTTP+JSON?

[–] codemankey@programming.dev 2 points 2 days ago (1 children)
[–] kibiz0r@midwest.social 1 points 2 days ago (1 children)

I understand it for normal words. But for an acronym? About a body of technical research? How are we supposed to refer to the thing that Fielding meant when he coined the term?

[–] codemankey@programming.dev 1 points 5 hours ago

Lots of technical terms are used quite loosely I think. If you ask 10 people what a compiler is, or what functional programming is or what goes where on the OSI layers you’ll get different answers.

It’s not practical but that’s the world we live in.