Archive for March, 2008

My first look at extending Enso (with Skype!)

Thursday, March 27th, 2008

I decided to take a stab at writing my own commands for Enso, the command interface by Humanized Inc. I really can’t say enough about how much I like this bit of software: it’s simple, elegant, and free.

Humanized released a “Developer Prototype” some time ago, and I’ve only just gotten off my lazy-ass to have a go with it. I decided that a handy, but relatively unambitious command to add to Enso’s growing list would be to use Skype to place a call. Simple idea, really — if I enter “skype home,” into Enso it should be able to find the Skype contact called “home” and place the call. For some added flair, it could also work by highlighting a phone number or Skype contact name and issuing the command without the second argument. (See the Enso explanation videos if this bit doesn’t make sense).

Enso extensions work by implementing an XML Remote Procedure Call (XML-RPC) service—basically a standard way of allowing software to interact without the programmer having to work out the gory details. This means, among other things, that Enso extensions can be written in any language that has an XML-RPC implementation. Naturally, being a Python junkie, this is my lingua of choice. How lucky that Humanized’s example code is written in Python! Even better, is the fact that some kind soul has already written a Python interface to Skype, called Skype4Py. It doesn’t get much better than this, folks.

In about 2 hours of poking (including distractions like trying out Adobe’s new Photoshop Express service), I’ve got Enso and the Skype API acknowledging one another’s existence (in the form of Enso reporting what Skype thinks my name is).

Skypesays

Hopefully tomorrow I’ll have a go at implementing a rudimentary call command.

Intel bares its silicon in ads

Sunday, March 16th, 2008
intelad.jpg

I’ve noticed that Intel has been putting images of the bare dies (dice?) in their advertising campaign. Above is an image I screen-grabbed from an article on NYTimes.com. The pink-blue-orange photo of a Core2 processor before it gets packaged up into an installable chip is actually quite beautiful. Of course, this resolution doesn’t really do it justice: see for example this press-kit photo: cnrmrm-die.jpg (sans crazy-electric color scheme). I wonder if this is indicative of a wider change in people’s perception of computer equipment, i.e. that a chunk of silicon can be sexy, or if it’s simply an appeal to a specific subset of internet-types who get all excited about MIPS and such. Intel has a history of advertising on TV—anyone seen their ads recently? Do they show any naked silicon? I’d take a TV ad as a much wider appeal to the public’s senses than the Times. I’d like to think that people aren’t as intimidated by computers these days as they once were, and the idea of seeing their innards has become more of a turn-on than a turn-off.