TIL
- 3 May 2025 · 2 min read
Using Stable And Unstable Nix/NixOS Channels Together
For one of my servers that is running NixOS I have been using the stable channel for all packages. However I wanted for one package to use the version of the package that the unstable channel had and …
Read more → - 28 July 2024 · 1 min read
PostgreSQL: collation version mismatch
I run my own instance of PeerTube which uses PostgreSQL as its database. When I tried to record my latest video, I got an error message that said: [3397851] WARNING: database "peertube" has a …
Read more → - 3 March 2024 · 2 min read
Migrating my markdown notes from Obsidian to Apple Notes
So I wanted to migrate my markdown notes from Obsidian to Apple Notes. Apple Notes did not support import from markdown. I also wanted to maintain the folder structure. For every file I also wanted to …
Read more → - 26 December 2023 · 1 min read
Converting HTML to Markdown using Markdownify
I had some HTML content that I wanted to convert to markdown. The simplest tool I found to do this effectively was a python utility called Markdownify. I used Nix Shell to install it: nix-shell -p …
Read more → - 14 January 2023 · 2 min read
Configuring Github Pages With a Custom Domain
To setup my custom domain I went through the following steps: Verify Domain: I followed these steps to verify. Note that this was done using my GitHub accounts settings and not the repositories …
Read more →