this post was submitted on 10 Mar 2026
699 points (98.3% liked)

Programmer Humor

30286 readers
2656 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
 

I use arch btw

all 38 comments
sorted by: hot top controversial new old
[–] whotookkarl@lemmy.dbzer0.com 2 points 1 hour ago* (last edited 1 hour ago)

Arch

Emacs

Spaces

Dark mode

Mono space fonts for coding, ligatures for prose

[–] cyberpunk007@lemmy.ca 1 points 51 minutes ago

This is sad whatever happened but I use manjaro btw.

[–] SubArcticTundra@lemmy.ml 9 points 4 hours ago (1 children)

Oh yeah, did I tell you I'm vegan?

[–] jaybone@lemmy.zip 8 points 4 hours ago

There needs to be a vegan distro. Surely someone has created one just so they can make this joke.

I watched Pew Die Pie's video about self-hosting de-googled services with docker.

I did not expect this. What has happened to the world?

[–] paraphrand@lemmy.world 2 points 3 hours ago
[–] DarrinBrunner@lemmy.world 62 points 7 hours ago (7 children)

I've never told anyone IRL that I use Linux.

Nor have I actually spoken to anyone for more than a few words since I started using Linux.

[–] Dave@lemmy.nz 28 points 7 hours ago (1 children)

I just generally try to avoid letting people know how technically savvy I am. I'd rather not do basic tech support for everyone I know.

[–] pinball_wizard@lemmy.zip 2 points 53 minutes ago

The magic words I use are, "Oh! This isn't Linux. I'm not sure how to use these, anymore."

[–] ExLisper@lemmy.curiana.net 23 points 7 hours ago (1 children)

It's never too late. Don't wait! Go outside, stop the first person you'll see, look them deeply in the eyes and say it. Say it loud and proud!

[–] Ghostie@lemmy.zip 19 points 6 hours ago

That’s too casual. You’re going to want to plan a distro reveal party first.

[–] ramble81@lemmy.zip 4 points 5 hours ago (1 children)

Thank you, because on here people don’t shut the fuck up about it even if the thread doesn’t involve Linux. They’re as bad as Cross-Fitters and Vegans.

[–] SubArcticTundra@lemmy.ml 1 points 4 hours ago
[–] SomeDudeFromSpace@lemmy.ml 6 points 7 hours ago* (last edited 7 hours ago)

You’re doing it now! /s

[–] MajinBlayze@lemmy.world 1 points 5 hours ago

And yet here you are

[–] jasoman@lemmy.world 1 points 7 hours ago

I heard symptoms get worse the longer you don't talk about it.

[–] deacon@lemmy.world 1 points 7 hours ago

I haven’t either but I do find myself having to master the urge more and more.

[–] ozymandias@sh.itjust.works 25 points 6 hours ago (4 children)

this is the same corporate fueled viral joke as “vegans always telling everyone about being vegan”.
maybe if windows wasn’t a vibe coded, microslop, death-by-1,000-papercuts, spycrosoft, torment nexus, then nobody would feel the need to tell people about linux?

[–] MissesAutumnRains@lemmy.blahaj.zone 16 points 6 hours ago* (last edited 5 hours ago) (2 children)

People walk around smashing themselves in the dick with a hammer, complain about the dick-smashing hammer, and lament the future dick-smashing hammer update, and the moment someone says, "Hey, have you tried these non-dick-smashing, hammer-free pants?" And they say, "Hahaha, do you also do CrossFit?"

This joke is stolen valor, I only just swapped to Linux like two days ago and I haven't had the opportunity to blurt it out to people yet.

[–] ozymandias@sh.itjust.works 2 points 3 hours ago

as a long time linux user, nobody wants to try it unless they’re interested in programming or some highly technical thing….
and really that’s where windows wins.

[–] nymnympseudonym@piefed.social 7 points 5 hours ago (2 children)

One of my favorite jokes:

Q: A Vegan, a crossfit enthusiast, and a Linux user walk into a bar. How do we know?

A: They told every. Damn. Person. In the bar. Within 5 fucking minutes.

[–] TheGiantKorean@lemmy.today 2 points 1 hour ago

If it's all the same person, which do they tell everyone about first?

[–] ozymandias@sh.itjust.works 6 points 3 hours ago

