summaryrefslogtreecommitdiff
path: root/pages/now.php
blob: 302fb812f8ebf14b778ac89d89c3b34a3c822f9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?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>How do we effectively and safely use AI without complicating our workflows further?</li>
	<li>Managing a team is about two things: results and retention</li>
	<li>Azara User Conference!</li>
</ul>

<h3>Hobbies</h3>

<ul>
	<li>Writing more short stories</li>
	<li>Spring maintenance for Ol' Blue</li>
	<li>Lots more DnD</li>
	<li>Borderlands 2 with Amy!</li>
</ul>

<h3>Life</h3>

<ul>
	<li>Summer home in Huron, OH and Michigan friends!</li>
	<li>Owl experience near Luray</li>
	<li>Amy's impending birthday!</li>
</ul>

<p>
	<em>Last updated 2025-04-05</em>
</p>