Posts
Wordle Solver in Rust 02 Jan 2026
I wanted a low-stakes project to learn Rust beyond toy snippets. Wordle turned out to be the perfect playground: a small, well-defined problem with just enough combinatorics to motivate optimization and concurrency.
Setting up a Github Page 18 Mar 2025
Recently, I was chatting with my professor, and he mentioned something about setting up a lab page. This conversation sparked my curiosity, and I found myself creating my own website...