RGB Fire Demo
My early programming experiences could be described as “wandering.” I spent a significant amount of time writing code in the only interpreter I had access to, but rather suddenly jumped […]
My early programming experiences could be described as “wandering.” I spent a significant amount of time writing code in the only interpreter I had access to, but rather suddenly jumped […]
I wanted to select an aviation topic for this Lab Day, and in exploring potential projects found that an Automatic Dependent Surveillance-Broadcast (ADS-B) receiver and decoder could be built on […]
While reading links from an article on dotfiles in the first issue of Paged Out I came across a tool I hadn’t seen. I like reading about other people’s tools […]
Minesweeper has always been a fun little game that you can throw up in your free time that still requires a minimum amount of logical problem solving in order to […]
The Fourier Series is a method of approximating a periodic function with a sum of sine waves. This was invented as a means to solve the heat equation, which is […]
In Android Studio it is possible define a “Build flavor” to set variables for different configurations of an app. By default there is already 2 build type, release and debug […]
For my lab day project in December, I decided to try my hand at making an Apple Watch app for our beta DTR app. I followed this tutorial from Ray […]
I love finding deals online and have been thinking a lot about how to monitor sites during this holiday season. The past few months I’ve been playing around with Google […]
The Problem While working on projects around our house, my wife Emily and I listen to music using our esteemed Bluetooth speaker. Often times, though, our quest takes us into […]
I’ve been really interested in procedural generation after seeing all the things it can create. A month before this, on the previous lab day, Andy used a noise function to procedurally […]