<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Semiconducted</title>
	<atom:link href="http://www.semiconducted.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.semiconducted.com</link>
	<description>user experience design and technology</description>
	<lastBuildDate>Tue, 17 Aug 2010 20:06:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Interactive public art meets childhood toy</title>
		<link>http://www.semiconducted.com/ux-interaction-design/2010/interactive-public-media-goes-old-school.html</link>
		<comments>http://www.semiconducted.com/ux-interaction-design/2010/interactive-public-media-goes-old-school.html#comments</comments>
		<pubDate>Tue, 17 Aug 2010 20:02:46 +0000</pubDate>
		<dc:creator>dhammy0110</dc:creator>
				<category><![CDATA[UX Interaction Design]]></category>

		<guid isPermaLink="false">http://www.semiconducted.com/ux-interaction-design/2010/interactive-public-media-goes-old-school.html</guid>
		<description><![CDATA[File 2009&#8217;s SMSslingshot under &#8220;fun stuff that gets people interacting with each other&#8221;.&#160; Interesting project, although for texting, I would have gone with a QWERTY keyboard over an old school triple-click key pad.&#160; Or better yet, use the familiar phone in your pocket to &#8220;load&#8221; the sligshot.&#160; This reminds me of a hybrid of Graffiti [...]]]></description>
			<content:encoded><![CDATA[<p>File 2009&#8217;s SMSslingshot under &#8220;fun stuff that gets people interacting with each other&#8221;.&nbsp; Interesting project, although for texting, I would have gone with a QWERTY keyboard over an old school triple-click key pad.&nbsp; Or better yet, use the familiar phone in your pocket to &#8220;load&#8221; the sligshot.&nbsp; This reminds me of a hybrid of Graffiti Research Lab&#8217;s projection work and Jury Hahn&#8217;s <a target="_blank" href="http://www.playmegaphone.com/index.php">Megaphone</a> project that came out of NYU’s Interactive Telecommunication Program (ITP) in 2007.&nbsp; Either way, it&#8217;s fun stuff that gets people to be creative in a social setting.</p>
<p>
<div class="youtube-video"><object height="355" width="425"><embed src="http://www.youtube.com/v/oLnKSKaY1Yw&amp;feature=youtube_gdata" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"></embed></object></div>
<p><a target="_blank" href="http://www.vrurban.org/smslingshot.html">SMS Slingshot </a></p>
<p>
<div class="youtube-video"><object height="355" width="425"><param name="movie" value="http://www.youtube.com/v/DKbtTPYZEig&amp;feature=youtube_gdata"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/DKbtTPYZEig&amp;feature=youtube_gdata" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"></embed></object></div>
<p>Graffiti Research Lab LASER Tag</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=695e718e-2412-8eb0-916a-8c1d9a7ba33f" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.semiconducted.com/ux-interaction-design/2010/interactive-public-media-goes-old-school.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Symbolic Links to Sync System Files</title>
		<link>http://www.semiconducted.com/diy-tech/2010/using-symbolic-links-to-sync-system-files.html</link>
		<comments>http://www.semiconducted.com/diy-tech/2010/using-symbolic-links-to-sync-system-files.html#comments</comments>
		<pubDate>Fri, 02 Apr 2010 16:24:00 +0000</pubDate>
		<dc:creator>dhammy0110</dc:creator>
				<category><![CDATA[DIY / Tech]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://www.semiconducted.com/diy-tech/2010/using-symbolic-links-to-sync-system-files.html</guid>
		<description><![CDATA[
This is a short tutorial on using symbolic links to sync files that live outside of your Dropbox or other sync folder.&#160; 
I use this to synchronize my Omnigraffle stencils and Adobe templates across multiple Macs.&#160; Although untested, this may also be used to get around the restriction that Live Mesh imposes on not allowing [...]]]></description>
			<content:encoded><![CDATA[<p><img style="max-width: 800px;" src="http://www.semiconducted.com/blog/wp-content/uploads/2010/02/Screen-shot-2010-02-24-at-4.49.58-PM.png" /></p>
<p>This is a short tutorial on using symbolic links to sync files that live outside of your Dropbox or other sync folder.&nbsp; </p>
<p>I use this to synchronize my Omnigraffle stencils and Adobe templates across multiple Macs.&nbsp; Although untested, this may also be used to get around the restriction that Live Mesh imposes on not allowing items within system folders to be synced (e.g. Library on Mac or Application Support on Windows).</p>
<p>What is a Symbolic Link?<br />They are basically the UNIX equivalent to an &#8220;Alias&#8221; to a file on a Mac or a &#8220;Shortcut&#8221; in Windows.</p>
<p>Why do I care?<br />Because they are actually more powerful and can be used to do some nifty tricks.&nbsp; Symbolic links can point directly to the actual file from multiple locations.&nbsp; An alias or shortcut is a file in itself, and in some ways is treated like any other file.&nbsp; If you were to synchronize an alias, the shortcut reference file is copied over, not the file it points to.&nbsp; So we can use symbolic links to synchronize preferences or system files that live outside of your Dropbox, Live Mesh, or specific backup folder.&nbsp; </p>
<p>source:<br /><a target="_blank" href="http://www.pxc.me.uk/misc/dropbox_mac_use.html#symboliclinker">http://www.pxc.me.uk/misc/dropbox_mac_use.html#symboliclinker</a></p>
<p>The easy way &#8211; install this finder applescript<br /><a target="_blank" href="http://seiryu.home.comcast.net/%7Eseiryu/symboliclinker.html">http://seiryu.home.comcast.net/~seiryu/symboliclinker.html</a><br />The readme file explains how to install, as there are a couple ways to do it depending on which Mac OS you are using.</p>
<p>And for the technical, a full-on terminal method can be found here:<br /><a target="_blank" href="http://www.macosxhints.com/article.php?story=2001110610290643">http://www.macosxhints.com/article.php?story=2001110610290643</a></p>
<p>Also see this Dropbox-related post:<a href="http://www.semiconducted.com/ux-interaction-design/2010/sync-your-files-across-multiple-computers-seamlessly.html"><br />Sync your files across multiple computers seamlessly</a></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=0c2624ec-ffd7-8dc5-b4f7-2496b91f7017" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.semiconducted.com/diy-tech/2010/using-symbolic-links-to-sync-system-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sync your files across multiple computers seamlessly</title>
		<link>http://www.semiconducted.com/ux-interaction-design/2010/sync-your-files-across-multiple-computers-seamlessly.html</link>
		<comments>http://www.semiconducted.com/ux-interaction-design/2010/sync-your-files-across-multiple-computers-seamlessly.html#comments</comments>
		<pubDate>Wed, 24 Feb 2010 21:59:34 +0000</pubDate>
		<dc:creator>dhammy0110</dc:creator>
				<category><![CDATA[UX Interaction Design]]></category>

		<guid isPermaLink="false">http://www.semiconducted.com/ux-interaction-design/2010/sync-your-files-across-multiple-computers-seamlessly.html</guid>
		<description><![CDATA[For many years I have emailed files to myself, copied them to thumb drives, and cobbled together my own FTP syncing scripts.&#160; All very complicated and error prone.&#160; Enter 3rd-party syncing services &#8211; easy as pie to use, magically work in the background, and they come in pretty colors. There are a ton out there, [...]]]></description>
			<content:encoded><![CDATA[<p>For many years I have emailed files to myself, copied them to thumb drives, and cobbled together my own FTP syncing scripts.&nbsp; All very complicated and error prone.&nbsp; Enter 3rd-party syncing services &#8211; easy as pie to use, magically work in the background, and they come in pretty colors. There are a ton out there, but here are a couple of the better options.</p>
<p><img style="max-width: 800px;" src="http://www.semiconducted.com/blog/wp-content/uploads/2010/02/Screen-shot-2010-02-24-at-4.49.58-PM.png" /><br /><b>Dropbox:</b><br />Free for 2GB of storage space.</p>
<p>Beautiful interface, easy to use, cross platform, including an iPhone app and mobile site.<br />The iphone app is handy for viewing PDFs, but currently only offline syncs the list of documents, not the actual content.<br />Sharing is easy, but limited to options.&nbsp; In my case, I want access to other people&#8217;s folders ONLY on the website.&nbsp; I don&#8217;t want every change they make to automatically sync to me all the time, eating up resources. </p>
<p><img style="max-width: 800px;" src="http://www.semiconducted.com/blog/wp-content/uploads/2010/02/Screen-shot-2010-02-24-at-4.52.43-PM2.png" height="125" width="107" /></p>
<p><b>Live Mesh:<br /></b>Free for 5GB of storage space</p>
<p>As of this review, still in beta.&nbsp; It provides the ability to sync ANY existing folder you wish, provided it is not a system folder (anything within the Library folder on Mac OSX). <br />The Live Mesh web interface allows for a lot of flexibility in what you sync to which device.&nbsp; At the time of my review, the mobile app was not yet available.</p>
<p>For either the above software solutions, you can sync items or folders outside the main sync folders using symbolic links.&nbsp; I use it to sync my Omnigrafffle stencils and templates across computers.</p>
<p>Ultimately I&#8217;ve continued to use Dropbox and have been extremely happy with it.&nbsp; If you use this <a target="_blank" href="https://www.dropbox.com/referrals/NTE1MTMxMDM5">referral code</a>, we both get an extra 250MB storage.</p>
<p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=d1f9c0ad-cba1-81b1-9d97-c7aecf6d2c0e" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.semiconducted.com/ux-interaction-design/2010/sync-your-files-across-multiple-computers-seamlessly.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Push email is a harbinger of the productivity apocalypse of 2012</title>
		<link>http://www.semiconducted.com/ux-interaction-design/2010/push-email-is-a-harbinger-of-the-productivity-apocalypse-of-2012.html</link>
		<comments>http://www.semiconducted.com/ux-interaction-design/2010/push-email-is-a-harbinger-of-the-productivity-apocalypse-of-2012.html#comments</comments>
		<pubDate>Mon, 08 Feb 2010 16:08:27 +0000</pubDate>
		<dc:creator>dhammy0110</dc:creator>
				<category><![CDATA[UX Interaction Design]]></category>

		<guid isPermaLink="false">http://www.semiconducted.com/ux-interaction-design/2010/push-email-is-a-harbinger-of-the-productivity-apocalypse-of-2012.html</guid>
		<description><![CDATA[OK, so maybe it isn&#8217;t REALLY the end of the world. But the following article echoes the sentiment that the number and speed of modern communication channels reduce focus and enable procrastination.&#160; 
Researchers at Loughborough University found that it took an average of 64 seconds for a person to recover their train of thought after [...]]]></description>
			<content:encoded><![CDATA[<p>OK, so maybe it isn&#8217;t REALLY the end of the world. But the following article echoes the sentiment that the number and speed of modern communication channels reduce focus and enable procrastination.&nbsp; <br />
<blockquote>Researchers at Loughborough University found that it took an average of 64 seconds for a person to recover their train of thought after interruption by email: those who check their email every five minutes waste 8.5 hours a week in this way. &#8220;There is no doubt that people use it as an avoidance tactic,&#8221; says Yoram Kalman, a post-doctoral researcher in online communication at the Open University of Israel. &#8220;The modern office worker works for an average of three minutes before an interruption occurs.&#8221;</p>
<p>According to the psychiatrist Edward Hallowell, the stress of trying to process information as rapidly as it arrives is reducing us to quivering wrecks of indecision and demoralisation. As email becomes easier and quicker to use, we are finding it increasingly difficult to sift the relevant information.</p>
</blockquote>
<p><a target="_blank" href="http://www.guardian.co.uk/technology/2009/nov/01/email-facebook">http://www.guardian.co.uk/technology/2009/nov/01/email-facebook</a></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=78dddea4-9687-8098-96a2-50befbaae9dd" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.semiconducted.com/ux-interaction-design/2010/push-email-is-a-harbinger-of-the-productivity-apocalypse-of-2012.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Complete iPhone 3GS voice control command set</title>
		<link>http://www.semiconducted.com/diy-tech/2009/complete-iphone-voice-control-command-set.html</link>
		<comments>http://www.semiconducted.com/diy-tech/2009/complete-iphone-voice-control-command-set.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 16:52:10 +0000</pubDate>
		<dc:creator>dhammy0110</dc:creator>
				<category><![CDATA[DIY / Tech]]></category>
		<category><![CDATA[UX Interaction Design]]></category>
		<category><![CDATA[mobile / iPhone]]></category>

		<guid isPermaLink="false">http://www.semiconducted.com/diy-tech/2009/complete-iphone-voice-control-command-set.html</guid>
		<description><![CDATA[
As of this date of this posting, here is the full list of the iPhone 3GS Voice Control commands available.&#160; Hopefully as this is adopted, they will roll out more &#8211; like finding a contact&#8217;s info or initiating an email by speaking the name.
Start Voice Control:Press and hold the Home button or your headset middle [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.semiconducted.com/blog/wp-content/uploads/2009/12/moz-screenshot-32.png" alt="" width="258" height="481" /></p>
<p>As of this date of this posting, here is the full list of the iPhone 3GS Voice Control commands available.&nbsp; Hopefully as this is adopted, they will roll out more &#8211; like finding a contact&#8217;s info or initiating an email by speaking the name.</p>
<p><b>Start Voice Control:</b><br />Press and hold the Home button or your headset middle button until the Voice Control screen appears and you hear a beep.&nbsp; </p>
<p><b>Cancel Voice Control:</b><br />Tap the cancel button on the screen or say &#8220;cancel&#8221; to close Voice Control.</p>
<p><b>Call someone in your contacts:</b><br />&nbsp;&nbsp; * call + [name of the person or phone number]<br />&nbsp;&nbsp; * dial + [name of the person or phone number]</p>
<p>&nbsp;If the person has more than one phone number, add:<br />&nbsp;&nbsp; * home<br />&nbsp;&nbsp; * mobile<br />&nbsp;&nbsp; * work<br />&nbsp;&nbsp; * other </p>
<p><b>Make a correction:<br /></b>&nbsp;&nbsp; * no<br />&nbsp;&nbsp; * nope<br />&nbsp;&nbsp; * not that<br />&nbsp;&nbsp; * not that one<br />&nbsp;&nbsp; * wrong</p>
<p><b>Music playback:</b><br />&nbsp;&nbsp; * play<br />&nbsp;&nbsp; * play music<br />&nbsp;&nbsp; * play + album + [name]<br />&nbsp;&nbsp; * play + artist + [name]<br />&nbsp;&nbsp; * play + playlist + [name]&nbsp; <br />&nbsp;&nbsp; * pause<br />&nbsp;&nbsp; * pause music<br />&nbsp;&nbsp; * next song<br />&nbsp;&nbsp; * previous song<br />&nbsp;&nbsp; * shuffle</p>
<p><b>Music Info:<br /></b>&nbsp;&nbsp; * what’s playing<br />&nbsp;&nbsp; * what song is this<br />&nbsp;&nbsp; * who is this song by<br />&nbsp;&nbsp; * who sings this song</p>
<p><b>Use Genius to play similar songs:</b><br />&nbsp;&nbsp; * Genius<br />&nbsp;&nbsp; * play more like this<br />&nbsp;&nbsp; * play more songs like this</p>
<p><b>For best results:</b><br />Speak clearly, naturally (like you are making a phone call), pausing slightly so each word is distinct.&nbsp; Use only iPhone commands and full names or numbers.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=a134c498-e66f-832c-b670-dee2f849d994" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.semiconducted.com/diy-tech/2009/complete-iphone-voice-control-command-set.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
