Only one person can visit this site at a time

made by GAM, zed, submitted by Mai
You may get a new swatch, or you may have to wait!

A Rust HAL for your FPGA SoC

made by pepijndevos, submitted by Mai
An embedded HAL crate for LiteX cores that allows you to reuse embedded Rust crates on your custom SoC - with examples!

How Materialize and other databases optimize SQL subqueries

made by jamii, submitted by Mai
A great blog post about taking advantage of SQL's subqueries feature without sacrificing performance.

I think you're dot cool

made by dtudury, submitted by Mai
Real time vector portraits - of you! using WebGL. Check out the code here: https://github.com/dtudury/ity.cool.

Peculiar exaggeration yet alright

made by Kat, submitted by Mai
A weird flex factory factory! You can use it to make and share your own phrase generator. It encodes data in the URL rather than using a database.

IP addresses, explained

made by Kat, submitted by Mai
"What's an IP address? How are they allocated? Are we running out?" If you've ever wondered about these questions, this is a super clear interactive explainer with visuals.

Passnotes 2.0

made by Uhhmara, azhadsyed, submitted by Mai
Another take on captchas, this React app lets you unlock secret notes by playing a musical password.

The Levenshtein distance in production

made by scriptnull, submitted by Mai
A blog post exploring practical applications of the Levenshtein distance in spell checkers, Git, and beyond.

Visualizing NHL Time on Ice Data

made by jemmaissroff, submitted by Mai
These interactive visualizations show time on the ice shared by different NHL players. As Jemma notes, they tell stories of traded players, injuries and changes in lines. The code is here: https://github.com/jemmaissroff/hockey

Speculative authentication

made by anniebart, submitted by Mai
A blog post about Annie's explorations into speculative authentication techniques. Code for her pass-pixel authenticator is here: https://github.com/anniebart/pixelArtAuthentication