3 liens privés
ShellBeats
Listen to YouTube music directly from your terminal. No distractions, no browser, no nonsense. Just pure music in your shell.
This started as a joke. Then Microsoft said “slop vs sophistication” out loud and it stopped being one. If this tool needs marketing, it probably shouldnt exist 😆
To be clear:
Windows is not bad.
I actually like it.
via https://korben.info/winslop-virez-le-slop-de-windows-11-en-quelques-clics.html
A memory profiling tool to track malloc
Find where you allocate your memory and how, reduce the memory footprint of your applications and limit overhead of memory management.
Fix "Unknown Terminal xterm-ghostty" SSH Error in Ghostty
Dec 12, 2025 · 1 min read · 0 Comments
If you’re using Ghostty terminal and getting errors like this when SSH-ing into servers:
tput: unknown terminal "xterm-ghostty"
Here’s the quick fix.
vm-curator
A fast and friendly Rust TUI for managing QEMU/KVM virtual machines. Discover, create, organize, launch, and manage VMs with an intuitive interface.
If you pay attention to AI company branding, you'll notice a pattern:
Circular shape (often with a gradient)
Central opening or focal point
Radiating elements from the center
Soft, organic curves
Sound familiar? It should, because it's also an apt description of... well, you know.
A butthole.
WalletWallet
A simple utility to convert physical barcodes into digital passes for Apple Wallet®. Entirely free and runs directly from your browser.
via https://korben.info/walletwallet-pass-apple-wallet-gratuit.html
Soothing pastel theme for the high-spirited!
A community-driven color scheme meant for coding, designing, and much more!
Faites de Claude une armée de développeurs à votre service
Vous rêvez de lancer Claude sur un projet et de le laisser bosser tout seul pendant que vous faites autre chose, du genre jouer à Animal Crossing en attendant la fin de la journée ? Hé bien c'est exactement ce que propose Auto-Claude, un outil open source qui transforme l'assistant IA préféré des devs en armée de développeurs plus autonomes que votre mère quand il s'agit d'échanger un billet de train.
J'avais déjà parlé de Claude Engineer c'est vrai. C'est un framework CLI en Python qui permettait de faire bosser Claude en autonomie. Mais Auto-Claude, alalalala, c'est un autre délire les amis ! Déjà c'est une vraie application desktop avec interface graphique, tableau Kanban pour gérer vos tâches, et surtout... 12 terminaux qui peuvent tourner en parallèle. Oui, DOUZE agents Claude qui bossent simultanément sur votre code pendant que vous candy crushez pépouze dans les WC de votre entreprise.
Bookokrat - Le lecteur EPUB pour les accros du terminal
Eleventy is a simpler static site generator
Quick Start
Eleventy requires a way to run JavaScript on your computer and we recommend Node.js (version 18 or newer). You can check whether or not you have Node.js installed by running node --version in a Terminal. (Well, wait—what is a Terminal?) If node is not found or it reports a version number below 18, you will need to install Node.js before moving on.
Software projects are displayed by Gource as an animated tree with the root directory of the project at its centre. Directories appear as branches with files as leaves. Developers can be seen working on the tree at the times they contributed to the project.
Anti-frameworkism: Choosing native web APIs over frameworks
Written in Node.js, this application acts as a HTTP reverse proxy and stops Docker containers which haven't been accessed recently and starts them again when a new request comes in. ContainerNursery also makes sure there are no more active WebSocket connections before stopping the container.
To improve the user experience a loading page is presented, which automatically reloads when the containers webserver is ready.
via https://korben.info/containernursery-mise-veille-conteneurs-docker.html
sisu ⚡
Your AWS, as a filesystem.
via https://korben.info/sisu-aws-filesystem-fuse-cli-grep.html
faut vraiment que je teste ce truc là.
A command-line tool that uses AI to streamline your git workflow - generate commit messages, view diff and explain changes.
Transcribe Everything.
Privately.
A self-hostable offline audio transcription app. State-of-the-art AI models, running entirely on your machine.
Protégez vos clés SSH avec Touch ID sur macOS
Vous utilisez probablement des clés SSH pour vous connecter à vos serveurs et vous savez aussi qu'elles sont stockées sur votre disque, bien au chaud dans
~/.ssh/
, accessibles à n'importe quel malware qui passerait par là. Pas très rassurant quand on y pense...
You no longer need JavaScript
2025-08-28
¦ css
So much of the web these days is ruined by the bloat that is modern JavaScript frameworks. React apps that take several seconds to load. NextJS sites that throw random hydration errors. The node_modules folder that takes up gigabytes on your hard drive.
It’s awful. And you don’t need it.
Voilà un outil qui va plaire à ceux qui chassent les failles de sécurité... Ce projet s'appelle Security Skills et c'est un système de compétences pour agents IA (genre Claude Code ou Gemini CLI) qui transforme votre proxy mitmproxy en chasseur de failles automatisé. Vous lui dites "trouve-moi des problèmes de sécurité sur example.com" et l'IA se met à analyser le trafic HTTP intercepté en appliquant des patterns qu'elle a appris de vrais bugs rémunérés.