this post was submitted on 12 Aug 2026
289 points (97.4% liked)

Programmer Humor

32739 readers
1329 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
 
top 15 comments
sorted by: hot top controversial new old
[–] mrsilkworm@piefed.social 13 points 1 hour ago (1 children)

I ll do you a better one. Why is Jason?

[–] OpenStars@discuss.online 7 points 51 minutes ago

Don't ask - if he told you then he'd have to kill you...

img

[–] Avicenna@programming.dev 38 points 2 hours ago (1 children)

alternative scenerio:

Guy: "it turns javascript objects into texts in json format"

Soldier: "He uses javascript, shoot the poor bastard"

[–] bluelabel@lemmy.world 18 points 1 hour ago* (last edited 1 hour ago) (1 children)

Alternative scenario:

Soldier B: Soldier A asked a JavaScript question instead of a software engineering question. He's not a real soldier, shoot him

[–] somegeek@programming.dev 4 points 32 minutes ago (1 children)

Name 3 UML diagrams and 3 architectures!

[–] jaybone@lemmy.zip 1 points 1 minute ago

“It’s ok. Just shoot me.”

[–] foleac@discuss.tchncs.de 24 points 3 hours ago* (last edited 1 hour ago) (1 children)

TypeError: JSON.stringfy is not a function

[–] urushitan@kakera.kintsugi.moe 9 points 2 hours ago

of course MIT uses their own JSON primitives

[–] porous_grey_matter@lemmy.ml 31 points 3 hours ago (1 children)

Not sure every software engineer needs to know this. If they'd said web developer I suppose this would really be expected knowledge, but then you'd probably want to shoot them anyway.

[–] Waterpumpee@lemmus.org 5 points 1 hour ago (1 children)

honestly, this is used for debugging. Why not just pass the object as value to the console.log()

[–] TrickDacy@lemmy.world 2 points 9 minutes ago

Not only used for debugging and also if you log a complex object, the way it gets displayed in the console is not always easy/possible to fully inspect. It will get.. truncated for lack of a better word

[–] lime@feddit.nu 39 points 4 hours ago (1 children)

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

[–] MalReynolds@slrpnk.net 9 points 2 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 2 hours ago (1 children)

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

[–] anomnom@sh.itjust.works 3 points 40 minutes ago

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)