Skip to content

myCoreDump

Introduction I hope you enjoy this core dump! The thoughts are so interrelated and connected it is difficult to optimize the presentation so you may need to apply your own defragmentation to get it. In… myCoreDump

myDoorbell: A Learning Adventure

Introduction After being a university chief information officer (CIO) for more than a decade, I decided to refresh my technical skills acquired through formal education and practice as an electrical engineer. I learn best by… myDoorbell: A Learning Adventure

Freedom via Abstraction

At Brigham Young University (BYU) we have been developing a University API to expose the functionality of a reasonably generic educational institution, while consuming a very specific set of underlying technologies. Our generic institution has… Freedom via Abstraction

Techniques for Teaching Others

Over the past several years I have been a member of several executive leadership teams. While in these environments I have witnessed leaders using several interesting techniques to teach others. I share two of these… Techniques for Teaching Others

Docker for Cross Compilation

Given my interests in enterprise computing and embedded systems, I decided to combine these two disciplines by using Docker to create a C development environment that generates an ARM executable from my OS X-based Mac.… Docker for Cross Compilation

Arduino As An AVR Debugger

When you leave the safety of the Arduino development environment and move to development with Atmel AVR processors, without an IDE, you lose some debugging / printing capabilities.  However, there is a simple technique to… Arduino As An AVR Debugger