zk_html/diary/2021-12-31.html

38 lines
2.6 KiB
HTML
Raw Normal View History

2021-12-31 21:15:11 +00:00
<!doctype html>
<html>
<head>
2021-12-31 21:55:10 +00:00
<title>Zk | Workshop - First sentences with Jay Nicorvo</title>
2021-12-31 21:15:11 +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>
2021-12-31 21:55:10 +00:00
<h1>Zk | Workshop - First sentences with Jay Nicorvo</h1>
2021-12-31 21:15:11 +00:00
</header>
<article class="content">
2021-12-31 21:55:10 +00:00
<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>
2021-12-31 22:25:08 +00:00
<li>Let it ramble &mdash; &ldquo;It was television, pure and simple, without dispute, and though some may dispute <em>that</em>, 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>
2021-12-31 22:20:09 +00:00
<li>Now replace that sentence without &ldquo;It is&rdquo; to be more evocative &mdash; &ldquo;Television, pure and simple, without dispute. There&rsquo;s no way that we can take what we had from that show and say anything but. I maintain that it <em>still</em> stands as the platonic ideal, a metonym for all shows that came after. It was the Ur-show that took a genre, a medium, a generation away from the tenuous explorations and shoved, 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>
2021-12-31 21:55:10 +00:00
</ol>
2021-12-31 22:25:08 +00:00
<p>It sets up a mystery that leaves the reader (and even the writer) questioning what it actually is that we&rsquo;re talking about. I like the circumlocution aspect of it, talking about an unknown (unknowable?) thing.</p>
2021-12-31 21:15:11 +00:00
</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>