soh.re
An interactive Linux terminal on the web, stocked with a few of my favorite command-line tools.

The project
soh.re opens directly into a real Linux shell in the browser. It is a small, hands-on introduction to my open source profile and a place to explore a few command-line programs without installing anything.
Each session runs inside a Fedora environment exposed through ttyd. The welcome message points visitors toward the files in my profile and commands including cmatrix, asciiquarium, bible, and bak.
The current version runs on Kubernetes. Istio routes regular HTTP traffic to the static upgrade service and sends WebSocket connections to isolation-proxy, a Go-based Kubernetes operator I wrote. The operator maintains a warm pool of ready pods, gives each connection its own fresh pod, blocks outbound internet access with a NetworkPolicy, and deletes the pod when the session closes.

