code wiki / _hdl_build / nx_video_embed_exceed.nx
nx_video_embed_exceed.nx
buildroot/runtime/_hdl_build/nx_video_embed_exceed.nx
about
nx_video_embed_exceed.nx -- HONEST measured census for the <nishi-video> embeddable room vs the commercial
video/room embeds (YouTube / Vimeo / Jitsi / Whereby). Two kinds of axis, kept rigorously apart:
[EXCEED] sovereignty/security/privacy properties PROVEN by grep over our REAL emitted artifacts
(web_assets/video_embed.html + embed.js) -- cited to a real file, refused if the file is missing.
[BEHIND] axes where the commercial embeds genuinely win -- NAMED, not hidden (hardware decode, CDN scale,
codec intra-efficiency). Concessions, stated straight.
[PENDING] the per-competitor HEAD-TO-HEAD is NOT claimed until a sovereign-fetched competitor corpus
(knowledge/index/video_embed_competitors.tsv) exists. No corpus -> we print "NOT YET MEASURED"
and REFUSE to emit a head-to-head verdict. This is the no-wave law: measure what we can prove,
never wave what we have not fetched. [[feedback-no-wave-measured-exceed]]
Integrity GREEN iff every claimed EXCEED axis is substantiated by a real artifact AND least-privilege holds.
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_itoa_lib.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
| 15 | const K_MAGIC_2097152: i64 = 2097152 |
functions
| 17 | func ex_puts(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 22 | func ex_pn(v: i64) -> i64 { nxi_out(v); return 0 } |
| 23 | func ex_strlen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } called by 1: ex_has |
| 26 | func ex_has(path: *u8, needle: *u8) -> i64 |
| 40 | func ex_axis(name: *u8, path: *u8, marker: *u8, want: i64, st: *i64) -> i64 |
| 49 | func ex_behind(name: *u8) -> i64 { ex_puts(" [BEHIND] " as *u8); ex_puts(name); ex_puts("\n" as *u8); return 0 } |
| 51 | func main() -> i64 |