Yesterday I posted my personal goals for 2021. During the course of drafting that post, I realised I had some goals that were very specifically relevant to my career as a software developer, and therefore my ability to earn income, and some that were not. Those that were specific to my career, and either directly… Continue reading Professional Goals for 2021
Author: Jonathan
Personal Goals for 2021
I’ve never really been the type of person who writes “year in review” posts. Mostly this is because I don’t have any ventures that would be interesting to report yearly results on. What I have done in the past was to set some personal goals for the coming year, which I managed to do for… Continue reading Personal Goals for 2021
Disable the Touch pad on an Ubuntu Laptop When an External Mouse Is Connected.
Featured image by John Petalcurin from Pexels One of my pet peeves when working on a laptop is the position of the touch pad, relevant to my right hand position. Probably due to my large hands, and the way I rest my palms when typing, the part of my palm that’s at the bottom of… Continue reading Disable the Touch pad on an Ubuntu Laptop When an External Mouse Is Connected.
Setting Up a Matrix Server on Ubuntu 20.04 – Part 2
In part 1 of this tutorial, I dived into my reasons for setting up a Matrix Synapse homeserver, and how to set up the basics of the server and it’s required software. In part 2, I’m going to register myself an admin account, log into the server using the online chat client, to verify it’s… Continue reading Setting Up a Matrix Server on Ubuntu 20.04 – Part 2
Setting Up a Matrix Server on Ubuntu 20.04 – Part 1
For about the past six months or so, I’ve been interested in the open, decentralized communications standard called Matrix. In May of this year, it was announced on TechCrunch that Automattic had invested $4.6 million into the company behind the Matrix standard. The company in question, New Vector (now rebranded as Element) also develop an… Continue reading Setting Up a Matrix Server on Ubuntu 20.04 – Part 1
OBS Studio 26.1.0 for Linux – Now with Virtual Camera Support.
Some time ago I discovered OBS Studio as a solution for recording internal screencasts for tutorials and workshop videos. As a Linux user, I was pleased to find that it was both open-source, and therefore available for Linux. It lags a bit when it comes to releasing new features vs the Windows version, but it’s… Continue reading OBS Studio 26.1.0 for Linux – Now with Virtual Camera Support.
Building A New AMD Powered Workstation
If there’s one hobby that I have that I don’t get to spend much time on, it’s building/upgrading PCs. A few years ago I upgraded my 10-year-old workstation/gaming PC, to something a bit more modern. At the time I was working with a fairly limited budget, and so I had to make some concessions around… Continue reading Building A New AMD Powered Workstation
Taking on new (old) challenges
Life is a funny old thing. When I left working for an employer back at the end of 2015, I never dreamed I would, in the short space of 5 years time, come back to being employed full time again. Back in June of 2019, I shared the news that I had accepted an increased… Continue reading Taking on new (old) challenges
ASUS Zenbook 15 UX533FD review – an Ubuntu friendly developer laptop
I’ve always been a fan of Dell laptops. While often a little more pricey than their counterparts, their laptops are usually well built, typically run Ubuntu without any hassles, and Dell have great after sales service. My last two laptops where Dell. I’d been eyeing the Dell XPS 15 for about a year, and I… Continue reading ASUS Zenbook 15 UX533FD review – an Ubuntu friendly developer laptop
Submitting a patch to WordPress core, using Git
I initially encountered version control in my 4th year of programming, when the lead developer of the company I worked at had implemented Subversion as a code backup solution on our local testing server. As we were all required to use Windows at the time, we mostly just installed TortioseSVN, so my command line Subversion… Continue reading Submitting a patch to WordPress core, using Git