I recently met up with Harry (@harryb0905) and we spent the day experimenting with a BlinkStick and a BBC Micro:Bit, which was pretty cool.
We tried to get Jekyll installed on Harry’s laptop, which caused a bit of a hassle as it turns out when installing Ruby through Homebrew we didn’t account for the fact that MacOS itself runs a version of Ruby. After ages of fighting frantically with the error below (first dealing with the fact that OSX 10.11 brought System Integrity Protection), we realised we could solve it by installing RVM (Ruby Version Manager).
But once you install RVM, everything becomes plain sailing we discovered sudo curl -L https://get.rvm.io | bash -s stable --ruby then gem install jekyll and you’re done.
Blinkstick script
I’ve had a BlinkStick for a while, but hadn’t really purposed it but together, inspired by the BlinkStick documentation we wrote a script which authenticates with Gmail, then checks every 30 seconds to see if there’s any unread mail, if there is the LED will flash red three times. The script we created is below: