blob: cf33a9e9eb8b99b82e44de932c0feebb33d9648d (
plain) (
tree)
|
|
<?php
if ("/now" == $_SERVER['REQUEST_URI']) {
printf('<a href="https://nownownow.com/about"><h1>Now</h1></a>');
} else {
printf('<h2>Now</h2>');
}
?>
<p>
What am I up to now?
</p>
<h3>Work</h3>
<ul>
<li>Returned from two awesome on-sites with my team at Azara Healthcare</li>
<li>Trying to refine process and smooth out releases</li>
<li>Finding ways to make feature flags safer to use; also what really defines a SPA?</li>
</ul>
<h3>Hobbies</h3>
<ul>
<li>Ol' Blue got that new power brake booster; it's quieter and stops the car beautifully</li>
<li>Enjoying the wonderful world of TTRPGs playing Dungeons and Dragons for over a year</li>
<li>Dabbling with GameBoy Color game making as a form of storytelling</li>
</ul>
<h3>Life</h3>
<ul>
<li>The fire pit is done; it was back-breaking but worth it</li>
<li>All three of us are back from the Lake but the boating adventures continue (happy Clementine!)</li>
<li>Keeping up with the house seemingly falling apart around us (hooray for home ownership but where'd this water come from?)</li>
</ul>
<p>
<em>Last updated 2024-10-06</em>
</p>
|