[ SYSTEMS LOG ]

Projects

A collection of technical implementations — practical systems built to solve real problems. Each project is a case study in applying rigorous engineering to tangible constraints.
projects rust esp32 hardware

Water Tank Monitor with ESP32 and OpenWRT

An ultrasonic distance sensor on an ESP32-C3 posts water level readings over WiFi to a minimal Rust server running on an OpenWRT router — no cloud, no app, just an email when the tank runs low.

If you're a developer who's been curious about hardware but assumed it was too complex or too expensive, this project shows how far you can get in an afternoon with an ESP32, a Qwiic sensor, and no soldering.

Water Tank Monitor with ESP32 and OpenWRT
projects elixir ai tooling

Memex: Stop Babysitting Your LLM Sessions

Memex is a local CLI that gives LLMs persistent, semantic memory across sessions — no API keys, no MCP server, just markdown files and a vector index.

Once you stop re-explaining your project at the start of every session and start letting hooks enforce your own standards automatically, you can finally focus on the work itself.

Memex: Stop Babysitting Your LLM Sessions