Latest

Using Raspberry Pi 3’s Bluetooth in Docker

In my previous post, I talked about how I set up my new Raspberry Pi 3 with Ansible to lay a foundation that included Docker. In the first project I wanted to tackle with my Pi, I needed to use Bluetooth. Since I’ve never used Bluetooth before, I had to…


Insert a Command’s Output into a Vim Buffer

In my last post, I illustrated how to write the contents of the current buffer to a shell command via standard input. It would be cruel to not offer a mechanism to also read in from a command’s standard out. Most recently, I’ve used this to insert the…