this post was submitted on 12 Aug 2026
206 points (96.4% liked)

Programmer Humor

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

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

[–] OpenStars@discuss.online 4 points 42 minutes ago

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

img

[–] Avicenna@programming.dev 29 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 10 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 1 points 23 minutes ago

Name 3 UML diagrams and 3 architectures!

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

TypeError: JSON.stringfy is not a function

[–] urushitan@kakera.kintsugi.moe 6 points 1 hour ago

of course MIT uses their own JSON primitives

[–] porous_grey_matter@lemmy.ml 14 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 3 points 1 hour ago

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

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

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

[–] anomnom@sh.itjust.works 2 points 31 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)