[ TECHNICAL LOG ]

Articles

Essays on software architecture, open-source development, and engineering tradeoffs. Technical thinking made accessible.

Further Reading

VIEW ARCHIVE →
Water Tank Monitor with ESP32 and OpenWRT
PROJECTS

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.

#projects #rust #esp32 #hardware
Memex: Stop Babysitting Your LLM Sessions
PROJECTS

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.

#projects #elixir #ai #tooling