Computer Broscience Progress on the Peregrine HTTP server 2025-01-09 As a way for me to dive deeper into Zig, I'm writing a HTTP server from scratch. This article describes some of the work I've done recently, and a few lessons that I've learned. The beginning of project Peregrine - a bleeding fast HTTP server 2024-12-26 As a way for me to dive deeper into Zig, I'm writing a HTTP server from scratch. First thoughts on Zig 2024-12-23 I describe what I like about the Zig systems programming language, and what I don't like after a couple of weeks of tinkering. Job Search 2024-12-23 I left a lucrative Software Engineering role in Switzerland, and went travelling. I'm now open to opportunities... Comparing the performance of a de Bruijn sequence against a simple lookup table 2024-05-17 Precomputed de Bruijn sequences are cool, but are they faster than simple lookup tables? Dave 2024-05-01 Distributed KV store. logd 2024-03-15 Real-time logging (tail & query) over UDP, with ring buffers. arpload 2024-03-09 I wanted to upload a 4k video to Arweave network... and failed at first. Safely upload large files to Arweave network with arpload.
Progress on the Peregrine HTTP server 2025-01-09 As a way for me to dive deeper into Zig, I'm writing a HTTP server from scratch. This article describes some of the work I've done recently, and a few lessons that I've learned.
The beginning of project Peregrine - a bleeding fast HTTP server 2024-12-26 As a way for me to dive deeper into Zig, I'm writing a HTTP server from scratch.
First thoughts on Zig 2024-12-23 I describe what I like about the Zig systems programming language, and what I don't like after a couple of weeks of tinkering.
Job Search 2024-12-23 I left a lucrative Software Engineering role in Switzerland, and went travelling. I'm now open to opportunities...
Comparing the performance of a de Bruijn sequence against a simple lookup table 2024-05-17 Precomputed de Bruijn sequences are cool, but are they faster than simple lookup tables?
arpload 2024-03-09 I wanted to upload a 4k video to Arweave network... and failed at first. Safely upload large files to Arweave network with arpload.