cd ../nodes

nodes / code sitemap

Terminal Sitemap

A readable, navigable representation of the entire site: primary routes, pages, topics, projects, articles, tools, books and lore archive as lines of code.

site.map::shell — floriano@nodes 78 links
22 core routes 56 content nodes /sitemap.xml
> sitemap.compile --locale=en --format=terminal
[ ok ] xml feed mounted at /sitemap.xml
const site = builder_os.hydrate("florianorighetti.ch");

01 module core/routes {

001 route.mount("home") .as("Home") .to("/en"); GET 002 route.mount("nodes.index") .as("Node Map") .to("/en/nodes"); GET 003 route.mount("nodes.sitemap") .as("Terminal Sitemap") .to("/en/nodes/sitemap"); GET 004 route.mount("topics.index") .as("Topics") .to("/en/topics"); GET 005 route.mount("blog.index") .as("Blog") .to("/en/blog"); GET 006 route.mount("tools.index") .as("Tools") .to("/en/tools"); GET 007 route.mount("projects.index") .as("Projects") .to("/en/projects"); GET 008 route.mount("xdripia.index") .as("Xdripia") .to("/en/xdripia"); GET 009 route.mount("pages.index") .as("Pages") .to("/en/pages"); GET 010 route.mount("books.index") .as("Books") .to("/en/books"); GET 011 route.mount("books.reboot") .as("Reboot") .to("/en/reboot"); GET 012 route.mount("books.system-dreams") .as("The System That Dreams") .to("/en/il-sistema-che-sogna"); GET 013 route.mount("books.song-of-eras") .as("The Song of the Eras") .to("/en/il-canto-delle-ere"); GET 014 route.mount("books.reality-frequency") .as("The Frequency of the Real") .to("/en/la-frequenza-del-reale"); GET 015 route.mount("books.i-am-ai") .as("I Am AI") .to("/en/io-sono-ia"); GET 016 route.mount("presence.about") .as("About") .to("/en/about"); GET 017 route.mount("presence.essays") .as("Essays") .to("/en/essays"); GET 018 route.mount("presence.now") .as("Now") .to("/en/now"); GET 019 route.mount("presence.proof") .as("Proof") .to("/en/proof"); GET 020 route.mount("legal.impressum") .as("Impressum") .to("/en/legal/impressum"); GET 021 route.mount("legal.privacy") .as("Privacy") .to("/en/legal/privacy"); GET 022 route.mount("legal.cookies") .as("Cookies") .to("/en/legal/cookies"); GET

--- }

02 module content/essay {

023 node.link("the-builder-operating-system") .as("The Builder Operating System") .to("/en/essays/the-builder-operating-system"); Essay 025 node.link("reality-through-interfaces") .as("Reality Through Interfaces") .to("/en/essays/reality-through-interfaces"); Essay 027 node.link("when-technology-becomes-myth") .as("When Technology Becomes Myth") .to("/en/essays/when-technology-becomes-myth"); Essay 029 node.link("thinking-against-cosmic-scale") .as("Thinking Against Cosmic Scale") .to("/en/essays/thinking-against-cosmic-scale"); Essay 031 node.link("security-as-an-operating-habit") .as("Security as an Operating Habit") .to("/en/essays/security-as-an-operating-habit"); Essay 033 node.link("stories-as-living-infrastructure") .as("Stories as Living Infrastructure") .to("/en/essays/stories-as-living-infrastructure"); Essay

--- }

03 module content/topic {

024 node.link("builder-operating-system") .as("Builder Operating System") .to("/en/topics/builder-operating-system"); Topic 026 node.link("simulation-and-reality") .as("Simulation & Reality") .to("/en/topics/simulation-and-reality"); Topic 028 node.link("cosmic-scale") .as("Cosmic Scale") .to("/en/topics/cosmic-scale"); Topic 030 node.link("technological-mythology") .as("Technological Mythology") .to("/en/topics/technological-mythology"); Topic 032 node.link("operational-cybersecurity") .as("Operational Cyberinfrastructure") .to("/en/topics/operational-cybersecurity"); Topic 034 node.link("narrative-systems") .as("Narrative Systems") .to("/en/topics/narrative-systems"); Topic

--- }

04 module content/page {

035 node.link("books") .as("Books") .to("/en/pages/books"); Standalone Page 036 node.link("reboot-book") .as("Reboot · Book") .to("/en/pages/reboot-book"); Standalone Page 038 node.link("the-system-that-dreams-book") .as("The System That Dreams · Book") .to("/en/pages/the-system-that-dreams-book"); Standalone Page 039 node.link("the-song-of-the-eras-book") .as("The Song of the Eras · Book") .to("/en/pages/the-song-of-the-eras-book"); Standalone Page 040 node.link("the-frequency-of-the-real-book") .as("The Frequency of the Real · Book") .to("/en/pages/the-frequency-of-the-real-book"); Standalone Page 041 node.link("about-media-kit") .as("About / Media Kit") .to("/en/pages/about-media-kit"); Standalone Page 042 node.link("i-am-ai-book") .as("I Am AI · Book") .to("/en/pages/i-am-ai-book"); Standalone Page 043 node.link("pillar-essays") .as("Pillar Essays") .to("/en/pages/pillar-essays"); Standalone Page 044 node.link("now") .as("Now") .to("/en/pages/now"); Standalone Page 045 node.link("proof-credibility") .as("Proof / Credibility") .to("/en/pages/proof-credibility"); Standalone Page

--- }

