diff options
| author | Adam T. Carpenter <atc@53hor.net> | 2026-04-05 08:40:13 -0400 |
|---|---|---|
| committer | Adam T. Carpenter <atc@53hor.net> | 2026-04-05 08:40:13 -0400 |
| commit | 3de6067aecd54945a5d645d55fd421b79a3b0e50 (patch) | |
| tree | 56011a77eca443e3df91e1fe5a61258fee3740ab /pages | |
| parent | 9360e7c511b08b109608ec9c2a70bd18f1d02352 (diff) | |
| download | 53hor-3de6067aecd54945a5d645d55fd421b79a3b0e50.tar.xz 53hor-3de6067aecd54945a5d645d55fd421b79a3b0e50.zip | |
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/now.php | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/pages/now.php b/pages/now.php index 3485b15..302fb81 100644 --- a/pages/now.php +++ b/pages/now.php @@ -13,27 +13,28 @@ if ("/now" == $_SERVER['REQUEST_URI']) { <h3>Work</h3> <ul> - <li>Refactor, refactor, refactor</li> - <li>Spurring attention toward technical debt remediation</li> - <li>Lunch and learns on network security and probing, parallel processing</li> + <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>New brake calipers and tires for Ol' Blue!</li> - <li>New DnD campaign!</li> - <li>Writing lots of fiction, esp. short stories</li> + <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>Dolphin-watching on the James River via Jetski (happy Clementine!)</li> - <li>Praying for owls to show up in my owl house</li> - <li>Hitting 30, #oof</li> + <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-10-21</em> + <em>Last updated 2025-04-05</em> </p> |