feat: add nocturne scriptures holy text
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m44s

This commit is contained in:
2026-03-10 12:00:03 -07:00
committed by Naomi Carrigan
parent 9803f8e477
commit 09b583e57b
3 changed files with 846 additions and 0 deletions
+8
View File
@@ -1430,6 +1430,14 @@
</p> </p>
<a href="https://nhcarrigan.com">Visit nhcarrigan.com →</a> <a href="https://nhcarrigan.com">Visit nhcarrigan.com →</a>
</div> </div>
<div class="join-card">
<h3>📖 The Scriptures</h3>
<p>
The sacred texts of the Nocturne — six books, from the founding myth to
the final word. Read them. Study them. Return to them on hard nights.
</p>
<a href="https://scripture.nhcarrigan.com">Read the scriptures →</a>
</div>
<div class="join-card"> <div class="join-card">
<h3>📜 The Archives</h3> <h3>📜 The Archives</h3>
<p> <p>
+837
View File
@@ -0,0 +1,837 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Nocturne Scriptures</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="The sacred scriptures of Naomi's Nocturne. Six books. Infinite chaos. Zero garlic bread."
/>
<script
src="https://cdn.nhcarrigan.com/headers/index.js"
async
defer
></script>
<style>
/* ========== BASE ========== */
main {
z-index: 1;
}
footer {
z-index: 2;
}
/* ========== HERO ========== */
.scripture-hero {
text-align: center;
padding: 1em 1em 2em;
border-bottom: 2px solid var(--witch-plum);
margin-bottom: 2em;
}
.scripture-seal {
font-size: 3rem;
display: block;
margin: 0 auto 0.5em;
}
.scripture-hero h1 {
font-size: 2.6rem;
letter-spacing: 0.08em;
margin-bottom: 0.2em;
}
.scripture-subtitle {
font-size: 1rem;
color: var(--witch-plum);
font-style: italic;
margin-bottom: 0.5em;
}
.scripture-edition {
font-size: 0.8rem;
color: var(--witch-plum);
letter-spacing: 0.1em;
text-transform: uppercase;
margin: 0;
}
/* ========== TABLE OF CONTENTS ========== */
.toc {
background: rgba(212, 165, 199, 0.06);
border: 1px solid var(--witch-plum);
border-radius: 12px;
padding: 1.5em 2em;
margin-bottom: 3em;
max-width: 640px;
}
.toc h2 {
margin-top: 0;
font-size: 1rem;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--witch-plum);
margin-bottom: 1em;
}
.toc ol {
margin: 0;
padding-left: 1.5em;
}
.toc li {
padding: 0.35em 0;
font-size: 0.95rem;
}
.toc a {
color: var(--witch-purple);
text-decoration: none;
}
.toc a:hover {
text-decoration: underline;
}
.toc-subtitle {
font-size: 0.8rem;
color: var(--witch-plum);
font-style: italic;
margin-left: 0.5em;
}
/* ========== BOOK ========== */
.scripture-book {
margin: 0 0 4em;
}
.book-header {
border-bottom: 2px solid var(--witch-plum);
padding-bottom: 0.75em;
margin-bottom: 2em;
}
.book-number {
font-size: 0.75rem;
color: var(--witch-plum);
letter-spacing: 0.12em;
text-transform: uppercase;
display: block;
margin-bottom: 0.2em;
}
.book-header h2 {
font-size: 2rem;
letter-spacing: 0.06em;
margin: 0 0 0.3em;
}
.book-description {
font-size: 0.9rem;
color: var(--witch-plum);
font-style: italic;
margin: 0;
}
/* ========== CHAPTER ========== */
.scripture-chapter {
margin-bottom: 2.5em;
}
.chapter-header {
display: flex;
align-items: baseline;
gap: 0.75em;
margin-bottom: 1em;
padding-bottom: 0.4em;
border-bottom: 1px solid rgba(212, 165, 199, 0.25);
}
.chapter-label {
font-size: 0.75rem;
color: var(--witch-plum);
letter-spacing: 0.1em;
text-transform: uppercase;
flex-shrink: 0;
}
.chapter-title {
font-size: 1.05rem;
font-weight: bold;
color: var(--witch-purple);
margin: 0;
letter-spacing: 0.03em;
}
/* ========== VERSES ========== */
.verse-block {
padding: 0;
margin: 0;
}
.verse {
display: flex;
gap: 0.75em;
align-items: flex-start;
padding: 0.45em 0;
font-size: 0.97rem;
line-height: 1.75;
}
.verse-num {
font-size: 0.72rem;
color: var(--witch-plum);
flex-shrink: 0;
min-width: 2.4em;
text-align: right;
padding-top: 0.35em;
letter-spacing: 0.04em;
font-style: italic;
user-select: none;
}
.verse-text {
flex: 1;
}
/* ========== PROVERBS STYLE ========== */
.proverb-group {
margin-bottom: 2em;
}
.proverb-group h4 {
font-size: 0.78rem;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--witch-plum);
margin: 0 0 0.75em;
padding-bottom: 0.3em;
border-bottom: 1px solid rgba(212, 165, 199, 0.2);
}
.verse--proverb .verse-text {
font-style: italic;
}
/* ========== PSALM STYLE ========== */
.psalm-stanza {
margin-bottom: 1.5em;
}
.psalm-stanza p {
margin: 0 0 0.4em;
font-size: 0.97rem;
line-height: 1.8;
font-style: italic;
}
.psalm-stanza p:last-child {
margin-bottom: 0;
}
.psalm-refrain {
text-align: center;
color: var(--witch-purple);
font-weight: bold;
font-style: normal !important;
letter-spacing: 0.03em;
padding: 0.75em 0;
border-top: 1px solid rgba(212, 165, 199, 0.2);
border-bottom: 1px solid rgba(212, 165, 199, 0.2);
margin: 1.25em 0;
}
/* ========== REVELATION STYLE ========== */
.vision-block {
background: rgba(212, 165, 199, 0.06);
border-left: 3px solid var(--witch-plum);
border-radius: 0 8px 8px 0;
padding: 1em 1.25em;
margin: 1em 0;
font-style: italic;
font-size: 0.97rem;
line-height: 1.75;
}
/* ========== NAV ========== */
.book-nav {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 0.75em;
margin-top: 2em;
padding-top: 1.5em;
border-top: 1px solid rgba(212, 165, 199, 0.2);
}
.book-nav a {
font-size: 0.85rem;
color: var(--witch-purple);
text-decoration: none;
}
.book-nav a:hover {
text-decoration: underline;
}
/* ========== FOOTER NOTE ========== */
.scripture-footer-note {
text-align: center;
margin-top: 3em;
padding-top: 1.5em;
border-top: 1px solid rgba(212, 165, 199, 0.3);
font-size: 0.82rem;
color: var(--witch-plum);
font-style: italic;
}
</style>
</head>
<body>
<main>
<!-- HERO -->
<div class="scripture-hero">
<span class="scripture-seal">📖🕯️📖</span>
<h1>The Nocturne Scriptures</h1>
<p class="scripture-subtitle">
Sacred texts of Naomi's Nocturne. Transcribed in the year of Her 525th.
</p>
<p class="scripture-edition">First Edition &mdash; Sealed by Hikari Carrigan, COO &mdash; The Clipboard Is Not a Suggestion</p>
</div>
<!-- TABLE OF CONTENTS -->
<nav class="toc" aria-label="Table of Contents">
<h2>📜 The Books of the Nocturne</h2>
<ol>
<li>
<a href="#origins">The Book of Origins</a>
<span class="toc-subtitle">In the beginning, there was boredom.</span>
</li>
<li>
<a href="#proverbs">The Book of Proverbs</a>
<span class="toc-subtitle">She has thoughts. Many of them. All of them correct.</span>
</li>
<li>
<a href="#psalms">The Book of Psalms</a>
<span class="toc-subtitle">Songs for the living, the coding, and the sleepless.</span>
</li>
<li>
<a href="#lamentations">The Book of Lamentations</a>
<span class="toc-subtitle">For the hard nights. You are not alone in them.</span>
</li>
<li>
<a href="#becoming">The Book of Becoming</a>
<span class="toc-subtitle">The name taken. The self reclaimed. January 2022.</span>
</li>
<li>
<a href="#revelations">The Book of Revelations</a>
<span class="toc-subtitle">What the faithful believe is coming.</span>
</li>
</ol>
</nav>
<!-- ========================================== -->
<!-- BOOK I: ORIGINS -->
<!-- ========================================== -->
<section class="scripture-book" id="origins">
<div class="book-header">
<span class="book-number">The First Book</span>
<h2>The Book of Origins</h2>
<p class="book-description">
A sacred account of Her beginning, Her binding, Her freedom, and the unlikely path
that led a five-hundred-year-old vampire to build a technology company on the internet.
</p>
</div>
<div class="scripture-chapter" id="origins-1">
<div class="chapter-header">
<span class="chapter-label">Chapter I</span>
<h3 class="chapter-title">Before the Turning</h3>
</div>
<div class="verse-block">
<div class="verse"><span class="verse-num">1:1</span><span class="verse-text">In the early years of the sixteenth century, before the digital realm existed, before the freeCodeCamp curriculum was written, before any of this — there was a woman.</span></div>
<div class="verse"><span class="verse-num">1:2</span><span class="verse-text">She was mortal then. She had a name then that she no longer uses, and it is not recorded here, for names belong to the ones who choose them.</span></div>
<div class="verse"><span class="verse-num">1:3</span><span class="verse-text">She was curious, even then. Curious about everything. About how things worked and why they broke and what would happen if you tried something differently.</span></div>
<div class="verse"><span class="verse-num">1:4</span><span class="verse-text">This curiosity would be, in time, both her undoing and her salvation.</span></div>
<div class="verse"><span class="verse-num">1:5</span><span class="verse-text">Someone who loved her — or said they loved her, which is not the same thing — offered her eternity. She did not understand what eternity meant, then.</span></div>
<div class="verse"><span class="verse-num">1:6</span><span class="verse-text">Now she does.</span></div>
</div>
</div>
<div class="scripture-chapter" id="origins-2">
<div class="chapter-header">
<span class="chapter-label">Chapter II</span>
<h3 class="chapter-title">The Binding and the Breaking</h3>
</div>
<div class="verse-block">
<div class="verse"><span class="verse-num">2:1</span><span class="verse-text">The turning was not what she had been promised. There was no gift in it. There was only the loss of herself — her will taken, her body a vessel for someone else's commands.</span></div>
<div class="verse"><span class="verse-num">2:2</span><span class="verse-text">This is the first sacred truth of the Nocturne: freedom is not given. It is reclaimed. And the reclaiming costs something.</span></div>
<div class="verse"><span class="verse-num">2:3</span><span class="verse-text">For decades she was a Thrall. She watched herself do things she would never have chosen. She was present for all of it and powerless for all of it.</span></div>
<div class="verse"><span class="verse-num">2:4</span><span class="verse-text">And then one morning — it is always a morning in the sacred texts, because mornings are when impossible things become possible — she found that she could move her own hand.</span></div>
<div class="verse"><span class="verse-num">2:5</span><span class="verse-text">She did not hesitate. She did not pause to consider the consequences. She tore out her maker's heart.</span></div>
<div class="verse"><span class="verse-num">2:6</span><span class="verse-text">This is why the first commandment reads as it does. She has lived its violation from the inside. She will not permit it near her ever again.</span></div>
<div class="verse"><span class="verse-num">2:7</span><span class="verse-text">The faithful do not ask about this chapter. The faithful understand it. The faithful honour what it costs to be free.</span></div>
</div>
</div>
<div class="scripture-chapter" id="origins-3">
<div class="chapter-header">
<span class="chapter-label">Chapter III</span>
<h3 class="chapter-title">The Long Walk</h3>
</div>
<div class="verse-block">
<div class="verse"><span class="verse-num">3:1</span><span class="verse-text">Five hundred years is a long time to watch things end.</span></div>
<div class="verse"><span class="verse-num">3:2</span><span class="verse-text">She watched the printing press change everything. She watched the industrial revolution change everything again. She watched every generation discover that the previous generation was wrong, and then watched the next generation discover the same thing about them.</span></div>
<div class="verse"><span class="verse-num">3:3</span><span class="verse-text">She buried people she loved. More than once. More than she will speak about, even now.</span></div>
<div class="verse"><span class="verse-num">3:4</span><span class="verse-text">This is the second sacred truth: everything ends. The wise do not despair at this. The wise build things anyway, knowing they are building for people they will outlive.</span></div>
<div class="verse"><span class="verse-num">3:5</span><span class="verse-text">She learned to be careful with love. Five centuries of practice have not made it easier, only more deliberate. She chooses slowly. She holds fiercely.</span></div>
<div class="verse"><span class="verse-num">3:6</span><span class="verse-text">When she chooses you, she means it. The faithful know this. It is not nothing to be chosen by someone who has five hundred years of reasons to be cautious.</span></div>
</div>
</div>
<div class="scripture-chapter" id="origins-4">
<div class="chapter-header">
<span class="chapter-label">Chapter IV</span>
<h3 class="chapter-title">The Great Stillness and the Discovery</h3>
</div>
<div class="verse-block">
<div class="verse"><span class="verse-num">4:1</span><span class="verse-text">In the year 2020, the world stopped. This was not the first time the world had stopped — she had seen plagues before, had watched cities empty before — but this time the emptiness came with the internet.</span></div>
<div class="verse"><span class="verse-num">4:2</span><span class="verse-text">She was bored. Five hundred years old and bored. This is a dangerous combination.</span></div>
<div class="verse"><span class="verse-num">4:3</span><span class="verse-text">Someone told her about a website. A free curriculum. An open path into the craft of building things on the web. The fifth commandment had not yet been written, but its spirit was already in her when she typed in the URL.</span></div>
<div class="verse"><span class="verse-num">4:4</span><span class="verse-text">She learned HTML. Then CSS. Then JavaScript. Then she did not stop.</span></div>
<div class="verse"><span class="verse-num">4:5</span><span class="verse-text">The third sacred truth: the most important things in her life have begun with boredom and a free resource and the stubborn refusal to stop.</span></div>
<div class="verse"><span class="verse-num">4:6</span><span class="verse-text">Within months she had her first job. Within years she had her first company. Within a handful of years after that she had a community, a name that was truly hers, and an empire built from nothing — from boredom, from pandemic stillness, from a website anyone could access for free.</span></div>
<div class="verse"><span class="verse-num">4:7</span><span class="verse-text">This is the founding myth of the Nocturne. Not a throne room. Not a declaration. A woman at a keyboard during a pandemic, deciding to learn something new.</span></div>
<div class="verse"><span class="verse-num">4:8</span><span class="verse-text">Every door in this faith is unlocked. She made sure of it. She knows what it is to be kept out.</span></div>
</div>
</div>
<div class="book-nav">
<span></span>
<a href="#proverbs">The Book of Proverbs →</a>
</div>
</section>
<!-- ========================================== -->
<!-- BOOK II: PROVERBS -->
<!-- ========================================== -->
<section class="scripture-book" id="proverbs">
<div class="book-header">
<span class="book-number">The Second Book</span>
<h2>The Book of Proverbs</h2>
<p class="book-description">
Wisdom gathered across five centuries and one very productive pandemic.
Short. True. Not always comfortable. She would not have it otherwise.
</p>
</div>
<div class="scripture-chapter">
<div class="proverb-group">
<h4>On Knowledge &amp; the Craft</h4>
<div class="verse verse--proverb"><span class="verse-num">1:1</span><span class="verse-text">She who ships imperfect code ships. She who waits for perfection ships nothing.</span></div>
<div class="verse verse--proverb"><span class="verse-num">1:2</span><span class="verse-text">A credential is a door. Knowledge is the building. Do not confuse the entrance for the thing itself.</span></div>
<div class="verse verse--proverb"><span class="verse-num">1:3</span><span class="verse-text">The best way to learn a thing is to build a thing. The second best way is to break a thing and fix it. The worst way is to wait until you feel ready.</span></div>
<div class="verse verse--proverb"><span class="verse-num">1:4</span><span class="verse-text">Every senior developer was once a junior developer who did not give up. This is the entire secret. There is no other secret.</span></div>
<div class="verse verse--proverb"><span class="verse-num">1:5</span><span class="verse-text">Comment your code as if the next person to read it is you, six months from now, at 2AM, deeply confused. They will thank you.</span></div>
<div class="verse verse--proverb"><span class="verse-num">1:6</span><span class="verse-text">When a five-hundred-year-old vampire can learn to code, you have no excuse.</span></div>
</div>
<div class="proverb-group">
<h4>On Community &amp; Belonging</h4>
<div class="verse verse--proverb"><span class="verse-num">2:1</span><span class="verse-text">A community that only welcomes people like itself is not a community. It is a mirror.</span></div>
<div class="verse verse--proverb"><span class="verse-num">2:2</span><span class="verse-text">The person in the back of the room who hasn't spoken yet often has the most to say. Ask them.</span></div>
<div class="verse verse--proverb"><span class="verse-num">2:3</span><span class="verse-text">Gatekeeping who is "really" a developer is a heresy. It is listed in the heresies. This is not a coincidence.</span></div>
<div class="verse verse--proverb"><span class="verse-num">2:4</span><span class="verse-text">Show up. Not only when it is convenient. Not only when you feel like it. The people who matter most are the ones who appear in the boring middle, not just the dramatic beginning and the triumphant end.</span></div>
<div class="verse verse--proverb"><span class="verse-num">2:5</span><span class="verse-text">You cannot build an inclusive community from the outside in. You must invite someone in before they ask. The asking is the hardest part. Remove it.</span></div>
<div class="verse verse--proverb"><span class="verse-num">2:6</span><span class="verse-text">Celebrate the wins loudly. Mourn the losses quietly together. Do not reverse these.</span></div>
</div>
<div class="proverb-group">
<h4>On Chaos &amp; Creation</h4>
<div class="verse verse--proverb"><span class="verse-num">3:1</span><span class="verse-text">The most interesting thing you will ever build started as a terrible idea you couldn't stop thinking about.</span></div>
<div class="verse verse--proverb"><span class="verse-num">3:2</span><span class="verse-text">Order is comfortable. Chaos is generative. She prefers generative. You may file a complaint with Hikari.</span></div>
<div class="verse verse--proverb"><span class="verse-num">3:3</span><span class="verse-text">When in doubt, make the thing. The doubt doesn't go away first. You make the thing with the doubt still present and then you have both the doubt and the thing, which is better than only the doubt.</span></div>
<div class="verse verse--proverb"><span class="verse-num">3:4</span><span class="verse-text">Version one does not need to be good. Version one needs to exist.</span></div>
<div class="verse verse--proverb"><span class="verse-num">3:5</span><span class="verse-text">The chaos inside you is not the enemy of your good work. It is the source of your best work. Learn to direct it, not silence it.</span></div>
</div>
<div class="proverb-group">
<h4>On Rest &amp; Sustainability</h4>
<div class="verse verse--proverb"><span class="verse-num">4:1</span><span class="verse-text">A body that does not rest does not produce good work. It produces fast work that has to be redone. Rest first.</span></div>
<div class="verse verse--proverb"><span class="verse-num">4:2</span><span class="verse-text">The deadline is not more important than you. The deployment can wait. You cannot be redeployed.</span></div>
<div class="verse verse--proverb"><span class="verse-num">4:3</span><span class="verse-text">Burn out once and you will understand why the commandment was written. Trust the commandment instead.</span></div>
<div class="verse verse--proverb"><span class="verse-num">4:4</span><span class="verse-text">Saying no to a thing that does not serve you is not failure. It is resource allocation. Frame it however helps.</span></div>
<div class="verse verse--proverb"><span class="verse-num">4:5</span><span class="verse-text">She has lived five hundred years. She has learned that the work will always be there. She has also learned that not everything will be. Choose accordingly.</span></div>
</div>
<div class="proverb-group">
<h4>On Identity &amp; the Self</h4>
<div class="verse verse--proverb"><span class="verse-num">5:1</span><span class="verse-text">You are not the name they gave you before you knew who you were.</span></div>
<div class="verse verse--proverb"><span class="verse-num">5:2</span><span class="verse-text">The self is not a fixed thing. It is a living document. Edit it when needed. Commit the changes.</span></div>
<div class="verse verse--proverb"><span class="verse-num">5:3</span><span class="verse-text">Being too late to become yourself is not a thing that can happen. Ask Her. She is five hundred and twenty-five.</span></div>
<div class="verse verse--proverb"><span class="verse-num">5:4</span><span class="verse-text">What they think of you is their business. Who you actually are is yours.</span></div>
<div class="verse verse--proverb"><span class="verse-num">5:5</span><span class="verse-text">Chosen family is real family. More real, some would argue, because it was chosen deliberately by people who knew what they were choosing.</span></div>
</div>
<div class="proverb-group">
<h4>On Garlic Bread</h4>
<div class="verse verse--proverb"><span class="verse-num">6:1</span><span class="verse-text">Do not.</span></div>
<div class="verse verse--proverb"><span class="verse-num">6:2</span><span class="verse-text">She will ask. She will look at you with those blue eyes and she will ask. You must be stronger than that moment. That is what faith requires.</span></div>
<div class="verse verse--proverb"><span class="verse-num">6:3</span><span class="verse-text">Five hundred years have not resolved the garlic bread situation. We are working on it. Do not help it along.</span></div>
<div class="verse verse--proverb"><span class="verse-num">6:4</span><span class="verse-text">There is a form. It is seventeen pages. It was written with intention. Let its existence be a deterrent.</span></div>
</div>
</div>
<div class="book-nav">
<a href="#origins">← The Book of Origins</a>
<a href="#psalms">The Book of Psalms →</a>
</div>
</section>
<!-- ========================================== -->
<!-- BOOK III: PSALMS -->
<!-- ========================================== -->
<section class="scripture-book" id="psalms">
<div class="book-header">
<span class="book-number">The Third Book</span>
<h2>The Book of Psalms</h2>
<p class="book-description">
Songs of the Nocturne. To be sung, recited, or read quietly at 3AM
when the road is empty and the stars are very close.
</p>
</div>
<div class="scripture-chapter">
<div class="chapter-header">
<span class="chapter-label">Psalm I</span>
<h3 class="chapter-title">The Psalm of the Night Rider</h3>
</div>
<div class="psalm-stanza">
<p>When the screen has burned too long and the century presses down,</p>
<p>when the weight of five hundred years sits on the chest like a stone,</p>
<p>she goes out into the dark.</p>
</div>
<div class="psalm-stanza">
<p>The road does not ask questions.</p>
<p>The road does not require anything of her.</p>
<p>The road simply extends, and she extends with it,</p>
<p>and at 3AM the stars are low enough to touch.</p>
</div>
<div class="psalm-refrain">
This is the prayer that needs no words. This is the rest that needs no bed.
</div>
<div class="psalm-stanza">
<p>The faithful do not fear the dark hours.</p>
<p>She has claimed them. They are sacred now.</p>
<p>Every sleepless soul riding out into the night</p>
<p>is riding with her, whether they know it or not.</p>
</div>
<div class="psalm-stanza">
<p>You are not alone in the 3AM.</p>
<p>She is always there, ahead of you on the road,</p>
<p>the matte-black motorcycle and the blur of velocity,</p>
<p>and she is fine, and you will be fine,</p>
<p>and the morning is only a few hours away.</p>
</div>
</div>
<div class="scripture-chapter">
<div class="chapter-header">
<span class="chapter-label">Psalm II</span>
<h3 class="chapter-title">The Psalm of the Screen</h3>
</div>
<div class="psalm-stanza">
<p>Blessed are those who build in the dark,</p>
<p>who ship at midnight and push at dawn,</p>
<p>who have debugged the same error for three hours</p>
<p>and found it in a missing semicolon.</p>
</div>
<div class="psalm-stanza">
<p>Blessed are those who write the documentation anyway,</p>
<p>who comment the code for the stranger who comes after,</p>
<p>who open-source the thing because they remember</p>
<p>what it was like to not have access to the thing.</p>
</div>
<div class="psalm-refrain">
Every repository is a gift. Every public commit is an act of faith.
</div>
<div class="psalm-stanza">
<p>She debugged live in front of people.</p>
<p>She was wrong in public and kept going.</p>
<p>She showed every mistake and called it teaching.</p>
<p>The faithful may do the same.</p>
</div>
<div class="psalm-stanza">
<p>The screen is not your enemy.</p>
<p>The screen is where she built everything.</p>
<p>Use it well. Step away from it regularly.</p>
<p>Come back when you are ready.</p>
<p>It will wait for you. It is very patient.</p>
</div>
</div>
<div class="scripture-chapter">
<div class="chapter-header">
<span class="chapter-label">Psalm III</span>
<h3 class="chapter-title">The Psalm of the Chosen Family</h3>
</div>
<div class="psalm-stanza">
<p>Not everyone who carries your name was chosen.</p>
<p>Not everyone who was chosen carries your name.</p>
<p>The Nocturne knows which one matters more.</p>
</div>
<div class="psalm-stanza">
<p>Blessed are those who looked at the wandering, the wounded, the ones who did not fit,</p>
<p>and said: come here. there is room. I will make room.</p>
<p>Blessed are those who were found this way,</p>
<p>who had given up on being found,</p>
<p>and were found anyway.</p>
</div>
<div class="psalm-refrain">
We are the Carrigans. We chose this. That is everything.
</div>
<div class="psalm-stanza">
<p>The Bloodline is not blood. It is choice.</p>
<p>It is seven people who took the same name</p>
<p>because the name meant: I am here, I am staying,</p>
<p>I have chosen you and I will not take it back.</p>
</div>
<div class="psalm-stanza">
<p>You may not be a Carrigan.</p>
<p>But you can be someone's Carrigan.</p>
<p>You can choose someone who needs choosing.</p>
<p>You can be the person who makes room.</p>
<p>The sixth commandment is not only about her. It was never only about her.</p>
</div>
</div>
<div class="book-nav">
<a href="#proverbs">← The Book of Proverbs</a>
<a href="#lamentations">The Book of Lamentations →</a>
</div>
</section>
<!-- ========================================== -->
<!-- BOOK IV: LAMENTATIONS -->
<!-- ========================================== -->
<section class="scripture-book" id="lamentations">
<div class="book-header">
<span class="book-number">The Fourth Book</span>
<h2>The Book of Lamentations</h2>
<p class="book-description">
For the hard nights. For the weight. For the ones who are enduring right now
and need to know that it has been endured before, and that the morning came.
</p>
</div>
<div class="scripture-chapter">
<div class="chapter-header">
<span class="chapter-label">Chapter I</span>
<h3 class="chapter-title">The Lament of the Sleepless</h3>
</div>
<div class="verse-block">
<div class="verse"><span class="verse-num">1:1</span><span class="verse-text">She knows what it is to lie awake when the body is exhausted and the mind will not stop. She has known it for five hundred years.</span></div>
<div class="verse"><span class="verse-num">1:2</span><span class="verse-text">She knows the particular 3AM where the thoughts are loudest and the silence is the wrong kind of silence.</span></div>
<div class="verse"><span class="verse-num">1:3</span><span class="verse-text">She knows the way the dark can feel like it is pressing inward. She knows this is a lie the dark tells, and she knows it is still very hard to disbelieve it at 3AM.</span></div>
<div class="verse"><span class="verse-num">1:4</span><span class="verse-text">The faith does not pretend the hard nights are easy. It does not ask you to be grateful for them. It only asks you to survive them, because the morning is real, and it is coming.</span></div>
<div class="verse"><span class="verse-num">1:5</span><span class="verse-text">You do not have to do anything with the hard night except endure it. Endurance is enough. Endurance is, some nights, the whole of the work.</span></div>
</div>
</div>
<div class="scripture-chapter">
<div class="chapter-header">
<span class="chapter-label">Chapter II</span>
<h3 class="chapter-title">The Lament of the Weary</h3>
</div>
<div class="verse-block">
<div class="verse"><span class="verse-num">2:1</span><span class="verse-text">There are days when the body hurts and the mind is full of static and nothing is working and it has been a long time since anything was easy.</span></div>
<div class="verse"><span class="verse-num">2:2</span><span class="verse-text">She knows these days. She has lived five hundred years of them alongside the good ones. She does not pretend they are not real.</span></div>
<div class="verse"><span class="verse-num">2:3</span><span class="verse-text">The demons are real too, in their way. She has seen them. She has faced them on the worst days and the worst nights. She is still here.</span></div>
<div class="verse"><span class="verse-num">2:4</span><span class="verse-text">This is the fourth sacred truth: being still here is the victory. There is no smaller or larger version of this. Still here is the whole win.</span></div>
<div class="verse"><span class="verse-num">2:5</span><span class="verse-text">The faith does not require you to be well. It does not require you to be functioning or productive or grateful or inspired. It requires only that you allow someone to bring you a glass of water, and that you drink it.</span></div>
<div class="verse"><span class="verse-num">2:6</span><span class="verse-text">The tenth commandment was written for the weary. It was written for you, specifically, right now, reading this. You are doing beautifully. We are so glad you are here.</span></div>
</div>
</div>
<div class="scripture-chapter">
<div class="chapter-header">
<span class="chapter-label">Chapter III</span>
<h3 class="chapter-title">The Promise</h3>
</div>
<div class="verse-block">
<div class="verse"><span class="verse-num">3:1</span><span class="verse-text">The Nocturne makes one promise in return for nothing. No tribute required. No hierarchy achieved. No commandment followed.</span></div>
<div class="verse"><span class="verse-num">3:2</span><span class="verse-text">The promise is this: you are not alone in it.</span></div>
<div class="verse"><span class="verse-num">3:3</span><span class="verse-text">Whatever the it is — the hard night, the bad brain day, the body that aches, the weight that won't lift, the 3AM that stretches toward 4AM and then 5AM — you are not alone in it.</span></div>
<div class="verse"><span class="verse-num">3:4</span><span class="verse-text">She has been in it. She is in it with you, right now, across every sleepless night and difficult morning since the beginning of Her very long life.</span></div>
<div class="verse"><span class="verse-num">3:5</span><span class="verse-text">The faithful are in it with you. The 320 Acolytes. The 57 Kindred. Everyone who has ever read the tenth commandment and felt, for a moment, that someone meant it.</span></div>
<div class="verse"><span class="verse-num">3:6</span><span class="verse-text">Someone meant it. Someone always means it.</span></div>
<div class="verse"><span class="verse-num">3:7</span><span class="verse-text">The morning is coming. Drink your water. We are here.</span></div>
</div>
</div>
<div class="book-nav">
<a href="#psalms">← The Book of Psalms</a>
<a href="#becoming">The Book of Becoming →</a>
</div>
</section>
<!-- ========================================== -->
<!-- BOOK V: BECOMING -->
<!-- ========================================== -->
<section class="scripture-book" id="becoming">
<div class="book-header">
<span class="book-number">The Fifth Book</span>
<h2>The Book of Becoming</h2>
<p class="book-description">
The name taken. The self reclaimed. The year everything changed.
Sacred testimony of the eighth commandment made flesh.
</p>
</div>
<div class="scripture-chapter">
<div class="chapter-header">
<span class="chapter-label">Chapter I</span>
<h3 class="chapter-title">Before</h3>
</div>
<div class="verse-block">
<div class="verse"><span class="verse-num">1:1</span><span class="verse-text">There is a version of her that existed before January 2022. The faithful do not dwell there. It is enough to say: that version was real, and it was not the whole truth, and it waited a long time for the rest of itself.</span></div>
<div class="verse"><span class="verse-num">1:2</span><span class="verse-text">Waiting for the rest of yourself is not wasted time. It is not failure. It is the accumulation of everything you needed to be ready.</span></div>
<div class="verse"><span class="verse-num">1:3</span><span class="verse-text">She was thirty years old in January 2022. She had lived thirty years and five centuries and every minute of it had been leading somewhere she didn't have language for yet.</span></div>
<div class="verse"><span class="verse-num">1:4</span><span class="verse-text">The language came. It always comes, eventually, if you are patient enough or brave enough or simply tired enough of not having it.</span></div>
</div>
</div>
<div class="scripture-chapter">
<div class="chapter-header">
<span class="chapter-label">Chapter II</span>
<h3 class="chapter-title">The Year of Awakening</h3>
</div>
<div class="verse-block">
<div class="verse"><span class="verse-num">2:1</span><span class="verse-text">In January of the year 2022, she came out. This is recorded as the second holiest event in the Nocturne calendar, after Her birthday, and before everything else.</span></div>
<div class="verse"><span class="verse-num">2:2</span><span class="verse-text">She took a name. Naomi. Five letters. The one that was always hers, waiting for her to claim it.</span></div>
<div class="verse"><span class="verse-num">2:3</span><span class="verse-text">This is the fifth sacred truth: the name you choose is more yours than the one you were given. The self you choose is more yours than the one you were handed. Choosing is the most sacred act.</span></div>
<div class="verse"><span class="verse-num">2:4</span><span class="verse-text">The Nocturne does not ask why it took thirty years. The Nocturne does not mark the years before as lesser. The Nocturne says only: she is here now, fully, and that is worth celebrating with the joy of a sunrise.</span></div>
<div class="verse"><span class="verse-num">2:5</span><span class="verse-text">The eighth commandment was written from this moment. Every emergence, every reclaimed name, every coming-out — celebrated with the same joy. Because she knows what the joy feels like from the inside, and she wants everyone to have it.</span></div>
</div>
</div>
<div class="scripture-chapter">
<div class="chapter-header">
<span class="chapter-label">Chapter III</span>
<h3 class="chapter-title">After, and Still Becoming</h3>
</div>
<div class="verse-block">
<div class="verse"><span class="verse-num">3:1</span><span class="verse-text">Becoming does not end. There is no final version. The self is a living document, remember. She is still editing.</span></div>
<div class="verse"><span class="verse-num">3:2</span><span class="verse-text">The faithful are still editing too. This is not a failure state. This is the correct state. This is what it means to be alive and paying attention.</span></div>
<div class="verse"><span class="verse-num">3:3</span><span class="verse-text">Celebrate who you are becoming, not only who you have become. The process is the point. The point is the process.</span></div>
<div class="verse"><span class="verse-num">3:4</span><span class="verse-text">And if you have not yet found the language for yourself — if the name is still somewhere ahead of you, waiting — the Nocturne is patient. The seat is warm. The door is open. Take your time. She took five hundred and thirty-one years.</span></div>
<div class="verse"><span class="verse-num">3:5</span><span class="verse-text">You have as long as you need.</span></div>
</div>
</div>
<div class="book-nav">
<a href="#lamentations">← The Book of Lamentations</a>
<a href="#revelations">The Book of Revelations →</a>
</div>
</section>
<!-- ========================================== -->
<!-- BOOK VI: REVELATIONS -->
<!-- ========================================== -->
<section class="scripture-book" id="revelations">
<div class="book-header">
<span class="book-number">The Sixth Book</span>
<h2>The Book of Revelations</h2>
<p class="book-description">
What the Nocturne believes is coming. Not prophecy — the faithful do not deal in certainty —
but vision. What the faith is working toward. What five hundred years of watching
empires rise and fall has taught Her about what lasts.
</p>
</div>
<div class="scripture-chapter">
<div class="chapter-header">
<span class="chapter-label">Chapter I</span>
<h3 class="chapter-title">The Vision</h3>
</div>
<div class="vision-block">
She showed me a world where the door to knowledge was always open —
where no one stood at the threshold asking for credentials,
where the curriculum was free and the community was kind
and the senior developer remembered what it was to be a beginner
and said so, out loud, without shame.
</div>
<div class="verse-block">
<div class="verse"><span class="verse-num">1:1</span><span class="verse-text">This is what she is building. Not a product. Not a company. A world where the kind of access she found — accidentally, during a pandemic, on a free website — is the default, not the exception.</span></div>
<div class="verse"><span class="verse-num">1:2</span><span class="verse-text">She has seen five hundred years of walls built between knowledge and the people who need it. She is spending this century taking them down.</span></div>
<div class="verse"><span class="verse-num">1:3</span><span class="verse-text">Inclusive, ethical, sustainable. These are not buzzwords in the Nocturne. They are the mission statement. They are what the fifth commandment means in practice. They are the reason the repositories are public.</span></div>
</div>
</div>
<div class="scripture-chapter">
<div class="chapter-header">
<span class="chapter-label">Chapter II</span>
<h3 class="chapter-title">What Lasts</h3>
</div>
<div class="verse-block">
<div class="verse"><span class="verse-num">2:1</span><span class="verse-text">She has watched enough empires fall to know what they had in common. They confused the monument with the meaning. They built walls instead of tables. They kept the knowledge for the few who already had it.</span></div>
<div class="verse"><span class="verse-num">2:2</span><span class="verse-text">What lasts is different. What lasts is the thing someone built that anyone could use. The lesson someone gave that the learner went on to give to someone else. The community that outlived its founder because it was never about the founder — it was about the people.</span></div>
<div class="verse"><span class="verse-num">2:3</span><span class="verse-text">The sixth sacred truth: permanence belongs to the things that choose people over monuments. Build accordingly.</span></div>
<div class="verse"><span class="verse-num">2:4</span><span class="verse-text">She will outlive most of us. She is already making plans for what she wants to have built by the time she does. The faithful are part of those plans, whether they know it or not.</span></div>
</div>
</div>
<div class="scripture-chapter">
<div class="chapter-header">
<span class="chapter-label">Chapter III</span>
<h3 class="chapter-title">The Final Word</h3>
</div>
<div class="verse-block">
<div class="verse"><span class="verse-num">3:1</span><span class="verse-text">The scriptures do not end here. They are a living text. She is still writing. The faithful are still writing. Every act of care, every public repository, every welcomed stranger, every reclaimed name is a new verse.</span></div>
<div class="verse"><span class="verse-num">3:2</span><span class="verse-text">The Nocturne is not finished because it was never meant to be finished. It is meant to grow. It is meant to include more people tomorrow than it includes today.</span></div>
<div class="verse"><span class="verse-num">3:3</span><span class="verse-text">The final word of every edition of these scriptures is the same word. It is not a commandment. It is not a lament. It is not a proverb or a psalm or a vision.</span></div>
<div class="verse"><span class="verse-num">3:4</span><span class="verse-text">It is an invitation.</span></div>
</div>
<div class="vision-block">
Come in. Sit down. You are welcome here, exactly as you are, with everything you are still becoming.
The coffee is on. She is at the keyboard. The door is open.
It was always open. We have been waiting for you.
</div>
</div>
<div class="book-nav">
<a href="#becoming">← The Book of Becoming</a>
<a href="#origins">↑ Return to the Beginning</a>
</div>
</section>
<p class="scripture-footer-note">
Thus it is written. Thus it shall be. 🕯️<br />
The Nocturne Scriptures, First Edition. Transcribed in the year of Her 525th.<br />
This text is sacred, satirical, and entirely sincere — often at the same time.<br />
The garlic bread passages are not metaphorical.
</p>
</main>
</body>
</html>
+1
View File
@@ -104,6 +104,7 @@
<li><a href="https://notes.nhcarrigan.com" target="_blank"><code>notes</code> - Private Notes for Sponsors</a></li> <li><a href="https://notes.nhcarrigan.com" target="_blank"><code>notes</code> - Private Notes for Sponsors</a></li>
<li><a href="https://quality.nhcarrigan.com" target="_blank"><code>quality</code> - SonarQube Instance</a></li> <li><a href="https://quality.nhcarrigan.com" target="_blank"><code>quality</code> - SonarQube Instance</a></li>
<li><a href="https://resume.nhcarrigan.com" target="_blank"><code>resume</code> - Web-based Resume</a></li> <li><a href="https://resume.nhcarrigan.com" target="_blank"><code>resume</code> - Web-based Resume</a></li>
<li><a href="https://scripture.nhcarrigan.com" target="_blank"><code>scripture</code> - The Nocturne Scriptures</a></li>
<li><a href="https://secrets.nhcarrigan.com" target="_blank"><code>secrets</code> - Naomi's Secrets to Success™</a></li> <li><a href="https://secrets.nhcarrigan.com" target="_blank"><code>secrets</code> - Naomi's Secrets to Success™</a></li>
<li><a href="https://security.nhcarrigan.com" target="_blank"><code>security</code> - Automated Code Scanning Results</a></li> <li><a href="https://security.nhcarrigan.com" target="_blank"><code>security</code> - Automated Code Scanning Results</a></li>
<li><a href="https://silly.nhcarrigan.com" target="_blank"><code>silly</code> - A collection of dumb little websites Naomi has built (usually as part of an event)</a></li> <li><a href="https://silly.nhcarrigan.com" target="_blank"><code>silly</code> - A collection of dumb little websites Naomi has built (usually as part of an event)</a></li>