Tech
Logitech Circle View Doorbell Initial Thoughts
Got a Logitech Circle View doorbell. I haven’t mounted it yet but I’m already pretty happy with it after setting it up and testing it. It can power up using USB with 2A power. Logitech says it needs a hardware chime but it doesn’t! It indeed has HDR video for dealing with shadows and sun. It looks nice with a very minimal branding logo on it. The HomeKit Secure Video function works well. The night vision light (white rectangle on first photo) is unexpectedly very bright. Its straight mount (second photo) is made to sit flush against an exterior wall with the expectation that doorbell wires are routed through a hole in the wall. Since I don’t have an existing doorbell wire, and will be routing the wire externally, I’ll need to shim a gap behind the mount to pass wires through its side. The real effort will be in disguising the wires and installing the transformer on a new electrical junction box in the garage. I can’t wait to stop paying Google for an Outdoor IQ’s Nest Aware subscription that currently monitors the entrance.


Apple is successfully getting me to put HomePod Minis all over my house. Bought one, liked it for my smaller rooms, so I’m slowly adding more. They all have U1 chips and Thread radios. I hope Apple takes advantage of this new network of devices. So long, Sonos.
I installed a Lutron Caseta in-wall dimmer switch for the hallway today. Before it was wired as a 3-way so one switch is now a wired dimmer and the other switch is now a Pico remote (with adapter for switch box install). Real nice. Caseta is solid for home automation w/HomeKit.


My New Markdown Editing and Preview Apps
MultiMarkdown Composer and Marked 2 fit my Markdown needs perfectly. One key item is that I can drag a photo into the MultiMarkdown window and it’ll insert the image syntax with relative paths. For some reason that feature I need is astonishingly rare on other editors I’ve trialed. MultiMarkdown Composer can be set to automatically launch Marked 2 for previews and proofing – real nice. It is a bonus that Marked 2 can easily preview MarsEdit in-progress posts too. I’m using the Pandoctor style in Marked 2 since that matches Pandoc output of my Markdown journalling files. However, I had to edit its CSS to remove paragraph indentations.
Automating Deselection and Unchecking of Twitter Interests - EvilTester.com
Automating Deselection and Unchecking of Twitter Interests - EvilTester.com: The final JavaScript works to automatically deselect Twitter ad interests, but I had to change the timer from 2000 milliseconds to 10000 milliseconds or 10 seconds per uncheck to avoid Twitter Over Capacity errors. The process is taking forever but isn’t invasive at all so this Safari JavaScript console automation can go all week for all I care. By Twitter’s estimation, I am interested in everything in the universe. Including things that greatly raise my blood pressure. Ugh.
From the above website but milliseconds modified from 2000 to 10000. Paste and run in your browser’s JavaScript dev console when on the Twitter ad interests page:
var timer=100;document.querySelectorAll(
"div > input[type='checkbox']:checked"
).forEach((interest) => {
setTimeout(function(){interest.click()},timer);timer+=10000;});
macOS Big Sur TimeMachine and Bootable External Drives
If you have any bootable APFS containers on an external drive, macOS Big Sur will not allow you to assign any of the containers on that drive to TimeMachine. I had to delete my SuperDuper! volumes, but SuperDuper! doesn’t work yet on Big Sur anyway. Here goes another reorg of my external drives! Hope I don’t need to buy another. But dang TimeMachine on an SSD is incredibly fast.
I tested my journaling workflow in Big Sur on a secondary Mac and it worked. So I couldn’t help myself and, despite SuperDuper! not being ready for Big Sur, I installed Big Sur on my production machine. I’ve zero complaints so far.
I accidentally trashed my Windows 10 Virtual Machine and thought it was a total loss with no backup. Two weeks later I realized I had a SuperDuper! clone of my MBP as I… prepared to update the clone. Phew and glad I remembered!
For today and a while after the election, Twitter & Instagram apps are removed from my devices. So far I’m avoiding their web counterparts. Instead, let’s enjoy some tiny coyote bush flowers!

On iPhone 12: I love the telephoto lens so I’ll wait for the 2.5x camera or better to migrate down into the iPhone Pro from the Max. The Max is a nonstarter for my small hands. My 11 Pro already pushes my limits. As for the super wide angle lens, I use that more than I expected.