-
Counting and JSON output in Jekyll
TIL how to count and make JSON output in Jekyll
-
Photo Metadata Analysis Project
A post-game write-up of what I learned from a recent personal data project, complete with instructions so you can try it!
-
Glacier National Park
Last year Amanda and I visited Glacier for a couple days before the official start of the summer season. Going to the Sun Road was still closed, but we avoided the crowds, explored the park in solitude, took in the wonderful scenery, and ran into some incredible wildlife. Here is the best of what I shot over three days in Glacier.
-
Identifying and killing background Python processes
TIL how to kill rogue background Python processes
-
Simple HTTP server with Python
TIL how to make a simple HTTP server with Python
-
Regex Lookahead and Lookbehind
TIL how to do lookarounds in Regex