this post was submitted on 11 Feb 2025
1335 points (98.5% liked)

Programmer Humor

21132 readers
1117 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.

you are viewing a single comment's thread
view the rest of the comments
[–] bdonvr@thelemmy.club 95 points 3 weeks ago* (last edited 3 weeks ago) (6 children)

Everything uses SQL. The world fucking runs on SQL

(yes I know SQL isn't something that you can "run" something on yadda yadda...)

[–] vithigar@lemmy.ca 36 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

Tell that to the person who implemented Tetris in Postgresql.

https://github.com/nuno-faria/tetris-sql

[–] john_lemmy@slrpnk.net 6 points 3 weeks ago

That is bananas! The implementation details are worth a read. Plus, all the links to other bananas projects are great.

[–] barsoap@lemm.ee 3 points 3 weeks ago* (last edited 3 weeks ago)

Eh ECS is basically all about making SELECT ... FROM bar, baz WHERE bar.id == baz.id, joins on primary keys, as fast as possible and use it as often as possible. Games are real-time databases with gaudy user interfaces so it stands to reason that posgresql is a game with a bland user interface.

load more comments (3 replies)