Any and all knowledge for Ruby on the Raspberry Pi here.
I’ve built an image you can use with Ruby 2.2.2 on Raspbian. Ruby on the Raspberry Pi (free distro image) (blog post). Feel free to ask me any questions on installation. I did not use RVM or rbenv. I replaced the existing Ruby 1.9.3 on the system.
Again: Any and all knowledge for Ruby on the Raspberry Pi here.
I haven’t looked to much into the Pi - sortof got put off in how they seem to push python so much. I felt Ruby would have been a much better fit, particularly as they marketed it as getting more people into tech/programming - Ruby is just so much more accessible imo.
Working on a GATT web gateway for BLE devices that can run on a PI. Pretty cool stuff. Though we’re writing it in javascript and node, because BLE libraries for Ruby are hard to find, and we have some tight dates.
I’ve written a new blog post today on Playing HD Youtube from the Raspberry Pi Command Line. I’ve also written an I’m-Feeling-Lucky Youtube video playing script in Ruby which I’ve posted in the blog post. Turns out my gem YtUtil, (install with gem install yt_util), is a must have! Didn’t realize it until I saw Youtube’s v2 API is no more.