this post was submitted on 14 Jun 2026
694 points (99.9% liked)

Programmer Humor

31836 readers
540 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
[–] davetortoise@reddthat.com 53 points 1 day ago* (last edited 1 day ago) (1 children)

rhowch

When scooby burns his tail

[–] I_am_10_squirrels@beehaw.org 2 points 21 hours ago

Shaggy, his arms open wide

[–] umbraroze@slrpnk.net 18 points 1 day ago

Long ago in the Windows 9x era there was also "Is this a Windows DLL file, or a transcript of a digestion noise" and the stuff was like "MSGRBL32.DLL"

[–] crapwittyname@feddit.uk 27 points 1 day ago (3 children)

Cwtch is one of my favourite words. Pronounced like "clutch" without the L. It means hug.
"Give us a cwtch ye daft old sod" ❤️

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

Sounds like the origin of “clutch of eggs.”

[–] gandalf_der_12te@feddit.org 4 points 1 day ago

oh wow that's nice. i'll see if i can remember it.

[–] MrScottyTay@sh.itjust.works 3 points 1 day ago (1 children)

Wild assumption for me to make, but is it perhaps a potential origin for "coochie coo"?

[–] crapwittyname@feddit.uk 1 points 1 day ago

Ooh that would be nice

[–] SubArcticTundra@lemmy.ml 90 points 1 day ago (16 children)

It's sad when you realize that Welsh is actually a more niche language than the C standard library

load more comments (16 replies)
[–] Codpiece@feddit.uk 20 points 1 day ago (2 children)

Ah yes. A language forced onto unwilling participants by people who still think it should relevant in the modern age. And the other one is a Celtic language.

[–] Artemis_Mystique@lemmy.ml 22 points 1 day ago

C will be relevant till the heat death of the universe. if humanity ever dooms itself back to the stone age, all it would require is some bloke to invent a rudimentary binary computer and some nerd to write a basic C compiler for it, humanity will doom itself again in less than 50 years.

[–] calcopiritus@lemmy.world 1 points 21 hours ago

Unfortunately, it's the only sane cross-language ABI option there is.

C++ is a close second, which is mostly because C++ uses the C ABI wherever it can.

Even if the language itself is obsolete, it will live on for many more years just because of that.

[–] tunetardis@piefed.ca 7 points 1 day ago (2 children)

I guess strxfrm and the like date back to a period in the 80s when symbol names had to be kept short for the compiler/interpreter's sake. Like while BASIC back in those days technically allowed > 8 chr names, the interpreter only stored the first 8. In other words, the first 8 needed to be unique. As such, people tended to stick with <= 8 chr symbols to avoid interpreter issues. I think C allowed up to 31? But the culture of <= 8 prevailed nevertheless.

Then in the 90s, such restrictions were largely dropped in most languages, and symbol names ballooned in size to take advantage of this new freedom. In C++, you even had reserved words growing to the likes of reinterpret_cast around that time, but APIs just got ridiculous along the lines lengthy_class_name_followed_by_fully_spelled_out_method.

Today, people seem to have come to their senses and settled on more reasonable lengths, though not to 80s extremes. Like going back to C++, we have new reserved words like decltype and constexpr. In the 90s, these would likely have been spelled out in full like constant_expression?

[–] grozzle@lemmy.zip 7 points 1 day ago* (last edited 1 day ago) (1 children)

i still have a vague mistrust of file extensions longer than three characters.

like a glass walkway, i know .jpeg is just as safe as .jpg, but there's a hint of uneasiness.

[–] tunetardis@piefed.ca 4 points 21 hours ago (2 children)

I also have a vague mistrust of non-alphanumerics in file extensions. Like while .c++ is fine, .cpp feels…safer?

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

Well, yeah. Why would you tempt the shell to get garbled?

[–] x74sys@programming.dev 2 points 21 hours ago

.cc and .hh feels the most serious.

[–] BigDanishGuy@sh.itjust.works 4 points 1 day ago* (last edited 19 hours ago) (1 children)

Then in the 90s, such restrictions were largely dropped in most languages, and symbol names ballooned in size to take advantage of this new freedom.

But with great freedom comes great responsibility. I think Microsoft went from digestion noices to indirectly advertising their stake in arthritis medicine. I mean my fingers ache just looking at C# or PowerShell.

What was so wrong about puts or cout? I know it's not the most intricate functions, but going from a 4chr function to "Console.WriteLine()" is a symptom.

