Toby's Log

I will be voting for Kamala Harris on Tuesday. I felt a positivity when she took Biden’s place. There are a lot of reasons I think it would be bad for the country if Donald Trump is elected again, but January 6th ought to be enough by itself.

It’s somewhat odd that this particular election is on Guy Fawkes Day this year, with the day’s connection to V for Vendetta and the authoritarian government it depicted.

If you are a US citizen, please vote your beliefs on or before Tuesday. It’s important.


Mac: create app launch keyboard shortcuts

I wanted to create some global keyboard shortcuts for launching apps on MacOS. I used to do this with Quicksilver, but I’ve stopped using that and now just use Spotlight for most of what I used that for. Spotlight, of course, doesn’t have all the features of Quicksilver, including keyboard shortcuts for arbitrary actions. The “Keyboards Shortcuts” pane in System Settings can do a lot, but not specify a specific app to launch. Searching around the web, I found that Automator could be used to add services to it. So a flow to do this for an app would be like:

Continue reading post "Mac: create app launch keyboard shortcuts"

Arborvitaes

This past weekend, I planted the last of four arborvitaes that I bought back in spring. I wanted something for a bit of privacy in my backyard, and read that arborvitaes are native-ish, easy to care for, and great for privacy. I saw them 50% off at Petiti’s one day while looking for other stuff, so I went ahead and picked up four that were maybe 4 some feet tall for $200.

Continue reading post "Arborvitaes"

Our life is a giant puzzle, with a great many pieces that must be fit together to make it “right”. Each individual task, project, area of our life that we work on is its own puzzle, composed of many pieces that must be fit together while also fitting into the larger puzzle that is our life. Likewise, our life is part of a much, much larger puzzle that is the world, the universe, everything, and as we work on our life puzzle, we must look at that larger puzzle and ensure ours fits into it.


Last Thursday, I got about 4.5 inches of rain at my house (Akron). A good ground soaking. I got a bit of wet carpet in my basement, but no damage. I hear there was bad flooding in the valley.

Hasn’t rained since, so I’ve still had to water my garden, but not as much.


Site partially static

I am pleased to say that most of the non-blog parts of my site are now served from static files. I have been working toward making a static version of my site for a while. I have created a PHP static web task that can crawl a site and turn the responses into an Apache friendly directory structure. Those pages now can be served extra fast, without going through PHP, and could be served on a free static host if I wanted. To go static, I not only had to write the code to build the static files, but also had to modify my site code to have the desired output when called from that context and modify my Apache configuration to respond correctly and add some headers that were being added by PHP before.

Continue reading post "Site partially static"