3 liens privés
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.
Linux Machines
c’est comme WSL, mais pour le mac
The PDF Toolkit
built for privacy
compress, resize, crop, extract text ...
Mole
Deep clean and optimize your Mac.
All-in-one toolkit combining CleanMyMac, AppCleaner, DaisyDisk, Sensei, and iStat in one trusted binary
Deep cleanup scans and removes caches, logs, browser leftovers, and junk to reclaim tens of gigabytes
Smart uninstall completely removes apps including launch agents, preferences, caches, and hidden leftovers
Disk insight + optimization visualizes usage, handles large files, rebuilds caches, and refreshes services
Live status monitors CPU, GPU, memory, disk, network, battery, and proxy stats to diagnose issues
via https://korben.info/mole-nettoyage-macos-cli-open-source.html
sqlit
The lazygit of SQL databases. Connect to Postgres, MySQL, SQL Server, SQLite, Supabase, Turso, and more from your terminal in seconds.
A lightweight TUI for people who just want to run some queries fast.
via https://korben.info/sqlit-tui-sql-terminal-databases.html
Cordon
PyPI version License
Semantic anomaly detection for system log files
Cordon uses transformer embeddings and k-NN density scoring to identify semantically unusual patterns in large log files, reducing massive logs to the most anomalous sections for analysis.
Key principle: Repetitive patterns (even errors) are considered "normal background." Cordon surfaces unusual, rare, or clustered events that stand out semantically from the bulk of the logs.
via https://korben.info/cordon-detection-anomalies-logs-transformers.html
HTTP Breakout Proxy
A lightweight HTTP/HTTPS intercepting proxy and traffic analysis tool written in Go, with a web-based UI for inspecting, filtering, coloring, and annotating captured traffic in real time.
via https://korben.info/http-breakout-proxy-retour-outils-jetables.html
TermUI
Hex.pm Docs License
A direct-mode Terminal UI framework for Elixir/BEAM, inspired by BubbleTea (Go) and Ratatui (Rust).
TermUI leverages BEAM's unique strengths—fault tolerance, actor model, hot code reloading—to build robust terminal applications using The Elm Architecture.