this post was submitted on 10 May 2026
302 points (99.0% liked)

Programmer Humor

32043 readers
301 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] nilloc@discuss.tchncs.de 7 points 1 month ago (1 children)

That’s what I like about Ruby ORMs. They did all the conversion for you, and you could have SQLite on your dev box, Postgres on the test server and MySQL on the annoying production host that wouldn’t run anything else.

This was 18 years ago though.

[–] HK65@sopuli.xyz 1 points 1 month ago* (last edited 1 month ago) (1 children)

Are not all ORMs like that? I only used ActiveRecord before fucking off from backend 10 years ago

[–] nilloc@discuss.tchncs.de 1 points 1 week ago

Probably. I stopped serious dev a decade ago now and just manage some old sites as a side gig.