Built this because I couldn't find one single place to watch validator downtime events across chains in real-time. Tracks slashing, delinquency, missed votes across SOL, ETH, SUI, and ATOM - 819 events and counting.
You can filter by chain or search for a specific validator. The 'in scan DB' links show what we found running on the validator's host from our scanning infrastructure. Feedback welcome, especially on which chains to add next.
Was mostly entertained by the weird names for the SOL validators!
I actually appreciate the feedback here. I find it personally really challenging to take feedback on and this is part of the journey.
The “I’m under attack” mode you mention is a JavaScript challenge which is Layer 7. It doesn’t help when SYN floods hit your kernel before any HTTP connection is established.
You are probably the first person outside my network to watch the video. Thanks.
The vids are real. I’ve been trying to work out how to better demonstrate this.
I built a deterministic, offline audio analysis system that models long-horizon musical structure:
tension, novelty, fatigue, and impact.
It analyses full tracks and produces interpretable curves and events (drops, stagnation,
transitions). No ML or training data.
This repo is the Python reference implementation used to prototype the kernel behind a real-time C++ DAW plugin. The Python outputs are the "golden" results used to validate the C++ port.
Motivation was simple: I heard Beyoncé’s "Haunted" and wanted to understand why it worked so well structurally.
I was not expecting to LIKE Beyoncé!
That turned into a research artefact I thought others might find interesting.
The c++ repo is defo hard work, will share soon.
The behaviour later turned out to align closely with David Huron’s ITPRA framework, though this project doesn’t attempt to prove it.