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

50 lines
2.2 KiB
HTML
Raw Normal View History

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-28 19:35:18 +00:00
<p>Something like &ldquo;Seasons&rdquo; except about growth through the death of the self and how Job fails in that.</p>
2022-04-27 05:15:16 +00:00
<ol>
2022-05-07 01:35:17 +00:00
<li><a href="1-framing-devices.tex.html">Framing devices</a></li>
<li><a href="3-interpolations.tex.html">Interpolations</a> NB: switched below</li>
<li><a href="2-friends.tex.html">Friends and &ldquo;Friends&rdquo;</a></li>
<li><a href="4-unknown.tex.html">Unknown things</a> (theodicy)</li>
<li><a href="5-known.tex.html">Should all things be known</a> (what if the pals really did solve theodicy)</li>
2022-04-27 05:15:16 +00:00
</ol>
2022-05-07 01:35:17 +00:00
<p><a href="1-framing-devices.tex.html">test</a></p>
2022-04-27 05:15:16 +00:00
<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:25:38 +00:00
<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>
2022-04-27 05:55:16 +00:00
<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>
2022-04-27 05:15:16 +00:00
</ul>
2022-04-28 05:55:17 +00:00
<p>Chesterton quote:</p>
<blockquote>
<p>Job puts forward a note of interrogation; God answers with a note of exclamation. Instead of proving to Job that it is an explicable world, He insists that it is a much stranger world than Job ever thought it was.</p>
</blockquote>
<p>G. K. Chesterton https://www.chesterton.org/introduction-to-job/</p>
2022-04-24 19:00:13 +00:00
</article>
<footer>
2022-05-07 16:45:26 +00:00
<p>Page generated on 2022-05-07</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>