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

Ganz große Klasse!

Uncategorized
75 37 95

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    7 Posts
    17 Views
    /usr/include/asm/unistd_32.h contains the numeric syscall identifiers (i.e. 1 = exit, 4 = write), used in EAX.The manpages of the syscalls exit(2) and write(2) document which arguments they take and in what order.This is how I figured out that what these syscalls actually do is a write(1, "You are beautiful!\n", 19) and an exit(0).
  • 0 Votes
    2 Posts
    13 Views
    Cory Doctorow spoke at the 39C3 on 28 Dec ’25. There, he described a way to finally escape the US-controlled, enshittified internet — by means that D. J. Trump accidentally opened access to. ‘Virtually every government ministry, every major corporation, every small business, every household in the world have locked themselves into a US-based, cloud-based service.’‘So this is the third bloc in the disenshittification army: not just digital rights hippies like me; not just entrepreneurs and economic development wonks rubbing their hands together at the thought of transforming American trillions into European billions; but also the national security hawks who are 100% justified in their extreme concern about their country’s reliance on American platforms that have been shown to be totally unreliable.’A brilliant, encouraging speech, worth every one of its 61 minutes. Thank you @pluralistic Via @_elena and @DataKnightmare⁠, thank you, too.https://pluralistic.net/2026/01/01/39c3/#the-new-coalition#Enshittification #Disenshittification #EU #Canada #USPol #Internet #39C3 #CoryDoctorow
  • 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
    5 Views
    💥💥💥💥💥 age v1.3.0 💥💥💥💥💥Post-quantum keys, seeking DecryptReaderAt API, age-inspect CLI tool, built-in recipients compatible with hardware plugins, non-interactive passphrase input, Go framework for implementing plugins, and sooooo many improved errors.Our best release yet, six years to the day after the first beta, again released from the floor of #39c3!https://github.com/FiloSottile/age/releases/tag/v1.3.0