You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(landing): the judged page was reproducing the fabricated receipt URL (BRO-2232)
The WhatsApp transcript on the landing page ended with
`https://parallax.broomva.tech/r/bef312a9`, under a caption claiming it was
captured verbatim from `bun run demo:whatsapp`. That URL returns 404. It is the
same fabrication the demo itself carried, copied onto the surface that judges
actually open -- and the page's own closing paragraph says inventing things is
the exact failure this system exists to make visible.
It now names the file the run writes, which is what the command prints. The
caption says why a local run names a file rather than a URL, points at
`demo:live` for the hosted form, and states plainly that an earlier version of
this transcript did the thing the page argues against. Leaving that admission
in is cheaper than the alternative, which is a judge finding it.
The `/health` example was also stale: it predates the commit field. It now
shows the local shape (`"commit":"local"`) and the deployed one beside it, with
the reason the commit is the field that matters.
Verified: 0 occurrences of the fabricated domain remain, the document parses,
188 tests pass, tsc exit 0, biome exit 0.
Copy file name to clipboardExpand all lines: landing/index.html
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -538,6 +538,7 @@ <h2 class="mlab" style="margin-top:48px">Reproduce every number on this page</h2
538
538
$ bun install
539
539
$ <b>bun run demo</b><spanclass="c"># the operators: run, observe, check, fork, prove</span>
540
540
$ <b>bun run demo:whatsapp</b><spanclass="c"># the same thing as one thread, ending in a receipt file</span>
541
+
$ <b>bun run demo:live</b><spanclass="c"># the same thread against the deployed hub, ending in a link it fetched first</span>
541
542
$ <b>bun run src/cli.ts help</b><spanclass="c"># the same capabilities at a terminal</span>
542
543
$ <b>bun run src/hub/serve.ts</b><spanclass="c"># the same capabilities over HTTP</span></code></pre>
543
544
<pclass="verdict">Every figure below is printed by one of those two commands at seed 42 over a horizon of 12 steps. There are no customer deployments, no accuracy claims and no benchmark numbers on this page, because we have none.</p>
@@ -740,11 +741,11 @@ <h2 class="h">You accept it, on your phone, before anything runs.</h2>
740
741
741
742
<divclass="msg bot">
742
743
<pclass="who">Parallax</p>
743
-
<divclass="bub"><pre>listo. el recibo: <spanclass="rcpt">https://parallax.broomva.tech/r/bef312a9</span></pre></div>
744
+
<divclass="bub"><pre>listo. el recibo: <spanclass="rcpt">out/run-bef312a9.html</span></pre></div>
744
745
</div>
745
746
</div>
746
747
747
-
<figcaption>Captured verbatim from <code>bun run demo:whatsapp</code> run against this repository. The state fields are read from the directory itself, so the counts and the <code>ref</code> move whenever the repository does; the storefront numbers further down do not, because they come from a fixed domain at a fixed seed. The proposal is titled <code>simulacro</code> because that is still the name of the directory on disk — the proposer reports what it found, not what we would prefer it were called.</figcaption>
748
+
<figcaption>Captured verbatim from <code>bun run demo:whatsapp</code> run against this repository. It names the file it wrote, because a local run has no server to serve a URL from; <code>bun run demo:live</code> drives the deployed hub instead and ends on a <code>/r/:id</code> link it has already fetched. Naming a URL nobody was asked to serve is the failure this page exists to refuse, and an earlier version of this transcript did exactly that. The state fields are read from the directory itself, so the counts and the <code>ref</code> move whenever the repository does; the storefront numbers further down do not, because they come from a fixed domain at a fixed seed. The proposal is titled <code>simulacro</code> because that is still the name of the directory on disk — the proposer reports what it found, not what we would prefer it were called.</figcaption>
748
749
749
750
<divclass="grid3">
750
751
<divclass="cell">
@@ -1031,7 +1032,13 @@ <h3 class="mlab" style="margin-top:48px">The same capabilities, three ways in</h
1031
1032
parallax hub 0.1.0 listening on http://0.0.0.0:8791 (health: /health)
0 commit comments