ProgrammerHumor

curlWrappers

curlWrappers
https://i.redd.it/u1q4mk92kzcf1.jpeg
Reddit

Discussion

Antervis
:cp:

For all intents snd purposes, you can consider libcurl a standard implementation of networking protocols. Relying on it instead of making your own implementation is a basic common sense.

Though I can't say its API is convenient. Thus, wrappers.

10 hours ago
Unonoctium

Yeah, the same way as programming languages are wrappers for machine code, to a less extreme degree perhaps

6 hours ago
pavlik_enemy

I'm still astonished by the fact that Postman Labs raised capital at $5.6B valuation. There's just no way it's real, it will never have corresponding revenue and none of the tech giants will buy them because they would just make the similar product themselves

3 hours ago
Shadow_Thief
:bash:

Never underestimate the power of stupid people who need a GUI for everything.

2 hours ago
Material-Piece3613

Shows your miniscule experience with software development. Yeah sure, manually add 5 attachments and a bearer token, + the content type header and 5 query parameters, I am sure it it will work great

2 hours ago
Sw429
:rust:

I'll never forget when I wrote a solution for the exact problem someone was having, with a beautiful CLI that could handle all usage elegantly, and then later discovered they weren't using it because the CLI was "too confusing" and they just wanted "a webpage that you can do everything from."

51 minutes ago