A collection of open source projects I’ve built.
doesjitgobrrr
A (unofficial) dashboard to track CPython’s JIT performance compared to the standard interpreter over time. This project is both a UI and all of the benchmarking infrastructure that powers it. I maintain a mini server farm of 4 separate runners across different platforms and architectures in my home lab to collect the data nightly.
coredispatch.xyz
A regular digest of what’s happening in Python core development — from merged PRs and PEP decisions to community discussions and upcoming events. Core Dispatch aggregates information from GitHub, official and personal blogs of core developers, iCals for releases and events, and more to keep you in the loop.
debugwand
A zero-preparation remote debugger for Python applications running in Kubernetes clusters or Docker containers. With debugwand, there’s no sidecar pod, no application code changes, and virtually no setup required.
pyrepl-web
An embeddable Python REPL powered by Pyodide. Add Python to your website with just a few lines of HTML (supports pre-loading packages + theming)! No installation required.
gruyere
A tiny (and pretty) program for viewing + killing listening ports on your machine.
every-python
A utility to build any commit of CPython, using smart caching. Build any commit of CPython (branch, tag, commit hash) with just one command. Supports building with the JIT enabled by auto-detecting the version of LLVM required.