2022-04-24 19:00:13 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2022-04-27 05:15:16 +00:00
|
|
|
<title>Zk | The Elevation of Unknown Things</title>
|
2022-04-24 19:00:13 +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>
|
2022-04-27 05:15:16 +00:00
|
|
|
<h1>Zk | The Elevation of Unknown Things</h1>
|
2022-04-24 19:00:13 +00:00
|
|
|
</header>
|
|
|
|
<article class="content">
|
2022-04-27 05:15:16 +00:00
|
|
|
<p>Something like “Seasons” except about pain.</p>
|
|
|
|
<ol>
|
|
|
|
<li><a href="1-framing-devices.html">Framing devices</a></li>
|
|
|
|
<li><a href="2-friends.html">Friends and “Friends”</a></li>
|
|
|
|
<li><a href="3-interpolations.html">Interpolations</a></li>
|
|
|
|
<li><a href="4-unknown.html">Unknown things</a> (theodicy)</li>
|
|
|
|
<li><a href="5-known.html">Should all things be known</a> (what if the pals really did solve theodicy)</li>
|
|
|
|
</ol>
|
|
|
|
<p>Pals quotes:</p>
|
|
|
|
<ul>
|
|
|
|
<li>Job and his quote-unquote friends</li>
|
|
|
|
<li>Narrative/moral/commercial failure (~13 mins)</li>
|
2022-04-27 05:22:38 +00:00
|
|
|
<li>Inverse Pascal’s wager (impossible to distinguish between God’s wrath and God’s indifference) (~14mins)</li>
|
2022-04-27 05:15:16 +00:00
|
|
|
</ul>
|
2022-04-24 19:00:13 +00:00
|
|
|
</article>
|
|
|
|
<footer>
|
2022-04-27 05:15:16 +00:00
|
|
|
<p>Page generated on 2022-04-26</p>
|
2022-04-24 19:00:13 +00:00
|
|
|
</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>
|