notes
things i make, things i like. reminders to myself. not a blog, not in chronological order, and nothing is final or even particularly polished.
Home Assistant on Raspberry PI: SD to SSD Migration
Guide to the process of migrating Home Assistant on Raspberry Pi 5 from a MicroSD card to an NVME SSD
building a CLI with NodeJS
notes on adding a CLI to npm package.json
Repurposing an old tablet with LineageOS and Home Assistant
How I turned a forgotten tablet into a wall-mounted Home Assistant dashboard
ffmpeg commands for image sequences
converting sequences of images to video & gif files using ffmpeg on the command line
nunjucks & eleventy notes
I've used eleventy in several projects and am using it with Nunjucks (mostly) as a templating language for this site. This is a collection of notes & code snippets.
asynchronous error handling in expressjs
handling async errors in express without crashing your server
sort pixels by color
accessing, analyzing, and manipulating the pixels array in p5.js
easing functions for cyclical animations
A collection of functions and demos