56 lines
2.1 KiB
HTML
56 lines
2.1 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | A Century of Days</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 | A Century of Days</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">writing</span> <span class="tag">novel</span> <span class="tag">post-self</span> <span class="tag">sci-fi</span></p>
|
|
<p>Basically 100days.chat except in PS.</p>
|
|
<ul>
|
|
<li>Background:<ul>
|
|
<li>Dear files a petition with the Guiding Council on Castor to allow a locked down space</li>
|
|
<li>No exiting, maybe limited sensorium messages, cones of silence protect from others but not from admins (the air has ears)? IDK, still needs some thought</li>
|
|
<li>Setting is the library Ioan went to in Mitzvot</li>
|
|
<li>Heck, maybe the MC is a librarian</li>
|
|
<li>Dear’s getting 256 (-8 admins) together for a sort of anonymous intentional community/social experiment/work of art</li>
|
|
<li>It’s all invite only and everyone was vetted to ensure the chances that any of them knew each other was as low as possible and that no one was recognizable</li>
|
|
</ul>
|
|
</li>
|
|
<li>I<ul>
|
|
<li>“We arrived by twos and threes, or perhaps by more.”</li>
|
|
<li>Getting to know the rules, the people</li>
|
|
<li>Starting to make friends and thus friend groups.</li>
|
|
<li>Some talk about such things in the past and how they led to weird attempts at small governance</li>
|
|
<li>Biggest problem seems to be boredom</li>
|
|
<li>Someone shares their info, gets assassinated</li>
|
|
</ul>
|
|
</li>
|
|
<li>II<ul>
|
|
<li></li>
|
|
</ul>
|
|
</li>
|
|
<li>III</li>
|
|
</ul>
|
|
</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>
|