## about
I'm Fabio Mora. I write software for a living and, fairly often, for fun — mostly in Go, mostly things that live in a terminal.
What keeps pulling me back is the unglamorous end of software: how a program gets built, packaged, signed, and put somewhere a stranger can install it from. That is how I ended up with a Homebrew tap and a Debian archive that exist mainly because building them was the only way to really understand them.
The other thread is terminal user interfaces, and lately getting them to run somewhere they have no business running — like this page.
## things I've built
- teapot ↗
Compiles a Bubble Tea program to WebAssembly and serves it from one self-contained HTML document. It is what the terminal on this site is built with.
- bubbletea-wasm ↗
Four stub symbols over a byte-identical Bubble Tea vendor, so it links for js/wasm. Meant to be deleted the day upstream ships its own.
- homebrew-tap ↗
My Homebrew tap.
- apt-archive ↗
My Debian archive, built to understand how one actually works.