I decided to make my own watch for fun, I posted the instructions at https://github.com/GRMrGecko/RasPiWatch
After learning new things about SSL, I have learned about OCSP Stapling which is important to implement on your server. It basically places on your cert a response from your SSL provider saying rather or not the certificate is valid.
Why is this important? If you were to revoke your certificate, l...
My next project is to take these really cool Nixie Tubes and make a clock with an Arduino.
The guy from Scott Bot (http://scott-bot.com/nixie-bot/) is helping me out a lot by providing me with his board design and permissions to redistribute on my github with creative commons license. I'm going...