code wiki / (root) / nx_erotica_census.nx

nx_erotica_census.nx

buildroot/runtime/nx_erotica_census.nx

12329 B101 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic erotica
docsdependenciesstructsconstsfunctions

about

nx_erotica_census.nx -- the MEASURED, HONEST census for EROTICA-writing craft (operator 2026-07-01: "erotica really s-class exceed, measured against with the nishi researcher -> a clear census + roadmap to build gorgeous smut"). Grounded in the sovereign researcher (knowledge/fetched/ero_*.raw) + the existing organs. It does NOT wave: a capability is HAVE only when a real GREEN gate OR an on-disk organ/service proves it (liar-kill: no evidence -> GAP); it LEADS WITH THE GAPS = the roadmap. Yardsticks (never deps): NovelAI/ErosWriter/SillyTavern/ KoboldCpp (local, uncensored) + the craft masters. The honest read: strong GOVERNANCE (explicit->local seam, consent-routing) + arousal-tiered DATA + fresh RESEARCH, but the CRAFT that makes smut GORGEOUS (emotion> physical 4:1, sensory-displacement, tension slow-burn, afterglow, anti-slop) is the gap. Explicit prose is generated on the operator LOCAL seat (the seam); this census measures the sovereign craft machine around it. license_tier: ORIGINAL module: nishi-core.erotica.census

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_erotica_census.nx

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

main c_puts sys_write c_have c_puts ↻ c_exists sys_openat_rd sys_close c_contains_green sys_mmap sys_read_file sys_openat_rd ↻ sys_lseek sys_mmap ↻ sys_read sys_close ↻ c_gap c_puts ↻ c_num sys_mmap ↻ sys_write ↻ sys_openat_append c_w sys_write ↻ c_lognum sys_mmap ↻ sys_write ↻ sys_close ↻ sys_exit

structs

none

consts

none

functions

13func c_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: c_havec_gapmain calls 1: sys_write
14func c_num(v: i64) -> i64
called by 1: main calls 2: sys_mmapsys_write
20func c_lognum(fd: i64, v: i64) -> i64
called by 1: main calls 2: sys_mmapsys_write
25func c_w(fd: i64, s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(fd, s, n); return 0 }
called by 1: main calls 1: sys_write
26func c_contains_green(path: *u8) -> i64
called by 1: main calls 2: sys_mmapsys_read_file
35func c_exists(path: *u8) -> i64 { let fd: i64 = sys_openat_rd(path); if fd < 0 { return 0 } sys_close(fd); return 1 }
called by 1: main calls 2: sys_openat_rdsys_close
36func c_have(ok: i64, dim: *u8, why: *u8) -> i64
called by 1: main calls 1: c_puts
41func c_gap(dim: *u8, why: *u8) -> i64 { c_puts(" [GAP!] " as *u8); c_puts(dim); c_puts(" <- " as *u8); c_puts(why); c_puts("\n" as *u8); return 0 }
called by 1: main calls 1: c_puts
43func main() -> i64