Overengineering an Obsidian dashboard to get better at Marvel Snap
Using data to answer the ultimate gamer question - why am I so bad?
The Obsidian Migration - One Week Later
An experience report of using Obsidian for a week, coming from a year of Logseq
Migrating from Logseq to Obsidian
Logseq鈥檚 clunky apps and glacial development pace finally motivated me to migrate my journaling to Obsidian, here鈥檚 how I did it.
Assorted NixOS things
Running log of random things I鈥檝e learned about Nix/NixOS/Nixpkgs
Deploying applications to Fly.io without Docker
A quick guide to deploying apps to Fly.io without a local Docker installation
Assorted Git things
A running log of Git concepts I鈥檝e learned since I started journaling
Creating private services on NixOS using Tailscale and Caddy
Tailscale is a mesh VPN that makes it dead simple to connect almost any device together in a private network. Caddy is a web server that focuses on ease of use and automatic HTTPS. I am a fan of both of these, and I was very excited to discover that Tailscale has an experimental integration with Caddy that leverages their tsnet library to allow creating unique Tailscale addresses for individual virtual hosts in your Caddy configuration. Here鈥檚 a quick run down of how to set this up on NixOS. ...
A tour of my screenshots folder
The history of my Minecraft adventures as told by my screenshots folder
Improving dependency sync speeds for your Gradle project
Waiting for Gradle to download dependencies is so 2023
Using containers in NixOS
NixOS allows running arbitrary Docker containers declaratively, these are some of my notes on my usage of this functionality.