Adattatore datassette / USB serial
https://github.com/wagiminator/C64-Collection#tapebuddy64
https://github.com/wagiminator/C64-Collection#tapebuddy64
If one would give me six lines written by the hand of the most honest man, I would find something in them to have him hanged
— Cardinal Richelieu
😱2
Come riservarsi un file da terminale su Linux, e come sfruttarlo per forzare una singola istanza di un programma
SELF="${BASH_SOURCE[0]}"
SELF="$(realpath -ms "$SELF")"
exec 200<"$SELF"
flock -n 200 || error "Another instance is running"
journalctl -u micro
fwknop - Single Packet Authorization SPA is essentially next generation Port Knocking (PK), but solves many of the limitations exhibited by PK while retaining its core benefits. PK limitations include a general difficulty in protecting against replay attacks…
fwknop_template.tar.gz
12.6 KB
Finalmente ho estratto un template per fwknop, sia client che server. C'è una guida che spiega tutto
journalctl -u micro
fwknop - Single Packet Authorization SPA is essentially next generation Port Knocking (PK), but solves many of the limitations exhibited by PK while retaining its core benefits. PK limitations include a general difficulty in protecting against replay attacks…
Client android
https://f-droid.org/packages/org.cipherdyne.fwknop2/
https://f-droid.org/packages/org.cipherdyne.fwknop2/
f-droid.org
Fwknop2 | F-Droid - Free and Open Source Android App Repository
Client to send SPA packets to a fwknopd server
A lavoro ogni tanto scherziamo sul fatto di richiedere un periodo di post-ferie, in cui ci si riposa... dalle ferie. Un'idea bizzarra, che potrei iniziare a considerare
🔥1
MoCa adapter — converte un cavo coassiale in ethernet
Scopro solo adesso che Obsidian si può usare da browser, quindi si può rendere self-hosted ed accessibile da remoto
❤1
journalctl -u micro
https://youtu.be/y1GCIwLm3is
Troppo facile mettere downvotes, almeno spiegate perché
Fun Touhou/AVC Fact:
︀︀In the source code for x264 (the encoder for a video format used by ~70% of videos online) there's a secret 9th tuning option designed specifically to optimize the compression process SOLELY for Touhou.
︀︀
︀︀(🧵cos i got carried away & this is 5 tweets now lmao)
https://fixupx.com/drnkait/status/2079140764916097355
🧵 Thread • FixupX
ktlyn 🏳️⚧️ (@drneotech)
Fun Touhou/AVC Fact:
In the source code for x264 (the encoder for a video format used by ~70% of videos online) there's a secret 9th tuning option designed specifically to optimize the compression process SOLELY for Touhou.
(🧵cos i got carried away & this…
In the source code for x264 (the encoder for a video format used by ~70% of videos online) there's a secret 9th tuning option designed specifically to optimize the compression process SOLELY for Touhou.
(🧵cos i got carried away & this…
🤯1
Due tecniche combinabili per comprimere l'utilizzo di token senza perdere accuratezza:
1. Caveman (già conoscevo) — una skill markdown che fa rispondere il modello come un cavernicolo (agisce solo sui token in output, non reasoning né input)
2. rtk — un singolo binario Rust che fa da wrapper per vari comandi cli
1. Caveman (già conoscevo) — una skill markdown che fa rispondere il modello come un cavernicolo (agisce solo sui token in output, non reasoning né input)
2. rtk — un singolo binario Rust che fa da wrapper per vari comandi cli
GitHub
GitHub - rtk-ai/rtk: CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies - rtk-ai/rtk
journalctl -u micro
Lista non esaustiva di tutti i metodi di tracciamento usati sul web: network IP DNS CDNs Tor http user agent url parameters referer languages ETags cookies third-party first-party supercookies js local storage…
TIL: TLS fingerprinting
A typical TLS 1.2 or TLS 1.3 session looks like this, skipping some details:
1. ClientHello – the browser (or other web client) sends a message with:
Supported TLS versions (for example TLS 1.2, 1.3).A list of cipher suites (combinations of key exchange, encryption, and MAC algorithms).Supported elliptic curves for ECDHE.Various extensions (SNI, ALPN, supported groups, etc.).
[...]
For fingerprinting, the important part is that the ClientHello is visible in cleartext on the network. Even though the actual HTTP traffic is encrypted, the way you propose the TLS connection – the version, order of cipher suites, supported extensions, curve preferences, etc. – leaks the unique fingerprint of your TLS stack.
Different TLS libraries – OpenSSL, BoringSSL, SChannel, Go's crypto/tls, Node's tls module – build different ClientHello messages, even for the same https URL. Modern fingerprinting leans hard on those differences.
www.browserless.io
TLS Fingerprinting: How It Works & How to Bypass It (2025)
Learn what TLS fingerprinting is, how JA3 and JA4 detection works, and how to bypass TLS fingerprint detection in Playwright and Puppeteer using Browserless and
👍1
How Microsoft's "Global Device Identifier", the persistent Windows fingerprint named in the July 2026 Scattered Spider complaint, is actually generated, stored, and transmitted.
https://github.com/SmtimesIWndr/gdid-reversal
GitHub
GitHub - SmtimesIWndr/gdid-reversal
Contribute to SmtimesIWndr/gdid-reversal development by creating an account on GitHub.