nx_diora_live_serp.nx
buildroot/runtime/nx_diora_live_serp.nx
about
nx_diora_live_serp.nx -- SREACH R1+: a LIVE, RANKED, CLICKABLE search results
page produced by OUR OWN engine. Guarded-crawls a scaled set of real Diora
sources (each fetch a deadline-bounded child via nx_guarded_run -> hang-proof),
extracts text (our html->text), indexes (our inverted index), scores each doc
for "diora baird" (tf), RANKS, prints a gate summary to stdout, and WRITES a
self-contained clickable HTML SERP to knowledge/diora_live_serp.html so the
operator sees what our engine actually reached -- not a handed corpus, never
faked. Reach into the independent long-tail that ad-funded / state-aligned
engines suppress is the point (Memex-class, uncensored, content-neutral).
prereq: /tmp/_dlr_fetch_one.sov.elf (nx_sov_build_run _dlr_fetch_one)
dependencies 7 imports · 0 importers
imports: nx_str.nxnx_syscalls.nxnx_guarded_run.nxnx_bm25.nxnx_search_inverted.nxnx_source_tier.nxnx_rank_fused.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
| 18 | const NX_MAGIC_524288: i64 = 524288 |
| 19 | const NX_MAGIC_1000000: i64 = 1000000 |
| 20 | const NX_MAGIC_131072: i64 = 131072 |
| 22 | const NX_LS_SEEDS: i64 = 8 |
| 23 | const NX_LS_DEADLINE: i64 = 18000 |
| 24 | const NX_LS_GATE_MIN: i64 = 3 |
functions
| 26 | func gp(s: *u8) -> i64 { sys_write(1, s, nx_str_len(s)); return 0 } |
| 27 | func gn(v: i64) -> i64 |
| 39 | func ls_url(e: i64) -> *u8 called by 1: main |
| 50 | func ls_title(e: i64) -> *u8 |
| 61 | func ls_facet(e: i64) -> *u8 |
| 73 | func ls_mainstream(e: i64) -> i64 called by 1: main |
| 77 | func ls_out(e: i64) -> *u8 |
| 89 | func read_all(path: *u8, buf: *u8, cap: i64) -> i64 |
| 104 | func bs(buf: *u8, cur: *i64, s: *u8) -> i64 |
| 109 | func bn(buf: *u8, cur: *i64, v: i64) -> i64 |
| 118 | func ls_tier_name(t: i64) -> *u8 |
| 127 | func main() -> i64 |