← All posts

Linux

Jul 13, 2026
July 13 - putting my notes under version control without breaking the sync that copies them everywhere
My entire knowledge base had no undo, and adding one turned out to be a real distributed-systems puzzle because the same files live on four machines at once.
Jul 9, 2026
July 9 - a compute box hitting 115°C, and the safety net that let it run hot but safe
My busiest compute machine was cooking itself under real load, so instead of just turning the work off, I built layers of protection that let it keep running without frying.
Jul 2, 2026
July 2 - every machine can now reach every other, with no passwords and no key juggling
Turned the fleet into a full mesh where every machine can reach every other one directly, passwordless, without hand-managed keys, laying the groundwork for running work anywhere in the fleet.
Jun 27, 2026
June 27 - a Swiss redesign, a GPU box on CUDA, and a wiki over all my notes
Reskinned davidgomez.cc into a Swiss/International typographic system, stood up a GPU box and proved face-embedding on CUDA, and hand-built a regenerable wiki over every one of my notes.
Jun 18, 2026
June 18 - the motif gets deeper the closer you zoom
Redesigned the month view's day cards into a contact-sheet film motif, polished the marketing site's desktop nav, survived a concurrent-edit collision that wiped my work off disk, and finally figured out what machine I've actually been building on.
Jun 14, 2026
June 14 - a dependency cascade, and matching files back to a list
An aggressive package cleanup quietly broke my storage box's admin UI through a dependency I didn't know was load-bearing. Then a filename-normalizer bug taught me to trust byte sizes over names when matching files back to a database.