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

Programmer Humor

21680 readers
175 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
[–] athairmor@lemmy.world 60 points 1 month ago (2 children)

Elon and DOGE should really look into all of those Oracle contracts the Fed pays for. Must be all inefficiency and fraud.

[–] Semi_Hemi_Demigod@lemmy.world 37 points 1 month ago (2 children)

Please do. Most of my sales these days are people dropping Oracle due to cost.

[–] athairmor@lemmy.world 17 points 1 month ago

It would be one of the areas that would save the government a bunch of money. But, Ellison is in the Trump camp so it’s not going to happen.

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

Spinnaker? MongoDB? EnterpriseDB?

[–] acockworkorange@mander.xyz 2 points 1 month ago (1 children)

If Oracle works for the application and you want to save money, you’ll stick to SQL. Probably Postgres, MySQL, or MariaDB.

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

All of those are open source, so nothing to sell really (well, except MySQL, which is Oracle).

EnterpriseDB is the closest you can get to "selling" Postgres.

[–] acockworkorange@mander.xyz 1 points 1 month ago (1 children)

I’m sure EDB isn’t the only one in town selling support contracts for open source applications. It is a lucrative business.

[–] Tja@programming.dev 1 points 1 month ago

Not the only one, but the closest one.

[–] runner_g@lemmy.blahaj.zone 5 points 1 month ago (1 children)

At least they aren't using Access????

[–] athairmor@lemmy.world 10 points 1 month ago

Access can do (some) SQL! 😱

I’ve worked for US federal government, access to Access* was the only way I could do some things that wasn’t torture… severe torture.

*keep in mind that SQL is a query language. It can be implemented in different ways and not necessarily within an RDMS.