by Matt | Feb 9, 2021 | Uncategorized
At face value, moving a site from one host to another may seem pretty straightforward. Depending on what kind of site you’re talking about, this could be a bigger task than you’d expect. I just recently moved a site to a new host and ended up learning a...
by Matt | Jan 22, 2021 | Uncategorized
So funny enough, I started writing this post well over a year ago. I’ve been wanting to learn Godot Engine for a while now, maybe 2-3 years. I ended up becoming intrigued with Godot when I was looking for a solid open-source game engine that was available for...
by Matt | Jan 15, 2021 | Uncategorized
Arch Failed to Commit Transaction Long story short, this error popped up when I was running an update in Manjaro using the Add/Remove Software program. As a result, the in-progress update failed, and I wasn’t able to get past it. Even after restarting my...
by Matt | Jan 8, 2021 | Web Design, Web Development
Just like the title suggests, I’ve spent the last several hours struggling with meta_query to return CPTs based on some datetime picker meta_value. Let me explain my setup. I’m writing a plugin that stores data from a custom_post_type for gym classes with a handful of...
by Matt | Jan 1, 2021 | Uncategorized
Goodness! It’s been a while! I finally got a chance to hop back onto the blog and give some much needed upates (plugin updates, and life updates). I know this is primarilly a technical blog and I’ve got more of that goodness coming, but I figure I’d...
by Matt | Sep 27, 2020 | Web Design, Web Development
Divi Visual Builder Not Loading… Divi Visual Builder not loading? I recently installed Divi on a new server and realized that in doing so, I strangely couldn’t access the Divi Visual Builder anymore… The Divi Visual Builder just sat there and spun...
by Matt | Sep 21, 2020 | Linux
Hey guys, I was trying to build a copy of Local by Flywheel on Manjaro Linux, but ran into this error… ‘ Failed to build nettle6 ‘ failed to build nettle6 nettle6 is a dependency of Local, but after the attempted build of the package, I got the error...
by Matt | Aug 4, 2020 | Game Design, Linux, Manjaro
Open in Unity Not Working I’m trying to download some assets from the Unity Asset Store, but clicking ‘open in Unity’ is not working. Chrome prompts me with an “XDG-Open” dialogue. Even after selecting “ok”, nothing happens....
by Matt | Jul 26, 2020 | Game Design
Welcome to this post-mortem article on my first complete game submitted to My First Game Jam 2020. This was such an amazing experience, I want to share as much as I can. It’s good to be back! I feel bad for dropping the ball on weekly posts… especially...
by Matt | Jul 10, 2020 | General Computing, Web Development
How to Set Up a Raspberry Pi Development Server Starting with a fresh install of Raspian: sudo apt update sudo apt upgrade sudo apt install apache2 sudo apt install php sudo apt install mysql-server php-mysql (mariadb-10.0) sudo apt-get install certbot...