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

49 lines
2.6 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | index</title>
<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>
<h1>Zk | index</h1>
</header>
<article class="content">
<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>
<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>
<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>
<p>More at https://nebula.tv/videos/jacob-geller-pinocchio-is-a-story-about-art-and-god</p>
<p>Reverse order:</p>
<ul>
<li class="done0"> <a href="001.html">001</a> Living forever waiting for time to come/as a real person</li>
<li class="done0"> <a href="002.html">002</a> Saving Geppetto</li>
<li class="done0"> <a href="003.html">003</a> Swallowed by the big fish</li>
<li class="done0"> <a href="004.html">004</a> Pleasure Island</li>
<li class="done0"> <a href="005.html">005</a> Puppet show to prove no strings/earn money for Geppetto</li>
<li class="done0"> <a href="006.html">006</a> Honest John and Gideon the cat</li>
<li class="done0"> <a href="007.html">007</a> Comes to life after a wish</li>
<li class="done0"> <a href="008.html">008</a> Carved from wood</li>
</ul>
</article>
<footer>
<p>Page generated on 2024-01-31</p>
</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>