2025

Autumn

Summer

Network IO Models

15 min read

A walkthrough of the five I/O models on Linux, with C and Java implementations.
2024

Winter

Internet Checksum

6 min read

Notes from designing an Internet checksum lab, covering parallel summation and incremental checksum updates.

Autumn

Summer

Http Protocol

3 min read

HTTP is an application-layer protocol for transferring hypermedia documents such as HTML. This post covers request and response messages.