Verify

On the structure of this archive

This page lets you independently confirm the integrity and timestamp of this note without trusting research.juanlentino.com, GitHub, or Vercel. Every claim below can be reproduced from a clean machine with only git, sha256sum, and ots.

01Clone the repository

git clone https://github.com/juanlentino/research.git
cd research

02Verify the content hash

The SHA-256 of the MDX source as of commit 78e1cd4b3c2c should equal a43a61780063894f91d2a031b759aa5dc023b2aedd31c1bdb652eac011730f80.

git checkout 78e1cd4b3c2c21bb866dbcb26f72f8bd71dfab4a
shasum -a 256 content/provenance/welcome.mdx

03Verify the OpenTimestamps proof

The proof anchors the MDX file's hash to the Bitcoin blockchain via the OpenTimestamps calendar servers. Verification is independent of GitHub.

ots verify content/provenance/welcome.mdx.ots

04Verify the build provenance (SLSA)

Every deployed build carries a Sigstore-signed attestation linking the served HTML to this exact commit.

gh attestation verify out/provenance/welcome/index.html \
  --repo juanlentino/research