Category: Science and Technology

  • Fedora 33 is out!

    It came out this Tuesday and last night I updated my laptop. The only thing I had to do for the upgrade was remove a python3-test package. Since I’m using virtual environments, for the most part I don’t care which Python packages the system has. So that was a nice, easy upgrade! Good job Fedora…

  • What I’ve been up to in Programming: Python

    Selenium for Automated Pool Signup Spent the last week debugging that script. Turns out the key to getting it to run in cron is to add export DISPLAY=:0 && before your command. That’s because Chrome will not launch without a display to send Chrome to. Python Morsels The most recent Python Morsels exercise was to…

  • Last Few Days in Programming: Lots of Python

    Been quite busy with Python, keeping me away from other pursuits, like video games. (Although the kids have been requesting Spelunky 2 whenever it’s time to hang out with them) Extra Life Donation Tracker (eldonationtracker) For my Extra Life Donation Tracker I pushed out a new release, v5.2.2. A user of my program (man, I…

  • First 24 Hours with Podcast Republic

    First 24 Hours with Podcast Republic

    It took me a while to get the hang of the many, many options within Podcast Republic so that I could get it to work the way I wanted – automatically downloading episodes on WiFi. Unlike Doggcatcher, but more like other modern pod catchers, you can stream a podcast instead of always having to download…

  • Evaluating moving from Doggcatcher to Podcast Republic

    I’ve been using Doggcatcher for YEARS – ever since I first got a smartphone something like 8 or so years ago. I started using Doggcatcher on Dan’s recommendation. One of the best features it’s had is the ability to speed up podcasts without chipmunking the voice. (I think that came a year or so after…

  • Brave on Windows Part 1

    Brave on Windows Part 1

    This post continues a series on exploring new browsers: Are Web Browsers getting exciting again? Vivaldi Part 1 Vivaldi Part 2 Vivaldi Part 3 I’ve been using Vivaldi on Windows for about four months now. As I keep saying, my browser needs on Windows aren’t too huge. Mostly I access youtube, the Stardew Valley Farm…

  • Switching up the hardware for the Garage IOT

    Back in May, I set up my Raspberry Pi B as my garage door monitor. Unfortunately it stopped working, I haven’t investigated yet, but I wouldn’t be surprised if it got hit with the infamous SD card corruption that was a big problem with the early Raspberry Pi boards. (I think I read it’s much…

  • Last few weeks in Programming: Python, Ruby

    You may notice it’s been a while since I last wrote about programming. Well, a lot of the programming I was doing with the kids was due to having more time on my hands thanks to COVID. With Scarlett back in school full-time, there’s a lot less time for that as we focus on making…

  • Web Browsers Update: Vivaldi on Windows Part 3 and Firefox

    Web Browsers Update: Vivaldi on Windows Part 3 and Firefox

    This post continues a series on exploring new browsers: Are Web Browsers getting exciting again? Vivaldi Part 1 Vivaldi Part 2 Vivaldi I’ve been meaning to get to this post for a while now, but the recent Vivaldi update blog post spurred me to go ahead and write it. Vivaldi continues to do a decent…

  • FunkWhale vs Ampache

    One of the categories of software people often go to /r/selfhosted to ask about, is for software to host music. This has become even more important with the dissolution of Google Music and Amazon and others removing the ability to upload your own music to listen to. I’ve got some experience with both FunkWhale and…

  • Changing the Acer Aspire One OS again

    As you know, I had CentOS 7 on the Acer Aspire and it was working fine. After CentOS 8 came out, I went ahead and installed it there. It worked fine, but there aren’t as many packages in EPEL for CentOS and RHEL 8. I went on a journey to try and get the i3…

  • Upgrading Bowser (Windows Gaming Computer)

    I hadn’t upgraded anything other than the graphics card for about a decade and so my gaming computer was starting to drag a little, even on games that shouldn’t have been that demanding. It was time for an upgrade! But I hadn’t kept up all that much with computer tech since I knew we didn’t…

  • Laptop Lid Stickers

    Because of my age relative to the era of computer, for a good portion of my life computers were Serious Things used for work and school. They also belonged to the family and there’s no way we could have gotten away with putting stickers on them without getting in trouble. So back in 2006 when…

  • Last Week or So of Programming: Python, CircuitPython, Scratch, Arduino, and MakeCode

    Last Week or So of Programming: Python, CircuitPython, Scratch, Arduino, and MakeCode

    Tons and tons of programming and electronics projects!

  • Trying out the Code Syntax Block Plugin

    I’m not a huge fan of plugins for key parts of the site. There are some blog posts that no longer make sense because they used, for example, the iframe plugin to embed Google Maps. That said, my previous solution for displaying code on the site – special CSS is also brittle because I lose…