Low-Discrepancy Color Sequences with Bijective TOFU Authentication
Version: 1.0
Status: ✅ Production Ready
Date: 2026-01-08
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Why Plastic Constant is 2D Optimal</title> | |
| <style> | |
| body { | |
| font-family: monospace; | |
| background: #0a0a0a; | |
| color: #e0e0e0; |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Hamming Swarm Error-Correcting Codec</title> | |
| <style> | |
| body { | |
| margin: 0; | |
| background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%); | |
| color: #e0e0e0; | |
| font-family: 'SF Mono', 'Consolas', monospace; |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>3×3×3 Alphabet Tensor with Hamming Swarm</title> | |
| <script src="https://enkimute.github.io/ganja.js/ganja.js"></script> | |
| <style> | |
| body { margin: 0; background: #0a0a0a; color: #e0e0e0; font-family: 'SF Mono', monospace; } | |
| .controls { | |
| position: fixed; top: 10px; left: 10px; z-index: 100; | |
| background: rgba(0,0,0,0.8); padding: 15px; border-radius: 8px; |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Gay-TOFU Demo - Bijective Color Sequences</title> | |
| <style> | |
| * { | |
| margin: 0; | |
| padding: 0; |
| /** | |
| * Tests for Gay-TOFU TypeScript implementation | |
| * Run with: deno test gay-tofu.test.ts | |
| * or with Node: npx tsx gay-tofu.test.ts | |
| */ | |
| import { | |
| goldenAngleColor, | |
| plasticColor, | |
| haltonColor, |
| /** | |
| * Gay-TOFU: Low-Discrepancy Color Sequences for Visual Authentication | |
| * | |
| * TypeScript port of the Julia implementation for browser/Node.js use. | |
| * Bijective color generation - you can recover the index from the color. | |
| * | |
| * @module gay-tofu | |
| * @license MIT | |
| */ |
Timestamp: 2025-12-22T03:36:00Z Thread: T-019b4405-2a14-7207-af89-748a784371d5 Gist: https://gist.github.com/bmorphism/331f78891d4e439616a19705d5467579