On Mon, Aug 10, 2026 at 5:46 PM Undescribed Horrific Abuse, One Victim & Survivor of Many <gmkarl@gmail.com> wrote:
On Mon, Aug 10, 2026 at 5:42 PM Undescribed Horrific Abuse, One Victim & Survivor of Many <gmkarl@gmail.com> wrote:
Magus Ahnend did it! Or did they? https://lists.cpunks.org/archives/list/cypherpunks@lists.cpunks.org/message/... -- dated July 30, followup in August. Contains link to: https://github.com/MareSerenitatis12/TardiSHA_GrimChain first commit 4 hours ago!
Seems like magus ahnend force-pushed this right before i visited it, _or it could be time travel_ !
here is a snippet from https://github.com/MareSerenitatis12/TardiSHA_GrimChain/blob/main/TardiSHA/s... :
... Only after both seats resolve does existing Court mathematics begin. """ from __future__ import annotations
from dataclasses import asdict, dataclass from fractions import Fraction from math import gcd, sqrt from typing import Any, Final, Iterable, Mapping, Sequence
from .alqc_digest import ALQCDigest, MASK64, validate_digest_hex from .canon import GLYPH_BODY, court_load from .court_registry import CourtRecord, court_record
PHASE_BYTES: Final[int] = 32 PHASE_DENOMINATOR: Final[int] = 1 << 256 TURN64: Final[int] = 1 << 64 AHN: Final[str] = "⚝"
@dataclass(frozen=True, slots=True) class ParliamentSeat: code: str ...
this code _looks like it might run at a glance
i expect it's expected that this codebase to make the paper a lot clearer