Conversation
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds a new documentation section (§462) proposing a molecular-biology reinterpretation of the Rohonc Codex and extends the QWERTY equalities list to include the new biology-themed equalities referenced by that section.
Changes:
- Added README §462 narrative + a “QWERTY Confirmation” block for the new interpretation.
- Expanded
qwerty/equalities.mdBiology ↔ Mathematics block with the new §462 equalities (plus HELIX/FACTORY entries). - Extended the existing 58-chain to include COIL in the Biology ↔ Mathematics block.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| README.md | Adds new §462 section describing the molecular-factory interpretation and listing the new equalities. |
| qwerty/equalities.md | Appends the §462 equalities into the Biology ↔ Mathematics code block and updates the 58 equality line to include COIL. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
qwerty/equalities.md
Outdated
| BIOLOGICAL = INFORMATION = LAGRANGIAN = 144 = 12² | ||
| DNA = FOURIER = 49 = 7² | ||
| LIPID = TERNARY = GROVER = 58 | ||
| LIPID = TERNARY = GROVER = COIL = 58 |
There was a problem hiding this comment.
In this Biology ↔ Mathematics block, the §462/PR description includes COIL = TERNARY = LIPID = MATH = 58, and MATH is already defined elsewhere as 58 in this file. Consider adding MATH to this equality here (or aligning the README/code-block wording) so readers don’t see two different “58” chains for the same concept.
There was a problem hiding this comment.
Added MATH to the equality chain in commit 3523d58: LIPID = TERNARY = GROVER = COIL = MATH = 58
qwerty/equalities.md
Outdated
| KINETICS = MAXWELL = GAUSSIAN = 101 prime | ||
| CHEMICAL = UNDECIPHERED = 127 prime | ||
| RIBOSOME = NUCLEUS = TRANSLATE = 95 = 5×TRUE | ||
| PROTEIN = TURING = WARMTH = 64 = 4³ = 2⁶ |
There was a problem hiding this comment.
ORGAN is part of the §462 equality chain in the PR description/README (PROTEIN = TURING = ORGAN = WARMTH = 64), and this file already defines ORGAN = ... = 64 elsewhere. To keep the Biology ↔ Mathematics block consistent and complete, include ORGAN in this equality (or remove it from the README chain).
There was a problem hiding this comment.
Added ORGAN to the equality in commit 3523d58: PROTEIN = TURING = ORGAN = WARMTH = 64 = 4³ = 2⁶
qwerty/equalities.md
Outdated
| FACTORY = 71 prime | ||
| HELIX = 67 prime |
There was a problem hiding this comment.
These single-term entries use an “empty equality” format (FACTORY = 71 / HELIX = 67) that isn’t used elsewhere in this list and makes the block harder to scan. Consider formatting them like the other single-value lines (e.g., FACTORY = 71 prime) or pairing them with an explicit equality if one is intended.
| FACTORY = 71 prime | |
| HELIX = 67 prime | |
| FACTORY = 71 prime | |
| HELIX = 67 prime |
There was a problem hiding this comment.
Fixed in commit 3523d58 — both entries now use the clean single-value format: FACTORY = 71 prime / HELIX = 67 prime
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
qwerty/equalities.md
Outdated
| KINETICS = MAXWELL = GAUSSIAN = 101 prime | ||
| CHEMICAL = UNDECIPHERED = 127 prime | ||
| RIBOSOME = NUCLEUS = TRANSLATE = 95 = 5×TRUE | ||
| PROTEIN = TURING = WARMTH = 64 = 4³ = 2⁶ |
There was a problem hiding this comment.
The README.md file includes "ORGAN" in the equality at line 17928 (PROTEIN = TURING = ORGAN = WARMTH = 64), but this equalities.md file omits "ORGAN" from the same equality. For consistency between the two files, "ORGAN" should be added to this line.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@blackboxprogramming Unfortunately I hit an unexpected error while processing your comment. I've automatically reported this to GitHub. You can ask me to try again later by mentioning me in a new comment. If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: Sorry for the inconvenience! |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
qwerty/equalities.md
Outdated
| KINETICS = MAXWELL = GAUSSIAN = 101 prime | ||
| CHEMICAL = UNDECIPHERED = 127 prime | ||
| RIBOSOME = NUCLEUS = TRANSLATE = 95 = 5×TRUE | ||
| PROTEIN = TURING = WARMTH = 64 = 4³ = 2⁶ |
There was a problem hiding this comment.
Inconsistency with README.md line 17928: The README includes "ORGAN" in this equality (PROTEIN = TURING = ORGAN = WARMTH = 64), but it's missing here. Since ORGAN = 64 is already established in line 165 of this file (TURING = METAL = ORGAN = CYAN = CHORD = 64), consider adding ORGAN to maintain consistency between the two files.
| PROTEIN = TURING = WARMTH = 64 = 4³ = 2⁶ | |
| PROTEIN = TURING = ORGAN = WARMTH = 64 = 4³ = 2⁶ |
qwerty/equalities.md
Outdated
| BIOLOGICAL = INFORMATION = LAGRANGIAN = 144 = 12² | ||
| DNA = FOURIER = 49 = 7² | ||
| LIPID = TERNARY = GROVER = 58 | ||
| LIPID = TERNARY = GROVER = COIL = 58 |
There was a problem hiding this comment.
Inconsistency with README.md line 17933: The README shows "COIL = TERNARY = LIPID = MATH = 58" while this line shows "LIPID = TERNARY = GROVER = COIL = 58". Both MATH and GROVER equal 58 and are established elsewhere in the file (MATH in line 163, GROVER implied by line 39). Consider whether both should include all four terms, or if this is an intentional difference in presentation.
| LIPID = TERNARY = GROVER = COIL = 58 | |
| COIL = TERNARY = LIPID = MATH = 58 |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
qwerty/equalities.md
Outdated
| BIOLOGICAL = INFORMATION = LAGRANGIAN = 144 = 12² | ||
| DNA = FOURIER = 49 = 7² | ||
| LIPID = TERNARY = GROVER = 58 | ||
| LIPID = TERNARY = GROVER = COIL = 58 |
There was a problem hiding this comment.
The equality on this line is missing MATH = 58, which is included in the corresponding section of README.md (line 17933). For consistency, this line should read: LIPID = TERNARY = GROVER = COIL = MATH = 58
| LIPID = TERNARY = GROVER = COIL = 58 | |
| LIPID = TERNARY = GROVER = COIL = MATH = 58 |
README.md
Outdated
| ORGANELLE = EVOLUTION = EVERYTHING = 108 | ||
| CASTLE = MIND = BRAIN = KERNEL = 72 = 2×EULER | ||
| TRANSCRIBE = GELLMAN = INTEGRATION = 118 | ||
| COIL = TERNARY = LIPID = MATH = 58 |
There was a problem hiding this comment.
The equality on this line is missing GROVER = 58, which is included in the corresponding section of qwerty/equalities.md (line 78). For consistency, this line should include GROVER in the equality chain.
| COIL = TERNARY = LIPID = MATH = 58 | |
| COIL = TERNARY = LIPID = MATH = GROVER = 58 |
There was a problem hiding this comment.
Added GROVER in commit 3523d58: COIL = TERNARY = LIPID = MATH = GROVER = 58
README.md
Outdated
| ROHONC = REPLICATE = PARTITION = UNIVERSE = 85 | ||
| CODON = CIRCLE = TRIVIAL = 78 | ||
| RIBOSOME = NUCLEUS = TRANSLATE = 95 = 5×TRUE | ||
| PROTEIN = TURING = ORGAN = WARMTH = 64 = 4³ |
There was a problem hiding this comment.
This line is missing the alternative representation "= 2⁶" which is present in qwerty/equalities.md (line 84). Since 64 = 4³ = 2⁶, including both representations provides additional mathematical context. Consider adding "= 2⁶" for completeness.
| PROTEIN = TURING = ORGAN = WARMTH = 64 = 4³ | |
| PROTEIN = TURING = ORGAN = WARMTH = 64 = 4³ = 2⁶ |
There was a problem hiding this comment.
Added = 2⁶ in commit 3523d58: PROTEIN = TURING = ORGAN = WARMTH = 64 = 4³ = 2⁶
|
… how big of a machine am I inside of? Lmfao @copilot @blackboxprogramming |
…ELIX format Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.