FROM THE LAB

Featured image for “Moving Picture using Fritz AI Human Pose Estimation on iOS”
Image
Angela Fessler

Moving Picture using Fritz AI Human Pose Estimation on iOS

May 4, 2020
My son wanted me to make him a Harry Potter-like ‘talking portrait’ of myself for lab day. I had a few ideas on this and kicked it off at first...
Read More
Featured image for “Evil Hangman”
Image
Joe Maples

Evil Hangman

March 15, 2020
Recently, I’ve been learning Kotlin while working on Android apps. While doing this, Kotlin’s heavy use of Lambda functions and comparator parameters began to remind me of functional programming languages...
Read More
Featured image for “Unity Racer”
Image
Ben Willshire

Unity Racer

January 20, 2020
While browsing StackOverflow one day I noticed an ad for the “Virtual Circuit World Tour” for something called the AWS DeepRacer League. Not having any idea what that was but...
Read More
Featured image for “Logicdata Desk Controller”
Image
Mark Furland

Logicdata Desk Controller

December 1, 2019
At $work I have a motorized sit/stand desk. I have to hold the up/down buttons to go to any height. Clearly, this is far too difficult. So I put together...
Read More
Featured image for “RGB Fire Demo”
Image
Phil Danne

RGB Fire Demo

November 20, 2019
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...
Read More
Featured image for “Plane Spotting with ADS-B”
Image
Rich Rarey

Senior Software Engineer and Bluetooth SME

Plane Spotting with ADS-B

October 18, 2019
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...
Read More
Featured image for “Tool recommendations and Bash Snippets”
Image
Mark Furland

Tool recommendations and Bash Snippets

September 13, 2019
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...
Read More
Featured image for “Minesweeper solver”
Image
Jason Miller

Minesweeper solver

August 13, 2019
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...
Read More
Featured image for “ Using the Fourier Series to Draw SVG Images.”
Image
Phil Danne

 Using the Fourier Series to Draw SVG Images.

July 12, 2019
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...
Read More
Featured image for “Using Build Configs to Change Variables in Android Studio”
Image
Phil Danne

Using Build Configs to Change Variables in Android Studio

May 12, 2019
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...
Read More