this post was submitted on 21 Mar 2025
1498 points (98.3% liked)

Programmer Humor

21829 readers
1505 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] SirQuack@feddit.nl 14 points 1 day ago (2 children)

I've said this on reddit before, but once for a joke I tried to make a windows program to play doot.wav during October at random, and tried programming it on Linux.

Sinds playing audio and working with the system tray was tricky, I ended up with electron.

So yeah, an atrocious 120 mb application to play a 6kb wav file with a Math.random(). I don't remember the memory consumption, but it was probably just as gross.

[–] adminofoz@lemmy.cafe 8 points 1 day ago

Which faang company are you sr. engineer at?

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

Once I wrote an annoying program adding acceleration to the mouse cursor, so it was difficult to click any UI item. It was written in Object Pascal with Win API and weighted 16 KB. And I think in C it would be even smaller.

I remember there was a pretty funny prank program that would make the user's mouse pointer leave behind little poops on the screen at random.