Select Page

The Benefits of Lifelong Learning

There are lots of you out there who are lifelong learners like myself, and you guys don\’t require any convincing because knowledge has always felt like the worthwhile reward for taking the time to learn something new. For those of us who frequently find that you don’t have the time to sit down and learn something new, let me take a few seconds to explain how taking the time to learn something new has ended up saving me a small fortune in parts and service.

When I turned 21, my parents got me a brand new mid-2009 MacBook Pro. I absolutely loved that thing. Everything I use in my job today, I learned on that MacBook. I used it to learn video editing, motion graphics, photo editing, and even 3D. Eventually, I wanted to upgrade my specs (my biggest 3D render job took me nearly a week (168 hours) to complete!) so naturally, I went to the best tech support I had available to me to upgrade from a spinning drive to a SSD: Geek Squad. About 2 weeks and $180 later, I swore I would learn everything I could about computers to prevent myself from being taken.

The learning begins.

It begins

In my line of work (video production and animation) I work a lot with computers. As can be expected, computers will eventually get old, have problems, slow down, and otherwise stop working. In today’s technology-driven world, with new computer models being release every few months, salespeople are always trained to push the “You should just get a new computer” approach. Great for their business; not great for my wallet. So instead of buying a brand new computer every 3-5 years, why not learn how to build my own computer? That way, when parts get old, everything starts running slow, I can just slowly upgrade it over the years instead of buying a brand new machine every few years. Sounds great, right?

I’m not saying this plan was easy. It took me several months to research how to assemble a computer and several months to learn which parts did which job, and how they all work together. And once I knew all the parts required to build a computer, I now had way more decisions to make. Instead of “Which computer do I buy?” Now I was thinking, “Which motherboard should I buy? Is this motherboard compatible with my CPU choice?” A few more months of research later, eventually I had to make a choice. So I ordered my parts one by one.

I love it when a plan comes together

One by one they arrived, and I used several online guides to help me assemble my first computer. It ran Ubuntu Linux (I couldn’t afford a copy of Windows), and it was my first ever computer build. Overall, it took about a year to learn everything I could about each of the parts and save up enough money to buy all the parts.

Today, that same computer has payed for itself over and over again because I took the time to learn about all of the components and I’ve used it to complete several video and animation jobs for clients. This is no “and he lived happily ever after” story, either. The custom build hasn’t been without its problems. However, learning the basics and even more valuable, learning how to learn, has helped me repair my computer, and keep it running smoothly for several years. Now when I encounter my next problem, I’ll never have to rely on a tech service ever again.

Check out more articles

How to Generate a Ranger Config File

ranger --copy-config=all This will copy all the default config files from /usr/local/lib so you can make edits without messing anything up. Huge shout out to https://dquinton.github.io/debian-install/config/ranger.html for explaining this and so much more. Took me a...

First Open Source Contribution

Surprise! I genuinely did not plan on making my first ever open source contribution today. In fact, I didn't plan on a lot of things happening this week at all. I recently got an awesome opportunity to work on a site that is being hosted on a platform called Pantheon,...

How to Exclude Specific Posts and Pages from WP_QUERY

For the sake of having something to work with, let's suppose we've got the following query:In this query, inside the $args array, there's a special parameter that allows you to exclude specific posts and pages from the query. This parameter is called post__not_in and...

Configure SSH For Password-less Connections

Preamble I'm slightly embarrassed to admit this, but it was a long time before I figured out how amazing this little file is and how exactly to put it to good use. The file I'm talking about is the SSH config file. By default, when you first connect to a server via...

WordPress Site Stuck in Maintenance Mode

Plugin Error Code 500 During Update While I was updating a WordPress plugin locally, something happened on my local server to trigger a 500 error code as the plugin was updating. On the frontend, I refreshed the page and was greeted with "Briefly Unavailable for...

Creating a WordPress Plugin Downloader

How it Started I was recently tasked with the challenge of creating a WordPress theme generator. The idea being, instead of writing your style.css file from scratch, you'd be able to just answer a few simple questions about how you'd like your theme set up, and those...

Fix Audio on XFCE Chromebook

The Problem After moving from GalliumOS to Xubuntu, I noticed that playing YouTube videos on both Firefox and Chromium would result in decent playback for a few minutes, but suddenly the audio would turn into a solid beeping tone while the YouTube video displayed the...

Adjust Trackpad Sensitivity XFCE

xinput set-prop "Elan Touchpad" "Synaptics Finger" 1 1 1 What are the values 1 1 1? This sets the sensitivity as close to the original ChromeOS as possible. Larger numbers will decrease sensitivity of various aspects. I never looked into which individual value...

Fireworks (Short Film)

https://vimeo.com/395077249 About the film Year: 2020 Director/DP: Tim Searfoss Writers: Matt Jones, Tim Searfoss Sound Mix: Matt Jones

Hosting Multiple Sites Using LocalWP

I've done a write-up on hosting local WordPress sites before, but I definitely prefer this method over the previous one. If you've never tried hosting multiple sites using LocalWP, then I'd encourage you to check it out. I've had really bad issues with it in the past,...