this post was submitted on 22 May 2025
1101 points (96.1% liked)

Programmer Humor

23420 readers
1925 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 50 comments
sorted by: hot top controversial new old
[–] frezik@midwest.social 148 points 1 day ago (23 children)

I also hate the way "algorithm" has taken over the public consciousness. You can find people unironically saying "I don't want any algorithm in my social media feed", which is a nonsensical statement.

[–] kamen@lemmy.world 63 points 1 day ago (2 children)

People are onto something though - there's been a noticeable shift from social media just showing you your feed in a chronological manner to it showing you personally tailored content that shuffles on each refresh and aims to hook you into endless doomscrolling. I understand perfectly well what's an algorithm, but good luck explaining to people that it's not that specific thing.

[–] andioop@programming.dev 20 points 1 day ago (2 children)

Some people actively desire this kind of algorithm because they find it easier to find content they like this way. I'm not sure if they are immune to doomscrolling and actually have gotten it to work in a way that serves them and doesn't involve doomscrolling, or if they are doomscrolling and okay with it. But for me, I really wish I could go back to the chronological feed era.

[–] GamingChairModel@lemmy.world 27 points 1 day ago (2 children)

Some people actively desire this kind of algorithm because they find it easier to find content they like this way.

Raw chronological order tends to overweight the frequent posters. If you follow someone who posts 10 times a day, and 99 people who post once a week, your feed will be dominated by 1% of the users representing 40% of the posts you see.

One simple algorithm that is almost always better for user experiences is to retrieve the most recent X posts from each of the followed accounts and then sort that by chronological order. Once you're doing that, though, you're probably thinking about ways to optimize the experience in other ways. What should the value of X be? Do you want to hide posts the user has already seen, unless there's been a lot of comment/followup activity? Do you want to prioritize posts in which the user was specifically tagged in a comment? Or the post itself? If so, how much?

It's a non-trivial problem that would require thoughtful design, even for a zero advertising, zero profit motive service.

[–] pelespirit@sh.itjust.works 12 points 1 day ago* (last edited 1 day ago) (2 children)

Letting the user decide? If the user decided that they liked fly fishing 8 stars and mother-in-law 0 stars, then the algorithm would show mother-in-law once a week at best and fly fishing 8x out of 10 posts.

load more comments (2 replies)
load more comments (1 replies)
load more comments (1 replies)
load more comments (1 replies)
[–] Fabian@lemmy.zip 47 points 1 day ago* (last edited 1 day ago) (2 children)

I think it's the same concept as when people say that they don't want any chemicals in their food. You know what they mean, but in a technical sense the statement is nonsensical.

[–] frezik@midwest.social 10 points 1 day ago

Yeah, I don't like that one, either.

load more comments (1 replies)
[–] ChickenLadyLovesLife@lemmy.world 15 points 23 hours ago (4 children)

If you walk with algorithm, you won't attract the worm.

load more comments (4 replies)
load more comments (20 replies)
[–] _stranger_@lemmy.world 81 points 1 day ago (1 children)

I call everything a script. Makes the Java devs real mad. Makes the PM's super confused.

[–] drkt@scribe.disroot.org 61 points 1 day ago (4 children)

A million-line project spread over a hundred files

It's a script!

[–] NeatNit@discuss.tchncs.de 36 points 1 day ago (6 children)

sqlite is technically just one C source file, so that's definitely a script.

load more comments (6 replies)
[–] mindbleach@sh.itjust.works 9 points 1 day ago

GNU Autotools: yes.

load more comments (2 replies)
[–] mindbleach@sh.itjust.works 62 points 1 day ago (4 children)

See also the client camera movement guide:

collapsed inline media

[–] Zagorath@aussie.zone 46 points 1 day ago (3 children)

This is ridiculous. There's no way a client calls a dolly a "pan".

That's obviously zooming.

load more comments (3 replies)
[–] Rubanski@lemm.ee 12 points 1 day ago

