this post was submitted on 30 Aug 2026
629 points (98.6% liked)

Programmer Humor

33033 readers
1577 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
[–] RedStrider@lemmy.world 7 points 4 hours ago

"ffmpeg" 🀨

[–] psilotop@lemmy.world 18 points 6 hours ago

Always with all the questions. You want in or not?

[–] glimse@lemmy.world 6 points 9 hours ago

I like how the most prominent part of the screenshot is the person explaining the joke in an unfunny way

[–] Buffman@lemmy.world 93 points 15 hours ago (5 children)

unzip, strip, top, less, touch, finger, grep, mount, fsck, more, yes, fsck, fsck, fsck, umount, sleep.

[–] jol@discuss.tchncs.de 1 points 40 minutes ago

You forgot scrot

[–] jaybone@lemmy.zip 28 points 15 hours ago (3 children)
[–] lena 40 points 15 hours ago

Like sex, an operating system is better when it's free

[–] wonderingwanderer@sopuli.xyz 12 points 12 hours ago (1 children)

I changed the $ in bash to Β§ because fuck capitalism, keep your currency out of my free software

That's the currency in The Sims...

[–] Skullgrid@lemmy.world 14 points 14 hours ago (2 children)
[–] queerlilhayseed@piefed.blahaj.zone 1 points 3 hours ago (1 children)

It's a command line tool, used to search and filter text. According to wikipedia it stands for "global regular expression print", which I never knew til today. Essentially, you give it some input text and a regular expression, and grep outputs all the parts of the input that match the regular expression. For example, if I run the command cat server_logs.log | grep ERROR* on my server, grep will print out all the lines in server_logs.log that have the word "ERROR", filtering out all the "WARN" and "INFO" logs.

* The | character is called a pipe, and it's used to pass the output of one command line utility to another. In this example, the command line tool cat prints out the entire text of the file server_logs.log, and that output is then passed as an input to the next utility, grep, who filters it and outputs the filtered result. Piping is unnecessary in this case; in fact I have heard it rather upsettingly referred to as cat abuse, but that's how my fingers remember how to filter files so I thought I'd present it as I wrote it.

[–] Skullgrid@lemmy.world 3 points 2 hours ago (2 children)

...

https://lemmy.world/search?q=grep&type=All&listingType=All&creatorId=531839&page=1&sort=TopAll&titleOnly=false

I'm familliar with grep, thank you. Although you did something good for people who don't know.

I mean more, what's grep innuendo for? The others are fairly obvious.

Oh, hahaha. Well, I'm glad you liked it in that case. I've been practicing my hand at writing little impromptu social-media sized explainers for technical concepts, and It's good to get some knowledgeable feedback.

I've always assumed the joke was that it sounded like "grope", and I always thought it was a loose fit for this joke. A bit of a reach, if you will.

[–] osanna@lemmy.vg 2 points 2 hours ago

i think it's like grab, but spelt grep

[–] Barrymore@sh.itjust.works 21 points 13 hours ago (2 children)

I'm gonna tie you too the radiator, and grep you in the mouth for decades, and decades, and decades!

[–] heartSagan5@lemmy.zip 3 points 3 hours ago

To the radiator. It’s not also.

[–] nilloc@discuss.tchncs.de 2 points 4 hours ago

The Hammurderer is quickly becoming regarded as the worst-received advertising mascot since Kool-Aid’s 1989 discontinuation of β€œThe Grapist,” a huge purple monster who sodomizes thirsty children.

The Onion, March 2002

load more comments (1 replies)
[–] decolo@piefed.social 16 points 12 hours ago (1 children)

man finger

touch $it; nice -n 1 cat; fsck; shutdown

[–] analfabeto@lemmy.eco.br 3 points 9 hours ago (1 children)

No manual entry for finger

[–] heartSagan5@lemmy.zip 2 points 3 hours ago* (last edited 3 hours ago)

It’s an old lookup tool. I believe it printed the gecos/β€œmeta data about a username logged in” from passwd on UNIX boxes back in the day.

You can do

getent passwd $USER
[–] gastroglizzy@piefed.social 55 points 16 hours ago (3 children)

Don't forget all the master/slave terminology

