mirror of
https://github.com/blackboxprogramming/simulation-theory.git
synced 2026-03-17 03:57:11 -05:00
52 lines
2.5 KiB
HTML
52 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="description" content="The Trivial Zero — 675-section computational philosophy paper. SHA-256 hashing, Gödel numbering, Riemann zeta, DNA encoding, quantum simulation. 20 Python demos.">
|
|
<meta name="keywords" content="simulation theory, computational philosophy, riemann zeta, godel, sha-256, quantum computing, dna encoding, mathematics, physics, python">
|
|
<meta property="og:title" content="The Trivial Zero — Computational Philosophy Paper">
|
|
<meta property="og:description" content="675-section paper with 20 Python demos. SHA-256, Gödel, Riemann zeta, DNA encoding, quantum simulation.">
|
|
<meta property="og:url" content="https://blackboxprogramming.github.io/simulation-theory">
|
|
<meta property="og:type" content="article">
|
|
<meta property="og:site_name" content="BlackRoad OS">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:title" content="The Trivial Zero — Simulation Theory">
|
|
<meta name="twitter:description" content="675-section computational philosophy paper with Python demos.">
|
|
<link rel="canonical" href="https://blackboxprogramming.github.io/simulation-theory">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>The Trivial Zero — Simulation Theory</title>
|
|
<style>
|
|
body { font-family: Georgia, serif; max-width: 800px; margin: 40px auto; padding: 0 20px; line-height: 1.7; color: #222; }
|
|
h1 { font-size: 1.8em; margin-bottom: 0.2em; }
|
|
.subtitle { color: #555; margin-bottom: 2em; }
|
|
nav ul { list-style: none; padding: 0; }
|
|
nav ul li { margin: 0.5em 0; }
|
|
nav ul li a { text-decoration: none; color: #0366d6; }
|
|
nav ul li a:hover { text-decoration: underline; }
|
|
footer { margin-top: 3em; font-size: 0.85em; color: #888; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>The Trivial Zero</h1>
|
|
<p class="subtitle">A Computational Proof That Reality Is Self-Referential — Alexa Louise Amundson</p>
|
|
|
|
<nav>
|
|
<ul>
|
|
<li><a href="README.md">Full Paper (README.md)</a></li>
|
|
<li><a href="EXPANSION.md">Expansion</a></li>
|
|
<li><a href="INDEX.md">Index</a></li>
|
|
<li><a href="SHA256.md">SHA-256 Verification</a></li>
|
|
<li><a href="equations/">Equations</a></li>
|
|
<li><a href="proofs/">Proofs</a></li>
|
|
<li><a href="figures/">Figures</a></li>
|
|
<li><a href="qwerty/">QWERTY Constants</a></li>
|
|
<li><a href="notebooks/">Notebooks</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<footer>
|
|
BlackRoad OS, Inc. — February 2026
|
|
</footer>
|
|
</body>
|
|
</html>
|