RSSAmplifier

Blog

Jason Nochlin's Blog

Welcome to my blog! I am a computer scientist and entrepreneur.

nochlin.comRSS feed ↗7 posts

Latest posts

Extending that XOR Trick to Billions of Rows - an Introduction to Invertible Bloom Filters

Learn how to extend the classic XOR trick to find thousands of missing values using Invertible Bloom Filters

6 Techniques Hacker News Uses to Create Great Shell Scripts

6 Techniques Hacker News Uses to Create Great Shell Scripts

How Variable-Increment Counting Bloom Filters Work

A deep dive into how mathematical properties can replace explicit state tracking in probabilistic data structures - using the Variable-Increment Counting Bloom Filter as an elegant example.

How the New sqlite3_rsync Utility Works

The new sqlite3_rsync utility simplifies the replication of SQLite databases between servers. We reviewed the code to understand its functionality.

Host Your Own Docker Registry with Kamal 2

Kamal 2 brings the capability to run multiple apps on a single host. We can use a few techniques to run a private Docker registry on that same host. This approach can also be used to host other accessories that require a web interface.

6 Techniques I Use to Create a Great User Experience for Shell Scripts

6 Techniques I Use to Create a Great User Experience for Shell Scripts

What's New in 2024 with PostgreSQL's "Deadly" Transaction Wraparound Problem?

Some recent developments in the PostgreSQL community related to the Transaction Wraparound problem