this post was submitted on 02 Sep 2026
814 points (97.9% liked)

Programmer Humor

33090 readers
2005 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 50 comments
sorted by: hot top controversial new old
[–] LodeMike@lemmy.today 9 points 20 hours ago

Twitter πŸ’€πŸ’€πŸ’€

[–] SchwertImStein@lemmy.dbzer0.com 51 points 1 day ago (1 children)

Programmers used to be so hostile to women that they needed to transition (evolve) to refill the niche.

[–] AI_toothbrush@lemmy.zip 4 points 19 hours ago (1 children)

Makes sense, now where do furries fit into that..?

Accommodation for misanthropes.

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

that is not how a confidence interval... never mind.

[–] Rusty@lemmy.ca 6 points 22 hours ago

The confidence interval is 1% - 199%

[–] ultimate_worrier@lemmy.dbzer0.com 153 points 1 day ago (19 children)

I don’t make the rules…. but I have observed far too often for it to be coincidence that the more brilliant a type theorist is, the more likely it will be that they identify as πŸ³οΈβ€βš§οΈ or πŸ³οΈβ€πŸŒˆ.

[–] drolex@sopuli.xyz 129 points 1 day ago (4 children)

Counterpoint: I used to be a computer scientist in obscure languages, I'm as cis as they come, and I've always been absolutely average. Wait that's not a counterpoint at all

[–] LegoBrickOnFire@lemmy.world 39 points 1 day ago (1 children)

Counterpoint: I am a trans woman in CS and I am incompetent

[–] drolex@sopuli.xyz 29 points 1 day ago (2 children)

Maybe you just have imposter syndrome: you think you work in CS but you actually work in retail.

[–] qarbone@lemmy.world 9 points 1 day ago (1 children)
[–] drolex@sopuli.xyz 2 points 12 hours ago

That's not very sus? Well I disagree, and BTW I saw you in the engine room, what were you doing? Maybe you're the one with impostor syndrome

[–] fruitycoder@sh.itjust.works 4 points 21 hours ago

Tbf I had a friend who worked in CS but was actually a mechanic. He just fixed the systems so much they would pay him a diff to go work at other shops computers.

[–] bizarroland@lemmy.world 100 points 1 day ago (3 children)

Maybe taking estrogen will elevate your rank.

You've convinced me we need to start marketing HRT as performance enhancing drugs for programmers. Maybe that would make corporate America support trans healthcare

[–] Gamechanger@slrpnk.net 89 points 1 day ago (1 children)

Would this be considered doping?

[–] baldingpudenda@lemmy.world 57 points 1 day ago

I mean, you're gonna be dope as hell!

[–] girlnamedzero@piefed.zeromedia.vip 26 points 1 day ago (2 children)

In that case she’d be able to double jump

[–] AnyOldName3@lemmy.world 12 points 1 day ago (1 children)

This is a common misconception. Trans people actually have a directional air dash.

As a trans woman, I can say it’s actually both

[–] Viking_Hippie@lemmy.dbzer0.com 20 points 1 day ago (2 children)

What do the Linux socks unlock? Sneak while running?

[–] Truscape@lemmy.blahaj.zone 21 points 1 day ago (2 children)
load more comments (2 replies)
load more comments (1 replies)
load more comments (2 replies)
[–] Wirlocke@lemmy.blahaj.zone 19 points 1 day ago

You could say that type theorists are isomorphic to LGBT.

load more comments (17 replies)
[–] solrize@lemmy.ml 36 points 1 day ago (2 children)

I had to look it up, DLC is downloadable content.

[–] Blibly@lemmy.world 69 points 1 day ago (1 children)
[–] carotte@lemmy.blahaj.zone 148 points 1 day ago* (last edited 1 day ago) (2 children)
[–] Skullgrid@lemmy.world 19 points 1 day ago (5 children)

come the fuck on

string bigIfTrue(Boolean size)
{
    string toAssign = '';
    if (size == true)
    {
        toAssign = 'big';
    }
    else
    {
        toAssign = 'small';
    }
    return toAssign;
}
[–] not@lemmy.dbzer0.com 14 points 1 day ago (1 children)
[–] grrgyle@slrpnk.net 3 points 1 day ago
[–] bstix@feddit.dk 31 points 1 day ago (1 children)

Bloat. Nobody asked for else.

[–] mcv@lemmy.zip 2 points 1 day ago

Or assignment. Just return.

[–] OpenStars@discuss.online 1 points 19 hours ago (1 children)

So very wrong.

"big" != "Big"

[–] Skullgrid@lemmy.world 2 points 19 hours ago* (last edited 19 hours ago) (1 children)

shit time to git commit sudoku

[–] OpenStars@discuss.online 2 points 19 hours ago

Syntactically correct - the best kind of correct!!

[–] Axolotl_cpp@feddit.it 5 points 1 day ago* (last edited 1 day ago)
String bigIfTrue(Boolean size)
{
    if (size == true){ return "big" }
    return "small";
}
[–] Hasherm0n@lemmy.world 14 points 1 day ago (4 children)

Where's your interface and factory?

[–] fruitycoder@sh.itjust.works 2 points 21 hours ago

This actually gets loaded as a WASM module by a server less API service when a user ask if true return big

load more comments (3 replies)
load more comments (1 replies)
[–] Artisian@lemmy.world 15 points 1 day ago

Source please! I want this to be true.

[–] MalReynolds@slrpnk.net 18 points 1 day ago* (last edited 1 day ago)

Claire's (likely) a good programmer, knows there's always edge cases and is super pedantic.

load more comments
view more: next β€Ί