<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../main.css?nocache=1756421554668">
<link rel="stylesheet" href="./blog.css?nocache=1756421554667">
<link rel="icon" type="image/x-icon" href="../assets/icons/favicon.ico">
<title>Takeways From a Month in an Office</title>
</head>
<body>
<header>
<a href="../home.html" class="title"><img src="../assets/title.png" alt="mewizard"></a>
</header>
<div class="grid">
<div class="sidebar">
<nav>
<ul>
<a href="/home.html" class="navlink"><li class="navtext navtext--first ">home</li></a>
<a class="navlink dropdown__btn"><li class="navtext">about</li></a>
<div class="dropdown__menu">
<a href="/about/me.html" class="navlink "><li class="navtext">me</li></a>
<a href="/about/site.html" class="navlink "><li class="navtext">the site</li></a>
</div>
<a href="/work.html" class="navlink"><li class="navtext ">my work</li></a>
<a href="/blog.html" class="navlink"><li class="navtext navtext--current">blog</li></a>
<a href="/links.html" class="navlink"><li class="navtext ">links</li></a>
<a href="/guestbook.html" class="navlink"><li class="navtext ">guestbook</li></a>
</ul>
<script src="/scripts/toggleDropdown.js"></script>
</nav>
</div>
<div class="content">
<div class="section">
<div class="post">
<time>08-06-25</time>
<h2>Takeways From a Month in an Office</h2>
<hr>
<div class="post__content">
<figure>
<img src="https://mewizard.nekoweb.org/assets/photos/talking-heads.png" alt='Still shot from the Talking Heads music video "Once In a Lifetime"'>
<figcaption>
David Byrne marches across the screen in the Talking Heads music video for
<a href="https://www.youtube.com/watch?v=5IsSpAOD6K8">"Once In a Lifetime"</a>
</figcaption>
</figure>
<h3>“Well… How did I get here?”</h3>
<p>
I’m a month into my first software development job. It’s also my first office job, after nine years
on and off in the food service industry. Let me tell you, it’s surreal. I never thought I would find
myself behind a desk, in a button up, sipping coffee– let alone getting paid to write code.
</p>
<p>
Lots of the changes are very welcome. My coworkers are kind and supportive. My workplace has solar panels
and native flowers everywhere. There’s free coffee, and I’m making money by using my brain. And for the
first time, I have written protection against discrimination for being trans.
</p>
<h3>"Am I right? Am I wrong?"</h3>
<p>
However, part of me feels very conflicted. A pang of dysphoria hits me each time I catch my reflection
wearing a button-up. It’s a stark difference from my not-so-distant past, when I had a neon orange mullet,
and dressed to express myself.
</p>
<p>
I’m one of the only ones in my department that doesn’t have a computer science degree. I’ve had to stop myself
from mentioning my queerness, or that I used to live in my car. I’m learning that some things that are better
left unsaid.
</p>
<p>
I also wonder how my past self would feel about my current reality. Would he be impressed? Appalled? Excited?
Would his rebellious heart break into a million pieces?
</p>
<h3>"My God! What have I done?!"</h3>
<p>
My least favorite part of this job has been how much time it consumes. That’s time I could be doing art,
enjoying myself, travelling the world, or giving back to my community. The shame I previously felt for being
unemployed has morphed into shame for wasting my days as a cog in the capitalist machine.
</p>
<p>
I don’t want to make money for a global corporation, especially one that’s been under public scrutiny for its
attacks on free speech. It pains me to dim my authenticity in the office, for a mission I wholeheartedly oppose.
</p>
<h3>"Same as it ever was"</h3>
<p>
Amidst the confusion, I think there are some healthy takeaways from my first month in the office. Firstly,
this life doesn’t have to suit me. I can choose a new path whenever I want. I can take my time in deciding
if the stability it gives is worth the freedom it takes away.
</p>
<p>
I can also choose to frame it as a learning experience about my values and place in the world. It can be a strange
adventure, just like my life has always been. And this one could hold great rewards, as long as I keep an open mind.
</p>
</div>
</div>
</div>
<a href="../blog.html"><img src="../assets/icons/arrow-left.png" class="icon" alt="Back arrow">back</a>
</div>
</body>
</html>