this post was submitted on 27 Feb 2026
320 points (98.5% liked)

Programmer Humor

31490 readers
1318 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
top 50 comments
sorted by: hot top controversial new old
[–] ns1@feddit.uk 187 points 2 months ago (4 children)
[–] GreenKnight23@lemmy.world 43 points 2 months ago

Closed as not planned

so much brainrot they burned themselves on accident

[–] MNByChoice@midwest.social 38 points 2 months ago

For those wondering, yes, that was a real issue submitted. There are other issues, and they are great.

[–] markz@suppo.fi 34 points 2 months ago
[–] ulterno@programming.dev 12 points 2 months ago

Owner does not plan on getting their brain to function properly

[–] horn_e4_beaver@discuss.tchncs.de 108 points 2 months ago (1 children)

Privacy-First: No cameras required - uses WiFi signals for pose detection

That's not how privacy works.

load more comments (1 replies)
[–] kadu@scribe.disroot.org 91 points 2 months ago* (last edited 2 months ago) (6 children)

I have a visceral "AI" sensor that triggers when I see these:

"Rust Implementation (v2)"

"Performance Benchmarks (Validated)"

Human beings don't self-validate explicitly like that. AI loves doing it.

You generate code, there's a bug, you ask for a fix, your AI of choice will always output with:

*** Fix build issue ***

*** End fix ***

and then call it "Version 2 (Validated)".

Sometimes it's more subtle, but you can feel it, it loves adding "confirmed", "working", "validated".

[–] over_clox@lemmy.world 60 points 2 months ago

This comment has been confirmed and validated by an actual human being 👍

[–] FishFace@piefed.social 59 points 2 months ago (4 children)

My sensor is much simpler. If I see emoji in headings or bulleted lists, I assume it's shit. It might be AI slop, or it might just be kids getting overexcited with the little pictures, but both deserve suspicion and scrutiny.

If a bunch of the emoji don't even make sense it can get in the bin.

[–] eskuero@lemmy.fromshado.ws 39 points 2 months ago (1 children)

This comment is so true 🚀🚀🚀

[–] Steve@startrek.website 22 points 2 months ago
[–] GreyCat@lemmy.world 8 points 2 months ago (2 children)

Ahhh idk, I saw a lot of genuine repos do emojis, at least for headings. Even before LLMs.

I like them 'cause with the right amount, it makes a README easier to parse when quickly scrolling over it.

[–] yabbadabaddon@lemmy.zip 5 points 2 months ago

My changelog generation tools output emojis because our lives are too short to not use 🚀

load more comments (1 replies)
load more comments (2 replies)
[–] MajinBlayze@lemmy.world 15 points 2 months ago* (last edited 2 months ago) (4 children)

I have a project with a bunch of compose files that define the services I self host. I "deploy" the project by sshing into my server and doing "git pull" which means I'm often making changes that don't get tested before committing to source control. As a result I have long chains of commits like:

  • refactor the sproingy widget
  • refactor the sproingy widget v2
  • refactor the sproingy widget working
  • maybe the sproingy widget works this time?
  • ok finally found the issue with refactor sproingy widget
  • fix formatting of sproingy widget

And now I'm wondering if I've been an llm this whole time

[–] exu@feditown.com 13 points 2 months ago (1 children)

Make your changes in a new branch and rebase/squash when you push it to main.

[–] IronKrill@lemmy.ca 6 points 2 months ago

This also means modifying your git pull command to pull the correct branch. A small change perhaps, but may be harder than just committing to main lol.

I had a similar problem with GitHub actions, it was hard to test without messing up the main repo history.

[–] housedogpartyfavor@lemmy.zip 11 points 2 months ago

No the AI would have called it fixed, “production-ready,” committed, and pushed after the first refactor.

load more comments (2 replies)
[–] Avicenna@programming.dev 3 points 2 months ago* (last edited 2 months ago)

👉: mission acquired

👊: bugs squashed

👍: code validated

👏: congratulations on this exquisite piece of software

✍️: ready to do more!

[–] BenjiRenji@feddit.org 3 points 2 months ago

"I'm confident in my solution."

Alarm bells.

load more comments (1 replies)
[–] DaddleDew@lemmy.world 56 points 2 months ago* (last edited 2 months ago) (2 children)

I am no programmer and understand almost nothing of the documentation and yet somehow I can tell it's all bullshit.

It reads like a kid making up words in an attempt to sound smart mixed up with the description for a shady Amazon product.

[–] markz@suppo.fi 28 points 2 months ago* (last edited 2 months ago)

I guess it's reading comprehension. Utter bullshit reeks the same regardless of the field.

