I’ve built an elliptical table to replace the current one which was a bit wonky, hard to clean up and too dark in my taste. The goal was to have as much room as previously for our five person meals, with an extension for when we have a number...
Continue reading...Colin
DIY: Clean Raspberry shutdown for RuneAudio
I made a second RuneAudio player this weekend.. The main difference, apart from the physical box, is power management. On my first setup, toggling the switch abruptly cuts power to the Raspberry, which can cause filesystem corruptions on the MicroSD card (and experience shows, in just ten days, that...
Continue reading...Quick tip: Add multiple users with multiple public SSH keys with Ansible
Because it took me a while to figure out how to do it cleanly, here’s my solution for adding multiple users with multiple public SSH keys on a server, using Ansible: in login-vars.yml users: – login: “user1” pass_hash: “$6$G1Q……..” pubkeys: – “ssh-rsa AAAAB3N…..yBd1 user1@first-key” – “ssh-rsa AAAAB3N…..eWDp user1@second-key” -...
Continue reading...Stravomatic: an Android app to automatically start Strava rides
This week-end I remembered that when I got my new phone, it counted my steps on its own, and I looked up why. I discovered that there’s a Google Play Service that enables developers to get the user’s activity (walking, running, cycling etc) and I decided to try to...
Continue reading...My own homemade BB-8
After having seen the latest Star Wars movie, I, like numerous other geeks, fell in awe with the BB-8 droid, and, like numerous other geeks, I wanted to try and build one. So, I started by getting a 300mm plastic ball and another of 180mm diameter (which was more...
Continue reading...