Tensorflow 2.2 and OpenCV 4.3 running on a GPU

Introduction I have a project on Github that analyzes videos and/or photos for people shaped objects. After completion, it can send a text alert and/or an email with the results of what it found. This is very useful and I use it every day to analyze my exterior…

OBS Settings for Screen Recording on Macbook Pro

Recently, I’ve been attempting to record some tutorials on my MBP. All of those tutorials involve screen recording and the process has been more painful than I’d expected. In the interest of good science I “changed some settings and recorded my results”. What are the best OBS settings…

A case for hosting a private Git repo

tl;dr: Hosting a private git repo on your home machine is a lot of fun. It’s not meant to replace other forms of storage and collaboration but instead complements them. This does assume that you already have the capability to SSH in to your home hardware remotely. What…