this post was submitted on 12 Aug 2026
340 points (97.2% liked)

Programmer Humor

32747 readers
740 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
[–] lime@feddit.nu 35 points 8 hours ago (2 children)

i've designed my own communication protocols that run directly on udp. i couldn't tell you either.

[–] ramble81@lemmy.zip 2 points 3 hours ago (1 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.

[–] lime@feddit.nu 1 points 3 hours ago (1 children)
[–] ramble81@lemmy.zip 3 points 3 hours 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 1 points 38 minutes 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 2 points 24 minutes ago

Wait until you hear about this XML thing.

[–] MalReynolds@slrpnk.net 9 points 7 hours ago (1 children)

Ima guess it's javascript-ese to turn a json object into a string, perhaps for serialization. But no clue, coding for decades but always hated js, I guess my way through with a linter and IDE when I absolutely, positively, cannot find an alternative, which seldom happens.

[–] sukhmel@programming.dev 14 points 6 hours ago (1 children)

I mean, the meme could've been ‘oh, it's JS, shoot me’

[–] anomnom@sh.itjust.works 3 points 5 hours ago (1 children)

Before yaml, I used json with Ruby it was way nicer to read than xml config files ( but way before that I started using it with PHP and Actionscript)

[–] jaybone@lemmy.zip 3 points 4 hours ago

Yeah you don’t have to be using JavaScript to use json. Yes I know it’s part of the name, but it’s just an object notation which is the other part of the name, and this has become widely accepted for use in nearly all popular languages and frameworks.