code wiki / _hdl_build / nx_cdnaccess_census.nx
nx_cdnaccess_census.nx
buildroot/runtime/_hdl_build/nx_cdnaccess_census.nx
about
nx_cdnaccess_census.nx -- OPTIONS census: how do WE politely pass anti-bot CDNs (Cloudflare et al.) that drop
our TLS ClientHello, and what sovereign building blocks do we already have? Operator 2026-07-03: "lots of tools
politely walk by these cdns; use the researcher + census for our options -- Playwright is a good example of how
tools legally automate." Grounded on knowledge/fetched/cdn_*.raw (banked by nx_cdnaccess_research_fetch; note
the research LIVE-PROVED the wall: raw.githubusercontent.com dropped our hello -3, identical to nhentai) + the
REAL presence of our sovereign organs (ax_have opens the file -- no fabricated greens). Each row = a technique,
whether we HAVE/PARTIAL the sovereign building block, and the organ to extend. Liar-kill: a pos control (our TLS
client MUST exist) + a neg control (a bogus organ MUST be absent). Emits the options ladder. Verdict GREEN iff
controls hold + >=1 achievable path. license_tier: ORIGINAL expect_exit: 0
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
| 12 | 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 } |
| 13 | func cn(v: i64) -> i64 { let b: *u8=sys_mmap(24); var m: i64=v; if m<0{m=0-m} let t: *u8=sys_mmap(24); 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} var i: i64=0; while i<k{b[i]=t[k-1-i];i=i+1} sys_write(1,b,k); return 0 } |
| 14 | func ax_have(path: *u8) -> i64 { let fd: i64=sys_openat_rd(path); if fd<0 { return 0 } sys_close(fd); return 1 } |
| 15 | func grounded(path: *u8) -> i64 { let fd: i64=sys_openat_rd(path); if fd<0 { return 0 } sys_close(fd); return 1 } |
| 18 | func row(label: *u8, organ: *u8, state: i64, note: *u8, tot: *i64) -> i64 |
| 26 | func main() -> i64 |