summaryrefslogtreecommitdiff
path: root/pages/now.php
blob: 6cb508c03b7295d876d81b6d08103576646ae17e (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
<?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>Still a manager and software engineer at Automatic Data Processing, Inc.</li>
	<li>Investing time learning and internalizing SRE methods and practices.</li>
	<li>Eagerly finding out more about applying Zero Trust Networks systems.</li>
</ul>

<h3>Hobbies</h3>

<ul>
	<li>Ol' Blue is running great and enjoying the cooler weather. Got a new tie rod end and an alignment; no more clunks!</li>
	<li>Pursuing a New Years' resolution to start editing and uploading my backlog of Hudson YouTube videos.</li>
	<li>(Continual) posting practical programming tutorials to <a href="https://www.youtube.com/@carpentertutoring841">Carpenter Tutoring YouTube channel</a>.</li>
</ul>

<h3>Life</h3>

<ul>
	<li>Wonderful big family Christmas and New Years -- arguably the best one yet.</li>
	<li>Can you distill your own Rum? What does that take?</li>
</ul>

<p>
	<em>Last updated 2023-01-11</em>
</p>