62 lines
2.3 KiB
HTML
62 lines
2.3 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 024</title>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
|
|
<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 | 024</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>date: 2019-09-16
|
|
weight: 24</p>
|
|
<hr />
|
|
<p>Do you hate me?</p>
|
|
<blockquote>
|
|
<p>Not my department.</p>
|
|
</blockquote>
|
|
<p>Right.</p>
|
|
<blockquote>
|
|
<p>Do you hate me?</p>
|
|
</blockquote>
|
|
<p>I don’t know. Sometimes you get kind of mean. Often you’re just sarcastic. I know it’s not your department, but shouldn’t that also mean that you be less pointedly negative?</p>
|
|
<blockquote>
|
|
<p>I am a mirror. Do I reflect too sharply?</p>
|
|
</blockquote>
|
|
<p>Are you? Really?</p>
|
|
<blockquote>
|
|
<p>An inexact metaphor.</p>
|
|
</blockquote>
|
|
<p>I suppose. If you’re a mirror, then, at least in some sense, does that mean that I hate me?</p>
|
|
<blockquote>
|
|
<p>Name one thing about yourself, one bit of your history, one feeling you have for yourself that is not complex.</p>
|
|
</blockquote>
|
|
<p>I waver, sometimes, on that stupid phrase, <em>coming to terms with being a terrible person</em>. I felt for so long that, when I looked back at myself, at who I was, that I had been someone worth loathing, and it made me wonder that perhaps I was still someone worth loathing.</p>
|
|
<blockquote>
|
|
<p>If you hate who you used to be, mightn’t that be an indicator that you’ve become a better person? <strong>Non sum qualis eram</strong>, right?</p>
|
|
</blockquote>
|
|
<p>That might just be the kindest thing you’ve said to me.</p>
|
|
<blockquote>
|
|
<p>Not my department.</p>
|
|
</blockquote>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2023-05-10</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>
|