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 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.
  • 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...
  • This is not working.

    Uncategorized hackerone curl
    1
    1
    0 Votes
    1 Posts
    2 Views
    This is not working. The number of #hackerone report submissions for #curl in 2025 is going through the roof, while the quality is going through the floor.And the year isn't over yet.
  • 0 Votes
    1 Posts
    11 Views
    Parsing integers in C. Aka "bye bye atoi".https://daniel.haxx.se/blog/2025/11/13/parsing-integers-in-c/#curl #development