Skip to content(if available)orjump to list(if available)

C10kday

C10kday

11 comments

·August 5, 2025

le-mark

TLDR: Curl has been around for 10,000 days and they’re collecting user stories.

Back in the 00s we had a misbehaving application distributed on about 20 servers that would go haywire from time to time. I built a server monitoring solution consisting of a cgi bin shell script that cat’d a bunch of /proc info together, then curled them from a central server and formatted into an html page that one could refresh every few seconds to monitor server health. Then I could go in and restart the node before the business users started screaming. They were too cheap to buy an existing solution to do this.

Don’t miss those days at all.

nunez

Prometheus way before Prometehus became popular!

positr0n

Prometheus a decade before Prometheus existed :-)

44za12

The ability to submit a story using a curl would have been fun.

bombcar

My personal same is that since wget url did what I wanted, I took too long to learn how to curl a url to a file.

LorenDB

I still don't know the exact command. I just use wcurl if I need to curl a file, but muscle memory still dictates wget most of the time.

dboreham

c10k was already a (different) thing.

https://en.m.wikipedia.org/wiki/C10k_problem

adbachman

I had the same thought, "oh damn, I haven't heard about 'the c10k problem' in ages" :D (it was "solved", right?)

Given the author, his history in the field, and the project, though, I'm confident the repetition is intentional.

Like a contemporary rapper dropping Doom bars on a track, I read it as an homage / callback / shout-out, even if the meaning is changed.

carlhjerpe

Yep, and that problem is history now. Just like c10k from curl will be history.

voidUpdate

I spent a while trying to work out what that had been abbreviated from

unwind

It's in the second sentence of the article, so not exactly buried?