[–] afk_strats@lemmy.world 30 points 14 hours ago (4 children)

Tbf, we're trying to get away from that one

[–] kibiz0r@midwest.social 10 points 12 hours ago (1 children)

Has there been β€œslave” anywhere for a while? The last time I can think is PATA, which is ancient by now.

It seems like most (all?) uses of β€œmaster” these days are in the sense of a β€œmaster copy”, which doesn’t really have a β€œmaster/slave” dynamic to it.

[–] UnfortunateShort@lemmy.world 2 points 9 hours ago

Yep, gotta work with that on a daily basis because its in the protocol I have to work with.

[–] aburrito@sh.itjust.works 13 points 14 hours ago (1 children)

And I’m so glad, and my boomer coworkers still complain

[–] ILikeBoobies@lemmy.ca 10 points 14 hours ago (1 children)

I don't see the issue but I find Dom/Sub better anyway.

[–] libewa@feddit.org 8 points 13 hours ago

USB-OTG should just have been named USB Power Bottom. That makes USB-Type-C the embodiment of a switch.

[–] gastroglizzy@piefed.social 7 points 13 hours ago

Yeah, I've heard. I've always associated the terms with dom/sub play, not slavery.

I get the reasoning as to why, but it seems odd to me that the IT terms were fixated on, but not the engineering terms; "master" and "slave" are still the accepted terms in the context of hydraulic systems, for example.

It's also generally accepted that "retard" and "retarded" are generally acceptable terms when used in an engineering context. If we can accept that some terms are accepted in the a technical context, it seems inconsistent not to apply the same thinking to IT terminology.

Just more stuff to keep us bickering with each other so we don't look up and realize where all the real problems are coming from, imo.

[–] Valmond@lemmy.dbzer0.com 4 points 14 hours ago (2 children)

I use main instead of master on git, but what's the substitute to slave? Especially in master/slave setups like you have 1 processor controlling a bunch of measuring equipment for example.

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

primary/replica

[–] smeg@feddit.uk 5 points 13 hours ago (1 children)

I've seen controller/worker which seems pretty descriptive

[–] Valmond@lemmy.dbzer0.com 6 points 13 hours ago (1 children)

Manager/wageslave πŸ˜πŸ˜ŒπŸ˜’

It's not easy.

[–] smeg@feddit.uk 3 points 13 hours ago

I think I've seen leader/follower too

[–] Equinox1289@sh.itjust.works 17 points 14 hours ago (2 children)

Or the process terminology: "How to kill parent?" "How to spawn child?" "How to terminate zombie child?" Kinda forked if you ask me.

[–] Carrot@lemmy.today 13 points 14 hours ago (1 children)

My worst search was "How to kill orphaned child" I didn't even think about how it sounded until I saw it typed out in the search box lol

I think the go-to option is an elaborate death trap that will prove to be easily escapable in the next episode.

load more comments (1 replies)
[–] Simulation6@sopuli.xyz 18 points 14 hours ago

It's not, trust me. Now football, that is horny. Tight end, going deep, hand off.

[–] cerebralhawks@lemmy.dbzer0.com 16 points 14 hours ago (2 children)

Look who coined the terms. Like the Silicon Valley stoners/hippies who came up with bit, byte, and nibble.

[–] call_me_xale@lemmy.zip 5 points 12 hours ago (1 children)

I prefer the spelling "nybble"

It certainly fits. I’ve only heard the term, never heard it used in practice.

[–] nylo@lemmy.dbzer0.com 4 points 13 hours ago (2 children)

What's a nibble in this context?

[–] floquant@lemmy.dbzer0.com 11 points 13 hours ago

Usually half a byte, 4b, but I think the general definition is half of the word size

load more comments (1 replies)
[–] lena 17 points 14 hours ago
[–] rekabis@programming.dev 12 points 14 hours ago (1 children)

They forgot master/slave in version control systems.

[–] gastroglizzy@piefed.social 7 points 13 hours ago

You used to have master and slave processes too until it was changed to parent and child

[–] gastroglizzy@piefed.social 11 points 16 hours ago

"Ey gurl, don't act like you ain't see my pull request. Lemme deep scan dem packets."

load more comments
view more: next β€Ί