Of course, this is all on road for me, not actually the track, but I'll just keep adding 1 mile starting January 17th (to be 5 miles that day) and every fourth day thereafter to keep pace and complete the challenge.
Sunday, January 15, 2023
On (Off) Track with One More Lap
Friday, May 27, 2022
Monday, March 29, 2021
Play on Works
Sunday, September 13, 2020
Multi-day Marathon Mayhem
With no rest days:
1 mile/day for 26 days = Started 6 July,2 miles/day for 13 days
3 miles/day for 9 days
4 miles/day for 7 days
5 miles/day for 5 days
7 miles/day for 4 days
9 miles/day for 3 days
13 miles/day for 2 days
26.2 miles/day for 1 day = Ended 13 September!
Saturday, March 16, 2019
Notepad++ Git Integration**
I've been trying to get Git integration in Notepad++ with a plugin for some time now. I came up with a project based on someone else's attempt at converting an SVN plugin to Git. It works, but certainly not ideal. It basically provides buttons to call command lines of Git for Windows, which I always have installed.
I'd heard of Tortoise Git, but didn't want another version of Git installed - but after some research, that's not how it works. In fact, it's exactly what I want!
Sunday, December 24, 2017
Sunday, August 20, 2017
Net-SNMP on Windows with SSL
Recently, I found my older Windows version (5.2.2) of the Net-SNMP tools didn't have support for AES privacy protocol for SNMPv3 when I tried to use it. I grabbed the latest pre-compiled Windows binaries (5.6.1.1) from the site and found they didn't have AES support either. After some reading, I found I needed OpenSSL DLLs and old ones at that - version 0.98. This wasn't going to work; I was going to need to compile this myself.
I tried with MinGW included with Strawberry Perl, but 'gmake.exe' kept giving errors. Now I needed Microsoft Visual Studio Community and some help.




