zk_html/writing/sawtooth/malina.html

135 lines
5.1 KiB
HTML
Raw Normal View History

2020-04-23 07:40:07 +00:00
<!doctype html>
<html>
<head>
<title>Zk | Malina</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 | Malina</h1>
</header>
<article class="content">
<p><span class="tag">writing</span> <span class="tag">poetry</span> <span class="tag">fiction</span> <span class="tag">sawtooth</span> <span class="tag">furry</span></p>
<h2 id="i">I</h2>
<p>'''
It was with no small amount of irony
that Malina lay down all of her finery</p>
<p>and went to work in a coffee shop.
The Book and the Bean was a short hop,</p>
<p>after all, from her home, close enough
that, after the walk, she was hardly fluffed</p>
<p>at all. Just a badger, a bit portly, a bit tall,
who gave up on a job in personal finance, one fall,</p>
<p>to, as she'd told Cyril, "head for greener pastures."
Internally, she couldn't shake the stress of last year's</p>
<p>troubles with the boss. Stupid git.
She'd promised Cyril that she'd be a good fit</p>
<p>and make things work out financially.
"Our house is paid off, we're substantially</p>
<p>self sufficient. Far more so than most!"
she'd said over that evening's roast.</p>
<p>"And I'm perfectly willing
to admit I'll never make a killing</p>
<p>working in a coffee shop. And if it doesn't
work out, I'm just as willing to admit it wasn't</p>
<p>a good idea, and head back to the books."
Cyril had given her the weariest of looks</p>
<p>and shaken his head, and that act, or non-act,
which showed his opinion of the fact</p>
<p>that moving from a comfortable CPA position
to a barista down the road, that that transition</p>
<p>was, perhaps, one big bad idea.
"It could work, but Malina,</p>
<p>please keep an eye on reality."
'''</p>
<p><q class="comment">Maybe continue there to more dinner/conversation?</q></p>
<h2 id="ii">II</h2>
<p><q class="comment">The problems with boss</q></p>
<p>'''
When one's coworker up and goes missing,
taking her life and leaving without even kissing</p>
<p>her husband goodbye,
it takes every good lie</p>
<p>you've told in the office and either makes you ask
why you told it, or shatters the carefully constructed mask</p>
<p>it implies. Your boss, for instance,
might come after you with some persistence,</p>
<p>aiming for a kiss here, a touch there,
Even as he wonders aloud, "Where</p>
<p>has she gone? And why?" It makes no sense.
You rebuff every approach and set up a little fence</p>
<p>around your desk, one made of papers and inboxes,
and work with your back to a wall to keep that fox's</p>
<p>advances at bay. It could be that you're just, you know,
imagining things. That your boss is just stooping this low</p>
<p>not because he's upset, but because you are.
Even then, it doesn't really matter just how far</p>
<p>he goes. Sigh. He's still an asshole.
One day, you reject and rebuff a pass while</p>
<p>explaining what a shitty thing that is to do,
and finally tell the truth about how little you care who</p>
<p>he thinks he is. He backs off, anger cool and plain,
but he does back off.
'''</p>
<p>(or maybe that's just you imagining things now that she's gone, etc)</p>
<p>(makes you question your validity as an employee)</p>
<h2 id="iii">III</h2>
<p><q class="comment">The first day</q></p>
<h2 id="iv">IV</h2>
<p><q class="comment">Settling into a routine</q></p>
<h2 id="v">V</h2>
<p><q class="comment">Malina's existential unhappiness and the search for meaning</q></p>
<h2 id="vi">VI</h2>
<p><q class="comment">A day in the life of the coffeeshop</q></p>
<h2 id="vii">VII</h2>
<p><q class="comment">Cyril's interlude</q></p>
<h2 id="viii">VIII</h2>
<p><q class="comment">The Book and the Bean</q></p>
<h2 id="ix">IX</h2>
<p><q class="comment">A bad day followed by a fight with Cyril</q></p>
<h2 id="x">X</h2>
<p><q class="comment">Endless questioning into what happiness means</q></p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2020-04-23</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('li').forEach(el => {
if (el.querySelectorAll('li').length !== 0) {
el.classList.add('has-nested', 'closed');
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
}
});
document.querySelectorAll('.toc .has-nested').forEach(el => {
el.classList.remove('has-nested', 'closed');
});
document.querySelectorAll('li.has-nested').forEach(el => {
el.querySelector('.toggle').addEventListener('click', () => {
el.classList.toggle('closed');
});
});
let expanded = false;
document.querySelector('.control').addEventListener('click', (e) => {
expanded = !expanded;
if (expanded) {
e.target.innerText = 'Collapse all';
} else {
e.target.innerText = 'Expand all';
}
document.querySelectorAll('.has-nested').forEach((el) => {
if (expanded) {
el.classList.remove('closed');
} else {
el.classList.add('closed')
}
});
});
</script>
</body>
</html>