Qubes OS: Rescue

You've finally placed your Qubes OS in to an unusable state. Now what?…

The Wonderful World of Yubikey: TOTP

As mentioned in the previous entry, the U2F/FIDO2 capability of Yubikey is only as awesome as it is available. Your Yubikey can also handle a less convenient but more available 2FA method known at TOTP (Time-based One Time Password). What is it and how does it work? This is…

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…