Wireless USB-E and Teeni Magnito Phenomenon
Sometimes we dream about the way things could be. Here’s a fun post to describe a way that we may realize wireless USB. Wireless USB-E In recent years the...
Sometimes we dream about the way things could be. Here’s a fun post to describe a way that we may realize wireless USB. Wireless USB-E In recent years the...
GPU Research Instances AWS GPU instances are a great way to perform data manipulation and tinker with machine learning without the expense of a dedicated research machine for the casual...
Hardware This post describes the setup on a Raspberry Pi 3. It should also work on other versions (rpi0, rpi1, rpi2) that share the OpenMAX h264 hardware encoder implementation, but...
TL;DR Checkout the code repo for a library to use the DS1820/MAX31820 in Mongoose OS asynchronously without using the Arduio compatibility mode. Mongoose OS Mongoose OS is an...
TL;DR Checkout the code repo for an example terraform config that uses Ansible in the user-script to setup a worker that terminates itself. Autoscale up AWS autoscaling is an...
NOTE - In this article, Pull Request (PR) refers to the Github Pull Request feature. Mailing list based projects usually prefer patch series to be sent to the list instead...
Markup languages are a great way to write documents that will be read in a variety of situations. Two of the most popular of the lightweight variety are Markdown and...
Today, I would like to share some best practices for using Git rebasing and pull requests. Development vs Pull Request Commits When developing, the mantra of commit early and commit...