I decided to make a more permanent RGB LED circuit for working with my Arduino. I love to control the colors using the analog pins of the Arduino. Add a diffused cover and it makes for a nice even light. My lamp is packaged in a simple baby food jar with the leads exposed through […]
Read More →Rails Photo Web App available on GitHub
I’ve decided to release Picsta’s source code on GitHub under GPLv2. Picsta is a Ruby on Rails web application for sharing photos with groups of family and friends designed for mobile and desktop. My goal is to help other Rails developers with their app. Providing the source code for a reasonably functional web-app gives some […]
Read More →Putting a Text File in the Clipboard
Saves some mouse work when you’re already jamming at the command line and need to push text in to the clipboard: Install xclip: sudo apt-get install xclip $ xclip -sel clip < ~/devel/my_code.c
Read More →