Blog

It's minimal, but I'm posting things.

Articles

  1. Retour d'expérience de la VAE pour un Bachelor ...
  2. The simplest morning routine which gives me the...
  3. My Taskwarrior Workflow
  4. Tiling managers for KDE Plasma on Ubuntu
  5. [Vim] You should use commit hashes in your vim-...

Code snippets

  1. Using different Git identities for different pr...
  2. Your favorite dev tools shouldn't pollute a sha...
  3. Combining the asdf version manager with the Jav...
  4. Automatically snoozing all incoming emails unti...
  5. Why Google Antigravity beats Claude's subscript...
  6. LLM auto-complete plugin for Vim for OpenAI, Mi...
  7. [KDE] CTRL+T Shortcut: Focus or Launch Konsole ...
  8. [Vim] Proper code folding for Python files
  9. [Vim] How to compile Vim
  10. Researching the best small VPS for under 5 euro...
  11. [Vim] Fuzzy finding a string within a project w...
  12. [Vim] Prank your coworker by forcing them to us...
  13. A monadic Result type using generics in Python
  14. Interacting with Bitwarden in your terminal
  15. [Vim] Disabling typehint diagnostics for the `p...
  16. Free git repository with actual large file stor...
  17. Script utilitaire pour générer automatiquement ...
  18. [Vim] Navigating between Tmux panes using Vim m...
  19. Autogenerating an OpenAPI json file using Maven

Thoughts

A new OpenAI LLM model came out : gpt-5.1-codex-mini ; it's 5x less expensive than gpt-5 or gpt-5-codex. Interesting!

I'm going to try Neovim; I've avoided this as much as I could given how much time I poured in my vimrc config. I hope it goes well.

Firefox has an incredible feature which is more convenient than browser profiles : tab containers. You can store difference user sessions in them.

After an afternoon of work, I noticed my mouse has been turned off the entire time; it's so nice to work mostly using the keyboard :)

That LSP logging file which was slowing down my Vim so much, it's has been turned on for over a year...

My Vim was feeling more and more sluggish. After profiling I realized lsp_logging was enabled. Thousands of IO operations to a log file was bogging everything down. Disable LSP logging!

It's a little disheartening Java development is never a nice experience in Vim.

I have no doubt we are in an AI bubble, so pick open-source solutions ; when the ecosystem will break down, at least those projects will remain.

Just set up HomeAssistant and it was super easy on a Raspberry Pi 3 Model B.

You can program your AI agents with OpenCode in the same way you can program your text editor with Vim : you feel in control, and it's fun :)