A running record of what gets built — daily entries auto-populated from GitHub commits and personal logs, summarized by a local LLM each night.
Browse by year
Or use the calendar on the left sidebar to jump straight to any active day.
What you’ll find inside
Each daily entry has the day’s commits (with full messages), decisions logged, eurekas, strategic plans authored, and any Obsidian notes touched. The narrative is written by a local Gemma model from the day’s raw signal — no canned phrases, no marketing voice.
- The curriculum (What you’ve been studying) clusters projects into things you could teach, the study list, and one-touch noise.
- Tags link by project (e.g. Mothership).
About the pipeline
This site is generated by Quartz from an Obsidian vault. Every night at 23:00 IST, a launchd job:
- Pulls commit metadata across 53 GitHub repos via
/search/commits(public + private) - Fuses it with
~/.gstack/signal — skill invocations, decisions, eurekas, strategic plans - Writes one Markdown entry per active day into the vault
- Runs the Gemma narrator (local, no cloud) over each day’s content
- Pushes — CI rebuilds and publishes here
Code lives in WorkTracker/scripts/diary/. See the calculation notes for what counts as a “substantive day,” how the top-projects metric works, and what’s still being tuned.