Projects
Open source & notable work
Your files live in more places than they should. FileProxy is a unified REST API and MCP server that abstracts access to all your cloud storage backends through a single interface. S3, Google Drive, Dropbox, Azure Blob. Add your credentials once, access everything the same way.
PacketTotal
Free PCAP analysis engine for network traffic visualization, timeline reconstruction, and artifact extraction. Built solo from scratch; acquired June 2021. Featured in Help Net Security and BleepingComputer.
DynamiteNSM
Open-source Network Security Monitor built on Zeek and Elasticsearch. 171 GitHub stars, 23 forks.
yarawesome
A framework for building, managing, and deploying YARA rules at scale. Abandoned — but I promise I'll pick it back up someday.
Just for Fun
Conway's Game of Life rendered as a subtle canvas background animation. Live cells connect as thin lines; the simulation evolves slowly, leaving fading trails. Configurable, zero-dependency TypeScript.
FireFinder
Processes NASA FIRMS satellite data (MODIS and VIIRS) and converts active wildfire detections into GeoJSON, with configurable clustering to merge nearby fire events by distance threshold.
SmurfSniper
A StarCraft II overlay that quietly judges everyone in your lobby. Pulls match history and MMR trends in real-time to score how likely it is that your Diamond opponent is actually a Grandmaster taking a vacation.
ChessPNGSolver
A bot that plays chess using 100% screen scraping. It reads the board state from PNG pattern matching, feeds it to Stockfish, and plays the move. Built to see if it could be done. (It can.)