The Case for Using cURL Over GUI HTTP Clients
By
imiric
Lightly toasted, lightly seasoned, mostly correct.
Summary
A strongly opinionated rant advocating for using cURL instead of modern GUI-based HTTP clients like Postman. The author argues that cURL is already installed on most systems, faster, more efficient, and doesn't require downloading large Electron-based applications just to make simple web requests. The piece criticizes the trend toward bloated software for basic command-line tasks.
Key quotes
· 4 pulledWhat the fuck happened to making HTTP requests? You used to just type curl example.com and boom, you got your goddamn response.
Now everyone's downloading 500MB Electron monstrosities that take 3 minutes to boot up just to send a fucking GET request.
You know what's better than downloading Postman? Not downloading Postman.
cURL is already installed on your machine. It's been there since forever. It works. It's fast. It doesn't need to render a fucking Chromium instance to make a web request.
You might also wanna read
bat v0.26.0 Release: Bug Fixes and New Features for Syntax Highlighting Tool
This is a release announcement for bat v0.26.0, a command-line tool for syntax highlighting. The update includes several bug fixes addressin
Why Average LLM Use Is Likely Destroying Value in Software Development
The author argues that, contrary to prevailing hype, the average use of Large Language Models (LLMs) is likely destroying value rather than
How AI Accelerated Prototyping: From Idea to Tangible in Record Time
The author reflects on how AI has transformed their prototyping workflow. Previously, the biggest bottleneck was the time needed to scaffold
GitLab 19.0 launches with Secrets Manager, agentic workflows, and self-hosted AI models
GitLab 19.0 has been released, positioning itself as an intelligent orchestration platform for DevSecOps. The release includes expanded secr
bit.ly·1d agoCentralizing Error Handling in Rust with Custom AppError Enums
This article discusses the importance of centralizing error handling in Rust applications using a custom AppError enum combined with map_err
Zig Devlog: Build System Rework Separates Maker and Configurer Processes
This devlog entry from the Zig programming language project announces a major rework of the build system, separating the maker process from
