I’ve been playing around a bit with Kickstarter recently. One of the projects I offered to fund was originally called Red Pop, a gizmo that attached to your iPhone to (a) give it a better grip like a normal camera, and (b) have a nice physical button on top to take photos. They reached their funding, got asked by Red to rename it to avoid any confusion (which they did, to POPA), and then eventually released it. (The following photo is courtesy Beep Industries.) […]
READ MOREI came across this mathematical problem the other day: […]
READ MOREJust recently I’ve been watching the first series of both Shoestring and Kidnap and Ransom on DVD. The former is a BBC TV series from 1979 and the latter an ITV one from 2011, and both star Trevor Eve. […]
READ MOREApologies to all if you saw a whole bunch of posts appearing and disappearing in the past hour. I’m having – all of a sudden – extreme problems with publishing a blog post from Windows Live Writer to this blog, which is hosted on GoDaddy. This first happened on November 5, but I thought it was a transient issue and ignored it. And then over the weekend I wrote the “adding parentheses” post but it would not publish, no matter what. I finally published it just now with Graffiti’s admin app, which is not nice. […]
READ MOREOnce upon a time (all right, it was in May 2010), I wrote an article for PCPlus about generating all possible arithmetic operations with the standard four operators. You can read the article here. After I’d written it, I wrote a blog post about how easy it was to convert the RPN form (Reverse Polish Notation) of the expressions I was generating into the standard algebraic or infix form. You can read that post here. (Note that this post will make more sense if you read these two articles first to get some background.) […]
READ MOREWhile we were in England in September, we nipped over to see Long Meg and her daughters. […]
READ MOREAbout a month ago (I was at the DevLink conference), I heard about an iPhone app called 360 Panorama that takes panoramic pictures. The way it does it is quite intuitive once you realize that it takes a series of pictures and then stitches them together in software to produce a single JPG. […]
READ MOREThere are two types of sort algorithm: those that are stable and those that are not. Stable sorts maintain the order of items that are deemed equal, whereas unstable sorts make no such guarantees. […]
READ MOREAfter some 8 months of really trying to use it as my main machine for everything I do, I’m converting my MacBook Pro back into a Mac OS X only machine. In replacement, I just received a Dell XPS 15z. […]
READ MOREThe story so far: in essence I’ve added AddThis and Google +1 support to this blog using their “simple” markup. Unfortunately, the simple way breaks XHTML validation using the W3C validator because of the non-standard attributes (addthis:url, addthis:title) and elements (g:plusone). As I said previously, time to break out the JavaScript. […]