Mount Tamalpais
Cloudy day that day, but beautiful none the less. This hike is the textbook definition of “it’s not about the destination, it’s about the journey”.
74 words
|
1 minute
Mission Peak Hike | December 14th, 2025
December 14th, 2025
41 words
|
1 minute
lvalues, rvalues, and xvalues. What do they do?
lvalues, rvalues, and more recently xvalues have been used in modern C++ to allow for move semantics in C++. This is a log of what I learned about this C++ concept.
1168 words
|
6 minutes
Context Switching Internals
Go over what Context Switching is, and how it functions under the hood
841 words
|
4 minutes
OS Scheduler Implementation
Implementation of a Round Robin Scheduler
1170 words
|
6 minutes
GPU Accelerated Image Blurring Kernel
Implementation of a Image Processing Kernel that is accelerated through the use of the CUDA API.
1521 words
|
8 minutes