Page 1 - Showing 8 of 17 posts
View all posts by years →
- Overview of the RISC-V Design with Tomasulo's Algorithm
An introduction to the RISC-V ISA, Verilog, and Tomasulo’s algorithm.
37 min read en-US - Enabling KVM GPU Passthrough
How to enable GPU passthrough for KVM on Linux
10 min read en-US - CS188 Notes 4 - Reinforcement Learning
Notes from UC Berkeley's CS188 course on Artificial Intelligence.
12 min read en-US - CS188 Notes 2 - Markov Decision Processes (MDPs)
Notes from UC Berkeley's CS188 course on Artificial Intelligence.
4 min read en-US - CS188 Notes 3 - Markov Decision Processes (MDPs) II
Notes from UC Berkeley's CS188 course on Artificial Intelligence.
5 min read en-US - CS188 Notes 1 - Constraint Satisfaction Problems (CSPs)
Notes from UC Berkeley's CS188 course on Artificial Intelligence.
5 min read en-US - The Hidden Cost of try-catch
Profiling revealed that using exceptions in C++ for expected control flow can lead to significant performance degradation.
5 min read en-US - My First VSCode Extension - ACMOJ Helper from Scratch
As a student frequently using ACMOJ, constantly switching between VSCode and browser was tedious. Could I complete all these operations within VSCode?
10 min read en-US