nx_erotica_census.nx
buildroot/runtime/nx_erotica_census.nx
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
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
structs
| none |
consts
| none |
functions
| 13 | func 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 } |
| 14 | func c_num(v: i64) -> i64 |
| 20 | func c_lognum(fd: i64, v: i64) -> i64 |
| 25 | func 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 } |
| 26 | func c_contains_green(path: *u8) -> i64 |
| 35 | func c_exists(path: *u8) -> i64 { let fd: i64 = sys_openat_rd(path); if fd < 0 { return 0 } sys_close(fd); return 1 } |
| 36 | func c_have(ok: i64, dim: *u8, why: *u8) -> i64 |
| 41 | func 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 } |
| 43 | func main() -> i64 |