Live data from Hacker News

Just Use Curl

justuse.org

51–60 of 154 posts

Re: Just Use Curl

#51
post #6

> It's already on your machine, dipshit Does anyone actually enjoy this uhm style of writing?

What a weird place to try and raise moral panic.

Do you ask people "Do you actually enjoy talking like that?" every time you hear a curse word?

Re: Just Use Curl

#52
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…

Not to mention saving headers, tokens, doing multiple requests using the results from the previous, etc.

This guy would say "just use bash" and ignore the average user experience.

Re: Just Use Curl

#55

Earlier quoted context omitted.

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.

Yes, I agree, and have no qualms with people who prefer GUIs. But to say that "majority of users (developers?)" prefer GUIs seems outlandish at best.

Re: Just Use Curl

#56
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…

> This whole piece also reads like someone is quite angry at people

It’s a meme that originated with https://thebestmotherfucking.website/ or one like it.

Re: Just Use Curl

#60
post #23

Using -X POST is often wrong as it "changes the actual method string in the HTTP request [... and] does not change behavior accordingly" (Stenberg, 2015). Although, it is correct for the article's mention of "Send POST requests"... just that typically people don't send POST requests out of the blue with no data.

I think you misinterpret the text you're quoting (but it's hard to tell since you didn't include a link).

-X POST is not wrong, it's just superfluous when using other flags like -d where the method can be inferred.

POST requests are often sent with no data (anything that is not idempotent should, unless there's another verb that could fit better).

Post reply on HN