> It's already on your machine, dipshit Does anyone actually enjoy this uhm style of writing?
Do you ask people "Do you actually enjoy talking like that?" every time you hear a curse word?
51–60 of 154 posts
> It's already on your machine, dipshit Does anyone actually enjoy this uhm style of writing?
Do you ask people "Do you actually enjoy talking like that?" every time you hear a curse word?
> 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 guy would say "just use bash" and ignore the average user experience.
> It's already on your machine, dipshit Does anyone actually enjoy this uhm style of writing?
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.
> 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…
It’s a meme that originated with https://thebestmotherfucking.website/ or one like it.
> It's already on your machine, dipshit Does anyone actually enjoy this uhm style of writing?
[flagged]
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.
-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).