Mount Tamalpais
2026-01-17
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
lvalues, rvalues, and xvalues. What do they do?
2025-12-04
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
2025-12-03
Go over what Context Switching is, and how it functions under the hood
841 words
|
4 minutes
OS Scheduler Implementation
2025-12-01
Implementation of a Round Robin Scheduler
1170 words
|
6 minutes
GPU Accelerated Image Blurring Kernel
2025-12-01
Implementation of a Image Processing Kernel that is accelerated through the use of the CUDA API.
1521 words
|
8 minutes