[–] over_clox@lemmy.world 12 points 2 months ago

That's absolutely awesome!

I'm gonna start referring to this as 'smelling AI slop'

You got the sense to sniff it out, even without programming experience. And that's a damn good sense to have these days 👍

[–] SGforce@lemmy.ca 45 points 2 months ago

All of YC got bamboozled by this slop.

[–] gkaklas@lemmy.zip 32 points 2 months ago (3 children)

Throughput metrics

Phase Sanitization 67-85 Melem/s

😆

(Turns out it does exist! But it's just a chemical https://en.wikipedia.org/wiki/Melem )

[–] dfyx@lemmy.helios42.de 6 points 2 months ago* (last edited 2 months ago)

I think it’s meant to be short for Mega-elements, so millions of elements.

[–] markz@suppo.fi 4 points 2 months ago* (last edited 2 months ago)

Maybe the bot was just being sarcastic

[–] Xylight@lemdro.id 32 points 2 months ago (2 children)

anyone gonna cop the $1500 hour session for agentic engineering

load more comments (2 replies)
[–] Blackmist@feddit.uk 30 points 2 months ago

Forgot to put "make sure the project compiles" in his .md files. What an amateur.

[–] CannonFodder@lemmy.world 27 points 2 months ago (1 children)

I mean well before AI, it was pretty common that a GitHub repo wouldn't compile.

[–] chicken@lemmy.dbzer0.com 20 points 2 months ago

Maybe it's just me but most times I try to compile a software project from source, it's gonna take a long time figuring out stuff not mentioned in the readme and I will probably give up in the end.

[–] over_clox@lemmy.world 22 points 2 months ago (1 children)

And this is why I come up with stupid concepts like this, coding without numbers, just to fuck up artificial intelligence...

https://lemmy.world/post/43158470

Sorry I said it was Friday, it was actually Sunday 🤦‍♂️

[–] flango@lemmy.eco.br 10 points 2 months ago (4 children)

To be honest, I don't think that changes anything. Once you got the relation Z = 0, O = 1, etc., or whatever symbol you represent "1", "2", etc., you just have to do algebra.

load more comments (4 replies)
[–] rem26_art@fedia.io 19 points 2 months ago (1 children)

Performance Benchmarks (Validated) yup, 100% totally validated. It's like when you buy something thats wayy too cheap for what it should be off of Temu and it shows up with a QC and Validation card that they clearly just print on a large sheet and cut down that says QC OK

[–] Munkisquisher@lemmy.nz 10 points 2 months ago

Oh the fancy ones are separate bits of paper. Mostly they print a qc check with a tick right onto the packaging

[–] idunnololz@lemmy.world 19 points 2 months ago (1 children)
[–] MaggiWuerze@feddit.org 4 points 2 months ago
[–] ramble81@lemmy.zip 18 points 2 months ago (1 children)

Everyone’s talking about the different things that give it away and here I am with “WiFi dense human pose…” wtf

[–] jacksilver@lemmy.world 4 points 2 months ago

You can track/identify people in range of a wifi router based on how the wifi signal is disrupted.

I believe that the original people claimed you could ID individual people using their approach, but I suspect that's under ideal conditions and/or with some training against individual people.

[–] fnrir@lemmy.blahaj.zone 17 points 2 months ago

My impostor syndrome suddenly vanished :)

[–] Bazell@lemmy.zip 15 points 2 months ago* (last edited 2 months ago)

Apparently, these stars indicate that this is a good joke.

[–] ohshit604@sh.itjust.works 14 points 2 months ago* (last edited 2 months ago) (1 children)
load more comments (1 replies)
[–] exu@feditown.com 14 points 2 months ago

"production ready" sure you are

[–] irelephant@lemmy.dbzer0.com 10 points 2 months ago (1 children)

No project legitimately gets that many stars while having so few issues open

load more comments (1 replies)
[–] sylver_dragon@lemmy.world 7 points 2 months ago

AI Slop code base. Did Microsoft go open source?

[–] Avicenna@programming.dev 4 points 2 months ago

"In the fast-paced world of artificial intelligence, I'm constantly finding new ways to harness the power of technology. One of the most captivating aspects of AI models like GPT is their ability to "hallucinate" – generating completely new ideas and concepts that go beyond mere data processing. This capability underscores AI's potential to create, not just analyze."

First time I am seeing someone sell hallucination as a "feature not a bug"

[–] markz@suppo.fi 3 points 2 months ago
[–] ohshit604@sh.itjust.works 3 points 2 months ago* (last edited 2 months ago)

Welp, no longer using the work wifi.

load more comments
view more: next ›