this post was submitted on 12 Apr 2026
225 points (100.0% liked)

Programmer Humor

30895 readers
1060 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 28 comments
sorted by: hot top controversial new old
[–] ICastFist@programming.dev 2 points 2 hours ago

Sweet ninjesus, i'm having a heart attack just imagining it

[–] aeronmelon@lemmy.world 31 points 7 hours ago (1 children)
[–] forrgott@lemmy.zip 4 points 4 hours ago (1 children)

Oh God damn you. Have your upvote and... you know the rest...

(ノಠ益ಠ)ノ彡┻━┻

[–] KairuByte@lemmy.dbzer0.com 3 points 2 hours ago

┬──┬◡ノ(° -°ノ)

[–] ZoteTheMighty@lemmy.zip 7 points 5 hours ago (1 children)

Unironically I think this is my only shot at getting past our code debt.

[–] Rooster326@programming.dev 2 points 2 hours ago

It didn't say anything about wiping previous debt

[–] eodur@piefed.social 22 points 7 hours ago

I thought this was programmer humor, not programmer horror

[–] Shaker_dev@programming.dev 0 points 2 hours ago* (last edited 2 hours ago) (1 children)

I'm not understand , what it's mean

[–] dbx12@programming.dev 4 points 2 hours ago

It's a meme referencing the movie "the purge" which legalizes all crimes during one specific night.

[–] red_tomato@lemmy.world 18 points 8 hours ago (4 children)

Another movie pitch:

Due to management decision, a code freeze has been mandated to the main branch. 50 feature branches have accumulated waiting to be merged.

Management has now approved to lift the code freeze for 24 hours. Will the poor engineering team manage to merge all feature branches in time?

[–] Jesus_666@lemmy.world 6 points 5 hours ago* (last edited 5 hours ago) (3 children)

Here's one for a TV show.

In 2022, a crack quality assurance team was made redundant by a CTO for a botched product launch they didn't commit.

These men promptly escaped from a maximally unstable job market to the LinkedIn underground.

Today, still wanted by recruiters, they survive as soldiers of fortune.

If you have a broken codebase, if no one else can help, and if you can find them, maybe you can hire the QA-team.

[–] marlowe221@lemmy.world 2 points 1 hour ago

You are amazing, you beautiful lemmy stranger, you.

[–] kboy101222@sh.itjust.works 2 points 4 hours ago

DO DODO DO DOO DOO. DO DODO DO DO

[–] ArtVandelay@lemmy.world 1 points 3 hours ago

I am ramping a vehicle onto its roof in celebration

[–] ugo@feddit.it 4 points 5 hours ago

Very easy: merge everything, fix after the feature freeze. It’s a feature freeze, not a bugfix freeze

[–] grue@lemmy.world 2 points 6 hours ago

Merging all the feature branches in time is easy.

Having the project compile afterwards is hard.

[–] otter@lemmy.ca 3 points 8 hours ago (2 children)

Is there a robust test suite?

Merge, test, merge, test, patch, merge, test

[–] red_tomato@lemmy.world 5 points 7 hours ago

Only some of the new code does. Unfortunately, most of the code base is 10 years old written in the good ol’ Anarchy Driven Programming paradigm.

[–] harambe69@lemmy.dbzer0.com 1 points 7 hours ago

The test suite takes 24 hours to run fully.

[–] otter@lemmy.ca 7 points 8 hours ago (2 children)
rm -rf *

git add -A
git commit -m "oops."

rm -rf .git
git init
git add .
git commit -m "bye."

git push origin main --force
[–] black_flag@lemmy.dbzer0.com 8 points 8 hours ago (1 children)

rm-ing .git isn't gonna work cuz you'll have to re-add the remotes.

[–] otter@lemmy.ca 3 points 8 hours ago (1 children)

Oh good point 🤦

So maybe instead, we can clear all local + remote branches and tags, create a blank branch, delete main, rename the blank branch to main, then delete .git

Although the OP says that we can merge anything, and we might not have access to mess with branches

[–] ozymandias117@lemmy.world 1 points 6 hours ago

Or just git push origin --force blank:main

[–] otter@lemmy.ca 3 points 8 hours ago (1 children)

I'm not sure about the git history wipe, I can't test it myself right now

[–] Midnitte@beehaw.org 4 points 8 hours ago (1 children)

Just test it on production, you could do it right now

[–] otter@lemmy.ca 3 points 8 hours ago

Goodbye fedecan.ca

[–] sbeak@sopuli.xyz 3 points 7 hours ago (1 children)

My question would be for what time zone? That seems like an important detail

[–] VoteNixon2016@lemmy.blahaj.zone 7 points 6 hours ago

Well my pull request simplified all time zones to just UTC +8:45 so we never have to worry about it again