mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
The most SilverSight thing in the repo: CPU: "Sort these DNA sequences by energy" GPU: "I'm rendering triangles and pixels" Result: "An image that IS the optimal solution" Pipeline: 1. QUBO solution → packed base-8 DNA (u32) 2. WebGPU compute: braid sort (odd-even transposition) 3. WebGPU render: 8×8 Hachimoji pixel surface 4. Image IS the receipt (pixel colors = variable values) Key insight: GPU workgroups = triangle meshes, compare-swap = triangle rotation (braid crossing), eigensolid = sorted output (fixed point). Files: - dna_webgpu.html: host page + QUBO generator - dna_webgpu.js: WebGPU host (260 lines) - dna_braid.wgsl: compute shader, braid sort - dna_surface.wgsl: render shader, 8×8 pixel surface Zero-copy: CPU writes once, GPU sorts+renders, CPU reads image. Refs: S7_SPECTRAL_BASIS.md (spherical harmonics), COEVOLUTION_MODEL.md (FAMM-DAG-DNA), SMUGGLE_MODEL.md (NP-hard → DNA sort) |
||
|---|---|---|
| .. | ||
| architecture | ||
| assets/css | ||
| concepts | ||
| famm | ||
| research | ||
| roadmaps | ||
| speculative-materials | ||
| _config.yml | ||
| COEVOLUTION_MODEL.md | ||
| compression_signal_shaping_synthesis.md | ||
| FAMM_BAKER_ANALOGUE.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/.