askmaddyy

The "Oh, so that's how it works" corner of the internet.

Thoughtful articles and interactive demos about computer science, system design, and how the tech around us actually works.

Latest

Articles

View all

Builds

Featured Projects

View all
removebg.fyi
TypeScriptWebGPUNext.jsTransformers.js

removebg.fyi

A free background remover that runs in your browser. No uploads, no account, no watermark.

Slammm
JavaScriptThree.jsChrome ExtensionWebGL

Slammm

A Chrome extension that lets you wreck any webpage in a 60 second arcade round.

Interactive

Featured Demos

View all
Distributed SystemsInteractive

Consistent Hashing

See how keys map to a ring and how little data moves when a node joins or leaves.

Launch Demo
AlgorithmsInteractive

Big O Racer

Pick an input size and watch O(1), O(log N), O(N), O(N²), and O(2ᴺ) race side by side.

Launch Demo
Distributed SystemsInteractive

Load Balancers

Learn how requests are distributed across servers using common load-balancing strategies.

Launch Demo