UNNS — Vision Showcase (Interactive)
Core Calculator
Compute u, then derive block and shift. Optionally apply a modulus and view a hue swatch derived from floor(|u|)
.
Modular Domains
Visualize residue classes (domains) by coloring the grid of small (M,N) pairs. Each tile’s color is derived from anchor ≡ r (mod k)
.
Compression / Encoding Toy
Chunk by block, shift chars by shift, then Base64. This is pedagogical (not secure) and shows how UNNS can parameterize simple codecs.
Crypto Sketch (Key Ladder)
Derive a small key ladder from UNNS: seed → 4 rounds of mixing → 32 hex bytes. This illustrates structured key expansion. (Educational only.)
Education Tools
Unfold arithmetic step-by-step. Try 2 + 3 or 12 / 4. We show chunk size & shift derived from UNNS(M,N).
Programming / AST
Parse a simple arithmetic expression into a nested tree, akin to UNNS nests. Then re-emit it with parentheses to prove reversibility.
AI & Memory Indexing
Bucket short items into modular domains and preview a small memory index. Use this to imagine sharding embeddings by domain.
Creative / Media
Generate a tiny UNNS-colored fractal tile and play a short tone sequence. Audio triggers only on click to respect browser policies.