March, 2008 Archives

RainSky E ShowerBillardI decided to add a new category to this Blog: Interior. It’s really fun to collect links to stuff for a fictive room/studio/working-place.First things first, so I have to mention Dornbracht, the sellers of these beautiful rain showers called RainSky.The other day I saw this curtain by Nienke Sybrandy at gizmodo.de where I also found this Pixel Couch by Christian Zuzunaga, and this Billard Table.CurtainNow I only need a room and lotsof money (and time)…Pixel Couch[ via gizmodo | various ]

Awesome simple; Simply awesome.

q = ();
s.boot;

// get sounds
q.soundFiles = SoundFile.collect(
"/localvol/sound/share/audiosamples/freesound/birdsong/*.wav"
);

// play back in order of their appearance
Pseq(q.soundFiles.collect{|file| file.cue((\dur: file.duration))}, 1).play;

[this particular example plays back files downloaded from a freesound samplepack]

Till Bovermann: Aspects of my Work

With this chart I try to show relations between mostly tangible computing applications I designed and developed together with colleagues during the last 4 years.
Wow. Sometimes making a rough chart of what you’re doing in your daytime job takes a lot of time. I really like this organic kind-of structure. This chart, by the way, is intended to be interactive: first, it is possible to click on the applications, which hides all other apps, and secondly, the used application (OmniOutliner) allows to easily reconfigure the nodes’ and edges’ positions. There is, however, no straight way to convert these features into something web-friendly. If you are curious, please feel free to contact me.

Natural Radio2-1A bit counterintuitive is this design study of a radio. FM-frequency and volume are controlled by placing stones and pebbles on the radio box. The weight in the volume or tuning area determines the volume, respectively the tuning.Honestly, for me this looks a bit like many pseudo-intuitive works, which all try to get more out of a given concept by applying <em>intuitiveness</em>. Unfortunately they all fail when it comes to real usability, though I don’t know if this particular example tries to be usable at all (as a radio rather then a sculpture). I think usability itself does not end at the hardware design, but should include the software interface (here, the way volume and tuning are determined based on the pebbles). It is not sufficient to replace standard controllers by new ones, in case of the Rocky Radio, also the underlying controlling mechanism has to be changed. For example by linking predefined frequencies to given stones or combination of stones. For me, what counts is not the fact of using a new hardware interface, but rather a new concept, namely the linkage of stones, i.e. graspable, tangible real world artifacts to digital information.The above-described problem of hardware designs also applies the other way round; having a favorites system attached to a standard, button-equipped HCI interface fails in adding really new and better HCI techniques. The absence of an analog slider that shows the current frequency, adjustable by a knob prevents users to manually adjust the tuning to a frequency. Their radio experience is fixed to the tuner’s capability to find appropriate tunings.So, I suggest to think of both, the hardware and the software control structure when designing new interfaces for existing technology. 
[via Rocky Radio—Yanko Design]