A Pan-o-rama

load more comments (2 replies)
[–] SculptusPoe@lemmy.world 59 points 1 day ago (12 children)

I fought hard against that for years. I still only use 'app' for phone programs, but I stopped correcting people every time they used the term for anything else. It isn't technically wrong, but it grates on my nerves for some reason.

[–] pmk@lemmy.sdf.org 28 points 1 day ago (1 children)

If someone told me to use the fdisk app I'd be confused.

[–] jaybone@lemmy.zip 14 points 1 day ago (2 children)

Use the ls app.

Then use the cd app.

load more comments (2 replies)
load more comments (11 replies)
[–] SleepingInTraffic@feddit.uk 55 points 1 day ago (9 children)
[–] drolex@sopuli.xyz 15 points 1 day ago (2 children)

What about a process? File gone wild?

[–] whatwhatwhatwhat@lemmy.world 31 points 1 day ago (2 children)

I’d call that a file loaded to memory

load more comments (2 replies)
load more comments (1 replies)
[–] PoopingCough@lemmy.world 9 points 1 day ago

I mean, with virtualization that's pretty much true

load more comments (7 replies)
[–] fibojoly@sh.itjust.works 35 points 1 day ago (4 children)

What I hate even more, is that the morons who can't read more than two syllables decided to shorten "application" to "app", but now I only ever hear people reading that as "ay pee pee"! What was the fucking point?

[–] piranhaconda@mander.xyz 41 points 1 day ago* (last edited 1 day ago) (2 children)

I've literally never heard anyone call it A.P.P. (and I mean that literally literally, not figuratively literally)

Is this a specific cultural thing? A generational thing? Geography based slang? Why would anyone do this.

load more comments (2 replies)
[–] Capsicones@lemmy.blahaj.zone 12 points 1 day ago (5 children)

Chinese phonology doesn't allow for the pronunciation of "app", for example. I see a lot of Chinese people spelling it as "APP", and pronouncing it accordingly. It's kinda funny to me, since the Mandarin word "yingyong" is only two syllables. "APP" just seems more cumbersome by all account, yet it has become inexplicably popular.

load more comments (5 replies)
load more comments (2 replies)
[–] Grandwolf319@sh.itjust.works 33 points 1 day ago (1 children)

Yes but imo patch is now update

load more comments (1 replies)
[–] Initiateofthevoid@lemmy.dbzer0.com 33 points 1 day ago (6 children)

On the flipside, "Bot" is the backend for almost everything that I've dealt with recently.

"We need the data moved from X to Y, can someone make a bot for that?"

Internal suffering

"... Yes. We can setup an API between X and Y."

"Great! We also want a bot to generate daily reports from Y"

Suffering intensifies

"... Ok."

I don't even try to fight it anymore.

[–] GamingChairModel@lemmy.world 13 points 1 day ago* (last edited 1 day ago)

Um excuse me the preferred term is "AI agent" if you want outside investment

load more comments (5 replies)
[–] NocturnalMorning@lemmy.world 33 points 1 day ago* (last edited 1 day ago) (7 children)

And now the kids don't know what a file path is anymore. Legit my wife is a professor, and she gets adeer in the headlight look when she is helping students debug code and she mentions a file path not being right in there code.

Serious response, no joke... what's a file path?

These are sophomores and Juniors in college.

[–] Piatro@programming.dev 30 points 1 day ago (2 children)

These are sophomores and Juniors in college.

... Who grew up in a world where computer internals were abstracted away so you never needed to know what a file was or even that they exist. I wouldn't know what a file was either if I didn't grow up in exactly the right time frame and have a dad who hoarded DOS PCs.

[–] NocturnalMorning@lemmy.world 14 points 1 day ago

Oh no, I get why they don't know what one is. It just makes teaching coding to them very difficult.

load more comments (1 replies)
[–] myrmidex@slrpnk.net 13 points 1 day ago (1 children)

