Projects
This is a (non-exhaustive) list of things I've worked on. If you would like to talk about any of them, just send me an email.
Laplace BIE Solver
The Laplace problem on a separated domain, normally written with the differential operator, can be rewritten as a boundary integral equation (BIE). This leads to several analytic and numerical niceties. In this project, given Dirichlet boundary data, I solve the resulting integral equation for the unknown density layer and evaluate inside the domain. Specialized quadrature called quadrature by expansion (QBX) is used to improve accuracy near and on the boundary which requires the evaluation of a nearly-singular or singular integral. See this GitHub repository for code. And here are some slides for a presentation I gave on BIEs and QBX at UW's NARC.
Resonate Recordings
I led the backend team of the web app, helping build an integrated platform for clients to interact with audio engineers. In addition to general web development, I worked on optimizing and scaling the podcast analytics service.
Resound.fm
I was one of the founding engineers of Resound and designed the system architecture for initial scale. We built a ML-powered audio/video editor in the browser, lots of problems related to the efficient transport and playback of large files in the browser. I also worked on an inverse problem, turning AAF files into decision trees of user editing actions.