Toys and side projects
A collection of projects and toys I've made over the years. Some ship, some don't — all of them taught me something.
Grid Monitor
A live dashboard for the UK National Grid — system frequency, carbon intensity, generation mix, demand and market prices, pulled in real time from Elexon BMRS and the Carbon Intensity API.
Game of Life
A basic Game of Life implementation using WebAssembly, Rust and Cloudflare Pages.
SSH Sentinel
A barebones SSH CA server. I built it to learn Go and because I couldn't find one simple to use. Runs on a Raspberry Pi at home and works great — an ansible role configures sshd, and the CLI app makes connecting as simple as "ssh servername".
SSH Sentinel RS
A Rust re-write of the Go version. Progress is slow but I'm getting there! The final version will be deployed / deployable on Shuttle.
VizGraph
A web-based interactive GraphViz viewer. The current version is a proof of concept — dependency vulnerability marking, project filtering and an improved UI are on the way.