this post was submitted on 10 Mar 2026
118 points (99.2% liked)

Programmer Humor

30286 readers
2520 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
 
all 19 comments
sorted by: hot top controversial new old
[–] RustyNova@lemmy.world 48 points 7 hours ago (3 children)
[–] lmr0x61@lemmy.ml 24 points 7 hours ago (1 children)

This has been solved since 1999. Read the manual.

The deeper I get into Linux, the more I feel exactly this about most software in general. We just love reinventing the wheel, don’t we?

[–] Thorry@feddit.org 12 points 5 hours ago (1 children)

I have been working as a professional in the dev space for over 25 years. I have contributed to developing the same software over a dozen times, some even at the same company. Over time the tools have changed, the people have changed and my role has changed. But the overall specs have remained very similar if not the exact same.

Recently I did a job for a company where I was a consultant on a large project, they specifically sought me out for my expertise in the subject matter (having been involved in many similar projects). One of the C suites left the company near the end of the project, no reason given. This week he contacted me, he is now a C suite at another big company. They want to do the exact same project and want to hire me because of my expertise. I laughed my ass off, but am very happy with the work and he is a good guy (as far as C suites can be at least).

[–] lmr0x61@lemmy.ml 3 points 3 hours ago

That’s a great story lmao So it’s DRY… unless you’re getting paid to do it? 😂

[–] rovingnothing29@lemmy.world 19 points 7 hours ago (2 children)

-Curl "https://justuse.org/curl/"

-Returns a ton of html stuff

Can't even comply with their own argument.

[–] RustyNova@lemmy.world 10 points 6 hours ago (1 children)
[–] Skullgrid@lemmy.world 2 points 5 hours ago (1 children)

Follow redirects? curl -L

still gives HTML

[–] RustyNova@lemmy.world 6 points 4 hours ago (2 children)

Yeah? That's what the response is. What do you expect?

[–] scrubbles@poptalk.scrubbles.tech 4 points 4 hours ago (4 children)

I think they're point is that curl is great but then you have to have a way to render it to know if it's correct. With apis you can use jq, but yeah a dump of html isn't really useful to humans

[–] RustyNova@lemmy.world 4 points 2 hours ago* (last edited 2 hours ago)

Oh. Fair enough. The intent for curl is definitely to display the HTML as it's whole point.

Anyways.

curl -L -o "/tmp/your.html" https://justuse.org/curl && librewolf "/tmp/your.html"

[–] floquant@lemmy.dbzer0.com 8 points 3 hours ago

Yeah but we're talking about API tools, not web browsers. People are using postman to see JSON, XML, or whatever horrible format the devs on the other side chose to use, not to render HTML graphically. If you query an HTML page using curl, you should get the HTML back, I don't see what's the problem

[–] Skullgrid@lemmy.world 2 points 4 hours ago

I tried the suggestion and saw that the original complaint persisted.

I didn't think anything to be honest.

[–] Skullgrid@lemmy.world 3 points 4 hours ago

I tried the suggestion and saw that the original complaint persisted.

I didn't expect anything to be honest.

[–] nullPointer@programming.dev 10 points 7 hours ago

here ya go.

curl cheat.sh/curl

[–] mesamunefire@piefed.social 4 points 7 hours ago* (last edited 7 hours ago)

It would be fun to create a CURL converter. Just simple aliases or conversion tool.

I just looked it up, looks like there may be something like it here: https://github.com/christianhelle/curlgenerator

I like the look of this: https://www.createopenapi.com/

[–] ExLisper@lemmy.curiana.net 15 points 7 hours ago (1 children)

Ok OP, just tell us what API tool you're building.

[–] nikolasdimi@lemmy.world 9 points 5 hours ago

I thought no one would ask :) just open sourced it a few weeks ago. But I promise I will never pay someone to praise it pretending to be a developer.

https://github.com/VoidenHQ/voiden

[–] vpol@feddit.uk 13 points 7 hours ago

Same thing with every single tool. 90% of posts have hidden promotion. If not direct, then in the comments OP will “recommend”. If not in the comments - they are playing long game and wait to gain trust.