2020-04-25 05:00:08 +00:00
<!doctype html>
< html >
< head >
< title > Zk | 2019-09-10-metacosmology< / title >
2023-05-11 05:35:08 +00:00
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" / >
2020-04-25 05:00:08 +00:00
< 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 >
2020-06-24 07:10:07 +00:00
< p > Yes. A talk over coffee. Pastries. Johnny Cash and the sound of bakery’ s oven being cleaned a low accompaniment for us.< / p >
2020-04-25 05:00:08 +00:00
< / blockquote >
< p > Do you feel like more was resolved?< / p >
< blockquote >
2020-06-24 07:10:07 +00:00
< p > ‘ Resolved’ , as a word, does not feel like it’ s something that should apply to this project.< / p >
2020-04-25 05:00:08 +00:00
< / 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 >
2020-06-24 07:10:07 +00:00
< 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 >
2020-04-25 05:00:08 +00:00
< / ul >
< / article >
< footer >
2023-05-11 05:20:07 +00:00
< p > Page generated on 2023-05-10< / p >
2020-04-25 05:00:08 +00:00
< / footer >
< / main >
2020-06-24 07:10:07 +00:00
< 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 >
2020-04-25 05:00:08 +00:00
< / body >
< / html >