Meh every generation has its quirks. My college class in 2000 spent 1 whole week going over the Windows Start menu...

load more comments (1 replies)
load more comments (5 replies)
[–] bier@feddit.nl 32 points 1 day ago (3 children)

In the Netherlands basically everyone uses whatsapp. In the beginning people would say send me a whatsapp or something like that. But pretty quickly people started to shorten it to just app. So people will say stuff like I just got an app (instead of message), it drives me nuts. Like my family chat group is called "app group".

[–] Scrollone@feddit.it 11 points 1 day ago (4 children)

In Italy people loves start up companies because they think they all make apps. And they write is as "Start apps"

load more comments (4 replies)
load more comments (2 replies)
[–] notarobot@lemm.ee 29 points 1 day ago (5 children)

The other day I realized they did that because its APPle. I have no evidence but I'm sticking with it

load more comments (5 replies)
[–] Phen@lemmy.eco.br 29 points 1 day ago* (last edited 1 day ago) (1 children)

A long time ago I joined a new remote-first company and in my first month they made an event where they brought in all employees from all over the world for a week at a farm hotel for a mix or meetings and leisure activities.

In one specific meeting the CEO was talking app this app that and I was very confused. The product was a server side program that had a web client, an electron app and two native mobile apps. But the CEO was talking about things that didn't make sense for those apps.

At some point I interrupted the meeting and asked for clarification: what are you talking about when you say app? It's not the mobile apps?

The CEO made a funny face and mentioned an engineer. I looked at him and he had a smug face and said something along the lines of "well, go on, explain it". CEO then explained he was talking about the new big project, which was basically an extension system for the server product - and the extensions would be called apps.

That night I found that engineer at the hotel bar and asked more details about it. Turns out he was the team lead on this project and he hated the term "apps" for it and had been very vocal about it before, saying among other things that it would cause confusion with the client apps we have. Most of the company agreed with him at the time but the CEO demanded it be named apps anyway.

These days everyone there thinks that naming it apps was the right call, but I always hated having to refer to them as "server extension app" to avoid any confusion, specially because I often worked on integrations with third party tools and those tools also had their own stuff called apps so instead of just saying something like "the Kabum extension" I had to say "the ChaChin server Kabum app" (as in this example's context there would also be multiple Kabum clients and ChaChin clients that would all be known as apps too)

load more comments (1 replies)
[–] someacnt@sh.itjust.works 20 points 1 day ago* (last edited 1 day ago) (1 children)

The script is compiled to a program which is then executed by the OS.

->

The app is appified to an app which is then apped by the app.

Damnit.

load more comments (1 replies)
[–] bandwidthcrisis@lemmy.world 14 points 1 day ago (1 children)

Web browser? "app". Web page? "app". Dialog box? "app". Phone app that's just a thin shell for the web site? "appapp".

load more comments (1 replies)
[–] samus12345@lemm.ee 12 points 1 day ago
[–] tisktisk@piefed.social 11 points 1 day ago (1 children)

I hate that this meme never explains what application meant 'back then'
I get that it's a problem now, but if it had a clear enough definition back then, maybe this couldn't have occurred the way it did?

[–] capuccino@lemmy.world 11 points 1 day ago

I always understood "application" like a gadget in the software world that just resolved one specific problem, and had that own definition till got distorted

[–] noctivius@lemm.ee 10 points 1 day ago

linux app download free no registration

[–] phr@discuss.tchncs.de 10 points 1 day ago (1 children)

$ sudo appt-get install app

load more comments (1 replies)
[–] ProfessorProteus@lemmy.world 10 points 1 day ago

I felt like I was alone in being frustrated at this trend. However I found a bit of relief to discover, through messing around in a Win98 virtual machine, that they were occasionally using the term "app" back then as well. Of course it wasn't as ubiquitous as it is now, but whatever.

Also I thought I'd never see the Xbox kid meme again. What an unexpected throwback!

load more comments
view more: next ›