2025
September 2025
❯ 09/26/2025
Using Zed's ACP with Codex
Explanation of how to use OpenAI's Codex Agent with Agent Client Protocol (ACP) clients such as Zed, Neovim or Emacs
❯ 09/13/2025
Benchmarking Local Embeddings
Which embedding models are particularly useful for generation and retrieval of information privately on the local computer
February 2025
❯ 02/04/2025
LLM-Powered Programming: A Language Matrix Revealed
Comparing LLMs and programming languages to see which combination is the best for AI-driven development.
❯ 02/02/2025
Encoding transparent videos that work in Safari, Chrome and Firefox
Quick note on how to create a transparent video that works in Safari and in Chrome using FFmpeg and Blender
❯ 02/02/2025
Automated git commit messages from local LLM
Sometimes its tricky to write good commit messages. Here's a simple way to let the LLM write them for you based on the currently staged changes.