Project Review - Dump

Introduction Dump is a tool I built to help me capture items and help get rid of “open loops” (borrowing David Allen’s terms). It allows users to enter items into a simple text box and then review that list. On the backend, a text embedding service I built as a companion project, Embeder, stores the idea’s embedding so I can see similar items when reviewing the list Here’s Dump in action: ...

May 20, 2026

Project Review - Hours

Introduction Hours allows you to create projects and track how long you have worked on them. There are many, many other applications that solve this problem (most much more effectively than hours). I built Hours for two reasons. I wanted to build a CLI app in Go. This was a great opportunity to try that out. I was curious to experience how sharing types between client and server shaped development. TL;DR - I loved it. Here’s Hours in action: ...

May 15, 2026

Project Review - Biodata

Introduction Biodata allows you to track a few personal health metrics like weight, waist, and blood pressure. I’ve used other apps to do this in the past, but wanted to build my own for two reasons. This felt like a tractable way to build a small “from scratch” application I’m less and less comfortable sharing data of any kind with any third party. Thank you AI… Here’s Biodata in action: ...

December 23, 2025