zk_html/writing/3/terrifying/intro.html

51 lines
3.3 KiB
HTML
Raw Normal View History

2023-03-25 17:25:18 +00:00
<!doctype html>
<html>
<head>
<title>Zk | intro</title>
2023-05-11 05:35:08 +00:00
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
2023-03-25 17:25:18 +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>
<h1>Zk | intro</h1>
</header>
<article class="content">
<p>At the heart of so many of my anxieties lies the question of just how much space I&rsquo;m allowed to take up.</p>
2023-06-15 01:45:11 +00:00
<p>Do I speak too loud? Do I speak too often? Do I tread too close to that invisible line of being &lsquo;too much&rsquo;?</p>
<p>Am I too demanding? Do I need too much minding? Is the amount of attention I seem to seek above the norm, whatever that is?</p>
<p>Do I park myself in the corner of others&rsquo; minds? Do I sit cross-legged on the floor, a tripping hazard? Do I follow them around their thoughts, speaking? Or not speaking, yet nevertheless present?</p>
2023-06-15 02:05:11 +00:00
<p>Is asking so many questions just feeding into that anxiety?</p>
2023-06-15 07:15:12 +00:00
<blockquote>
<p>For we, when we feel, evaporate. Oh,<br />
we breathe ourselves out and away. From ember to fading ember,<br />
we give off a fainter scent. Oh, someone may tell us:<br />
You get in my blood, this room, the springtime,<br />
2023-06-15 13:50:10 +00:00
is filled with you&hellip;\footnote{\cite[23]{duino}}</p>
2023-06-15 07:15:12 +00:00
</blockquote>
<p>I have recently had several conversations about this, about how much space I take up. Almost all of them take place over text, too, as they often come with a worry that synchronous communication might be too much of a demand. Some of them take place between my partners and I speaking frankly about how we interact with each other. Others take place between other versions of me, characters I role play or those that I write, each expressing their own anxiety.</p>
2023-06-15 07:35:10 +00:00
<p>Over the years, I have thankfully fallen out of the habit of asking whether or not I am a burden, of <em>feeling</em> like a burden.</p>
2023-06-15 16:30:11 +00:00
<p>What I haven&rsquo;t done is relinquish the feeling that there are bounds around me. There is a barrier that marks the end of me, a sphere of influence that has a point where it stops. I don&rsquo;t know if anyone else sees it. I doubt it.</p>
<p>I see it, though. It&rsquo;s always there. A little shield, a screen, a forcefield, glimmering and translucent. It&rsquo;s the point where the space that I take up ends.</p>
<blockquote>
<p>I must tell you it gives me great pleasure to think of you reading these words in licks and whorls of flame, your eyes unable to work backwards, unable to keep the letters on a page; instead, you must absorb them, admit them into your memory.\footnote{\cite[8]{timewar}}</p>
<p>Will you cut off, leaving my note to spin its fractal math inside you?\footnote{\cite{14}}</p>
</blockquote>
2023-06-15 06:00:13 +00:00
<p>((How much space I take up))</p>
2023-03-25 17:25:18 +00:00
</article>
<footer>
2023-06-15 07:15:12 +00:00
<p>Page generated on 2023-06-15</p>
2023-03-25 17:25:18 +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>