this post was submitted on 06 May 2026
113 points (98.3% liked)

Programmer Humor

31280 readers
1353 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.

you are viewing a single comment's thread
view the rest of the comments
[–] RustyNova@lemmy.world 23 points 5 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 4 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)

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

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

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

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

Until something is Any or Unknown and everything stops working