this post was submitted on 06 May 2026
89 points (97.8% liked)

Programmer Humor

31280 readers
1381 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 6 comments
sorted by: hot top controversial new old
[–] RustyNova@lemmy.world 21 points 3 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 4 points 2 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 2 hours ago

just run mypy dude

[–] marcos@lemmy.world 2 points 1 hour ago* (last edited 1 hour ago)

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

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

[–] owenfromcanada@lemmy.ca 15 points 3 hours ago (1 children)
[–] three@piefed.social 6 points 2 hours ago

😂 First thing I thought of when I saw this