this post was submitted on 06 May 2026
134 points (97.9% liked)

Programmer Humor

31275 readers
1598 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
 

A picture of a car with a license plate that reads LUAAAAA.

top 8 comments
sorted by: hot top controversial new old
[–] RustyNova@lemmy.world 27 points 11 hours ago (1 children)

Me writing factorio mods.

I hate non typed languages. It should be the compiler / linter's job to check I don't read a number as an array. Not my stupid brain

[–] Melusine@tarte.nuage-libre.fr 5 points 10 hours ago (2 children)

My main pain point with python at work. I lpke to write shitty scripts with it, but django was a mistake (the ORM opens then close connection to db with each request)

[–] lime@feddit.nu 4 points 9 hours ago (1 children)
[–] cmrss2@aussie.zone 1 points 6 hours ago (1 children)

Until something is Any or Unknown and everything stops working

[–] lime@feddit.nu 1 points 46 minutes ago

and that's why you don't let those types in

[–] marcos@lemmy.world 3 points 9 hours ago* (last edited 9 hours ago)

You can set a connection pool. Or use a database proxy.

EDIT: Oh, you are using Django for shell scripts?

[–] owenfromcanada@lemmy.ca 18 points 10 hours ago (1 children)
[–] three@piefed.social 7 points 10 hours ago

😂 First thing I thought of when I saw this