Self-Hosted Read / Listen / Ask Reader
2025A local EPUB reader stitched together with Orpheus TTS and an LLM for flexible reading modalities — read, listen, or ask — without leaving your machine.
Things I've built, side projects, experiments, and the occasional production system.
A local EPUB reader stitched together with Orpheus TTS and an LLM for flexible reading modalities — read, listen, or ask — without leaving your machine.
Reference setup for instrumenting a Next.js app with Prometheus and deploying it inside a Kind cluster.
An experimental playground for distributed systems primitives, focused on building reliable replication and coordination from the ground up.
A community Airflow provider that adds RabbitMQ hooks, operators, and sensors, so DAGs can publish to and consume from AMQP brokers natively.
The reference implementation behind my CRDTs blog series — counters, registers, sets, and a sequence CRDT for collaborative text, written in Go with an executable convergence model.
A vision-language API that turns messy PDFs and images into clean, structured Markdown using SmolDocling — tables, equations, code blocks, and all.
A tree-walking interpreter for a small expression language, built to internalize lexing, parsing, and evaluation by hand.