I started working my way back towards spending more time programming as the summer started (in between getting re-addicted to CDProjektRed’s Gwent). I started off by working on my btrfs snapshot program, Snap in Time. I finally added in the ability for the remote culling to take place. (My backup directories had started getting a …
Category Archives: Computers
If you get a LEGO Boost set and can’t update the firmware…
There’s apparently a bit of a software fail for the LEGO company. When you launch the LEGO Boost app, it won’t continue until you’ve updated the firmware. It asks you to connect so it can update it, but it never actually updates. As I learned in this reddit thread, you actually need to get a …
Continue reading “If you get a LEGO Boost set and can’t update the firmware…”
Fedora 36, KDE Plasma 5, and Wayland Part 2
After using Plasma with KWayland for about a week, I had to go back to X11 because it’s not yet ready for me. There are 3 main issues I’m having: Occasionally, when I come back to my computer after locking the screen it would say that the screen locker had crashed. I would need to …
Continue reading “Fedora 36, KDE Plasma 5, and Wayland Part 2”
Wayland on KDE on Fedora 36
I upgraded to Fedora 36 so I wanted to see all the latest updates to Wayland. I’d been reading about the updates in the KDE and wanted to see if it was more stable. I had to redo my latte dock profile. Other than that, SO FAR the only issues are that the scroll wheel …
Programming Update: March/April
In March I went back to Advent of Code 2016. In an effort not to get stuck, I decided to go as far as I can in Python before going back around and working on the other languages. So I did days 6 and 7 in Python. Overall, relatively easy Regex problems. And that’s it. …
Podcasts I’m Listening to in 2022
This time around I’ve written a Python script to take the OPML file from Podcast Republic and generate the list along with URLs and official descriptions for all the podcasts. If I have additional thoughts I’ll add them after the official description. The World Around Us 99% Invisible – Official Description: Design is everywhere in …
Programming Update: January/February 2022
I started off the year not expecting to do much programming. Compared to some months in 2021, I barely programmed, but I did end up programming much more than I expected. Let’s take a look at what I worked on in the first sixth of the year. Python Programs End of Year Video Games Helper …
Continue reading “Programming Update: January/February 2022”
Best thing I’ve ever learned from @PythonBytes
I’ve learned a lot of great tips and about a lot of awesome packages (hello, rich), but the best thing I’ve ever learned isn’t even Python specific. The most recent episode mentioned https://regex101.com and I don’t think I’ll ever again find myself banging my head against the wall when my regex isn’t working! Thanks @mkennedy …
Continue reading “Best thing I’ve ever learned from @PythonBytes”
Software I used for Programming in 2021
Overall, there was a continuation of trends from last year with just a few changes. Python Pycharm PyCharm has continued to be my IDE of choice for Python programming. The devs haven’t been resting on their laurels, either. Recently they added some extra features to support FastAPI. And they also added some features that I …
My Programming Projects and Progress in 2021
As I did last year, I’d like to take a look at how well my predictions matched up to what ended up happening: Working on my Extra Life Donation Tracker: Yes! I made a bunch of releases last year to fix various bugs for my users. I also finally broke out the Donor Drive Code …
Continue reading “My Programming Projects and Progress in 2021”
Examining Web Browsers: Microsoft Edge on Windows; Linux Browser Update
This post continues a series on exploring new browsers: Are Web Browsers getting exciting again? Vivaldi Part 1 Vivaldi Part 2 Vivaldi Part 3 Brave on Windows Part 1 Vivaldi Part 4, Brave Part 2, Qutebrowser Part 1 Quite a bit has changed since I first started this series about 18 months ago. Back then …
Continue reading “Examining Web Browsers: Microsoft Edge on Windows; Linux Browser Update”
Programming Update: November/December 2021
In these last two months of the year I only worked on Advent of Code. November In November I worked through part of the 2016 problem set. I didn’t get too far because of how many languages I was doing at this point. Eventually I decided to allow myself to get a bit further in …
Continue reading “Programming Update: November/December 2021”
Programming Update: September / October 2021
Across both September and October I got a decent amount of programming done. I just about finished the Learn You Haskell for Great Good book (got up to just before Monads) and started Head First Go. Once I had enough Go language to get started on AoC, I knew I’d be ready for the 2016 …
Continue reading “Programming Update: September / October 2021”
How to get around Elisa’s lack of last.fm scrobbling
Elisa is currently the “default” KDE music player, replacing Amarok. I am just taking a guess, but I think that Amarok just ended up with too large a codebase to be maintainable at a reasonable pace. I’ve been using Cantata, an mpd player for KDE that’s currently on maintenance mode. On the one hand, I …
Continue reading “How to get around Elisa’s lack of last.fm scrobbling”
KDE Challenge (Fall 2021)
With KDE’s 25th Anniversary and the release of KDE Plamsa 5.23, I got excited to check out a few KDE-focused distros. Kinoite First up was Fedora’s KDE-based RPM-OSTree distro, Kinoite. (summary after each video) Fedora provides a nice RPM-OSTree solution for folks who want to use the tech, but don’t want to use Gnome. The …