Welcome.

I am a sysadmin pivoting to cybersecurity. I grew up watching the internet thrive and collapse in on itself. This is an exploration of tech as we use it today and the implications of that in media, culture, and human nature.

Posts

20 May 2024

Controlling Images with tags in Hugo

GitHub-like image control with Hugo using tags, supporting theme switching, and size adjustments.

16 May 2024

Probabilistic to-visit Queue

A probabilistic collection leveraging Bloom Filters to store a set of 1 billion visited URLs in 18mb.

1 Feb 2024

Search Engine in Rust

A search engine overview and Rust implementation, supporting free and boolean ranked queries, efficient disk and memory usage, and spelling correction.

12 Nov 2023

Log-Structured Merge Tree

An LSM Tree overview and Java implementation, with a Skiplist, SStables, and background compaction from scratch.