Attention!

Check out my new TESTING page where I hope to continue testing new features. Also, be sure to have a look at my new HIKES site and especially some of the “highlighted” hikes that are listed in bold there.

Note that HIKES used to be a “section” here, but there are a lot of them so I made a site just for them.

Need to remember this address: https://garmin3.bbbike.org/

The Derecho: Consolidated Posts and Microposts: August 10 thru September 6, 2020

The following is a chronological consolidation of posts and microposts from August 10, commonly known in east and central Iowa as “The Day of the Derecho”, through September 6, 2020.

The derecho hit my home in Toledo, Iowa, at about 11:30 AM on Monday, August 10, 2020. Straight-line winds were clocked at nearly 140 miles per hour, and sustained for more than 20 minutes across a path almost 40 miles wide.

The power is still out here, almost 10 days after the derecho knocked it out. So many power restoration predictions have come and gone, I’ve lost count. Still I’m told that what we need is a one-man, 15-minute fix. Perhaps in the morning I’ll stretch our broken power line across the street and pitch a tent next door until an Alliant truck stops and gets this done. I know they are busy, but 15 minutes of one lineman’s time a week ago, when it was first “promised”, would have been so nice. I fixed my own Mediacom connection more than a week ago, and there’s evidence tonight that their service has been restored. So, if I had power, I think we would also have TV and internet. IF.

Continue Reading »

August 2022 - Geocaching's 20th Anniversary Celebration Event

The following is a chronological consolidation of posts and microposts from August 6 through August 25, 2022.

Waiting for my ride to Johnston.

Continue Reading »

Proper Python

What follows is the README.md file from my GitHub repo where https://blog.summittdweller.com is built. It outlines how to “properly” add Python to a project such that we can create an easily reproducible “virtual environment” without storing the necessary Python libraries in GitHub.

From the README.md

# blogs-SummittDweller

The Python portions of this repo were gleaned from https://github.com/SummittDweller/hikes. This is the repo for my https://blog.SummittDweller.com/ static website.

Latest Python Improvements

Using guidance at https://predictivehacks.com/how-to-work-with-vs-code-and-virtual-environments-in-python/ I successfully created a new .venv virtual environment. The commands I used to do this were…

Continue Reading »