zk_html/writing/post-self/index.html

99 lines
4.0 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Post-Self</title>
<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 | Post-Self</h1>
</header>
<article class="content">
<p><span class="tag">writing</span> <span class="tag">fiction</span> <span class="tag">scifi</span> <span class="tag">book</span></p>
<p>In which Maddy mushes together some stories into a post-human romp of ~~a book~~ ~~three~~ four books and (theoretically) an RPG setting.</p>
<h2 id="books">Books</h2>
<ul>
<li class="done4"> Qoheleth + Gallery Exhibition<ul>
<li class="done4"> Novel: <a href="qoheleth/index.html">Qoheleth</a></li>
<li class="done4"> Novella: <a href="gallery-exhibition.html">Gallery Exhibition</a></li>
</ul>
</li>
<li class="done4"> Novel: <a href="toledot/index.html">Toledot</a></li>
<li class="done4"> Novel: <a href="neviim/index.html">Nevi&rsquo;im</a></li>
<li class="done1"> Mitzvot + Selected Letters<ul>
<li class="done2"> Novel: <a href="mitzvot/index.html">Mitzvot</a></li>
<li class="done0"> Novella: <a href="selected-letters/index.html">Selected Letters</a></li>
</ul>
</li>
<li class="done0"> <a href="100days/index.html">A Century of Days (WT)</a></li>
</ul>
<h2 id="post-self">Post-Self</h2>
<ul>
<li class="done4"> Story: <a href="jonas-clade-digest.html">Jonas Clade Digest</a> - 2994</li>
<li class="done4"> Story: <a href="apres-un-reve.html">Apres un reve</a> - 1791</li>
<li class="done4"> Story: <a href="assignment.html">Assignment</a> - 1620</li>
<li class="done4"> Story: <a href="meeting-of-one.html">Meeting of one</a> - 2827</li>
<li class="done3"> Story: <a href="ioan-and-may-fuck.html">Shared Moment</a> - 1571</li>
<li class="rejected"> Story: <a href="getting-together.html">Getting together WT</a> MERGED DOWN</li>
<li class="done1"> Script: <a href="tocana.html">Tocană</a></li>
<li class="done0"> Podcast: <a href="ge-cast.html">Gallery Exhibition (audio drama)</a> | <a href="ge-cast-fountain.html">Fountain version</a></li>
</ul>
<h2 id="other-bits">Other bits</h2>
<ul>
<li class="done2"> Story: <a href="harlequin.html"><em>untitled story for Harlequin</em></a></li>
<li class="done2"> RPG: <a href="fate.html">Post-Self in Fate Core</a></li>
<li class="done0"> Story: <a href="truth.html">Merge Conflicts with the Truth</a> (by lorxus)</li>
<li class="done0"> Podcast episode: <a href="april-2022-q-and-a.html">April 2022 Q&amp;A</a></li>
</ul>
<h2 id="notes">Notes</h2>
<h3 id="voices">Voices</h3>
<dl>
<dt>Dr. Ramirez</dt>
<dd>Tessa Thompson </dd>
<dt>Ioan Bălan</dt>
<dd>Tenor, Romanian (vowels pure, ð=d, þ=f/t, forward, dental t/d, no dropped final t/d, flipped r)</dd>
<dt>Codrin Bălan</dt>
<dd>Much like Ioan, but more feminine</dd>
<dt>RJ/AwDae</dt>
<dd>Midwest accent, nb</dd>
<dt>Michelle/Sasha</dt>
<dd>Midwest accent, but very careful speech, very tired, feminine</dd>
<dt>Odists in general</dt>
<dd>Like Michelle but less tired</dd>
<dt>May</dt>
<dd>Very feminine</dd>
<dt>True Name</dt>
<dd>Professional, precise</dd>
<dt>Dear</dt>
<dd>Undecided. Currently, mellifluous, bit more jaw movement, can get clipped</dd>
<dt>Debarre</dt>
<dd>East coast ish, baritone</dd>
<dt>user11824</dt>
<dd>Maori male, baritone</dd>
<dt>Ezekiel</dt>
<dd>raspy, British, tenor</dd>
<dt>The S-R trio</dt>
<dd>vaguely russian</dd>
<dt>Tycho</dt>
<dd>Professorial, tired, west coast, tenor</dd>
<dt>Jonas</dt>
<dd>British, lazy, friendly, tenor</dd>
</dl>
</article>
<footer>
<p>Page generated on 2022-06-16</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>