68 lines
3.3 KiB
HTML
68 lines
3.3 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 2020-04-10</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 | 2020-04-10</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">executive-function</span> <span class="tag">depression</span> <span class="tag">covid-19</span></p>
|
|
<p>Another day of depression, another day of failing to do the things that I need to do. I still feel the tendrils of burnout pulling me down. They're trapping me and keeping me from moving on with my life. The minute I have a task that I need to complete that involves any sort of organization, I just...can't. I sit and stare at the screen. I panic. I dissociate. I cry. I sit on the couch with my phone and watch [[https://www.youtube.com/watch?v=LbFT7kCFo9Q|wordless]] [[https://www.youtube.com/watch?v=rvL83-iy-EQ|competency]] [[https://www.youtube.com/watch?v=3PwAQZNLy0I|porn]]. Is there any reason I should do anything other than fall short of expectations?</p>
|
|
<p>Obviously that's not quite how the world works. Authors need to be paid, emails need responding to, tasks need completed. Until WA gets their unemployment system fixed, I need to keep on top of applying for jobs. These are all things I <em>need</em> to do, and yet they are things that I have so much trouble actually doing.</p>
|
|
<p>Maybe it's burnout, but maybe it's just the usual depression mixed with the hopelessness inherent in both another failed election cycle and a global pandemic. Who knows?</p>
|
|
<p>I just sit here, dilating for too long, and try not to think.</p>
|
|
<p>== Todo ==</p>
|
|
<ul>
|
|
<li class="done0"> Respond to Hybrid authors</li>
|
|
<li class="done0"> Pay Small Loves authors</li>
|
|
<li class="done0"> Finish Acethetic reading</li>
|
|
<li class="done0"> Patreon posts for Qoheleth</li>
|
|
<li class="done4"> Write a chapter, edit a chapter</li>
|
|
</ul>
|
|
<span class="control">Expand all</span>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2020-04-15</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>
|