Blog

All Posts

Copy files to/from an Android Device using adb

Copy from an Android Device I recently wanted to copy a file from an Android device using a command line because I couldn’t get Android File…

Red Oak Tabletop

In this post I share how I built a 27″ x 84″ (7ft) tabletop using Red Oak for a friend of mine. Background During the pandemic…

Mastering Unity’s Time.deltaTime​

Mastering Unity’s Time.deltaTime Unity 3D Essentials In any 3D game you’re likely to encounter a situation where you want to do a…

Unity Collisions

The aim of this post is to summarize: What’s required for collisions in Unity How to setup some basic collision detection When OnTrigger and…

Homelab v3

Background As a kid, I’ve always loved the idea of having a “server” at home – even if I couldn’t justify the…

Perforce-the-Powerful

What is Perforce? Perforce is a centralized verson control system (i.e. there is only one central location of the project – depot). Why…