this post was submitted on 12 Aug 2026
973 points (97.6% liked)

Programmer Humor

32786 readers
1743 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
[–] ramble81@lemmy.zip 3 points 2 days ago (2 children)

I mean, that’s fine, right up till you have to communicate with something else. Given that 99% of APIs out there use JSON.

[–] socsa@piefed.social 3 points 2 days ago

Lol, I work with far too many serial APIs which are just sending three hex bytes for a key and value pair.

[–] lime@feddit.nu 3 points 2 days ago (1 children)
[–] ramble81@lemmy.zip 6 points 2 days ago (1 children)

Uh-huh, and where do you think most “something else that you would interact with” live from a computing standpoint. It’s not like you’re using X12 or HL7 everywhere.

[–] lime@feddit.nu 3 points 2 days ago (1 children)

you're a few layers too high up then. i work mostly in ble and lora networks. json is waaay to verbose.

[–] LurkingLuddite@piefed.social 3 points 2 days ago

Wait until you hear about this XML thing.