zk_html/writing/post-self/idumea/index.html

71 lines
4.2 KiB
HTML
Raw Normal View History

2024-01-30 21:10:12 +00:00
<!doctype html>
<html>
<head>
2024-02-11 18:45:09 +00:00
<title>Zk | Idumea</title>
2024-01-30 21:10:12 +00:00
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
<link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
2024-02-11 18:45:09 +00:00
<h1>Zk | Idumea</h1>
2024-01-30 21:10:12 +00:00
</header>
<article class="content">
2024-02-11 18:45:09 +00:00
<p>Pinocchio escapes Samsara by giving up humanity. Except Pinocchio is a tenth stanza Odist and Geppetto is a seventh stanza Odist and the blue fairy is Dry Grass.</p>
<h2 id="notes">Notes</h2>
<p>A version of Pinocchio told sys-side in reverse: someone unhappy with humanity endeavoring to lose it, goes through all the plot-beats in reverse order.</p>
2024-01-31 19:25:10 +00:00
<p>Question: how heavy-handed should it be? Should it be very little? Someone naming themselves Occhioni P.? Trying to turn themselves into a literal puppet? Designing sims to include the big fish? Finding their Geppetto (G from Oteppe, Belgium) who unmakes them, and then a blue fairy, a sympathetic systech kicks them into quitting? Or they turn into a tree? Told as a fairy tale? Quote the first lines of the original?</p>
2024-01-30 21:15:11 +00:00
<blockquote>
<p>Once upon a time there was—</p>
<p>“A king?” my little readers will immediately say.</p>
<p>No, children, you are mistaken. Once upon a time there was a piece of wood. It was not fine wood, but a simple piece of wood from the wood yard,—the kind we put in the stoves and fireplaces so as to make a fire and heat the rooms. </p>
</blockquote>
2024-01-30 21:10:12 +00:00
<p>More at https://nebula.tv/videos/jacob-geller-pinocchio-is-a-story-about-art-and-god</p>
2024-02-10 19:20:10 +00:00
<h2 id="epigraph">Epigraph:</h2>
2024-02-11 04:20:10 +00:00
<div class="verse">And am I born to die?
2024-02-09 19:00:13 +00:00
To lay this body down?
And must my trembling spirit fly
Into a world unknown?
A land of deepest shade,
unpierced by human thought,
The dreary regions of the dead,
2024-02-11 04:20:10 +00:00
Where all things are forgot?
2024-02-11 20:39:30 +00:00
Soon as from earth I go,
What will become of me?
— Charles Wesley, 1763</div>
2024-02-10 19:20:10 +00:00
<h2 id="characters">Characters</h2>
<ul>
<li>The Woman (End Of Endings) — suffering some severe mental health stuff, wants to rescind her humanity</li>
<li>Her Friend (No Hesitation) — her companion striving to help her in general, accidentally helping her in particular</li>
<li>The Blue Fairy (Dry Grass) — helps with the forking process</li>
</ul>
<h2 id="outline">Outline</h2>
2024-02-01 01:55:10 +00:00
<ul>
2024-02-15 04:00:11 +00:00
<li class="done2"> <a href="001.html">001</a> &mdash; The Woman&rsquo;s life is too real, and she would like that to not be the case / Living forever waiting for time to come/as a real person — 2339</li>
2024-02-19 16:55:10 +00:00
<li class="done1"> <a href="002.html">002</a> &mdash; The Woman runs into Her Friend, who is having a very bad day, and shares her idea / Saving Geppetto</li>
2024-02-11 20:39:30 +00:00
<li class="done0"> <a href="003.html">003</a> &mdash; The Woman sees why Her Friend was having a bad day, has a similar bad day / Swallowed by the big fish</li>
<li class="done0"> <a href="004.html">004</a> &mdash; The Woman aims for greater pleasure to try and re-ground herself / Pleasure Island</li>
<li class="done0"> <a href="005.html">005</a> &mdash; The Woman tries being creative with Her Friend to create meaning / Puppet show to prove no strings/earn money for Geppetto</li>
<li class="done0"> <a href="006.html">006</a> &mdash; The Woman muses on the clade and her past, the ways she was taken advantage of / Honest John and Gideon the cat</li>
<li class="done0"> <a href="007.html">007</a> &mdash; The Woman begins to wish for an escape from the cycle, and Her Friend has feelings / Comes to life after a wish</li>
<li class="done0"> <a href="008.html">008</a> &mdash; The Woman talks with Dry Grass with her idea, who mentions Serene, they talk and she turns into a tree, unclear if she quits / Carved from wood</li>
2024-02-01 01:55:10 +00:00
</ul>
2024-01-30 21:10:12 +00:00
</article>
<footer>
2024-02-19 16:55:10 +00:00
<p>Page generated on 2024-02-19</p>
2024-01-30 21:10:12 +00:00
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
});
</script>
</body>
</html>