nx_diora_live_reach.nx
buildroot/runtime/nx_diora_live_reach.nx
about
nx_diora_live_reach.nx -- R1 of the SREACH ladder: prove the search engine's
REACH from OUR OWN crawl + OUR OWN index, not a handed corpus. For a seed set
of REAL Diora-Baird primary/long-tail sources, fetch each over the fully
sovereign validated HTTPS stack (our DNS + TCP + TLS1.3 + X.509 chain
validation + HTTP), extract text (our html->text), index it (our inverted
index), then query "diora" + "baird" across the index and report how many
distinct real sources OUR engine reached and made retrievable -- with a fetch
ledger (URL -> status -> bytes) as the evidence. Bot-walled hosts (IMDb /
Getty / Instagram) are recorded faithfully as blocked, never faked.
module: nishi-core.search.diora_live_reach
capability: APP_RUNNABLE + GATE
build: nx_cc_sovereign -> nxasm_x86_main (no gcc/sh). Run, redirect stdout to
capture the ledger; exit 0 iff reach >= NX_DLR_GATE_MIN distinct docs.
dependencies 9 imports · 0 importers
imports: nx_str.nxnx_syscalls.nxnx_csprng.nxnx_x509_trust_store.nxnx_pem_loader.nxnx_https_get.nxnx_html_to_text.nxnx_bm25.nxnx_search_inverted.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
| 24 | const NX_MAGIC_262144: i64 = 262144 |
| 30 | const NX_DLR_GATE_MIN: i64 = 2 |
| 31 | const NX_DLR_SEEDS: i64 = 4 |
functions
| 33 | func nx_putc(c: i64) -> i64 { let b: *u8 = sys_mmap(1); b[0] = c; sys_write(1, b, 1); return 0 } |
| 34 | func nx_puts(s: *u8) -> i64 { sys_write(1, s, nx_str_len(s)); return 0 } |
| 35 | func nx_pi(n: i64) -> i64 |
| 43 | func nx_body_off(resp: *u8, n: i64) -> i64 called by 1: main |
| 52 | func nx_dlr_seed(e: i64) -> *u8 called by 1: main |
| 59 | func nx_dlr_facet(e: i64) -> *u8 |
| 67 | func main() -> i64 |