mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
Core insight: the math is matrix math. Pixels are matrices. Therefore ANY pixel-rendering system is a computation substrate. Three levels of abuse: 1. WebGPU (where we started) — compute shader braid sort 2. HTML5 Canvas (any web host) — ImageData + getImageData() 3. fbdev (any Linux TTY) — mmap(/dev/fb0) read/write The TTY is a universal compute interface: - WebGPU: needs Chrome 113+ - Canvas: needs any browser (IE9+) - fbdev: needs any Linux - PNG: needs any image viewer (universal) - QR code: needs any camera (ubiquitous) The receipt IS a PNG image. The image IS the solution. Any web host on Earth can serve the HTML5 bundle. Math isomorphism: QUBO_matrix ↔ pixel_brightness_matrix This is not an encoding scheme — it's mathematical identity. Refs: WEBGPU_PIXEL_ENCODER.md (GPU compute), S7_SPECTRAL_BASIS.md (spherical harmonics = image spectra) |
||
|---|---|---|
| .. | ||
| architecture | ||
| assets/css | ||
| concepts | ||
| famm | ||
| research | ||
| roadmaps | ||
| speculative-materials | ||
| _config.yml | ||
| COEVOLUTION_MODEL.md | ||
| compression_signal_shaping_synthesis.md | ||
| FAMM_BAKER_ANALOGUE.md | ||
| FBTTY_UNIVERSAL_ENCODER.md | ||
| math-first-tooling.md | ||
| optional-science-toolbelt.md | ||
| PROOF_SELFSIGHT.md | ||
| rainbow_raccoon_compiler_integration.md | ||
| README.md | ||
| rrc_equation_classification.md | ||
| rrc_logogram_projection_bridge.md | ||
| rrc_logogram_projection_formalism.md | ||
| S7_SPECTRAL_BASIS.md | ||
| STATE_SPACE_EMBEDDING.md | ||
| transfold_couch_data_magnetic_domain_comparison.md | ||
| transfold_enwiki8_magnetic_domain_generator.md | ||
| WEBGPU_PIXEL_ENCODER.md | ||
| WEIRD_MACHINE_SPEC.md | ||
| WIKI.md | ||
NOTE: This directory is a legacy alias. The authoritative documentation tree is 6-Documentation/docs/. See ARCHITECTURE.md for the full doc map.
Files here are retained as stable references. New documentation should be added to 6-Documentation/docs/.