52 lines
1.8 KiB
HTML
52 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 2019-09-10-metacosmology</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 | 2019-09-10-metacosmology</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>date: 2019-09-10
|
|
title: Metacosmology</p>
|
|
<hr />
|
|
<p>Well, that was pleasant, in the usual harrowing sort of way.</p>
|
|
<!--more-->
|
|
|
|
<blockquote>
|
|
<p>Yes. A talk over coffee. Pastries. Johnny Cash and the sound of bakery’s oven being cleaned a low accompaniment for us.</p>
|
|
</blockquote>
|
|
<p>Do you feel like more was resolved?</p>
|
|
<blockquote>
|
|
<p>‘Resolved’, as a word, does not feel like it’s something that should apply to this project.</p>
|
|
</blockquote>
|
|
<p>Right.</p>
|
|
<h3 id="new-content">New content</h3>
|
|
<ul>
|
|
<li><a href="/19.html">ally 19</a> through <a href="/22.html">ally 22</a></li>
|
|
</ul>
|
|
<h3 id="updated-content">Updated content</h3>
|
|
<ul>
|
|
<li>The software side-quest was copied over from GitHub and now <a href="/writing/software.html">mirrored here</a> for ease of reading. Within the project, links will still point to the PR, though, because, like…c’mon. It’s me.</li>
|
|
</ul>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2020-06-24</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>
|