This page contains a small collection of various web “toys” I’ve created.

Simple Markov Text Generator

A while back, as a first foray into Rust and WASM, I wrote a simple markov word generator. I had trouble with getting Rust to compile into WASM, so I wrote that bit in C++. So, behold, C++ in the browser, using pre-generated wordlists from a Rust program

Password Strength Check

A password strength checker that always scores you 0/10.