zk_html/diary/2021-12-31.html

36 lines
1.8 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Workshop - First sentences with Jay Nicorvo</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 | Workshop - First sentences with Jay Nicorvo</h1>
</header>
<article class="content">
<h1 id="workshop-first-sentences-with-jay-nicorvo">Workshop &mdash; First Sentences with Jay Nicorvo</h1>
<p>Starting sentences with &ldquo;It is&hellip;&rdquo; (or was, etc)</p>
<ol>
<li>Only add a third word &mdash; &ldquo;It was television.&rdquo;</li>
<li>Stretch it out, less than ten words &mdash; &ldquo;It was television, pure and simple, without dispute.&rdquo;</li>
<li>Let it ramble &mdash; &ldquo;It was television, pure and simple, without dispute, and though some may dispute that, I maintain that it stands still as the platonic ideal, a metonym for all shows that come after, the Ur-show that took a genre, a medium, a generation away from tenuous explorations and shoved it without remorse into the world we inhabit today, and one might wonder, should such a thing not have happened, how unfortunate and insipid our lives-in-entertainment might be today.&rdquo;</li>
</ol>
</article>
<footer>
<p>Page generated on 2021-12-31</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>