Blog

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

Articles

  1. My Taskwarrior Workflow
  2. Tiling managers for KDE Plasma on Ubuntu
  3. [Vim] You should use commit hashes in your vim-...

Code snippets

  1. [KDE] CTRL+T Shortcut: Focus or Launch Konsole ...
  2. [Vim] Proper code folding for Python files
  3. [Vim] How to compile Vim
  4. Researching the best small VPS for under 5 euro...
  5. [Vim] Fuzzy finding a string within a project w...
  6. [Vim] Prank your coworker by forcing them to us...
  7. A monadic Result type using generics in Python
  8. Interacting with Bitwarden in your terminal
  9. [Vim] Disabling typehint diagnostics for the `p...
  10. Free git repository with actual large file stor...
  11. Script utilitaire pour générer automatiquement ...
  12. [Vim] Navigating between Tmux panes using Vim m...
  13. Autogenerating an OpenAPI json file using Maven

Thoughts

A good article explaining the differences between Vim and Neovim: https://itsfoss.gitlab.io/post/whats-the-difference-between-vim-and-neovim/

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.