code wiki / _hdl_build / nx_video_embed_exceed.nx

nx_video_embed_exceed.nx

buildroot/runtime/_hdl_build/nx_video_embed_exceed.nx

7819 B107 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic video
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_itoa_lib.nx nx_video_embed_exceed.nx

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

main sys_mmap ex_puts sys_write ex_axis ex_has sys_openat_rd sys_mmap ↻ sys_read sys_close ex_strlen ex_puts ↻ ex_behind ex_puts ↻ ex_has ↻ ex_pn nxi_out nxi_fd sys_mmap ↻ ccz_cat_num sys_write ↻ sys_munmap sys_openat_append sys_write ↻ sys_close ↻ sys_exit

structs

none

consts

15const K_MAGIC_2097152: i64 = 2097152

functions

17func 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 }
called by 3: ex_axisex_behindmain calls 1: sys_write
22func ex_pn(v: i64) -> i64 { nxi_out(v); return 0 }
called by 1: main calls 1: nxi_out
23func 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
26func ex_has(path: *u8, needle: *u8) -> i64
40func ex_axis(name: *u8, path: *u8, marker: *u8, want: i64, st: *i64) -> i64
called by 1: main calls 2: ex_hasex_puts
49func ex_behind(name: *u8) -> i64 { ex_puts(" [BEHIND] " as *u8); ex_puts(name); ex_puts("\n" as *u8); return 0 }
called by 1: main calls 1: ex_puts
51func main() -> i64