Welcome!
Heyo! Welcome to my personal site. Here you can find a few different things:

On the right side is a few of my recent blog posts. I tend to discuss current technology things on my mind; but, there's nothing specific that goes on over there, just my brain dumps.

If you scroll down you can see a quick summary of a few different projects, you can click to read more if you're curious.

The main page here doesn't list everything on the site, you can use the nav bar at the top of the page to see the full listings of either my projects or my blog. I am still in the process of writing up my projects and fleshing out my blogs.
Friendly note that everything I say on this website is expressly my opinion. I do not claim to be an expert in the fields which I discuss and may occasionally get some technical information incorrect. Most of my blogs serve as a way to document my process and are by no means the most correct or efficient solutions.

If I ever misrepresent or get something incorrect, please do feel free to reach out and correct me.
Recent Blog Posts
The Golden Age of The Internet
Yearning for a time I only got a glimpse of | 03/12/26
Real-Time Task Reservations
Baby's first steps into kernel development | 12/21/25
Catching AI Use in CS Homework
The next generation of programmers is so cooked | 11/20/25
Real-Time Task Reservations and Scheduling in Linux
One of the most challenging and interesting classes I've taken at SDSU is Dr. Hyunjong Choi's Theory Of Real-Time Systems course. As part of this class, I modified the Linux kernel to support explicit real-time task reservations, periodic execution, and end-to-end latency monitoring...