Blog
-
If you are looking for a quick, delicious, healthy (no oil), plant based meal that takes only 30 minutes (15 of those minutes are waiting for the dish to cook in an instant pot) to whip up, look no further. Check out Jill McKeever’s video on “The Red Lentil Stew From Instant Pot”: I’ve taken…
-
Many people (including myself) fear that we will be perceived as a fool if we publish on a post blog that contains a mistake, a public mistake. Nobody wants to be humiliated publicly. This fear is encapsulated inside of a quote that Sacha shares: “Better to remain silent and be thought a fool than to…
-
Summary I never could’ve imagine what being a parent (to a 10 month year old) looks like while on a vacation at the Suncadia Hotel (in the midst of a pandemic). When our daughter sleeps sprawled out on the cloud like king size bed, us two parents are quietly scarfing down our cold dinner while…
-
As programmers, we know that we can swap two variables by using a temporary variable. That’s fairly simple and intuitive: given two variables (x and y) that you want to swap, you store x in a temporary variable z, copy y to x, then finally copy z (the temporary) to y. But I learned recently…
-
“If you want to be successful, find out what the price is and then pay it.” Scott Adams I agree with that Scott Adams wholeheartedly. I also think this rule can be more broadly applied: “If you want something — anything — find out what the price is and then pay it.” This quote reminds…
-
Last week, I couldn’t carve out enough time to write a post on my reflections for week 1 of my compiler’s course so I’ll do the next best thing: write a post that combines week 1 and week 2. The quarter kicked off on January 10th and since then, I’ve felt a range of emotions,…
-
Below are my top 6 photos I cherry picked from our first family photo shoot that took place a couple weeks ago. As some of you my already know, my daughter Elliott was born recently, on October 3rd (2019). And shortly after, my wife had arranged for a professional photographer — Stephanie BC — to…
-
I’m almost half way through the OMSCS (online masters in computer science), last week marking the end Spring 2020, my third term in the program. And although I’m looking forward to taking compilers next semester, my mind often wanders into the distant future , my mind fast forwarding to the time in which I’ll be…
-
Taking computer science courses are already paying off in my career. Nothing too significant (yet) but I am witnessing small wins. For example, this past summer I suffered through HPCA (high performance computing architecture), a course historically only offered in the longer semesters (e.g. fall, spring). In the course, I learned a lot of theory:…
-
For next semester, Spring 2020, I enrolled in what I expect to be one of the most difficult (yet rewarding) courses: compilers – theory and practice. I’m stoked and at the same time, feeling very nervous. I’m stoked for several reasons. First, according to the previous semester’s syllabus, I’ll be learning a ton of theory:…