except it’s an unearned stereotype pushed by the corporations that lose money from people quitting meat and windows

i could tell you a lot of jokes based on stereotypes but i don’t want to spread fud.
also, i’ve never heard a single person talk about crossfit ever, but if they do, it’s probably because they enjoy it and want to tell you about things they have benefited from because they want you to be healthy and happier… not to gloat or whatever

[–] TheV2@programming.dev 2 points 5 hours ago (1 children)

Yesterday someone was murdering their dog in public. I almost intervened, but thankfully they told me just in time that they've already squared that decision with their conscience. Phew, haha, that was close. Wouldn't that have been embarrassing, if I pushed my ideology onto somebody who has already squared that decision with their conscience?

[–] ozymandias@sh.itjust.works 0 points 3 hours ago

i get it but i have a dog and im still mad at you

[–] calango@programming.dev 3 points 6 hours ago

this line of reasoning seems right to me. Well, if Windows didn't have all these problems, there wouldn't be as much need to migrate to another operating system

[–] FrowingFostek@lemmy.world 2 points 4 hours ago

I tell everyone at my part time job that we need Linux on their systems. I know nothing about Linux servers. Lemmy has convinced me most institutions would benefit from the switch.

[–] maxmalrichtig@discuss.tchncs.de 25 points 8 hours ago (5 children)

Arch comments in 3, 2, 1 ...

[–] reabsorbthelight@lemmy.world 27 points 7 hours ago

So you've all heard about rolling in your grave, but have you heard about rolling releases? No? Well it works like ....

[–] Ghostie@lemmy.zip 5 points 6 hours ago

I came in here to say “Arch, btw” but now I don’t wanna.

[–] pelya@lemmy.world 7 points 7 hours ago* (last edited 7 hours ago) (1 children)

People are boasting about Arch, but my first open-source OS was FreeBSD 4.2, fitting on a single CD-ROM.
It included a tiny base system and C compiler, and practically every other package had to be compiled from source, using the ports system, which was just a collection of makefiles, one for each package.
And you had to be careful to use gmake instead of make, because the default Make was BSD-specific tool incompatible with most of open-source software, which targeted Linux. And you had to make sure to use GNU versions of grep, sed, and awk, and remove all bashisms from shell scripts, because /bin/sh was of course incompatible with bash.
You had only about 50% chance that a given package would compile. Package manager? What package manager? Just run suand then make install.
And my PC was AMD K6, and it had Turbo button, which did absolutely nothing. And I was very proud of my TEAC CD drive.

[–] OwOarchist@pawb.social 14 points 6 hours ago* (last edited 6 hours ago) (1 children)

and it had Turbo button, which did absolutely nothing

These old 'turbo' buttons actually did do something -- they limited your CPU clock speed.

Because some old games (and perhaps other software) relied on counting CPU cycles for timing the game. The faster your CPU, the faster the game would run, and the faster things in the game would happen. When CPUs got too fast for this, such games became unplayable because everything was happening in such fast-forward speed that the player could never hope to keep up. The counter-intuitively named 'turbo' button would bridge a jumper on the motherboard and change your CPU clock speed to a lower value, slowing it down so these old style games could still run at a reasonable, playable pace.

Ironically enough, the 'turbo' button made your PC slower.

(Personally, I think turbo buttons are due for a comeback, but as fan control options. Use a 'turbo' button to switch between fan control profiles -- turbo off for quiet profile, turbo on for maximum performance profile.)

[–] pelya@lemmy.world 4 points 6 hours ago

The PC case with Turbo button was originally 486-DX, but there was no place on the new K6 motherboard to plug it into.

[–] goatinspace@feddit.org 4 points 7 hours ago* (last edited 1 hour ago) (1 children)

Arch-based, the path you choose, btw? Good.
Big endeavour it is.
Closer to the Force, you'll feel... the more you learn.

[–] Lawnman23@piefed.social 2 points 7 hours ago* (last edited 9 minutes ago)

The turbo button actually slowed down the pc.

https://www.howtogeek.com/678617/why-did-the-turbo-button-slow-down-your-pc-in-the-90s/

EDIT: Replied to the wrong post, fuck it, it stays as is.

[–] Imgonnatrythis@sh.itjust.works 1 points 4 hours ago

Just going to leave us hanging re the distro guy??