zk_html/writing/3/unknown-things/iyov/index.html

44 lines
1.7 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | The Elevation of Unknown Things</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 | The Elevation of Unknown Things</h1>
</header>
<article class="content">
<p>Something like &ldquo;Seasons&rdquo; except about pain.</p>
<ol>
<li><a href="1-framing-devices.html">Framing devices</a></li>
<li><a href="2-friends.html">Friends and &ldquo;Friends&rdquo;</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>
<li>Inverse Pascal&rsquo;s wager (impossible to distinguish between God&rsquo;s wrath and God&rsquo;s indifference) even if you believe, this could still happen (~14mins)</li>
<li>(Hunt for Vanessa Zoltan&rsquo;s dad saying &ldquo;If God is not dead, he is not welcome in my home&rdquo;) (~15mins)</li>
</ul>
</article>
<footer>
<p>Page generated on 2022-04-26</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>