Posts
Read all posts here or browse by category or tag.
2025
- LLM outputs are optimized like ultra-processed food
Aug 23, 2025. 203 words. 1 minute. In Quotes. AI LLMs RL - TIL: How to run Docker in rootless mode
Feb 4, 2025. 228 words. 2 minutes. In TIL. Docker System Linux
Running Docker without sudo is pretty easy and just requires two lines in the shell. - TIL: How to ignore files and folders in org-roam
Jan 22, 2025. 151 words. 1 minute. In TIL. emacs orgmode orgroam
An easy way to exclude certain files or folders from being included in the org-roam database, particularly useful for me with meta files, such as templates that have no unique id.
2024
- How to easily generate favicons
Oct 30, 2024. 160 words. 1 minute. webdev
The easiest way imaginable to create a favicon and set it up correctly. - How to set up vale as a linter for text in neovim
Oct 29, 2024. 150 words. 1 minute. In Tech. neovim vale linter
How to set up vale correctly by creating a config file and syncing it once. - How to setup neovim to find files from .gitignore
Oct 2, 2024 (updated Oct 4, 2024). 1351 words. 7 minutes. neovim Telescope git
I needed a way to find files with Telescope that are ignored from git via .gitignore, while at the same time excluding files from search via .ignore. - Writing my own calendar syncing solution
Jan 10, 2024 (updated May 28, 2024). 1900 words. 9 minutes. Emacs org-mode Python CalDav
Wiring up org-mode and CalDav to synchronize my tasks and events in the cloud with just one little Python tool. - How to fix the "file-missing: Doing vfork" error in Emacs
Jan 3, 2024 (updated May 28, 2024). 328 words. 2 minutes. Emacs Doom
Documenting a reliable solution for this error that sometimes pops up after changing my Doom Emacs configuration.
2023
- How to setup SSH & GPG keys for git
Dec 20, 2023 (updated Jun 7, 2024). 806 words. 4 minutes. SSH Security Encryption
Setting up SSH and GPG keys to use with git for better security and verification. - Setting up my literate config for Emacs
Nov 24, 2023 (updated Jul 2, 2024). 919 words. 5 minutes. Emacs orgmode Doom
How I have set up my literate Emacs config in org-mode with automatic tangling.