Orion is Meta's first AR Glasses and the most advanced pair of AR glasses ever made. They are true tetherless glasses with large holographic displays that blend the digital physical worlds to bring a new dimension to computing possibilities, unconstrained by the limits of a smartphone screen. I have been fortunate enough to be part of the team, having worked on both the custom CV/ML silicon firmware and more recently the Eye Tracking team. Orion is by far one of the toughest and most fun projects I've gotten to work on and show the world.
In my time on the Instagram Web Server team I worked to implement and validate immortal instances in our internal fork of Python and optimize refcounting behaviour to support backwards compatibility with C-Extensions. This feature has since been ported upstream into the official CPython Source (PEP-683). tldr; IG uses django and a pre-fork server architecture on its frontend web server that handles all incoming requests. We notcied that, due to Copy-On-Writes triggered by Python's Garbage Collection refcount management, private memory per process increased while shared memory descreased over a series of requests. This work allowed us to ensure that Python objects can be truly immutable.
My quarantine side-project when covid began was to productize the todo list I had built for myself during college. It was an exploration of novel UI and UX methods to elicit feelings of calmness, relaxation, and clarity when approaching the mental taxation task management. Developed for iOS first, following the release I'm working to make this a cross platform experience.
Following my attempt at developing a rudimentary video stabilizer for my Computer Vision course's final project I wanted to explore industry approaches. Looking into the topic I found a research paper by Google titled Auto Directed Video Stabilization with Robust L1 Optimal Camera Paths. This is my implementation of methods presented in the paper. To read more about this I have also written a blog post on it.
A basic Image Library and Video Stabilization Tool in C++ containing low level image processing pipelines for applying filters, Harris corner detection, panorama stitching, and optical flow. Includes a rough attempt at video stabilization for the course's final. The project was built up incremently through the assignments for UW CSE 455 - Computer Vision.
This is my implementation of the xv6 POSIX-like kernel from CSE 451 OS - Fall 2017. xv6 is a modern reimplementation of Sixth Edition Unix. This was the first time this project (titled xk in the course material). This project sparked my love for operating systems and working at the systems level. I later went on to TA the course and build up support and infrastructure for this codebase.
After taking the operating systems course at the University of Washington, professor Tom Anderson took on some students to extend the operating system we built into a lightweight hypervisor that attempts to give more control and flexibility at the operating system level to better serve the purposes of applications running on them.
This is the first large scale project I ever undertook. Having never programmed before I wanted to build an iOS app so with my best friend in high school we both create Citrus which went on to eventually become featured on the Apple App Store as Best New App in Germany, Sweden, and Austria. This was my first exposure to iOS development and sparked my love for the development ecosystem.