Daily Shaarli

All links of one day in a single page.

February 12, 2026

How to build a distributed queue in a single JSON file on object storage
  1. A simple queue.json
  2. Batching with group commit
  3. Use a brokered group commit to eliminate contention over the queue object
  4. HA brokered group commit to handle unfinished job or broker machine die

Similarly to the job system we built at work, it guarantees at-least-once delivery.

I don't know if the pattern becomes too complex to be viable.

BfDI - Startseite

Rss feeds stehen im Footer im Bereich "Aktuelle Informationen". Warum nicht im <head> !?

📱🫆 Identifiant publicitaire Google - Liens en vrac de sebsauvage

Delete the Google Ad ID in the settings > Google > All services > Ads > Delete ID

OpenClaw : comment un agent IA « vibe-codé » en quelques semaines a exposé 135 000 machines à internet et redéfini la notion de catastrophe sécuritaire en 2026
Notepad - L'IA amène le Markdown, le Markdown amène une faille - Korben

En effet, la faille CVE-2026-20841 exploite une injection de commande via des liens malveillants dans un fichier Markdown. Vous ouvrez le fichier, vous cliquez sur le lien, et hop, exécution de code à distance sur votre bécane. Personne chez M$ n'avait pensé à filtrer les protocoles des URL. Résultat, un lien du type file:///C:/Windows/System32/cmd.exe ou ms-msdt:// s'exécute comme si de rien n'était.

(via https://www.techspot.com/news/111287-unwanted-ai-upgrade-windows-notepad-created-serious-security.html)

Aphelion | Synthetic Data Generator for PostgreSQL & MySQL

Seeds data automatically for databases. It's marketing tells it's more automated than fakerJS.

Rust provides a single binary (lightweight compared to JS and more cache-efficient for Docker layers)

(via https://www.reddit.com/r/rust/comments/1r1emah/rewrote_my_nodejs_data_generator_in_rust_20x/ which seems generated by AI)

KeygraphHQ/shannon: Fully autonomous AI hacker to find actual exploits in your web apps. Shannon has achieved a 96.15% success rate on the hint-free, source-aware XBOW Benchmark.
Maud, a macro for writing HTML

It feels wrong to write HTML that way, but maybe I am too used to the HTML we daily use as web developer.

I like the research though.