Live data from Hacker News

Just Use Curl

justuse.org

41–50 of 154 posts

Re: Just Use Curl

#41
post #15

After decades it should have been obvious by now that the vast majority of users prefer GUIs.

Yeah, hence why no one uses terminals for doing work with git, codex, claude-code, neovim and curl, everyone and their mother are using desktop GUIs for those things, clearly.

Inversely, plenty of people use GUIs for all of those things.

Re: Just Use Curl

#42
post #9

There's also hurl: https://hurl.dev You define all your requests in a plaintext format and can inject variables etc... plus the name is kinda funny.

Basically a shell script with a curl invocation in it, except you need to install extra software to execute it. Misses the point of the article.

I mean, the article did say:

  It doesn't need to render a fucking Chromium instance to make a web request. It doesn't depend on a service to run. It doesn't require an "Enterprise" subscription for basic features.
So I'd say it meets all of the criteria except being on your machine already.

Re: Just Use Curl

#45

[flagged]

To a degree, I understand when people do it when speaking. It can easily be a bad habit, it can slip, it can be your age and the influences around you. When it comes to doing it in a written blog post that you hope other people will read? Boggles the the mind.

Honestly, I've never used Postman and I kinda want to start using it now just because of the tone the post has been written with.

Re: Just Use Curl

#46

I've been using curl, like forever. I don't understand the preoccupation for using postman, et. al. -- why pay for something that literally requires a little bit of light RTFM?

Using curl, how would I send a collection of frequently used requests to a coworker?

Plain text file?

Re: Just Use Curl

#47
post #15

After decades it should have been obvious by now that the vast majority of users prefer GUIs.

define "user"

people needing/using curl would have been a very distinct subset of users.

Re: Just Use Curl

#48
I might get lit on fire for this, but I don't find manpages very easy to use. If want to quickly remember an option or argument order, I am met with a wall of text.

Does anyone have tips for how to make it more useful? Maybe I could grep better for options? For example in the link, the author lists out common curl commands like making a POST request or adding a header. If you tried to look through the manpage for this, this would take a long time.

There's another utility called tldr that does a better job of this by providing common usage examples that almost always instantly give me what I need, but its not nearly as comprehensive as man.

Re: Just Use Curl

#49
post #14

> The UI/UX is perfect While I like curl, this is highly subjective, some people just prefer a GUI that can guide you and/or be visually explored. This whole piece also reads like someone is quite angry at people preferring a different workflow than them. Some aspects, like shell history, are also not the magic bullet they propose here as it doesn't, e. G., cover the actual responses. Curl's ability to do almost ever…

Just fyi: the writing style is a meme. I think it's following the "just use html"[0] format (though, that may be its own riff on the meme).

Not to detract from you point; just to say that the author is probably not as angry as this could make them seem.

[0] https://justfuckingusehtml.com/

Re: Just Use Curl

#50

I've been using curl, like forever. I don't understand the preoccupation for using postman, et. al. -- why pay for something that literally requires a little bit of light RTFM?

I use both. It's quite convenient to have all the collections available and just send the request with a couple of clicks.

Maybe on work computer. But I can’t bother with installing, updating, and running these kinds of bloats on my personal computers. Only two software stay open for longer than a few hours: Emacs and firefox.

The thing with simple tools is that bootstrapping is easy and versatile.

Post reply on HN