Zach Boothgroverburger

Index · 8 posts

Notes

Short, informal posts on software, graphics, and markets. No categories, no schedule.

2026-05-03

KISS web apps in the age of AI agents

My dad used Claude Code to build a simple personal web app, and it reached for Electron, React, and Zustand — absurd overkill for a weekend project. Here is the vanilla-HTML stack I hand my agents instead.

2026-03-15

GrobPaint

I released GrobPaint, a lightweight image editor that sits somewhere between MS Paint and Paint.NET, because I wanted a simple Paint.NET replacement on macOS and nothing quite fit.

2025-10-15

Lisp Visualization Test

I prototyped an interactive version of Lisp built from visual blocks, inspired by Scratch — lists and atoms that lay themselves out and can be run in place.

2025-09-14

Local LLM Optimism

I don't want to make costly API calls to a supercomputer; I want to run the LLM on my own machine, efficiently and smartly — and things appear to be moving that way.

2025-09-10

Everybody just wants immediate mode

Retained mode builds a tree of persistent UI objects; immediate mode redraws the UI every frame as a function of state. I think much of the framework churn is a search for the latter.

← Home