And as long as I'm already a riled up old fart, let me tell you about autocompletion. Why does MS have to autocomplete entire commands from ambiguous strings?

And the kids don't get it. They don't even write the code anymore, let alone understand it... I want coffee flavoured coffee, heavy metal and for dark mode to fucking die!

That felt better, I'm sorry for anybody making it this long.

I'm just an old fart

[–] bridgeburner@lemmy.world 6 points 1 day ago (2 children)

Dude what's with ur crusade against dark mode lol. It's not like dark mode replaced light mode.

[–] fum@lemmy.world 2 points 1 day ago

In some cases it did. I often come across dark theme only websites.

[–] BigDanishGuy@sh.itjust.works 1 points 22 hours ago* (last edited 20 hours ago) (3 children)

Waddaya mean crusade? Have you accidentally seen one of my other tirades?

Anyway:

  1. I dislike change. I know it's not a good argument, but I don't like change.
  2. I don't have a lot against dark mode, on a phone. But...
  3. Running an IDE or word processor in dark mode screams unprofessional to me. I work in a well lit office environment, during the day. In a bright office I struggle reading in dark mode.
  4. Using dark mode because you "don't want to have your eyes scorched", is the argument of a hobbyist, working in their bedroom.
  5. I like to view my end product on screen. I'm not printing documents in dark mode, and presentations are more easily viewable with a light background.

It's not an argument for or against dark mode, but dark mode seems like that time, back in the 90s, when people insisted on using a blue background for word processing. We're just going in circles on this.

[–] heartSagan5@lemmy.zip 1 points 15 hours ago

I sometimes do emacs over a terminal because ofc, but some of the font colors are hard to see in dark mode.

[–] rustyj@lemmy.world 1 points 19 hours ago

I was having legitimate eye strain issues before using dark mode in more places. I also only have vision in one eye, so that factor is in the mix. Anyhow, for me, dark mode is more of an accessibility tool, not "some hobbyist thing".

[–] tunetardis@piefed.ca 1 points 21 hours ago

Dark mode to me harkens back to the days of terminals and mainframes. Light mode was popularized by the likes of Apple who believed in the wysiwyg philosophy. A document on screen should resemble its counterpart on paper.

But dark does seem to be in vogue once again. Something I did not see coming, much like how vinyl came back—which also tends to be a dark medium now that I think of it, though I can't think of any reason it really needs to be? Hmm…

[–] pelya@lemmy.world 51 points 1 day ago* (last edited 1 day ago) (1 children)
[–] Venator@lemmy.nz 17 points 1 day ago (1 children)

according to Google translate:

rhowch: give

cwtch: hug

mwyn: ore

wmffre: Humphrey

[–] Manticore@lemmy.nz 13 points 1 day ago

The trick is that 'w' represents an actual double-U vowel sound in Welsh. Not remotely surprised that's what was picked up

[–] Diddlydee@feddit.uk 54 points 1 day ago (1 children)

I'm just scrolling by and saw the Welsh. I know none of the others, so by a process of elimination, I know them all.

[–] VeganBtw@piefed.social 42 points 1 day ago

Assuming the question implies an inclusive OR, I know all the answers too : True, True, True, True, True, True, True, True.

[–] underscore_@sopuli.xyz 4 points 1 day ago

A few from llvm (maybe?)

  • llyfr
  • llanc
  • llif
[–] Danarchy@lemmy.nz 16 points 1 day ago

When the grass gets long at my welsh cottage I’m mwyn that wmffre

[–] vrek@programming.dev 25 points 1 day ago (2 children)

I'm pretty sure that is neither and was a text I sent last week when drunk...

[–] cornishon@lemmygrad.ml 1 points 22 hours ago

It's not neither, it's both.

[–] SubArcticTundra@lemmy.ml 13 points 1 day ago (1 children)

Its cool that alcohol brings out your superpower of on-the-fly encryption

[–] vrek@programming.dev 10 points 1 day ago

Cool... Crippling addiction... You say tomato I say... cries self to sleep

[–] Malfeasant@lemmy.world 2 points 1 day ago
[–] mushroommunk@lemmy.today 19 points 1 day ago

Dydw i ddim yn deall...

[–] Deconceptualist@leminal.space 12 points 1 day ago

My partner has been learning a tiny bit of Welsh on Duolingo so this got a giggle out of her 🙂

[–] SubArcticTundra@lemmy.ml 9 points 1 day ago (2 children)

Are there any C libraries other than the standard library that use this kind of naming style?

load more comments (2 replies)
load more comments
view more: next ›