Education

Educational content about tech and aviation.

RVE - RISC-V Emulator

RVE - RISC-V Emulator

A deep dive into instruction decoding, CSRs, traps, ELF loading, Sv32 MMU, and Linux boot in a ~1000-line C++ RISC-V 32b emulator

ray

March 15, 2026

View Article
TicTacToe State Space - Code Breakdown

TicTacToe State Space - Code Breakdown

A deep dive into the 2D gameplay logic and the 3D state-space graph engine powering the Tic-Tac-Toe visualizer.

ray

September 4, 2025

View Article