this post was submitted on 10 Sep 2025
536 points (98.0% liked)

Programmer Humor

27117 readers
1114 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
[–] saltesc@lemmy.world 6 points 1 month ago (11 children)

God, I'm so over SQL.

It's great, but it is so old and shows it. Feels like 99% of my SQL queries are just cheese.

Works though, and quick.

[–] mesamunefire@piefed.social 21 points 1 month ago (10 children)

SQL is the only bedrock in my entire career. Its the one thing that has stayed relevant.

SQL is great but when you start having issues processing what is actually going on, its fine to pull out what you need and throw another language on top (python, C#, etc...etc...). Getting it to work slow is one step in making it fast again.

[–] Valmond@lemmy.world 4 points 1 month ago (8 children)

Yeah it's curious that it hasn't really undergone some major changes or had some major challengers (except NoSQL I guess).

[–] brian@programming.dev 4 points 1 month ago (1 children)

sql as the language executed by the db hasn't changed notably, but I do think there's been significant developments in ORMs. for a lot of developmers sql is now just an intermediate target

[–] Valmond@lemmy.world 1 points 1 month ago

Cool concept, didn't know about it will check out!

load more comments (6 replies)
load more comments (7 replies)
load more comments (7 replies)