Nov 2024

Rust Container Runtime

A minimal container runtime built from the ground up in Rust, compliant with the OCI runtime spec interface — namespaces, cgroups, and the plumbing that container platforms are built on, without the platform on top.

  • Rust
  • Linux Namespaces
  • cgroups
  • OCI Spec

Jun 2024

Low-Latency Network Packet Processor

In-kernel eBPF network packet processing for low-latency response, doing destination-port-based rate-limiting without the round trip to userspace.

  • eBPF
  • Linux Kernel
  • Networking
  • C

Sep 2023

Monitoro

A GUI dashboard for keeping an eye on distributed Redis job queues — queue depth, worker health, and failure rates, at a glance.

  • Redis
  • Dashboards
  • Go
  • Observability

Feb 2023

GOCS

An app that parses CS:GO match replay files to generate match analysis and player-specific statistics — turning demo files into something readable.

  • Go
  • Data Parsing
  • CS:GO

Nov 2022

Synaesthesia

Generates abstract art images from the Fourier transform of audio files — turning frequency content into color and form.

  • Python
  • FFT
  • Generative Art
  • Audio

Sep 2026

Test Project 01

Test project body goes here.

  • Test Tag 01
  • Test Tag 02

May 2022

3D Terrain from Music

Real-time procedural 3D terrain generation driven by spectral analysis of whatever's currently playing — the direct ancestor of the waveform behind this site's hero.

  • Procedural Generation
  • Audio Analysis
  • WebGL