this post was submitted on 06 Jul 2023
160 points (98.8% liked)

Programmer Humor

21421 readers
2288 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
all 11 comments
sorted by: hot top controversial new old
[–] [email protected] 16 points 2 years ago

These are all brilliant

[–] Gruntyfish 14 points 2 years ago

These are all really funny, but I think sith lord and secret santa are funniest to me.

[–] [email protected] 9 points 2 years ago

These are hilarious!

[–] [email protected] 5 points 2 years ago

I would definitely have the "Vital Contributor" badge if it existed.

[–] macintosh 4 points 2 years ago (1 children)

I would have the secret santa one like 3 times. Keep making that mistake when messing around with discord bots.

[–] [email protected] 6 points 2 years ago (1 children)

There was one time I saw I commeted my key. I then rese t the key then immediately commeted it again. I did that 2 more time

[–] macintosh 2 points 2 years ago
[–] xpinchx 3 points 2 years ago

If anyone pushes to prod on a Friday you're a special kind of demented. Unless you get weekend OT, but even then.

[–] [email protected] 2 points 2 years ago (1 children)

Oof, I think I'd have a couple of these.

I also once broke a completely different repo with a history rewrite and force push once. Turned out some repo had some odd form of reference to one of mine that depended on a specific commit hash, so the commit hashes changing (even though the files they cared about didn't change) broke them. Oops. I didn't even know anyone else was using it and thought it was safe!

[–] [email protected] 2 points 2 years ago

Sometimes that's done after security reviewing a dependency, to make sure an alarm is raised if anything at all changes.