A distributed container orchestration daemon written in Rust — a ground-up implementation of the core ideas behind Kubernetes. Manages Docker containers across topology-isolated subnets, routing cross-subnet traffic through a central nginx proxy. Implements self-healing without a control plane, RPS-based autoscaling, client-side latency-aware load balancing, multi-node scheduling, and optional CoreDNS integration.
A partition-tolerant offline communications stack designed to operate without any fixed infrastructure. Builds a self-organizing mesh network across devices using Bluetooth and Wi-Fi Direct, routing emergency messages through whatever nodes happen to be within range. Built for disaster response scenarios where cellular and internet infrastructure has failed.
A non-invasive BCI that translates raw EEG signals into control inputs using a custom signal-processing pipeline and a lightweight neural classifier. Lets a user control a cursor with measurable accuracy using only thought, with no hardware beyond a consumer-grade headset.
A mixed-integer optimization engine for scheduling energy dispatch across a hospital's generation and storage assets. Solves a receding-horizon MIP at each interval, balancing cost minimization against the critical constraint that no load-shedding can occur in a clinical environment.
A solver for the combinatorial game Chomp that achieves perfect play through exhaustive game-tree search with aggressive memoization and symmetry reduction. Finds winning strategies by force, compressing the search space to make previously intractable board sizes solvable in reasonable time.