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

Programmer Humor

27117 readers
2018 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
[–] Azzu@lemmy.dbzer0.com 5 points 1 week ago* (last edited 1 week ago) (1 children)

This is such a weird article. Electron is not for making http requests, it's for rendering web pages. Nothing within curl can render web pages. I'm not saying you should be using electron necessarily, but this is just so obviously wrong, what is the author thinking?

And (almost) any programming language has a built-in primitive for making http requests (possibly even using libcurl internally), why would I switch to a command line call if I can just do the http call directly with that primitive?

[–] MinFapper@startrek.website 23 points 1 week ago (1 children)

I think it's a jab at Postman, which is essentially curl with a GUI.

[–] dubyakay@lemmy.ca 7 points 1 week ago

Postman has Collection Runner tho, which is useful for people that like to dick around on a GUI and get their data harvested and used for AI training instead of writing their own script in Python.