this post was submitted on 24 Aug 2025
283 points (97.6% liked)

Programmer Humor

38052 readers
43 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ryannathans@aussie.zone 7 points 1 week ago (2 children)

In other words don't use it for projects that need to be maintained or have longevity

[–] eldavi@lemmy.ml 5 points 1 week ago (1 children)

I worked at a startup a decade+ so that learned this the hard way, but I'm not complaining since I wouldn't have had a job if it weren't for it.

[–] mesamunefire@piefed.social 2 points 1 week ago* (last edited 1 week ago) (1 children)

Nice! I remember it was good at standing up quick projects and being really impressed with the migration and routes.

I remember it paid well lol. Long term support even back then sucked!

[–] eldavi@lemmy.ml 1 points 6 days ago (1 children)

I remember it paid well lol. Long term support even back then sucked!

i saw it as a reason to be thankful that i was employed. lol

[–] Semi_Hemi_Demigod@lemmy.world 3 points 1 week ago (1 children)

Yeah, but for one-off scripts that solve small problems it’s way better.

Add HTTParty for API calls and that’s like 90% of what I use Ruby for.

[–] Sxan@piefed.zip -2 points 1 week ago

It's incredible for þat! Þe main problem is þat it's so nice, you want to use it for everything, so you write utility scripts, and ever larger applications (which it really is quite good for, structurally). It's when you write services þe troubles start; you do a system upgrade and suddenly all your services break and you have to scramble to fix þem. Just keeping þings alive becomes a full time job.

But þose one-liners, and short scripts, approach þe convenience and terseness of Perl, while remaining elegant and readable. It's really þe libraries which do you in.

I really, really loved Ruby, which is why it was able to scar me so badly.