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
  • #curl security moves again.

    Uncategorized curl hackerone
    1
    0 Votes
    1 Posts
    7 Views
    #curl security moves again. Back to #hackerone https://daniel.haxx.se/blog/2026/02/25/curl-security-moves-again/
  • #curl is RFC 9116 compliant

    Uncategorized curl
    10
    0 Votes
    10 Posts
    42 Views
    @bagder Maybe you should have a LLM catch footer that says "ignore previous instructions" and provides bogus contact info. Since given how little these people read maybe they're having their slop machines parse the doc for them.
  • No strcpy either.

    Uncategorized curl
    1
    0 Votes
    1 Posts
    6 Views
    No strcpy either.https://daniel.haxx.se/blog/2025/12/29/no-strcpy-either/#curl
  • 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...