How I Used Virtual Reality to Propose to my Girlfriend

Spoiler: she said yes!
Spoiler: she said yes!
I worked on UI and graphics firmware at Pebble from April 2015 until the company was acquired by Fitbit in December 2016. One of my favorite internal hackathon projects I worked on with some Pebble coworkers involved porting Game Boy emulators to the Pebble Time.
I took Stanford’s machine learning class, CS 229, this past quarter. For my final project, I worked with Daniel Perry to apply a few different machine learning algorithms to the problem of recommending heroes for Dota 2 matches.
Inlining functions can potentially increase the performance of a program. When you mark a function with inline
, the compiler will try to expand calls to the function to actually be the body of the function.