What power?

Looking for a replacement garden tool and ran across this listing.

I really want to believe that the low rating is all from people who bought this thinking it was a power tool of some variety. Maybe battery powered.

Also, who’s Terrance?  What’s he got to do with all this?

Tower of Tater

Honestly, I think this second potato grow bin looks better than the first. Also cheaper, and theoretically more weather resistant because we’ve reached the point of the year where I could get rough-cut cedar fence pickets as opposed to finished pine.

Stares at computer. Blinks.

Back in January I bought a new laptop when Windows 7 reached end-of-life and my old machine proved less-than-capable at running Windows 10. I got another Thinkpad, refurbished, and had it shipped right to my brother so he could replace the hard-drive with two new solid-state drives. And it’s been great ever since, except for the battery.
Right out of the box, with no programs running, a full charge on both batteries would only give me a bit over two hours battery life. I spent a little time trying to sort this out when I first got it, but at the top I was mostly occupied with transferring data and software from my old laptop and preparing for what turned out to be my final California trip for the school year.
Anyways, for over three months I’ve been living with a mediocre battery and a fan running far harder than it had any need to. Until tonight, when I finally stumbled on the right combination of words in Google that directed me to a YouTube video explaining that for some reason the Radeon software was looking for a folder that didn’t exist because that sub-component didn’t apply to my GPU. But it kept on looking. Constantly. And like a cell-phone draining its battery looking for a signal that wasn’t there, it kept looking so hard it affected the performance of the whole laptop.
All I had to do was create a dummy folder with the name Radeon was looking for and my CPU load dropped from 40% to 4%, by battery life tripled to over six and a half hours, and it’s so much quieter now too.
I texted my brother and he replied “Damn. That is simultaneously both stupid and awesome.”

Raspberry Pi and Pi-hole, setup and observations

I’ve been meaning to write this up for a few days, so here we are. Overall it took me about two-ish hours from start to finish, including a couple of false steps and do-overs, so hopefully this helps you get started yourself. I’m just going to go through my process, adjust for your situation/needs as appropriate

  1. Obtain a Raspberry Pi. – I ordered a Raspberry Pi Zero W from Adafruit, along with an 8GB micro SD card, 5V power supply, and a clear acrylic case.
  2. I also picked up a micro SD card reader, a micro USB to full-size USB adapter, and a mini- HDMI to regular HDMI adapter. Only the SD card reader ended up being useful for this project.
  3. It took a few minutes to assemble the Pi and case, but it’s pretty straightforward.
  4. I intended to follow the Adafruit setup guide here that’s meant for use with a keyboard and monitor. The SD card I bought should have made installation of the necessary operating system easy, but as it turns out I didn’t have a compatible keyboard.
  5. So instead I followed this guide instead for installation without a keyboard and monitor.
  6. Briefly – Download Raspbian Lite, install to SD card, edit/add files to enable ssh and to connect to your wireless network. Then insert SD card into Pi and plug in power.
  7. I then had to SSH into the Pi to complete the Pi-hole setup. Because I’m running Windows on my laptop I had to find a program that would let me connect. After two failures, I gave up and found an app called Termius for my ipad.
  8. I then followed the steps in this guide for setting up Pi-hole. The first time I sent through it failed on the final step, but I simply ran the installation command again and it worked the second time.
  9. With the Pi working and the Pi-hole working properly, I now had to start using it.
  10. I set my ipad to use the Pi-hole as the DNS for my wifi connection and it worked just fine.

So it’s been a week and a half and I’ve got a few observations: I set Gillian’s iphone to use the Pi-hole and she noticed that twice her account was locked which had never happened to her before, so I removed the Pi for her. Now, she’s had a tweet get some elevated attention lately so it could have just been the usual Twitter dreck.

So far the Pi-hole hasn’t been too obtrusive for me. A couple free video apps on my ipad stopped working, but I was able to look at the Pi-hole logs and figure out which domains I needed to whitelist. It doesn’t block video ads on YouTube but it does block the text ads that would show up over videos on the desktop site. On the YouTube app the Pi-hole has stopped the watched video history from functioning. On the one hand, yay less corporate tracking. On the other hand if I stop a video to come back to later, it’s both harder to find and no longer remembers where I was.

Unfortunately there’s no option in our cable modem to use an alternative DNS so at the moment I can’t turn on Pi-hole protection for everything on the network. Now that we’re mostly settled in the house I want to buy a modem ourselves so we can stop renting one from Spectrum and the ability to change DNS settings is one of the features I’ll be looking for.

For some reason my laptop stopped connecting to the Pi-hole this morning. With my connection set to use the Pi-hole as DNS nothing was resolving, but removing the Pi-hole returned everything back to normal. This will require further investigation.