Skip to content

zignar.net

Personal weblog about programming, linux, life, the universe and everything.

  • By Mathias Fußenegger
  • Based in Austria
  • Roughly two posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2014 3
2015 1
2016 4
2017 0
2018 0
2019 4
2020 10
2021 15
2022 8
2023 4
2024 0

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

Share your problem, don't request features
I help maintain a couple of projects and one aspect I find surprising — and a bit troubling — is how often people ask for features without explaining their problem. Maybe it’s already in the …
On , 70 words
Debugging Lua in Neovim
In this post I want to show you how you can debug Lua scripts with Neovim and nvim-dap. Both regular Lua, but also Lua that uses Neovim as Lua interpreter. The latter is interesting if …
On , 50 words
Debugging Neovim with Neovim and nvim-dap
Recently a change got merged in Neovim that decoupled its TUI from the main process. A side effect of the change is that debugging it became a bit more troublesome. It now forks itself and …
On , 145 words