update from sparkleup
This commit is contained in:
parent
ed7db109f4
commit
d75ed4f00a
|
@ -0,0 +1,73 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Zk | 2022-01-06</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 | 2022-01-06</h1>
|
||||||
|
</header>
|
||||||
|
<article class="content">
|
||||||
|
<h1 id="surprise-day-2">Surprise day 2</h1>
|
||||||
|
<ol>
|
||||||
|
<li>Possession — reader can see the subject everywhere in the setting<ul>
|
||||||
|
<li>Tracers, Echoes, Reflections, Mutations</li>
|
||||||
|
<li>Seeing aspects of the subject in things around it</li>
|
||||||
|
<li>Visual synchronicity</li>
|
||||||
|
<li>Possession is a kind of synchronicity or haunting</li>
|
||||||
|
<li>Showing the subject who is elsewhere in the world, but you see them in the way the world moves</li>
|
||||||
|
<li>Intellectual dexterity</li>
|
||||||
|
<li>Transposition — manage to say the Name, then leaving it entirely</li>
|
||||||
|
<li>Explanations != necessary</li>
|
||||||
|
<li>Surprise = distance</li>
|
||||||
|
<li>Possession = familiar</li>
|
||||||
|
<li>body/shape</li>
|
||||||
|
<li>color</li>
|
||||||
|
<li>Sound/speech/diction</li>
|
||||||
|
<li>movement</li>
|
||||||
|
<li>history/age as distance</li>
|
||||||
|
<li>Context (high/low)</li>
|
||||||
|
<li>The penguin:<ul>
|
||||||
|
<li>Too many suits move in too many lines.<br />
|
||||||
|
They circle banquet tables, hawk-eyed,<br />
|
||||||
|
hunting crudites, canapés, bruscheta.<br />
|
||||||
|
Fingers ferry food, flipperlike, finding<br />
|
||||||
|
slack-jawed mouths already open,<br />
|
||||||
|
squawking at wayward children<br />
|
||||||
|
or bemoaning The Market,<br />
|
||||||
|
whatever that may be.<br />
|
||||||
|
At some point, who cares how long ago,<br />
|
||||||
|
death surfaced, claimed one, submerged again.<br />
|
||||||
|
Who knows how well they knew him,<br />
|
||||||
|
their backs turned, studiously<br />
|
||||||
|
deciding that he is no longer of them?<br />
|
||||||
|
one could never guess.<br />
|
||||||
|
We can say his suit was very fine, perhaps,<br />
|
||||||
|
that the room is tastefully furnished,<br />
|
||||||
|
the coffin silver, the bar, open,<br />
|
||||||
|
quite good, and none of them are drunk yet,<br />
|
||||||
|
or at least none look it.<br />
|
||||||
|
The bereaved already sit graveside, silent.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
</article>
|
||||||
|
<footer>
|
||||||
|
<p>Page generated on 2022-01-06</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>
|
Loading…
Reference in New Issue