Skip to content

examples: life_beacon — Conway's Life born from the entropy beacon#50

Merged
zemo-g merged 1 commit into
masterfrom
examples/life-beacon
Jul 10, 2026
Merged

examples: life_beacon — Conway's Life born from the entropy beacon#50
zemo-g merged 1 commit into
masterfrom
examples/life-beacon

Conversation

@zemo-g

@zemo-g zemo-g commented Jul 10, 2026

Copy link
Copy Markdown
Owner

One-page example demonstrating pure-Rail HTTPS (TLS 1.3), JSON parsing, SHA-256 hash chaining, and deterministic replay.

  • Live mode (no args): fetches the current public beacon pulse and grows a 40×20 toroidal Life universe from it; every generation folds into a SHA-256 chain whose head commits the pulse + all 33 states.
  • Replay mode (<pulse_id> <hash>): reproduces the identical universe and head from a birth certificate — no network needed. Two reference vectors ship in the header.
  • Compiled against this branch's stdlib and replay-verified: both vectors reproduce their heads bit-exactly. Same algorithm runs in-browser at https://ledatic.org/life.

🤖 Generated with Claude Code

https://claude.ai/code/session_01Pb4TJEdqhSKkRdLsDYD2JF

Pure-Rail TLS 1.3 + JSON + SHA-256 chaining + deterministic replay in one
page. Live mode grows a universe from the current public pulse; replay
mode reproduces any universe from its pulse-id + hash birth certificate.
Two reference vectors in the header verify offline. The same algorithm
runs in-browser at ledatic.org/life — heads agree bit-for-bit.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Pb4TJEdqhSKkRdLsDYD2JF
@zemo-g zemo-g merged commit 5368c52 into master Jul 10, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant