-
Jan 19
My favorite books of 2023
An overview of the best books that I read in 2023
-
Jul 08
Operating Systems in Rust #2: Shell
Continuing with the kernel we started in the previous post, we'll add a simple shell and a global allocator to use heap allocated data structures.
-
May 14
Introducing Spaify - Seamless page transitions for your static site
A new npm package to add seamless page transitions to your static site, with less than 1kb of JavaScript
-
May 07
Operating Systems in Rust #1: Hello RISC-V
In this first post, we'll set up our environment and write a simple program that prints 'Hello World' to the screen.
-
Apr 02
Koi, the kinda okay image format
Creating a new lossless image format to learn about image compression and some notes on performance optimization
-
Mar 14
Stop building your own file upload systems
Using presigned URLs to upload files directly to S3-like storage systems