This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
VoidZero
voidzero.dev
did:plc:vqbogjyhzudzajc6bu6mxdni
Did you know about the `/*@__NO_SIDE_EFFECTS__*/` annotation?
It tells bundlers that a function has no side effects so every call to it can be tree-shaken if the result is unused.
Most bundlers and minifiers support it today.
But there's a nuance most people miss š
2026-02-17T20:29:30.253Z