All recent content
This index contains all New posts or articles in all categories and collections, sorted by modification timestamp. Most recent posts are on top.
The Grand Final of the 2024 Song Contest
A simple and easy way to allow LaTeX in a markdown document within a Jekyll website
This is a simple method to add a goatcounter analytics link to the footer of a jekyll site. It is simple and straightforward to use.
My personal configuration (aka „dotfiles“) for the Neovim text editor. The project is hosted on GitLab and can serve as base for your own config. But I advice against using it directly, because it is fast-moving target and some changes may even break it.
This is a simple way to implement favorite folders in Neovim. It makes use of the Telescope plugin and Neotree. Favorites are stored in a simple text file and presented with a fuzzy-searchable Telescope picker.
A small function to force-quit neovim. Will check for modified buffers and, if any are found, present the user a choice to save or discard all modified files. The script works best with the Dressing Plugin.
Technically, Nim is a transpiled language. It uses C as intermediate language and „under the hood” it has a lot of things common with C. Interfacing with existing C code is therefore relatively easy and makes Nim an excellent choice for system programming.