Jun 23Network IO ModelsJun 2315 min readA walkthrough of the five I/O models on Linux, with C and Java implementations.
Dec 08Internet ChecksumDec 086 min readNotes from designing an Internet checksum lab, covering parallel summation and incremental checksum updates.
Jan 14Setting Up a C/C++ Debug Environment in VSCodeJan 146 min readHow to set up a C/C++ debug environment in VSCode, with a walkthrough of `task.json` and `launch.json` and sample configurations.