I’ve decided to put a bit more love into this blog, I’ve neglected it since the new year. As part of that, I wanted to make a few more changes – namely, I wanted some better navigation to allow me to write different types of content. So, I’ve added a little category list to the […]
The last year has been a wild one, with some real highs and lows, so I thought I’d do a short retro on the year and outline some (fairly vague) goals for the next year. 2021 has been both a very short and extremely long year. Short, because the first 10 or so weeks of […]
It’s been a long time since I’ve had an actively-maintained personal website/blog, but I got a spurt of inspiration after seeing a few other recently-revamped blogs. What better way to celebrate the end of the year than with… a blog? My intention is to try and write a post on here relatively frequently, but we’ll […]
I’ve been having fun using some newer technology recently – namely ECMAScript 6 Harmony (or at least the bits of it that Chrome supports). One particular feature which I’ve been using has made life quite a lot easier for me – ES6 now supports Generator functions, and they can be used to implement iteration with […]
This is quite a nice little script that uses the PyGame library to access the computers webcam, and then takes a succession of photos, comparing percentage differences between the photos taken to determine whether or not any motion has occurred. If it does detect motion, then it captures 2 photos per second for 30 seconds […]