Below you will find pages that utilize the taxonomy term “Matrix”
My Programming Projects and Progress in 2020
Back in 2019, when I did my programming retrospective I made a few predictions. How did those go?
- Work on my Extra Life Donation Tracker? Yup! See below!
- Write more C++ thanks to Arduino? Not so much.
- C# thanks to Unity? Yes, but not in the way I thought. I only did minor work on my game, but I did start a new GameDev.tv class.
- Learning Ruby? Well, I wouldn’t necessarily say I learned Ruby. I did finish the book Ruby Wizardry and I took copious notes. But until I do some practice - maybe via some code katas, I don’t think I’ll have solidified it in my mind.
- 3D Game Dev? Nope, not really.
- Rust and Go? Not even close. Although I did make sure to get some books on the languages.
So, what happened? On the programming front, I wanted to continue my journey to truly master Python after having used it at a surface level for the past 15ish years. I dedicated myself to doing the Python Morsels challenges (more on that below) and working through various Python development exercises. Outside of programming, the time I had off from COVID was used to play with my kids and they wanted to play lots of video games. So we took advantage of having way more time than usual to do that. So a lot of my goals slipped. We’ll get to 2021 predictions at the end, so let’s take a look at 2020!
The self-hosting journey continues
Although I’ve had a website since the mid-90s, it was 2005 or thereabouts that I first started hosting my own sites rather than relying on other sites. The first bit of hosting involved blogging and I tried a few different software packages before settling on Wordpress. And other than playing around with phpBB for my family and trying out Drupal for a bit for another site, that was it for a long time. Then Google abandoned Google reader so I moved to ttrss. And it was awesome and I didn’t have to worry it would ever go away because I was hosting it. But then this year I learned that Google Music was going to be going away and all the users were going to be pushed to Youtube Music. Unsure of whether my uploaded tracks would really migrate over (Amazon and some others have recently decided they weren’t going to host personally updated tracks), I decided to host Ampache. This had the side-benefit of actually allowing me to listen to my music collection at work since work blocks anything from Google Play. The most recent bit of self-hosting was because Google is about to get rid of Hangouts. Or rather, push all the regular Joes off in favor of making it a business tool. So that, coupled with Slack no longer working at work, led me to start up a Matrix server. That’s been plenty of fun, especially figuring out how to Federate, which allows me to access any open rooms from any other Matrix server.