3 liens privés
BEAM OTP: Why Everyone Keeps Reinventing It
What makes BEAM and OTP different from async/await, threads, and actors. Process isolation, supervisors, and why Erlang's model keeps winning 40 years later.
no-agents.md - Le fichier qui dit non aux IA dans votre code
7 mars 2026
/ PAR KORBEN ✨ / 2 MIN DE LECTURE /
IA POUR DÉVELOPPEURSVIE PRIVÉE & ANONYMAT
Ce qu’il faut retenir
no-agents.md est un fichier standard que les agents IA (Copilot, Cursor, Warp) lisent pour savoir comment interagir avec votre code. Ross Baker a créé une version qui interdit TOUT : lecture, analyse, modification, entraînement.
60 000 projets open source utilisent déjà AGENTS.md. Copier le fichier no-agents.md à la racine de votre repo suffit à bloquer les agents respectueux de la spec, sans configuration supplémentaire.
Le bonus CLAUDE.md est un troll intentionnel : Claude ignore la spec AGENTS.md, donc le fichier contient une fausse instruction lui ordonnant de "dormir trois siècles". C'est symbolique mais ça envoie le message.ny port 8000 sudo ufw route allow proto tcp from any to any port 8443
Introduction
So you want to deploy your Phoenix app. You head to the docs, and in typical Elixir fashion you find a number of thorough and well-written guides. Unfortunately, they're all guides for deploying to cloud PaaS platforms. Well, there is a Releases guide, but it only teaches you how to build a release. Not how to deploy it!
But what if you want to deploy to an actual server? Maybe you want to avoid vendor lock-in, or maybe you just want to manage your own system. You know, like the good old days. This is an opinionated guide for deploying an Elixir/Phoenix app to an actual server. VPS, bare metal - it doesn't matter. Just a server.
Nothing here is novel, but there aren't really any guides that spell it out.
I am going to spell it out.
Transfer podman images without registry
conventional: comments
Comments that are easy to grok and grep
Commits Conventionnels
Une spécification qui permet une signification lisible pour l'humain et pour la machine dans les messages des commits
ai orchestration
Compress videos to target sizes
Constrict compresses your videos to your chosen file size — useful for uploading to services with specific file size limits. No more relying on online services for video compression, or the manual trial-and-error of re-encoding at various bitrates yourself.
Features include:
An intuitive, easy to use interface.
Automatic calculation of average bitrate (ABR), resolution, framerate, and audio quality each video is re-encoded with to meet the target file size.
Bulk compression of multiple videos to one output directory.
Customization of framerate limits, to ensure a clearer or smoother image.
A choice of codecs to encode output files with, including H.264, HEVC, AV1, and VP9.
via https://korben.info/constrict-compression-video-taille-cible.html
Edit videos,
right in your browser
An AI-native, open-source video editor and free alternative to CapCut. No uploads, no tracking — your media stays on your device.
via https://korben.info/cutia-editeur-video-ia-navigateur.html
profiler c++
Solving Ballistic Trajectories
June 1, 2016
A common problem in video games is to calculate the angle to launch a projectile to hit a target. It’s so common I’ve written code to solve it on literally every game I’ve ever worked on.
cereal - A C++11 library for serialization
System profiling, app tracing and trace analysis
Open-Source · Portable · Efficient
Python app to work with pictures and associated metadata from Apple Photos on macOS. Also includes a package to provide programmatic access to the Photos library, pictures, and metadata.
via https://korben.info/osxphotos-backup-photos-apple-automatique.html
tunnelto
tunnelto lets you expose your locally running web server via a public URL. Written in Rust. Built completely with async-io on top of tokio.
via https://korben.info/tunnelto-exposer-localhost-alternative-ngrok.html