Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Three years ago I blogged about #nuget serving outdated #curl packages.

Uncategorized
28 21 0

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • printf "%s\n" 'e

    Uncategorized 39c3 w3m awk unix wget curl
    1
    0 Votes
    1 Posts
    6 Views
    printf "%s\n" 'e !sort -u %' wq | ed -s skip; w3m -dump 'https://cdn.media.ccc.de/congress/2025/webm-hd/' | awk '/\[[0-9]+\] https:.*webm-hd.*\.webm$/{print $2}' | sort | comm -23 - skip | tee urls | while read -r u; do echo $u; grep -Fq "$u" skip && continue; wget -c "$u" && echo $u >> skip; doneDownloading recorded talks from #39c3 using #ed #w3m #awk and other #unix tooling <3Thought about replacing #wget with #curl but old dogs and such...
  • 0 Votes
    1 Posts
    9 Views
    I added a sentence to the #curl hackerone submission page:"Please present your case briefly and to the point. Do not use an AI to help you blab hundreds of lines that will exhaust us to death instead of making us understand your claim."
  • 0 Votes
    2 Posts
    16 Views
    @bagder They probably use curl more than my code in the kernel (I seriously doubt they're using my therm_adt746x iBook G4 thermostat driver on the helicopter).But that earned me a github badge I can flex with.
  • 0 Votes
    1 Posts
    8 Views
    Twenty-nine years ago on this day, #httpget 0.1 was released.I found the tool a few days later and within a few months I became the maintainer. We later renamed it. Twice. The last name it got is #curl. It stuck.httpget was my first insight and lesson into HTTP and since then I have kept learning it.httpget 0.1 was written by Rafael Sagula, who unfortunately is not with us anymore.