I am currently a software engineer at Applied Intuition working on software infrastructure for VehicleOS. I was previously a technology analyst at Roivant Sciences. I studied Computer Science and Economics at Williams College.
My interests include:
medium sized dogs
rock climbing
reading
lifting
linux
classical music
Books I've Read Recently click links for notes...
collecting my thoughts on books so i don't forget them
2026
Johannes Brahms: A Biography (1997) by Jan Swafford
Brahms desperately did not want to be biographized. And yet this just makes him all the more fascinating to biographers... (currently reading).
Tools for Conviviality (1973) by Ivan Illich
Illich's focus is distinguishing "convivial tools" that increase human autonomy from industrial tools that curtail freedom and hollow out satisfaction. This felt prescient in light of the transformation of the internet from an open forum that enabled human connection to a Skinner box optimizing for attention, addiction, and ad revenue.
Crime and Punishment (1866) by Fyodor Dostoevsky
I was expecting this to be dense and difficult to get through. It ended up being much more intense and moving than I anticipated: it is emotionally raw and the pure suspense and intrigue of the plot made it hard to put down. A thought-provoking vehicle for Dostoevsky's philosophical examination of moral relativism.
2025
The Cuckoo's Egg (1989) by Clifford Stoll
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.
The Sorrows of Young Werther (1774) by Johann Wolfgang von Goethe
I wanted to read this because of the associated Brahms piano quartet, one of my favorite pieces. I kind of regret it.
The Two Hands of God (1963) by Alan Watts
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.
As an undergraduate at Williams, I conducted research in the field of combinatorial generation. My research focused on efficiently generating certain sets of Catalan objects, specifically Ćukasiewicz words and ordered trees (plane trees).
A Shift Gray Code for Fixed-Content Lukasiewicz Words (pdf) - Read an illustrated summary here!
A paper that I presented at the University of Trier for the 33rd International Workshop on Combinatorial Algorithms (IWOCA 2022). Published by Springer, also available on ResearchGate.
A joint work with my thesis advisor, Aaron Williams, this paper provides the first shift Gray code for fixed content Lukasiewicz words. This was one of two main results from my honors thesis.
Pop & Push: Ordered tree iteration in O(1)-time (pdf)
A paper that I presented at the 33rd International Symposium on Algorithms and Computation (ISAAC 2022).
Also a joint work with my thesis advisor, Aaron Williams, this paper provides the first "pull Gray code" for exhaustively generating Ordered trees with n nodes. The algorithm described in this paper generates each tree in worst-case O(1) time, evaluating only three conditionals per generated tree.
Honors Thesis: Cooler than Cool: Cool-Lex Order for Generating New Combinatorial Objects (pdf)
My honors thesis in computer science at Williams College. This thesis includes two main results:
The first Gray code for generating fixed content Lukasiewicz words, presented at IWOCA 2022
A pull Gray code for generating ordered trees with a fixed number of nodes, to be presented this winter at at ISAAC 2022
Both results include an implementation that generates each object in worst-case O(1) time. Source code is available in C; both projects can be built with make on systems with gcc.
Serverless: For some, serverless means letting AWS, Azure, or Google Cloud abstract away server interaction from the programmer.
These services are serverless in the same sense that hiring someone else to build your house is "constructionless."
This website is serverless in a different sense: it runs on a Raspberry Pi in my parents' basement (pictured to the right). While this paradigm is not truly serverless either, the fact that my server is smaller than a deck of cards allows me to feel closer to a true serverless experience.
No javascript: absent javascript, the web is fast. This website is small and will load quickly on any device.