zk_html/writing/post-self/qoheleth/Ioan/007.html

69 lines
4.8 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Ioan Bălan --- 2305</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 | Ioan Bălan --- 2305</h1>
</header>
<article class="content">
<p><span class="tag">writing</span> <span class="tag">novel</span> <span class="tag">chapter</span> <span class="tag">fiction</span> <span class="tag">scifi</span> <span class="tag">post-self</span> <span class="tag">qoheleth</span></p>
<p>Mustering the Odists took surprising effort.</p>
<p>Qoheleth had said that he would welcome them at any time. Dear had taken this to heart and Ioan had no reason to suspect that there would be any delays in gathering everyone together. Despite the shady nature of the acts leading up to this --- the puzzles and mazes of clues, the spying, the digging --- everything seemed so simple on the surface. The last clue found, the final puzzle solved. Visit Qoheleth, finish the act. </p>
<p>And Ioan had thought that this would be easy.</p>
<p>It was not. Some of Dear's cocladists not want to go. They argued that it would be a danger to concentrated the clade in one place like this. That they could not express how that would be a danger did not help their case. They would not go, they said, even with a forked instance.</p>
<p>These took much persuasion. In the end, many agreed only if the entirety of the clade was there.</p>
<p>One <em>did</em> want to go but refused to fork to do so. Or, it turned out, to fork at all. This, above all else, set Dear off: the fox did not take confusion of this sort well, but for the root of that confusion to go so counter to its very existence led to a tantrum. Ioan could hardly fault it. The more time went on, the less ey was willing to put up with the politicking and glad-handing.</p>
<p>In the end, the clade was at the whims of that one member's schedule.</p>
<p>Some of the more liberal members wanted to bring others, as did Dear by bringing Ioan, and this set off another round of debate. Further delays. They decided that they would only bring willing participants who had already played a role in the project.</p>
<p>With little else to do, Ioan read and waited. Ey read up on the history of the Ode clade. Ey read the Ode itself, hunting for hidden meanings. Ey read up on this form of public key encryption. Ey read Ecclesiastes and all ey could about it. Ey even read about various mental vagaries and attempted to map them to Michel Hadje, Qoheleth, Dear, and various members of the Clade which Dear talked (or, as time went on, ranted) about.</p>
<p>This last was mostly for fun, but ey was also beginning to strategize eir report. More than a report. Ey wanted to write something that would stand on its own. A book, perhaps, or at least an article. An essay and formal report for Dear, and a smoothed, anonymized version for wider publication. If the clade would let em, at least. Ey wanted the result to be readable, rather than simply an account of events. Something that would help explain the whys and hows of an older clade in turmoil. Something to express the rising panic ey felt about aging in a timeless place, about memory and the importance of forgetting.</p>
<p>An historical document.</p>
<p>A story.</p>
<p>And finally, the day had come. Nearly two weeks after deciphering Qoheleth's last message, but it had finally come. There had been no further communications from the wayward Odist. He seemed patient enough to wait.</p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2020-04-15</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('li').forEach(el => {
if (el.querySelectorAll('li').length !== 0) {
el.classList.add('has-nested', 'closed');
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
}
});
document.querySelectorAll('.toc .has-nested').forEach(el => {
el.classList.remove('has-nested', 'closed');
});
document.querySelectorAll('li.has-nested').forEach(el => {
el.querySelector('.toggle').addEventListener('click', () => {
el.classList.toggle('closed');
});
});
let expanded = false;
document.querySelector('.control').addEventListener('click', (e) => {
expanded = !expanded;
if (expanded) {
e.target.innerText = 'Collapse all';
} else {
e.target.innerText = 'Expand all';
}
document.querySelectorAll('.has-nested').forEach((el) => {
if (expanded) {
el.classList.remove('closed');
} else {
el.classList.add('closed')
}
});
});
</script>
</body>
</html>