Daily Shaarli

All links of one day in a single page.

July 12, 2026

KamTape - Share Your World.

Bring the old Youtube-style back

Map | Electricity Maps
bobdoto.computer
Le vrai coût d’une erreur de dirigeant - YouTube
Ant, a lightweight JavaScript runtime

It's a 9MB binary that can run npm packages.

The packages can live on ants.land.

The startup time is two times faster than Ant, 4.5 faster than Deno and 5.22 faster than NodeJS.

Jamstackin' | Slides + Coverage

How to architecture a website built before deployment. The pros and cons. How to build the content with Next.JS

Note it was a talk in 2025/2016

qxnode/luks-deadman: USB kill switch + dead man's switch for Linux server: automatic LUKS header wipe on USB disconnection or operator inactivity.

It should work with a Tailscape IP (or VPN) for example to be accessible from the Internet.

It's a set of tools to protect a webserver.

  • USB: If the USB stick is removed, the LUKS keys are erased and the computer rebooted (it's smilar to a formatting of the hard drive because the data can not be decrypted anymore).
  • Dead man switch : If a signal is not sent to a service every 24 hours, the similar operation occurs: Keys are erased and the server reboots.

It's kind of like in spy movies when you don't want your data to fall into the wrong hands.

(via https://sebsauvage.net/links/?dIanfA)

dnlmlr/cargo-clean-all: Fast recursive detection and cleaning of rust projects with interactive TUI and filters. Find rust projects anywhere that meet conditions like "last used more than 3 days ago" or "freable size > 1GB" and then clean them in record time

The project support project target dir selections compared to cargo-clean-recursive.

Un compteur de visiteurs sur votre site, sans payer un centime - Korben

Le compteur de prend pas en compte les bots en eux-mêmes.

Il utilise pour cela un token API cloudflare, un script qui se lance régulièrement et un bout de JS pour charger ce nombre et l'insérer dans toutes les pages.

Basique.

J'aime pas devoir dépendre du seigneur Cloudflare cependant.

La prise électrique classique, c’est fini : cette prise sans travaux la remplace dès maintenant

La prise en saillie devient le nouveau standard.

Comment Wikipedia tente de limiter les dégâts face à l’IA générative

En 2025, le nombre de vues à reculé de 8%.

Wikipédia utilise des accords pour se financer par les géants de la tech.

Wikipédia a d'ailleurs un compte TikTok https://www.tiktok.com/@wikipedia et Instragram https://www.instagram.com/wikipedia/

Moebius Inpainting — WebGPU

Erase a subject from a picture in the browser.

(via https://korben.info/inpainting-image-navigateur-local.html)