All projects made with passion 💙
A personal digital garden. This is a notes log, not a polished blog. Written primarily for my own future reference — war stories, debugging notes, cross-domain pattern spotting, and small project writeups. If anyone else finds something useful here, that's a bonus.
Many of these notes are drafted, refined, and formatted with AI assistance. The ideas, experiences, and hard-won lessons are mine — the polish is collaborative.
- rf/ — RF electronics, instrument debugging, GPIB/SCPI notes, hardware war stories
- software/ — General software debugging, language notes, tooling, build systems
- cross-domain/ — Notes connecting patterns across two or more unrelated areas (e.g. seeing the same bug shape in RF calibration and Python async code)
- projects/ — Short writeups linking to standalone repos (luhn-polyglot, etc.)
- _templates/ — Note template for creating new entries
This repo is published to GitHub Pages via Quartz. The Quartz source lives in quartz/ and the content folders above are mapped into it.
- Copy
_templates/note-template.mdto the appropriate folder - Rename it to something descriptive (e.g.
rf/2026-07-scpi-timeout-debug.md) - Fill in the frontmatter:
title— short descriptive titledate— creation date (YYYY-MM-DD)tags— relevant tagsdomain— rf / software / cross-domain / projectsstatus— seedling, growing, or evergreen
- Write the note. Plain markdown, no special formatting required.
- Add wikilinks
[[other-note]]to connect related notes.