this post was submitted on 11 Feb 2025
1262 points (98.6% liked)

Programmer Humor

20487 readers
783 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
 

See the post on BlueSky: https://bsky.app/profile/provisionalidea.bsky.social/post/3lhujtm2qkc2i

According to many comments, the US government DOES use SQL, and Musk is not understanding much what's going on.

(page 5) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 1 day ago

The worst kind of stupid doesn't need to learn about databases because it's just common sense.

[–] [email protected] 41 points 2 days ago (2 children)

That's what he does. Not understand things.

load more comments (2 replies)
[–] [email protected] 34 points 2 days ago* (last edited 2 days ago) (1 children)

Maybe Musk needs to learn about data normalization and natural keys.

I'm curious what the actual data looks like. I've spent quite a bit of time auditing large data systems.

I would expect these databases to be largely denormalized with very wide tables, I would expect them to favour natural keys like a SSNs, and built around per department use cases.

I would not expect them to be highly normalized because then when you need something from another department you need them to ensure consistency.

These systems probably have like 50 years of legacy code or more in them too.

load more comments (1 replies)
load more comments
view more: ‹ prev next ›