How I do it.

Some words on how I work on #curl and lead the #curl project. Every day of the week. Year in, year out. It never ends.

daniel.haxx.se/blog/2025/07/13…

#curl

daniel:// stenberg:// reshared this.

in reply to daniel:// stenberg://

I use curl every single day, sometimes hundreds of calls. it's my database interface more than a "web" one because interestingly lots of database have nowadays an http interface. curl is embedded in my tests and checks to blackbox test my http-based API. I debug half of the infrastructure I'm responsible for with curl. (the other half is kubectl 😂)

basically my bash history is made of curl, jq, kubectl ;)

in reply to daniel:// stenberg://

I obviously have the authority to speak on behalf of every inhabitant of planet Earth that uses a computer when I say "Thank You for curl." We all appreciate it, what it enables, what it is.

Even those people who don't know what curl is appreciate that stuff works because of the magic inside, and part of that is your magic.

daniel:// stenberg:// reshared this.