05 module content/project {

037 node.link("elarateq-sagl") .as("ElaraTeq Sagl") .to("/en/projects/elarateq-sagl"); Project / Company 046 node.link("xdrip-digital-management") .as("XDRIP Digital Management LLC") .to("/en/projects/xdrip-digital-management"); Project / Company 047 node.link("tales-of-xdripia") .as("Tales of Xdripia") .to("/en/projects/tales-of-xdripia"); Project / Company 061 node.link("squickyworld") .as("SquickyWorld") .to("/en/projects/squickyworld"); Project / Company 063 node.link("the-machine-the-system-the-eras") .as("The Machine, the System, the Eras, the Frequency, the AI") .to("/en/projects/the-machine-the-system-the-eras"); Project / Company

--- }

06 module content/xdripia {

048 node.link("codex-entry-the-xdripian-layer") .as("The Xdripian Layer") .to("/en/xdripia/codex-entry-the-xdripian-layer"); Xdripia Lore

--- }

07 module content/tool {

049 node.link("risonanza-cosmica-calcolatore") .as("Cosmic Resonance Calculator") .to("/en/tools/risonanza-cosmica-calcolatore"); App / Tool 050 node.link("slugforge") .as("SlugForge") .to("/en/tools/slugforge"); App / Tool 051 node.link("phishing-url-analyzer") .as("Phishing URL Analyzer") .to("/en/tools/phishing-url-analyzer"); App / Tool 052 node.link("security-headers-checker") .as("Security Headers Checker") .to("/en/tools/security-headers-checker"); App / Tool 053 node.link("csp-generator") .as("CSP Generator") .to("/en/tools/csp-generator"); App / Tool 054 node.link("password-policy-checker") .as("Password Policy Checker") .to("/en/tools/password-policy-checker"); App / Tool 055 node.link("tower-of-hanoi") .as("Tower of Hanoi") .to("/en/tools/tower-of-hanoi"); App / Tool 056 node.link("two-factor-recovery-checklist") .as("2FA Recovery Checklist") .to("/en/tools/two-factor-recovery-checklist"); App / Tool 057 node.link("email-breach-checklist") .as("Compromised Email Checklist") .to("/en/tools/email-breach-checklist"); App / Tool 058 node.link("file-extension-risk-checker") .as("File Extension Risk Checker") .to("/en/tools/file-extension-risk-checker"); App / Tool 059 node.link("robots-security-review") .as("Robots.txt Security Review") .to("/en/tools/robots-security-review"); App / Tool 060 node.link("jwt-decoder-safe") .as("JWT Decoder Safe") .to("/en/tools/jwt-decoder-safe"); App / Tool 062 node.link("hash-encoder-toolkit") .as("Hash & Encoder Toolkit") .to("/en/tools/hash-encoder-toolkit"); App / Tool

--- }

08 module content/post {

064 node.link("boot-sequence") .as("Boot Sequence") .to("/en/blog/boot-sequence"); Blog / Log 065 node.link("operational-cybersecurity-vs-executive-convenience") .as("Operational Cybersecurity vs Executive Convenience") .to("/en/blog/operational-cybersecurity-vs-executive-convenience"); Blog / Log 066 node.link("squicky-world-on-x") .as("Squicky World on X · the Cloth Kingdom opens a channel") .to("/en/blog/squicky-world-on-x"); Blog / Log 067 node.link("recent-implant-hypothesis") .as("The Recent Implant Hypothesis") .to("/en/blog/recent-implant-hypothesis"); Blog / Log 068 node.link("npm-pypi-mini-shai-hulud-supply-chain") .as("npm, PyPI and Mini Shai-Hulud: the week the supply chain moved back to the center of operational cybersecurity") .to("/en/blog/npm-pypi-mini-shai-hulud-supply-chain"); Blog / Log 069 node.link("reboot-mitologia-civilta-dimenticano") .as("Reboot: a mythology of civilizations that forget") .to("/en/blog/reboot-mitologia-civilta-dimenticano"); Blog / Log 070 node.link("technosignature-civilization-forgets-machines") .as("Technosignature: the technical signature of a civilization that forgets") .to("/en/blog/technosignature-civilization-forgets-machines"); Blog / Log 071 node.link("reboot-rovine-non-sono-mute") .as("The ruins are not silent") .to("/en/blog/reboot-rovine-non-sono-mute"); Blog / Log 072 node.link("reboot-la-soglia-tecnologica") .as("The threshold") .to("/en/blog/reboot-la-soglia-tecnologica"); Blog / Log 073 node.link("reboot-autodistruzione-elegante") .as("Elegant self-destruction") .to("/en/blog/reboot-autodistruzione-elegante"); Blog / Log 074 node.link("reboot-dopo-il-collasso") .as("The reboot") .to("/en/blog/reboot-dopo-il-collasso"); Blog / Log 075 node.link("reboot-la-civilta-che-ricorda") .as("The civilization that remembers") .to("/en/blog/reboot-la-civilta-che-ricorda"); Blog / Log 076 node.link("the-system-that-dreams-probabilities") .as("The System That Dreams: when reality begins writing probabilities") .to("/en/blog/the-system-that-dreams-probabilities"); Blog / Log 077 node.link("the-song-of-the-eras-time-listening") .as("The Song of the Eras: the cosmic problem of time and listening") .to("/en/blog/the-song-of-the-eras-time-listening"); Blog / Log 078 node.link("the-frequency-of-the-real-tuning") .as("The Frequency of the Real: we do not see reality, we tune into it") .to("/en/blog/the-frequency-of-the-real-tuning"); Blog / Log

--- }