this post was submitted on 13 Sep 2025
84 points (88.2% liked)

Programmer Humor

26373 readers
1662 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
 

Minimum Vibable Product.... I'll see myself out now

you are viewing a single comment's thread
view the rest of the comments
[–] GreenKnight23@lemmy.world 5 points 4 days ago (1 children)

know what's great for MVPs? language specific frameworks like ruby on rails.

runs like dog shit, but you can have a full fledged app in days or weeks instead of months.

AI can't do that.

[–] symbioticremnant@lemmy.world 5 points 3 days ago (1 children)

Modern Ruby runs great. I'm a little surprised Ruby made it as far as it did with how bad it used to be though

[–] GreenKnight23@lemmy.world 2 points 3 days ago

agreed.

modern ruby can even outperform python, php, and others.

rails is still dog shit slow. but it is better now. considering what rails does though, the performance tradeoff is negligible. proper indexing and query improvements are extremely beneficial to UX.