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
  • 0 Votes
    3 Posts
    10 Views
    @simonzerafa it feels like a use case for Open Source that is clearly not well covered. We're going back to Hackerone. It's not a perfect fit either especially since we dropped the bounty part - but it still crosses off many more check-boxes for us.I'll elaborate with some more details in a pending blog post
  • Now with MQTTS (#curl)

    Uncategorized curl
    4
    0 Votes
    4 Posts
    24 Views
    @bagder @loke is the Gemini protocol supported? (I have a sense of déjà vu about this question)
  • 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
    12 Views
    Today, twenty-nine awesome years ago, httpget 0.2 shipped. Unfortunately, both the source and the changelog for this release have been lost in time (like tears in rain).httpget was the precursor to what later would become #curlThe internet, and the web, was different in 1996.