<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>.welivelikethis</title>
      <link>http://www.welivelikethis.net/</link>
      <description></description>
      <language>en</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Wed, 10 Sep 2008 23:43:24 +0100</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.2</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>Oh Apple, if only I could...</title>
         <description><![CDATA[<p><img alt="Geniussss" src="http://www.welivelikethis.net/blogimages/fullsize/genius.jpg" width="430" height="172" /></p>

<p><b>Update:</b> save the script below as an application and place it in your iTunes scripts directory. Assign a keyboard shortcut to the genius script's menu item (in your keyboard system preference pane) and you can trigger the script from the DarwiinRemote application. Ultra geekness with a genius :-)<br />
__________________________________________</p>

<p>and that's why I slapped together a less than elegant Applescript 'solution' to activate the Genius function on the currently playing track through an Applescript so I can try and activate it from my Wiimote (Genius needs direct, one-button access in order to be truly great). The problem is that Apple does not support GUI scripting very well in iTunes, with the result that you have to activate the iTunes window so that we can use a 'click' applescript command to activate the button. Here's the script:</p>

<p><b>-- initialise<br />
global iTunesHidden<br />
global frontApp</p>

<p>set iTunesHidden to 0<br />
-- store the name of the active application (fast)<br />
set frontApp to my getFrontApp()<br />
on getFrontApp()<br />
	set colon to ":" as Unicode text<br />
	set dot to "." as Unicode text<br />
	set appPath to (path to frontmost application as Unicode text)<br />
	considering case<br />
		if (appPath ends with colon) then<br />
			set n to -2<br />
		else<br />
			set n to -1<br />
		end if<br />
		set astid to AppleScript's text item delimiters<br />
		set AppleScript's text item delimiters to colon<br />
		set appname to text item n of appPath<br />
		if (appname contains dot) then<br />
			set AppleScript's text item delimiters to dot<br />
			set appname to text 1 thru text item -2 of appname<br />
		end if<br />
		set AppleScript's text item delimiters to astid<br />
	end considering<br />
	<br />
	return appname<br />
end getFrontApp</p>

<p>-- check if iTunes is hidden and active<br />
tell application "System Events"<br />
	if visible of process "iTunes" is false then<br />
		set iTunesHidden to 1<br />
	end if<br />
end tell<br />
if frontApp is not "iTunes" then<br />
	tell application "iTunes"<br />
		activate<br />
		reveal current track<br />
	end tell<br />
end if</p>

<p>-- activate Genius<br />
tell application "System Events"<br />
	get properties<br />
	get every process<br />
	if UI elements enabled then<br />
		tell process "iTunes" to click button 10 of window "iTunes"<br />
	end if<br />
	--hide iTunes if it was hidden<br />
	if iTunesHidden is 1 then<br />
		set visible of process "iTunes" to false<br />
	end if<br />
end tell</p>

<p>-- restore previous application<br />
if frontApp is not "iTunes" then<br />
	tell application frontApp<br />
		activate<br />
	end tell<br />
end if<br />
</b></p>

<p>Wonderful... Now I need to figure out how to integrate this into the iTunes script menu (which requires me to most likely remove half of the code in this masterpiece).<br />
</p>]]></description>
         <link>http://www.welivelikethis.net/2008/09/oh_apple_if_only_i_could.html</link>
         <guid>http://www.welivelikethis.net/2008/09/oh_apple_if_only_i_could.html</guid>
         <category>Projects</category>
         <pubDate>Wed, 10 Sep 2008 23:43:24 +0100</pubDate>
      </item>
            <item>
         <title>Ikea Speaker Lamp</title>
         <description><![CDATA[<p><a href="http://www.flickr.com/photos/93598261@N00/2446541976" title="Ikea Speaker Lamp on Flickr"><img src="http://farm3.static.flickr.com/2279/2446541976_a0005e0b82.jpg" alt="Ikea Speaker Lamp" border="0" width="430" height="309" /></a></p>

<p>Yesterday we did a small half-a-day project to modify 2 Ikea lamps into a speaker set for the bedroom using 2 old speaker components from our old Philips widescreen TV. I used the amplifier of a broken set of pc speakers to power the speakers. It not the kind of thing for audiophiles, but we're satisfied with the result. </p>]]></description>
         <link>http://www.welivelikethis.net/2008/04/ikea_speaker_lamp.html</link>
         <guid>http://www.welivelikethis.net/2008/04/ikea_speaker_lamp.html</guid>
         <category>Projects</category>
         <pubDate>Sun, 27 Apr 2008 20:30:54 +0100</pubDate>
      </item>
            <item>
         <title>Toy Story</title>
         <description><![CDATA[<p><img alt="DSC_0323.JPG" src="http://www.welivelikethis.net/blogimages/fullsize/DSC_0323.JPG" width="430" height="280" /></p>

<p>We have moved to Porta Genova (yay!) recently and we need the occasional break. While packing I ran into this broken cat robot and on my quest to weight reduction decided that the cat's days were numbered...  time to take out the cat's internals to see what sensor goodness it has to offer.</p>

<p>Today's harvest? A touch sensor, a microphone, a mini speaker, 2 LEDs, a DC motor and the logic board with a microcontroller. One day these will come in handy. </p>]]></description>
         <link>http://www.welivelikethis.net/2008/04/toy_story_1.html</link>
         <guid>http://www.welivelikethis.net/2008/04/toy_story_1.html</guid>
         <category>Things we like</category>
         <pubDate>Sun, 13 Apr 2008 13:33:23 +0100</pubDate>
      </item>
            <item>
         <title>Spam!!...</title>
         <description><![CDATA[<p><img alt="spam.jpg" src="http://www.welivelikethis.net/blogimages/fullsize/spam.jpg" width="430" height="173" /></p>

<p>We have temporarily disabled commenting on the blog due to the insane amount of comment spammers. Note to comment spammers: 'we don't want you here, or anywhere else on this planet.' We'll be back with you shortly after a brief period of silence on this blog.</p>]]></description>
         <link>http://www.welivelikethis.net/2008/03/spam.html</link>
         <guid>http://www.welivelikethis.net/2008/03/spam.html</guid>
         <category>News</category>
         <pubDate>Sun, 30 Mar 2008 15:24:01 +0100</pubDate>
      </item>
            <item>
         <title>iChat video conferencing and Belkin - UPnP</title>
         <description><![CDATA[<p>It's one of those things, for the past year I have been struggling to get iChat video-conferencing to work with my father in the Netherlands. After wasting another 3 hours today I finally discovered the culprit; the UPnP setting on our Belkin wireless router. I turned it off after having tried all suggested solutions out there on Mac-related forums and it turns out that it solves my problem, both on my G5 and all the other machines in the network. </p>

<p>So for all Mac users out there with a Belkin wireless router (and possibly other routers with similar configurations) and an 'error -8' after trying to start an iChat videoconference, this one's worth a try. Note that the problem persisted with iChat after the upgrade from Tiger to Leopard.</p>

<p>One day everything ZeroConf and UPnP will work in beautiful harmony and the use of internet-based services around the home will be a bliss, both in terms of ease-of-use and in terms of security (about the same as hoping for world peace...) I hope the above suggestion is at least useful to someone out there.</p>]]></description>
         <link>http://www.welivelikethis.net/2008/01/ichat_video_conferencing_and_a.html</link>
         <guid>http://www.welivelikethis.net/2008/01/ichat_video_conferencing_and_a.html</guid>
         <category>Things we do not like</category>
         <pubDate>Sun, 06 Jan 2008 17:33:08 +0100</pubDate>
      </item>
            <item>
         <title>Wireless speaker - quest for the right speakers</title>
         <description><![CDATA[<p><a href="http://www.flickr.com/photos/93598261@N00/2114220959/" title="Helms Portable Mini Speaker on Flickr"><img src="http://farm3.static.flickr.com/2071/2114220959_b799b3db01.jpg" width="430" height="309" alt="Helms Portable Mini Speaker" /></a></p>

<p>I bought this Helms portable mini speaker at the airport in Singapore. It's about the same diameter as the Hama bluetooth headphones, but I probably will not use it for the wireless speaker due to the weak sound quality. I have been looking for the Altec Lansing Orbit-mp3 speaker in Asia, but had no luck finding it. The quest continues...<br />
</p>]]></description>
         <link>http://www.welivelikethis.net/2007/12/wireless_speaker_quest_for_the.html</link>
         <guid>http://www.welivelikethis.net/2007/12/wireless_speaker_quest_for_the.html</guid>
         <category>Projects</category>
         <pubDate>Sun, 16 Dec 2007 12:50:40 +0100</pubDate>
      </item>
            <item>
         <title>Out and about in Singapore</title>
         <description><![CDATA[<p><a href="http://www.flickr.com/photos/miss_yasmina/2044433979/" title="NFC bus stop by missyasmina, on Flickr"><img src="http://farm3.static.flickr.com/2005/2044433979_9c5fc8c7bc.jpg" width="430" height="322" alt="NFC bus stop" /></a></p>

<p>This is the first time we've seen an NFC implementation out in the wild. Unfortunately we did not have an NFC-equipped phone to test it.</p>

<p><a href="http://www.flickr.com/photos/miss_yasmina/2044433957/" title="Laksa lunch by missyasmina, on Flickr"><img src="http://farm3.static.flickr.com/2129/2044433957_229e129ff4.jpg" width="430" height="322" alt="Laksa lunch" /></a></p>

<p><a href="http://www.flickr.com/photos/miss_yasmina/2045933429/" title="Kiosk by missyasmina, on Flickr"><img src="http://farm3.static.flickr.com/2242/2045933429_1b0e14777e_b.jpg" width="430" height="322" alt="Kiosk" /></a></p>

<p>We're in Singapore now but tonight we will fly to Trivandrum, India. Woooo!</p>]]></description>
         <link>http://www.welivelikethis.net/2007/11/out_and_about_in_singapore.html</link>
         <guid>http://www.welivelikethis.net/2007/11/out_and_about_in_singapore.html</guid>
         <category>Things we like</category>
         <pubDate>Mon, 19 Nov 2007 09:37:49 +0100</pubDate>
      </item>
            <item>
         <title>Wireless speaker - phase 1 completed</title>
         <description><![CDATA[<p><a href="http://www.flickr.com/photos/93598261@N00/1968174769/" title="Wireless speaker test setup on Flickr"><img src="http://farm3.static.flickr.com/2196/1968174769_a82c66904a.jpg" width="430" height="309" alt="Wireless speaker breadboard control test" /></a></p>

<p>This has been siting on our desk for a while, but finally the time has come to roll up our sleeves and get it over with. We want to build a wireless bluetooth speaker that we can use throughout the house and that allows us to skip tracks and adjust the volume in a playful way. It is beyond me that no major or obscure electronics brand has taken it upon them to at least build a wireless speaker that controls music playback when there are various wireless headphones on the market that already do this. This is the one and only feature that makes a wireless speaker useful. So please build a low-cost, small and portable speaker with this feature, then we'll take care of the playful part... This was our personal motto for a while, but after almost 3 years of waiting we have given up.</p>

<p><a href="http://www.flickr.com/photos/93598261@N00/1969166906/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2120/1969166906_29f20350d6_o.jpg" width="430" height="280" alt="Soldered wireless speaker" /></a></p>

<p>Today we completed the first phase of this project, soldering wires to the the contact points for the tact switches on the pcb of the headphones. Bit of a suspense thriller given the size of the connections, but we managed. Now we can start to focus on the fun part, the interaction with the playback control using tilt switches, IR sensors and capacitive sensors. We have not really figured out which one it will be in the end, but we have some ideas. For the speaker part we have our eyes on the new Altec Lansing Orbit-MP3 speaker, which seems to provide the perfect solution.</p>]]></description>
         <link>http://www.welivelikethis.net/2007/11/wireless_speaker_phase_1_compl.html</link>
         <guid>http://www.welivelikethis.net/2007/11/wireless_speaker_phase_1_compl.html</guid>
         <category>Projects</category>
         <pubDate>Sun, 11 Nov 2007 16:58:39 +0100</pubDate>
      </item>
            <item>
         <title>Leopard</title>
         <description><![CDATA[<p><a href="http://www.flickr.com/photos/93598261@N00/1831461415/" title="Leopard on Flickr"><img src="http://farm3.static.flickr.com/2174/1831461415_9707742584.jpg" width="430" height="275; alt="Leopard is here" /></a></p>

<p>Yasmina went to the Apple store in Torino today and it's here now, on our desk... A week late, but that does get you the family pack. The box is extremely pleasing to look at (never thought a box could do that did you?) and the booklet is pretty nice as well (albeit in Italian). Going to have a quick look through the list of issues people have been encountering and then we'll do an archive and install on the G5.</p>

<p>[update] A couple of issues, but now happily purring on both the G5 and the iBook. We did end up with a kernel panic on the G5 after logging into Robert's personal User account (we were stubborn and went for the 'Upgrade' option instead of 'Archive and Install'), but were able to log into the admin account and after removing the login items file for Robert's personal account all was well. </p>]]></description>
         <link>http://www.welivelikethis.net/2007/11/post.html</link>
         <guid>http://www.welivelikethis.net/2007/11/post.html</guid>
         <category></category>
         <pubDate>Fri, 02 Nov 2007 23:26:45 +0100</pubDate>
      </item>
            <item>
         <title>Alitalia customer service</title>
         <description><![CDATA[<p><a href="http://www.flickr.com/photos/93598261@N00/1803561560/" title="Malpensa waiting area on Flickr"><img src="http://farm3.static.flickr.com/2018/1803561560_4e55a615ed_o.jpg" width="430" height="249" alt="Malpensa waiting area" /></a></p>

<p>Why is it that Alitalia does not offer me a proper facility to work when my flight gets cancelled and I have to wait at Malpensa airport for the rest of the day until the next flight. I even specifically asked for it, I need power for my laptop. Instead I get a voucher for lunch (I can pay for that myself thank you) and I'm told that there'll be plenty of power sockets in the waiting areas at the gate. I'm typing this since I managed to find one, but that was after I walked halfway across the airport (the other one I saw was taken by a teenage girl charging her phone).<br />
 </p>]]></description>
         <link>http://www.welivelikethis.net/2007/10/alitalia_customer_service.html</link>
         <guid>http://www.welivelikethis.net/2007/10/alitalia_customer_service.html</guid>
         <category>Things we do not like</category>
         <pubDate>Tue, 30 Oct 2007 11:49:32 +0100</pubDate>
      </item>
            <item>
         <title>Internet Explorer and WeLiveLikeThis</title>
         <description><![CDATA[<p><a href="http://www.flickr.com/photos/93598261@N00/1654767229/" title="Nodeboxed IE logo on Flickr"><img src="http://farm3.static.flickr.com/2222/1654767229_a9c854d520_o.jpg" width="430" height="270" alt="Nodeboxed Internet Explorer logo" /></a></p>

<p>If you are looking at this website using Internet Explorer... I'm sorry, we have not found the time to fix some of the #%@&!(* CSS issues, so use another browser or squint a little bit while reading.</p>

<p>The image above was created using <a href="http://nodebox.net">the excellent python-based Nodebox application for Os X</a> in combination with <a href="http://nodebox.net/code/index.php/Core_Image">the Core Image library</a> by Tom De Smedt, providing us with direct access to all the Core Image goodness under the hood of Os X.</p>]]></description>
         <link>http://www.welivelikethis.net/2007/10/internet_explorer_and_weliveli.html</link>
         <guid>http://www.welivelikethis.net/2007/10/internet_explorer_and_weliveli.html</guid>
         <category>Things we do not like</category>
         <pubDate>Sat, 20 Oct 2007 16:11:41 +0100</pubDate>
      </item>
            <item>
         <title>Winter preparation: Bandless ear-warmers</title>
         <description><![CDATA[<p>I was at an ear-related conference this week and ran across <a href="http://earbags.com/"> these bandless ear warmers</a>. Not sure how fast it will catch on and what their target market is, but it seems like a fresh idea. They offer a wide range of colours and patterns and even seem to offer built-to-order covers with logos on them (Vodafone employees rejoice, it's one of the examples). </p>

<p>There is also an alternative called <a href="http://www.earmitts.com/">Earmitts</a>, but their brand seems less appealing. And Ear Mitts would not be Ear Mitts if they did not follow the latest hype surrounding <a href="http://www.active-crystals.com/">Swarovski Crystals and consumer goods</a> so they made it one of the options. (On a side-note, does anyone feel that the active-crystals web-site does a good job at communicating the exclusivity of the products?)</p>]]></description>
         <link>http://www.welivelikethis.net/2007/10/ear_mitts.html</link>
         <guid>http://www.welivelikethis.net/2007/10/ear_mitts.html</guid>
         <category>Fashion</category>
         <pubDate>Sat, 20 Oct 2007 14:25:06 +0100</pubDate>
      </item>
            <item>
         <title>Design for elderly travel</title>
         <description><![CDATA[<p>At Milan's Centrale FS on my usual commute to Turin yesterday, I saw an elderly couple on the escalator parallel to mine. The man had on a blue batik shirt that caught my eye, and something about they were dressed and carried themselves gave me the impression that they were seasoned travelers. We chatted on our way to our respective train platforms; their train was next to mine. </p>

<p>The man had bought the shirt in Malaysia, he spoke basic bahasa Indonesia, and I was the second person in Milan that morning that had asked him about his shirt.  They are Swiss Germans and were heading back home that day after spending time in Italy.</p>

<p>I love seeing older generations actively traveling; this couple seemed to be in their late 60s-early 70s and although they seemed active and healthy and independent, I wonder if in some ways they had needs still unfulfilled in today's travel context. Interesting subject to explore further. I hope when I'm their age, I'll still be traveling around like them.</p>

<p>In the meantime, I'll be digging up old <a href="http://www.experientia.com/blog/category/elderly/">posts on the elderly</a> on the Putting People First blog. <br />
</p>]]></description>
         <link>http://www.welivelikethis.net/2007/10/design_for_elderly_travel.html</link>
         <guid>http://www.welivelikethis.net/2007/10/design_for_elderly_travel.html</guid>
         <category>Things we like</category>
         <pubDate>Tue, 16 Oct 2007 15:52:48 +0100</pubDate>
      </item>
            <item>
         <title>Interactive Object 1.0 Workshop Rome</title>
         <description><![CDATA[<p><a href="http://www.romadesignpiu.it/" title="Roma Design Più"><img src="http://www.welivelikethis.net/blogimages/fullsize/designpiu.png" width="430" height="250" alt="Roma Design Più" /></a></p>

<p>Yesterday we were invited to the University of Rome by Lorenzo Imbesi to do a little talk on Interaction Design and Prototyping. Massimo Banzi facilitated the Interactive Object 1.0 Arduino workshop for students of the faculty of Architecture as part of the Roma Design Più event (Rome Design week). I tried to provide the students with some insights on how tools like Arduino and a better understanding of electronics can help us during the design process.  </p>]]></description>
         <link>http://www.welivelikethis.net/2007/10/interactive_object_10_workshop.html</link>
         <guid>http://www.welivelikethis.net/2007/10/interactive_object_10_workshop.html</guid>
         <category>News</category>
         <pubDate>Sun, 14 Oct 2007 17:41:30 +0100</pubDate>
      </item>
            <item>
         <title>Processing on rails</title>
         <description><![CDATA[<div>
<applet code="sketch_071004a" codebase="http://welivelikethis.net/projects/processing_sketch_opengl_01/" archive="sketch_071004a.jar"
width="430" height="230" mayscript="true">
<param name="image" value="loading.gif">
<param name="boxmessage" value="Loading Processing software...">
<param name="boxbgcolor" value="#FFFFFF">

<p><!-- This is the message that shows up when people don't have<br />
     Java installed in their browser. Any HTML can go here<br />
     (i.e. if you wanted to include an image other links, <br />
     or an anti-Microsoft diatribe. --><br />
To view this content, you'll need to install Java from <A HREF="http://java.com">java.com</A></p>

<p></applet><br />
</div></p>

<p><br />
Not ruby, but me and my laptop on the train to work. My daily trip from Milano to Monza takes 17 minutes. I like to devote these 17 minutes to 'discovery time' and set myself the challenge to create something within that timespace. Tuesday's task was: play around with OpenGL rendering in Processing while a 14 year-old boy is asking you why the white logo on the back of the laptop lights up (I did not plan the latter). </p>

<p>Click and drag you mouse around in the above Processing sketch to see Tuesday's 17-minute creation.</p>]]></description>
         <link>http://www.welivelikethis.net/2007/10/processing_on_rails.html</link>
         <guid>http://www.welivelikethis.net/2007/10/processing_on_rails.html</guid>
         <category>Projects</category>
         <pubDate>Wed, 10 Oct 2007 00:32:46 +0100</pubDate>
      </item>
      
   </channel>
</rss>
