this post was submitted on 21 Oct 2025
165 points (97.7% liked)

Programmer Humor

27117 readers
2460 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
you are viewing a single comment's thread
view the rest of the comments
[–] drmoose@lemmy.world 25 points 1 week ago* (last edited 1 week ago) (4 children)

Generally not a big fan of this type of writing especially when it's so wrong.

I'm an old software dev who grew up with curl but I wouldn't recommend it to anyone new. It's extremely dated UX that takes a long time to figure all of the quirks out. You will fail thousand times over and is a http client CLI really worth days of your time learning?

Libcurl itself is brilliant but there are much better front ends for it like hurl or alternatives like httpie - use those instead.

[–] __nobodynowhere@sh.itjust.works 6 points 1 week ago (1 children)

Wow the httpie site is terrible

[–] jenesaisquoi@feddit.org 4 points 1 week ago (1 children)

Yes it is worth it, because it is available everywhere, and will still be around in 15 years. Learn it once, use it "forever", everywhere. It's the same with learning to use sed, awk, etc. They've been around for 50 years and will most likely be for another 50.

[–] drmoose@lemmy.world 2 points 1 week ago (1 children)

It's just a http client CLI not a programming language. It's not that difficult to switch. In fact I use at least 5 different ones myself.

[–] jenesaisquoi@feddit.org 1 points 1 week ago (1 children)

All the more reason to learn and use curl

[–] drmoose@lemmy.world 2 points 1 week ago (1 children)

Yes after you learn all better clients first, sure.

[–] jenesaisquoi@feddit.org 1 points 1 week ago (1 children)

Which do you consider better?

[–] luciferofastora@feddit.org 2 points 1 week ago

...probably the ones they mentioned in the root comment?

Same here, though last time I used a nice frontend was in 2010s, it stopped being developed like all these smaller projects finally end up, and I'm back to using curl. Perhaps it's time to try again, httpie has been around for a while so maybe it's here to stay

[–] ohlaph@lemmy.world 1 points 1 week ago* (last edited 1 week ago)

Hurl looks similar to how intellij integrates their http requests feature.