Quotidien Shaarli
September 24, 2025
Kokoro TTS
A CLI text-to-speech tool using the Kokoro model, supporting multiple languages, voices (with blending), and various input formats including EPUB books and PDF documents.
edge-tts
edge-tts is a Python module that allows you to use Microsoft Edge's online text-to-speech service from within your Python code or using the provided edge-tts or edge-playback command.
About
sshPilot is a user-friendly, lightweight SSH connection manager with an integrated terminal.
No more remembering host aliases or complex SSH commands to manage your machines, copy keys or set up port forwarding.
PostgreSQL conditional upserts
So in order to do an "upsert" we use an INSERT command with a CONFLICT statement. Then if we need to do some conditional setting in the case of existing data then we can use the "temp table" EXCLUDED that PostgreSQL provide to us. They have a nice example how to use that in their docs and here's mine example:
2 méthodes simples pour nettoyer le dossier WinSxS sur Windows 11