code wiki / _hdl_build / nx_parity_judge_gate.nx
nx_parity_judge_gate.nx
buildroot/runtime/_hdl_build/nx_parity_judge_gate.nx
about
nx_parity_judge_gate.nx -- PROOF the ORGAN EYE classifies like the human did (the operator's bar:
"the workflow isnt complete until you [the Nishi team] see the exact same issues i see without your
or my involvement"). The truth set = REAL top-20 suite captures a human eyeballed on 2026-07-16:
google -> BLANK-NISHI (1) blank render that fooled the parity metric at 97.3%
bing -> NO-ORACLE-CONTENT(5) headless Chrome itself served blank
wikipedia -> CONTENT-OK (0) the best real render
github -> CANVAS-OFF (3) white vs attribute-selector dark theme
linkedin -> SPARSE-NISHI (4) full text, missing decoration/columns
netflix -> BLANK-NISHI (1) near-black + a hairline strip (human said STRIP; blank accepted as
the honest coarser read -- the strip class needs >=2pm ink)
Fixture volatility: paths point at bench/top20 (regenerated by every suite run); if a site's live page
changes class legitimately, re-pin WITH an eyeball. license_tier: ORIGINAL expect_exit: 0
dependencies 1 imports · 0 importers
imports: nx_parity_judge.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 15 | func g_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 16 | func g_n(v: i64) -> i64 { let t: *u8=sys_mmap(24); var m: i64=v; if m<0{sys_write(1,"-" as *u8,1);m=0-m} var k: i64=0; if m==0{t[0]=48 as u8;k=1} while m>0{t[k]=(48+(m%10)) as u8;m=m/10;k=k+1} let b: *u8=sys_mmap(24); var j: i64=0; while j<k{b[j]=t[k-1-j];j=j+1} sys_write(1,b,k); return 0 } |
| 18 | func g_case(oracle: *u8, nishi: *u8, want: i64, label: *u8) -> i64 |
| 31 | func main() -> i64 |