zk_html/writing/ally/burnout/02.html

66 lines
2.9 KiB
HTML
Raw Normal View History

2020-04-25 05:00:08 +00:00
<!doctype html>
<html>
<head>
<title>Zk | 02</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 | 02</h1>
</header>
<article class="content">
<hr />
<p>date: 2019-12-03
weight: 2</p>
<hr />
<blockquote>
<p>At what point would you say you burned out?</p>
</blockquote>
2020-06-24 07:10:07 +00:00
<p>That&rsquo;s one of those surprisingly difficult questions. I can&rsquo;t point to a day or week when things went bad, nor even a month. At some point, I just looked around me, at my office and my coworkers and my job and said, &ldquo;I hate all of this.&rdquo;</p>
2020-04-25 05:00:08 +00:00
<blockquote>
<p>When did you notice it, then?</p>
</blockquote>
2020-06-24 07:10:07 +00:00
<p>Does &ldquo;<a class="pulse" href="/self-harm/suicide">when I tried to kill myself</a>&rdquo; count?</p>
2020-04-25 05:00:08 +00:00
<blockquote>
<p>Not my department.</p>
</blockquote>
<p>I spent a lot of time trying to fix it. I spent a lot of time changing little bits about my day or my desk or my tasks, and there was just not much that could put a dent into that mixture of loathing and anxiety that surrounded my day.</p>
<blockquote>
<p>And eventually, you just dumped the whole thing in favor of something else.</p>
</blockquote>
<p>Yes.</p>
<blockquote>
<p>Did it work?</p>
</blockquote>
<p>Oh, definitely. I jumped at the opportunity to stop working for an insurance company that just happened to need some software and to start working for a software company with a name that folks knew making products that I believed in.</p>
2020-06-24 07:10:07 +00:00
<p>Moving to Canonical came on such a whim, too. I met up with John Wright &mdash; such a nice man &mdash; at Mayor of Old Town and we talked over pints about the good and the bad of our respective jobs.</p>
<p>&ldquo;I&rsquo;ve been thinking about applying at Canonical,&rdquo; he said, twisting his glass between his hands. &ldquo;I&rsquo;m not unhappy at where I am, I&rsquo;m just&hellip;not happy either.&rdquo;</p>
2020-04-25 05:00:08 +00:00
<p>I nodded, and made silent note to check out their postings later that night.</p>
<blockquote>
2020-06-24 07:10:07 +00:00
<p>Did you wind up stealing John&rsquo;s idea?</p>
2020-04-25 05:00:08 +00:00
</blockquote>
2020-06-24 07:10:07 +00:00
<p>Oh, totally. I apologized to him after the fact, too, for taking his idea and actually winding up with the job. He laughed and said that he didn&rsquo;t think he&rsquo;d be able to work from home anyway.</p>
2020-04-25 05:00:08 +00:00
<blockquote>
<p>Whereas that saved you.</p>
</blockquote>
<p>Yes.</p>
<p>In a way.</p>
<p>For a while.</p>
</article>
<footer>
2020-06-24 07:10:07 +00:00
<p>Page generated on 2020-06-24</p>
2020-04-25 05:00:08 +00:00
</footer>
</main>
2020-06-24 07:10:07 +00:00
<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>
2020-04-25 05:00:08 +00:00
</body>
</html>