code wiki / _hdl_build / nx_callui_census.nx
nx_callui_census.nx
buildroot/runtime/_hdl_build/nx_callui_census.nx
about
nx_callui_census.nx -- MEASURED census of the /video room UI vs the SOTA call-UI mechanic set
(Jitsi/Zoom/Meet/FaceTime, banked by nx_callui_research_fetch). Grades the SHIPPED client files
(index.html + app.v2.js) by MECHANICAL EVIDENCE (capability markers in the served source), one row per
SOTA mechanic, HAVE/GAP + permille. HONEST SCOPE (printed): file-evidence = "the capability exists in
the client", NOT a UX-quality measurement (that is the user-sim/OCR class, a later rung). NEG-CONTROL:
a row probed with a marker that cannot exist MUST grade GAP -- proves the checker never gifts a HAVE.
expect_exit: 0 = census sound (neg-control fired); the SCORE prints honestly either way. ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_syscalls.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
| 10 | func cw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 11 | func cn(v: i64) -> i64 |
| 15 | func has(hay: *u8, n: i64, needle: *u8) -> i64 called by 1: main |
| 21 | func row(name: *u8, present: i64, tally: *i64) -> i64 |
| 28 | func main() -> i64 |