journalctl -u micro
104 subscribers
2.39K photos
234 videos
293 files
1.63K links
Esperienze e consigli di uno sviluppatore tech−unenthusiast

creation — 2021-04-29
owner — @Microeinstein

networks
@sigma_hub Σ
@ageiroumena
Download Telegram
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"
Stazione Verona Porta Nuova — Schermo cabina fototessere bloccato
1
Ho le allucinazioni? Il comando è identico, ma se lo scrivo io non funziona — copiato da internet sì...
Il manuale mi ha tradito...
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
🤯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
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.
👍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
Forwarded from WebDweller
US AI labs: "Scraping the entire open internet without consent is fair use! It's transformative!"

Also US AI labs when someone distills their models: "Wait no not like that, that's intellectual property theft"

New post on why distillation is just the industry looking in the mirror:

https://www.joanwestenberg.com/p/the-great-ai-double-standard
👍3