Posts from February 2002

HyperMirror

I've just been to an interesting talk about Dr Osamu Morikawa's HyperMirror system. How do you allow for richer interaction over video conferences? Make the participants believe they are all in one room, but looking in a mirror. Wonderfully simple idea, which seems to work very well. There are short video clips on the web site.

It reminds me of the MIT ALIVE project, where you saw yourself in a mirror view of an artificial world, with which you could interact. HyperMirror is much simpler and more useful for most people, because it's about communicating with other people rather than machines. (It doesn't even need a computer for a simple implementation.)

This is a noticable trend in the progress towards 'ubiquitous computing'. Technologies which simplify communication between people thrive. Those which simplify communication with machines are mostly just a stepping stone.

[untitled]

One of the things I love about the Mac is the way that applications are usually self-contained on your disk. They don't dump miscellaneous files into system folders, for example, like Windows apps do, thus requiring an uninstall procedure. For most Mac apps, the uninstall procedure is 'drag to the Trash'. Similarly, backing up and restoring your programs is easy.

Of course, this tidiness also makes this sort of thing easy!

[untitled]

From "Import This: the Tenth International Python Conference":

"Tim [Berners-Lee] became a Python enthusiast when he tried to learn Python on a plane trip. He had already downloaded Python and its documentation on his laptop, and between takeoff and landing he was able to install Python and learn enough to do something with it, "all on one battery." "

(Python is a programming language. Just in case anyone thinks this is an unhealthy obsession with reptiles.)

[untitled]

Last summer Rose and I took up a new hobby: horse-riding. I'd sat on a horse many times in the past, but always as a passenger rather than a driver! We got hooked, and we've been going once a week ever since. I wish we could ride more often.

I was trying to work out quite why I enjoy it so much, and I think it's largely that it's so different from anything else I do. Much of my time I spend working with machines, which generally behave in a fairly predictable and repeatable way. My car isn't sluggish about changing into third gear just because it didn't get a good night's sleep. But on the other hand, it doesn't rub affectionately against me either.

Another factor is that I spend so much time trying to predict, invent and plan for the future that it's fun to pursue an activity which is shamelessly wallowing in the past. Good for preserving one's sense of balance (in more ways than one).

Recommended for geeks everywhere.

[untitled]

A bit more hacking, and this page now displays the number of comments to each message (for those that have any). It also emails me when a new comment is posted. Don't get me wrong, I don't actually expect many people will want to write anything here; I'm doing this because integrating the client-based Radio and the server-based PHP is quite a fun experiment.