Skip to content

Open Source

Tools for language processing, music generation, and search infrastructure.

MygramDB

In-memory full-text search engine with MySQL/MariaDB binlog replication. Sub-millisecond queries on million-row datasets.

Full-text search broke on a 100M-pageview/month project. Built this, shipped it to production. Problem solved.

C++RPMDEBDocker

MIDI Sketch

Pop music MIDI generator grounded in music theory. 9 tracks, seed-based, deterministic.

Built for my day job—briefing composers on song ideas. Watching music emerge from C++ was a strange and fascinating feeling.

C++WASM

MIDI Sketch Bach

Bach instrumental works generator. Fugues, chorales, cello suites, the Chaconne.

Thought counterpoint was just logic. I was wrong. Every generated piece reminds me how great Bach was. Music is endlessly hard.

C++WASM

libsonare

Broadcast-grade mastering and mixing DSP built on a librosa-compatible analysis core. One C++17 stack across native, Python, and the browser — 77 processors, EQ to maximizer.

Started out wanting librosa to run in the browser. Kept going because no OSS did Ozone-style mastering — then mixing, then editing, all in the same stack under the same license.

C++PythonWASMLibrary

Suzume

Japanese tokenizer for the browser. Under 400 KB, zero dictionary files.

A design I’d had in mind for years, finally built with AI pinning it down through massive test suites. MeCab was no oracle—it had its own bugs. Language is endlessly hard.

C++WASMLibrary

go-oidc-provider

OpenID Connect Provider library for Go. Framework-agnostic http.Handler, FAPI 2.0 Baseline / Message Signing, BYO storage.

Years of building OIDC providers at the day job left me wishing a library shaped like this existed. So I built one.

GoLibrary

Formulon

Headless, Excel-compatible calculation engine. One C++17 core across WebAssembly, Python, and native CLI — 522 functions, oracle-pinned to Excel 365.

Wanted to read and write Excel through an MCP server, but no good tool existed. So I built the engine first.

C++WASMPythonLibrary

mysql-event-stream

MySQL/MariaDB binlog CDC engine with C ABI. Real-time row-level change events for Node.js and Python.

Built to kill the MySQL-to-Redis sync batches. No native dependencies — just npm install and go.

C++TypeScriptPythonLibrary

nvecd

In-memory vector recommendation engine. Aiming for real-time personalization speed.

Wanted to build a real-time recommendation engine like the ones behind modern feeds. Went in-memory to handle the transaction volume.

C++

Mejiro

Japanese vertical text layout engine. Line breaking, kinsoku shori, hanging punctuation, ruby, pagination — zero DOM dependencies.

Was planning a novel publishing platform. Realized the viewer’s line breaking had to be solved first. Built this as the foundation.

TypeScriptLibrary

Coverwise

Combinatorial test generation engine. Pairwise / t-wise coverage in browsers, Node.js, and native C++.

Wanted pairwise coverage computation entirely in the browser. Built it in C++/WASM — though in hindsight, TypeScript alone might have been enough.

C++WASMLibrary

node-cli

Zero-dependency, batteries-included CLI framework for Node.js / TypeScript. Interactive shell, tab completion, colors, tables, prompts — all built in.

Loved Vorpal for wrapping complex REST API servers into interactive CLIs, but it went unmaintained. Built my own so I could keep shipping.

TypeScriptLibrary

coredns-dynresolve

CoreDNS plugin for REST API-driven DNS failover. No etcd, no Consul — just HTTP and A records.

Needed a failover switch for Valkey Sentinel at the IDC. Nothing fit, so I wrote a CoreDNS plugin.

GoRPMDEB

node-ascii-eyedrops

True visual programming for JavaScript. Transform your code into executable ASCII art.

My favorite Perl module, reimagined for the modern Node.js era.

TypeScriptLibrary

BPM Detector

Comprehensive music analysis. Tempo, key, chords, structure, timbre — all from audio.

Needed to put music into words when commissioning tracks at work. Python because librosa was the only option back then.

PythonDocker

Playground

Side projects shipped as web apps. Not open source — just playable.

Formetra

Stage formation design tool for idol and dance groups. 3D visualization, beat-synced animation, and auto-placement solver.

Built on the hypothesis that visualizing parts of choreographers' tacit knowledge and processes could streamline commercial production and help performers learn more efficiently.

Vue 3Three.jsTypeScript
Formetra screenshot