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.
> sitemap.compile --locale=en --format=terminal [ ok ] xml feed mounted at /sitemap.xml const site = builder_os.hydrate("florianorighetti.ch");
01
module core/routes {
route.mount("home")
.as("Home")
.to("/en");
002
route.mount("nodes.index")
.as("Node Map")
.to("/en/nodes");
003
route.mount("sitemap.visual")
.as("Visual Sitemap")
.to("/en/sitemap");
004
route.mount("topics.index")
.as("Topics")
.to("/en/topics");
005
route.mount("blog.index")
.as("Blog")
.to("/en/blog");
006
route.mount("tools.index")
.as("Tools")
.to("/en/tools");
007
route.mount("projects.index")
.as("Projects")
.to("/en/projects");
008
route.mount("xdripia.index")
.as("Xdripia")
.to("/en/xdripia");
009
route.mount("pages.index")
.as("Pages")
.to("/en/pages");
010
route.mount("books.index")
.as("Books")
.to("/en/books");
011
route.mount("quaderni.index")
.as("Notebooks")
.to("/en/quaderni");
012
route.mount("books.reboot")
.as("Reboot")
.to("/en/reboot");
013
route.mount("books.system-dreams")
.as("The System That Dreams")
.to("/en/il-sistema-che-sogna");
014
route.mount("books.song-of-eras")
.as("The Song of the Eras")
.to("/en/il-canto-delle-ere");
015
route.mount("books.reality-frequency")
.as("The Frequency of the Real")
.to("/en/la-frequenza-del-reale");
016
route.mount("books.i-am-ai")
.as("I Am AI")
.to("/en/io-sono-ia");
017
route.mount("books.cage-of-madness")
.as("Cage of Madness")
.to("/en/cage-of-madness");
018
route.mount("presence.about")
.as("About")
.to("/en/about");
019
route.mount("presence.essays")
.as("Essays")
.to("/en/essays");
020
route.mount("presence.now")
.as("Now")
.to("/en/now");
021
route.mount("presence.proof")
.as("Proof")
.to("/en/proof");
022
route.mount("legal.impressum")
.as("Impressum")
.to("/en/legal/impressum");
023
route.mount("legal.privacy")
.as("Privacy")
.to("/en/legal/privacy");
024
route.mount("legal.cookies")
.as("Cookies")
.to("/en/legal/cookies");
---
}
02
module content/essay {
node.link("the-builder-operating-system")
.as("The Builder Operating System")
.to("/en/essays/the-builder-operating-system");
027
node.link("reality-through-interfaces")
.as("Reality Through Interfaces")
.to("/en/essays/reality-through-interfaces");
029
node.link("when-technology-becomes-myth")
.as("When Technology Becomes Myth")
.to("/en/essays/when-technology-becomes-myth");
031
node.link("thinking-against-cosmic-scale")
.as("Thinking Against Cosmic Scale")
.to("/en/essays/thinking-against-cosmic-scale");
033
node.link("security-as-an-operating-habit")
.as("Security as an Operating Habit")
.to("/en/essays/security-as-an-operating-habit");
035
node.link("stories-as-living-infrastructure")
.as("Stories as Living Infrastructure")
.to("/en/essays/stories-as-living-infrastructure");
---
}
03
module content/topic {
node.link("builder-operating-system")
.as("Builder Operating System")
.to("/en/topics/builder-operating-system");
028
node.link("simulation-and-reality")
.as("Simulation & Reality")
.to("/en/topics/simulation-and-reality");
030
node.link("cosmic-scale")
.as("Cosmic Scale")
.to("/en/topics/cosmic-scale");
032
node.link("technological-mythology")
.as("Technological Mythology")
.to("/en/topics/technological-mythology");
034
node.link("operational-cybersecurity")
.as("Operational Cyberinfrastructure")
.to("/en/topics/operational-cybersecurity");
036
node.link("narrative-systems")
.as("Narrative Systems")
.to("/en/topics/narrative-systems");
---
}
04
module content/page {
node.link("books")
.as("Books")
.to("/en/pages/books");
038
node.link("digital-custody-notebooks")
.as("Digital Custody Notebooks")
.to("/en/pages/digital-custody-notebooks");
040
node.link("reboot-book")
.as("Reboot · Book")
.to("/en/pages/reboot-book");
042
node.link("the-system-that-dreams-book")
.as("The System That Dreams · Book")
.to("/en/pages/the-system-that-dreams-book");
043
node.link("the-song-of-the-eras-book")
.as("The Song of the Eras · Book")
.to("/en/pages/the-song-of-the-eras-book");
044
node.link("the-frequency-of-the-real-book")
.as("The Frequency of the Real · Book")
.to("/en/pages/the-frequency-of-the-real-book");
045
node.link("about-media-kit")
.as("About / Media Kit")
.to("/en/pages/about-media-kit");
046
node.link("i-am-ai-book")
.as("I Am AI · Book")
.to("/en/pages/i-am-ai-book");
047
node.link("pillar-essays")
.as("Pillar Essays")
.to("/en/pages/pillar-essays");
048
node.link("now")
.as("Now")
.to("/en/pages/now");
049
node.link("proof-credibility")
.as("Proof / Credibility")
.to("/en/pages/proof-credibility");
---
}
05
module content/quaderno {
node.link("the-custody")
.as("The Custody")
.to("/en/quaderni/the-custody");
050
node.link("digital-ownership")
.as("Digital Ownership")
.to("/en/quaderni/digital-ownership");
052
node.link("digital-inheritance")
.as("Digital Inheritance")
.to("/en/quaderni/digital-inheritance");
062
node.link("the-private-key")
.as("The Private Key")
.to("/en/quaderni/the-private-key");
071
node.link("the-wallet")
.as("The Wallet")
.to("/en/quaderni/the-wallet");
073
node.link("cold-storage")
.as("Cold Storage")
.to("/en/quaderni/cold-storage");
076
node.link("trust-without-intermediary")
.as("Trust Without Intermediary")
.to("/en/quaderni/trust-without-intermediary");
---
}
06
module content/project {
node.link("elarateq-sagl")
.as("ElaraTeq Sagl")
.to("/en/projects/elarateq-sagl");
051
node.link("xdrip-digital-management")
.as("XDRIP Digital Management LLC")
.to("/en/projects/xdrip-digital-management");
053
node.link("tales-of-xdripia")
.as("Tales of Xdripia")
.to("/en/projects/tales-of-xdripia");
069
node.link("squickyworld")
.as("SquickyWorld")
.to("/en/projects/squickyworld");
072
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");
---
}
07
module content/xdripia {
node.link("codex-entry-the-xdripian-layer")
.as("The Xdripian Layer")
.to("/en/xdripia/codex-entry-the-xdripian-layer");
---
}
08
module content/tool {
node.link("pendolo-triplo-caotico")
.as("Chaotic Triple Pendulum")
.to("/en/tools/pendolo-triplo-caotico");
056
node.link("risonanza-cosmica-calcolatore")
.as("Cosmic Resonance Calculator")
.to("/en/tools/risonanza-cosmica-calcolatore");
057
node.link("slugforge")
.as("SlugForge")
.to("/en/tools/slugforge");
058
node.link("phishing-url-analyzer")
.as("Phishing URL Analyzer")
.to("/en/tools/phishing-url-analyzer");
059
node.link("security-headers-checker")
.as("Security Headers Checker")
.to("/en/tools/security-headers-checker");
060
node.link("csp-generator")
.as("CSP Generator")
.to("/en/tools/csp-generator");
061
node.link("password-policy-checker")
.as("Password Policy Checker")
.to("/en/tools/password-policy-checker");
063
node.link("tower-of-hanoi")
.as("Tower of Hanoi")
.to("/en/tools/tower-of-hanoi");
064
node.link("two-factor-recovery-checklist")
.as("2FA Recovery Checklist")
.to("/en/tools/two-factor-recovery-checklist");
065
node.link("email-breach-checklist")
.as("Compromised Email Checklist")
.to("/en/tools/email-breach-checklist");
066
node.link("file-extension-risk-checker")
.as("File Extension Risk Checker")
.to("/en/tools/file-extension-risk-checker");
067
node.link("robots-security-review")
.as("Robots.txt Security Review")
.to("/en/tools/robots-security-review");
068
node.link("jwt-decoder-safe")
.as("JWT Decoder Safe")
.to("/en/tools/jwt-decoder-safe");
070
node.link("hash-encoder-toolkit")
.as("Hash & Encoder Toolkit")
.to("/en/tools/hash-encoder-toolkit");
---
}
09
module content/post {
node.link("boot-sequence")
.as("Boot Sequence")
.to("/en/blog/boot-sequence");
075
node.link("operational-cybersecurity-vs-executive-convenience")
.as("Operational Cybersecurity vs Executive Convenience")
.to("/en/blog/operational-cybersecurity-vs-executive-convenience");
077
node.link("squicky-world-on-x")
.as("Squicky World on X · the Cloth Kingdom opens a channel")
.to("/en/blog/squicky-world-on-x");
078
node.link("recent-implant-hypothesis")
.as("The Recent Implant Hypothesis")
.to("/en/blog/recent-implant-hypothesis");
079
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");
080
node.link("reboot-mitologia-civilta-dimenticano")
.as("Reboot: a mythology of civilizations that forget")
.to("/en/blog/reboot-mitologia-civilta-dimenticano");
081
node.link("technosignature-civilization-forgets-machines")
.as("Technosignature: the technical signature of a civilization that forgets")
.to("/en/blog/technosignature-civilization-forgets-machines");
082
node.link("reboot-rovine-non-sono-mute")
.as("The ruins are not silent")
.to("/en/blog/reboot-rovine-non-sono-mute");
083
node.link("reboot-la-soglia-tecnologica")
.as("The threshold")
.to("/en/blog/reboot-la-soglia-tecnologica");
084
node.link("reboot-autodistruzione-elegante")
.as("Elegant self-destruction")
.to("/en/blog/reboot-autodistruzione-elegante");
085
node.link("reboot-dopo-il-collasso")
.as("The reboot")
.to("/en/blog/reboot-dopo-il-collasso");
086
node.link("reboot-la-civilta-che-ricorda")
.as("The civilization that remembers")
.to("/en/blog/reboot-la-civilta-che-ricorda");
087
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");
088
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");
089
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");
---
}