Archive for March, 2014

15 posts found
preview

Wireless on Raspberry Pi with Buildroot 1

March 31, 2014
My wireless networking solution for the Raspberry Pi using a buildroot based rootfs.
preview

Arduino UNO Unbox to First Program

March 30, 2014
A brief introduction from unboxing to toggling an on-board LED for an Arduino UNO.
preview

Copy stdin to stdout the C++ Way 4

March 25, 2014
How one might write a simple C++ program to copy stdin to stdout. It's easier than you think.
preview

Best Indoor RC Helicopter for Critical Couch Missions

March 25, 2014
RC
My current choice for wasting time doing completely useless aerial missions around the house.
preview

My Brewing, Grilling, and Cooking Thermometer of Choice

March 25, 2014
My go-to digital thermometer that's both accurate and way faster than any other thermometer I've owned.
preview

Simple Text Processing With C++ dos2unix Example

March 24, 2014
A simple example of a basic dos2unix application using pure C++.
preview

Comment Spam War

March 22, 2014
What I do and what I've learned to address comment spam on this blog without using an external service.
preview

Brewing Fermentation Chamber Build 4

March 11, 2014
Here's how I built a fermentation chamber to control temperatures for fermenting beer.
preview

Cheap DIY Grain Mill for Brewing

March 9, 2014
How I made a really cheap grain mill to crush grains for brewing.
preview

3D Printed Tap Handles

March 8, 2014
3D· Brew
Modeling and printing 3d beer tap handles with FreeCAD.
preview

Programming a PIC on Linux Tutorial 3

March 8, 2014
An introduction and complete tutorial to programming a 8-bit PIC16F688 Microchip PIC on Linux with inline programming and a sample program to toggle an LED.
preview

Delivery Drone Wars

March 8, 2014
Amazon will be delivering with drones in a couple years and we already have hoverboards. Netflix sees the humor.
preview

C++ Alternate Tokens Gone Wild

March 5, 2014
Did you know that there are alternate operators in C++ that resemble English?
preview

Using the C++ Ternary Operator Like a Rockstar 1

March 2, 2014
preview

PHP and Unicode

March 1, 2014
A rundown of how to prevent bugs dealing with Unicode support in PHP.