<?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"
	>

<channel>
	<title>m cameron jones</title>
	<atom:link href="http://cameronjones.com/wp/feed" rel="self" type="application/rss+xml" />
	<link>http://cameronjones.com/wp</link>
	<description>카메론</description>
	<pubDate>Mon, 11 Aug 2008 02:42:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>CSCW 2008 Workshop (W12): Tinkering, Tailoring, &#038; Mashing: The Social and Collaborative Practices of the Read-Write Web</title>
		<link>http://cameronjones.com/wp/perm/51</link>
		<comments>http://cameronjones.com/wp/perm/51#comments</comments>
		<pubDate>Wed, 06 Aug 2008 22:47:05 +0000</pubDate>
		<dc:creator>mcj</dc:creator>
		
		<category><![CDATA[mashups]]></category>

		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://cameronjones.com/wp/?p=51</guid>
		<description><![CDATA[Call for Participation
CSCW 2008 Workshop (W12): Tinkering, Tailoring, &#038; Mashing: The Social and Collaborative Practices of the Read-Write Web
November 9, 2008 - San Diego, California, USA
Workshop Website: http://mashworks.net/
Overview:
The goal of this workshop is to bring together researchers in CSCW interested in discussing the human-centered, collaborative and creative aspects of web 2.0 and the current internet-based [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Call for Participation</strong></p>
<p><strong>CSCW 2008 Workshop (W12): Tinkering, Tailoring, &#038; Mashing: The Social and Collaborative Practices of the Read-Write Web</strong></p>
<p><strong>November 9, 2008 - San Diego, California, USA</strong></p>
<p><strong>Workshop Website: <a href="http://mashworks.net/">http://mashworks.net/</a></strong></p>
<p><strong>Overview</strong>:<br />
The goal of this workshop is to bring together researchers in CSCW interested in discussing the human-centered, collaborative and creative aspects of web 2.0 and the current internet-based experience of creative social coding - mashups, the programmable web, remix culture, game modding, copy-paste, and social programming. We invite researchers to ask: how are people sharing programming, tailoring, and modding knowledge on the internet and what are useful models of collaborative and social creativity?</p>
<p><strong>Some relevant topics and themes include:</strong></p>
<ul>
<li>sharing, reusing, remixing, and recycling of electronic materials;</li>
<li>web mashups, mashup creation, and mashup use;</li>
<li>end-user customization and tailoring;</li>
<li>collaborative debugging and problem-solving;</li>
<li>loose collaboration;</li>
<li>hackers, hacking culture, and the bazaar;</li>
<li>notions of sharability and learnability;</li>
</ul>
<p>Additionally, we also wish to revisit many theories and theoretical constructs which have long served CSCW, and evaluate them in light of contemporary and emerging practices on the web, including: &#8220;community&#8221; as both an interpretive lens and a unit of analysis; distributed cognition; activity theory; and social network analysis. How these theories relate to the daily practices of creative life online is not clear, especially what they may (or may not) tell us about issues of personal and group expression, passion, motivation, intention, and deep engagement.</p>
<p><strong>Important dates</strong>:<br />
Friday, September 19, 2008	Workshop submissions due<br />
Friday, September 26, 2008	Notification to authors<br />
Tuesday, September 30, 2008	Early registration deadline<br />
Friday, October 3, 2008 Conference rate hotel reservation<br />
Sunday, November 9, 2008	Workshop</p>
<p><strong>Organizers</strong>:<br />
M. Cameron Jones, Yahoo! Research</p>
<p>Elizabeth F. Churchill, Yahoo! Research</p>
<p>Michael B. Twidale, University of Illinois at Urbana-Champaign</p>
<p><strong>Submission Details</strong>:<br />
Participants should submit research reports or researcher position statements, up to four pages in length, by email to mcjones@yahoo-inc.com no later than, September 19, 2008. Submissions should be formatted in standard ACM SIG-CHI long paper format and submitted in either Adobe PDF (.pdf) or Microsoft Word document format (.doc, or .docx).</p>
]]></content:encoded>
			<wfw:commentRss>http://cameronjones.com/wp/perm/51/feed</wfw:commentRss>
		</item>
		<item>
		<title>Update to Library Bookmarklet</title>
		<link>http://cameronjones.com/wp/perm/41</link>
		<comments>http://cameronjones.com/wp/perm/41#comments</comments>
		<pubDate>Fri, 30 May 2008 18:54:36 +0000</pubDate>
		<dc:creator>mcj</dc:creator>
		
		<category><![CDATA[mashups]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://cameronjones.com/wp/perm/41</guid>
		<description><![CDATA[Ingbert pointed out that the easy request bookmarklet is broken for I-Share requests through other CARLI libraries. Here is an updated bookmarklet which should get you working again.

Last Name:

Library ID:




function generateLink(){var linkTemplate = "javascript:function%20fillin(lastname,id){var%20idf=document.getElementsByName(%22BC%22);if(!idf[0]){idf=document.getElementsByName(%22RBC%22);}if(idf[0]){idf[0].value=id;}var%20nf=document.getElementsByName(%22LN%22);if(nf[0]){nf[0].value=lastname;}var%20pick=(document.getElementsByName(%22Select_Pickup_Desk%22).length>0?document.getElementsByName(%22Select_Pickup_Desk%22):document.getElementsByName(%22PICK%22));if(pick[0]){pick[0].value=%22353%22;}var%20lib=document.getElementsByName(%22HLIB%22);if(lib[0]){lib[0].value=%221@UIUDB20020422223437%22;}}&#8221;;var id = document.getElementById(&#8221;libID&#8221;).value;var name = document.getElementById(&#8221;libName&#8221;).value;var url = linkTemplate + &#8220;void(fillin(%22&#8243;+name+&#8221;%22,%22&#8243;+id+&#8221;%22));&#8221;;var link = document.createElement(&#8221;a&#8221;);link.setAttribute(&#8221;href&#8221;, url);link.innerHTML = &#8220;Easy Library Request Bookmarklet for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ingbert.org">Ingbert</a> pointed out that the easy request bookmarklet is broken for I-Share requests through other CARLI libraries. Here is an updated bookmarklet which should get you working again.</p>
<div><br/><br />
Last Name:<br />
<input type="text" id="libName"><br/><br />
Library ID:<br />
<input type="text" id="libID"><br/></p>
<input type="button" onClick="generateLink()" value="Generate Bookmarklet"><br/></p>
<div id="libOut"></div>
<p><script type="text/javascript">
function generateLink(){var linkTemplate = "javascript:function%20fillin(lastname,id){var%20idf=document.getElementsByName(%22BC%22);if(!idf[0]){idf=document.getElementsByName(%22RBC%22);}if(idf[0]){idf[0].value=id;}var%20nf=document.getElementsByName(%22LN%22);if(nf[0]){nf[0].value=lastname;}var%20pick=(document.getElementsByName(%22Select_Pickup_Desk%22).length>0?document.getElementsByName(%22Select_Pickup_Desk%22):document.getElementsByName(%22PICK%22));if(pick[0]){pick[0].value=%22353%22;}var%20lib=document.getElementsByName(%22HLIB%22);if(lib[0]){lib[0].value=%221@UIUDB20020422223437%22;}}&#8221;;var id = document.getElementById(&#8221;libID&#8221;).value;var name = document.getElementById(&#8221;libName&#8221;).value;var url = linkTemplate + &#8220;void(fillin(%22&#8243;+name+&#8221;%22,%22&#8243;+id+&#8221;%22));&#8221;;var link = document.createElement(&#8221;a&#8221;);link.setAttribute(&#8221;href&#8221;, url);link.innerHTML = &#8220;Easy Library Request Bookmarklet for &#8221; + name;document.getElementById(&#8221;libOut&#8221;).appendChild(link);	}
</script>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cameronjones.com/wp/perm/41/feed</wfw:commentRss>
		</item>
		<item>
		<title>HCIed 2008 - Rome</title>
		<link>http://cameronjones.com/wp/perm/40</link>
		<comments>http://cameronjones.com/wp/perm/40#comments</comments>
		<pubDate>Thu, 03 Apr 2008 09:12:56 +0000</pubDate>
		<dc:creator>mcj</dc:creator>
		
		<category><![CDATA[papers]]></category>

		<category><![CDATA[research]]></category>

		<category><![CDATA[teaching]]></category>

		<guid isPermaLink="false">http://cameronjones.com/wp/perm/40</guid>
		<description><![CDATA[Just gave my presentation on &#8220;Teaching Design with Personas&#8221;. I&#8217;ve uploaded slides in [ PPT ]. I&#8217;ll upload pdf or pptx when I get home and manage to fix my laptop. As is typical, I went a bit long which means that I had to rush the last slides, and the session chair eventually cut [...]]]></description>
			<content:encoded><![CDATA[<p>Just gave my presentation on &#8220;Teaching Design with Personas&#8221;. I&#8217;ve uploaded slides in [ <a href="/pres/hcied_2008_mcj_personas.ppt">PPT</a> ]. I&#8217;ll upload pdf or pptx when I get home and manage to fix my laptop. As is typical, I went a bit long which means that I had to rush the last slides, and the session chair eventually cut me off two bullet points from the end.</p>
<p>Here is the abstract for the paper:</p>
<p>Design is a central activity in HCI, but a design-centered approach to HCI has only recently gained traction in human-centered computing education. In this paper, we explore the effectiveness of persona-based design methods in HCI and human-centered computing education. We describe the experiences of our students in learning, practicing, and using personas in a number of design contexts. From these experiences, we identify common patterns of use and misuse and characterize challenges in incorporating and using personas in the classroom. We conclude with advice on how to effectively teach design using personas.</p>
]]></content:encoded>
			<wfw:commentRss>http://cameronjones.com/wp/perm/40/feed</wfw:commentRss>
		</item>
		<item>
		<title>Loose the spam bots on the phishing sites</title>
		<link>http://cameronjones.com/wp/perm/38</link>
		<comments>http://cameronjones.com/wp/perm/38#comments</comments>
		<pubDate>Wed, 13 Feb 2008 19:01:53 +0000</pubDate>
		<dc:creator>mcj</dc:creator>
		
		<category><![CDATA[ideas]]></category>

		<category><![CDATA[phishing]]></category>

		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://cameronjones.com/wp/perm/38</guid>
		<description><![CDATA[My sister just forwarded me an email she got, supposedly from her bank, which she suspected (correctly) of being a phishing scam. I checked it out and it is pretty convincing. I haven&#8217;t seen a phishing scam in a while since I&#8217;ve adopted the practice of never clicking on any link I receive from anything [...]]]></description>
			<content:encoded><![CDATA[<p>My sister just forwarded me an email she got, supposedly from her bank, which she suspected (correctly) of being a phishing scam. I checked it out and it is pretty convincing. I haven&#8217;t seen a phishing scam in a while since I&#8217;ve adopted the practice of never clicking on any link I receive from anything claiming to be a financial institution in my email. If it is really my bank or paypal account, I go to my account directly and look for the information they are supposedly sending me. </p>
<p>Anyway, I decided to fill out the phorm &#8212; with fake data of course &#8212; just to see what the scam looked like. As I was doing this, I realized that there are loads of scripts and applications which already do this: ruin my efforts at <a href="http://www.gslis.org/">free, open, public wikis</a>, and force me to disable comments on my blog &#8212; SPAM BOTS!! What would happen if we took the tools developed by these con artists and spammers, and used them against themselves? What if we pointed spam bots at these phishing sites? Could we choke them out of existence? Or, would they just start implementing CAPTCHAs &#8212; possibly making them appear more legitimate?</p>
<p>I wonder why ICANN isn&#8217;t doing something about policing the registration of &#8220;Phishing domains&#8221; (i.e., domains which are deceptively similar to legitimate ones and serve to con people). I know that this is a delicate and difficult problem, but I believe that some solution exists out there.</p>
<p>Another thought that had occurred to me was along the lines of digitally signing HTML, to prevent people from copying the HTML of legitimate sites, thus making it more difficult to reproduce the look-and-feel &#8212; but this goes against my love of copy-paste as a primary method of technology production.</p>
]]></content:encoded>
			<wfw:commentRss>http://cameronjones.com/wp/perm/38/feed</wfw:commentRss>
		</item>
		<item>
		<title>SIG-CAM 2007</title>
		<link>http://cameronjones.com/wp/perm/33</link>
		<comments>http://cameronjones.com/wp/perm/33#comments</comments>
		<pubDate>Thu, 25 Oct 2007 02:23:32 +0000</pubDate>
		<dc:creator>mcj</dc:creator>
		
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://cameronjones.com/wp/perm/33</guid>
		<description><![CDATA[It&#8217;s that time of year again!
The 28th Annual Symposium of the Special Interest Group on Cameron Jones (SIG-CAM) will take place this Friday, October 26, 2007 at the Grotto (aka. Mert Bay&#8217;s apartment) located at 212 W. Healey, Apt. 303. Champaign, IL. SIG-CAM is the premier annual symposium devoted to research and scholarship related to [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s that time of year again!</p>
<p>The 28th Annual Symposium of the Special Interest Group on Cameron Jones (SIG-CAM) will take place this Friday, October 26, 2007 at the Grotto (aka. Mert Bay&#8217;s apartment) located at 212 W. Healey, Apt. 303. Champaign, IL. SIG-CAM is the premier annual symposium devoted to research and scholarship related to Cameron Jones. The symposium will focus on current trends and challenges in beverage markup, digital drunkenness, drink recommender systems, and the impact of new media on society.</p>
<p>We invite interested parties and experts from academia, industry, and government to attend SIG-CAM 2007. The opening Plenary will start at 7:00 PM at the Grotto, with a reception will follow the plenary at the Blind Pig bar in downtown Champaign sometime later Friday evening. If you can&#8217;t make the plenary, try to meet up with us later at the reception!</p>
<p>You can find a <a href="http://maps.google.com/maps?f=q&#038;q=sig-cam+champaign&#038;mrt=kmlkmz">map of locations for SIG-CAM 2007 on Google Maps</a> by searching &#8220;SIG-CAM&#8221; on maps.google.com.</p>
<p>i.e., Cameron&#8217;s Birthday Party this Friday, October 26, 2007 @ 7:00 PM</p>
]]></content:encoded>
			<wfw:commentRss>http://cameronjones.com/wp/perm/33/feed</wfw:commentRss>
		</item>
		<item>
		<title>A shout-out to Kowabunga Kal Lwanga</title>
		<link>http://cameronjones.com/wp/perm/31</link>
		<comments>http://cameronjones.com/wp/perm/31#comments</comments>
		<pubDate>Fri, 19 Oct 2007 04:07:34 +0000</pubDate>
		<dc:creator>mcj</dc:creator>
		
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://cameronjones.com/wp/perm/31</guid>
		<description><![CDATA[Sometimes I feel like I neglect my friends. I thought for a while that I was becoming antisocial, but I realized that this is not the case, and that really I am just lazy. Keeping in touch with so many people can be stressful, and I don&#8217;t &#8220;do stress&#8221;&#8230; so I tend to just shutdown. [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I feel like I neglect my friends. I thought for a while that I was becoming antisocial, but I realized that this is not the case, and that really I am just lazy. Keeping in touch with so many people can be stressful, and I don&#8217;t &#8220;do stress&#8221;&#8230; so I tend to just shutdown. However, I do Google-stalk my friends as a way to keep up with what they are up to and try to feel like I know what is going on in their lives &#8212; Facebook has made some of this easier. Today, I Googled my old friend Kal and saw he has revived the wonderful <a href="http://kalsgiftshop.blogspot.com/">Kal&#8217;s Gift Shop</a>. I used to host the archives of KGS on my website, but now Kal has chosen <a href="http://google.com/">Big Brother</a> to host it for him. I can&#8217;t complain though, they have more reliable hosting than <a href="http://dreamhost.com">I do</a>.</p>
<p>Anyway, this one goes out to all those people I&#8217;ve neglected to call recently &#8212; especially you Kal!</p>
<p>PS - no birthday party this year, just drinks next Friday somewhere in Champaign if you&#8217;re around.</p>
<p>&#8211;update!&#8211;<br />
It looks like Kal has left the Gift Shop to stagnate for about a year &#8212; almost to the day. Which had me confused, because I thought that posting was from today (no year in the date). So, maybe this will motivate Kal to start posting again (again).</p>
]]></content:encoded>
			<wfw:commentRss>http://cameronjones.com/wp/perm/31/feed</wfw:commentRss>
		</item>
		<item>
		<title>Presentations &#8212; Fall 2007 Update</title>
		<link>http://cameronjones.com/wp/perm/32</link>
		<comments>http://cameronjones.com/wp/perm/32#comments</comments>
		<pubDate>Tue, 16 Oct 2007 04:14:20 +0000</pubDate>
		<dc:creator>mcj</dc:creator>
		
		<category><![CDATA[mashups]]></category>

		<category><![CDATA[papers]]></category>

		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://cameronjones.com/wp/perm/32</guid>
		<description><![CDATA[So, I&#8217;ve just returned from 2 conferences and thought I&#8217;d upload my slides.
4S 2007 - Montreal, QC, Canada
I was on a great panel organized by Tolu Odumosu from RPI on Technological Appropriation. Other panelists included: Tolu Odumosu, Ron Eglash, Min Suh Son, Shib Shankar Dasgupta, and Tarleton Gillespie was our Discussant. Here are the slides [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve just returned from 2 conferences and thought I&#8217;d upload my slides.</p>
<p><strong>4S 2007 - Montreal, QC, Canada</strong><br />
I was on a great panel organized by Tolu Odumosu from RPI on Technological Appropriation. Other panelists included: Tolu Odumosu, Ron Eglash, Min Suh Son, Shib Shankar Dasgupta, and Tarleton Gillespie was our Discussant. Here are the slides from my talk:<br />
<a href="/pres/4s_2007_mcj_mashups.pptx">Web Mashups: Technological Appropriation in Web 2.0</a> [ <a href="/pres/4s_2007_mcj_mashups.pptx">PPTX</a> | <a href="/pres/4s_2007_mcj_mashups.ppt">PPT</a> ]</p>
<p><strong>ISMIR 2007 - Vienna, Austria</strong><br />
I presented 2 posters and 1 paper at this year&#8217;s ISMIR. We had the MIREX DIY Service Poster, Jin Ha Lee&#8217;s dissertation research poster, and my paper on Human Judgments of Music Similarity from MIREX 2006. Here are the slides for that presentation:<br />
<a href="/pres/ismir_2007_mcj_evalutron.pptx">Human Similarity Judgments: Implications for the Design of Formal Evaluations</a> [ <a href="/pres/ismir_2007_mcj_evalutron.pptx">PPTX</a> | <a href="/pres/ismir_2007_mcj_evalutron.ppt">PPT</a> ]</p>
]]></content:encoded>
			<wfw:commentRss>http://cameronjones.com/wp/perm/32/feed</wfw:commentRss>
		</item>
		<item>
		<title>Yahoo!</title>
		<link>http://cameronjones.com/wp/perm/29</link>
		<comments>http://cameronjones.com/wp/perm/29#comments</comments>
		<pubDate>Wed, 27 Jun 2007 02:49:50 +0000</pubDate>
		<dc:creator>mcj</dc:creator>
		
		<category><![CDATA[mashups]]></category>

		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://cameronjones.com/wp/perm/29</guid>
		<description><![CDATA[I am visiting Yahoo! Research on Thursday, June 28, 2007. The slides for my talk are available here in both ppt and pptx format.
In this talk I cover some recent research I&#8217;ve been doing on the role of copying in the production of web mashups. I talk about the Yahoo! Pipes system and it&#8217;s &#8220;cloning&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>I am visiting Yahoo! Research on Thursday, June 28, 2007. The slides for my talk are available <a href="http://cameronjones.com/yahoo/">here</a> in both <a href="http://cameronjones.com/yahoo/cameron_jones_yahoo.ppt">ppt</a> and <a href="http://cameronjones.com/yahoo/cameron_jones_yahoo.pptx">pptx</a> format.</p>
<p>In this talk I cover some recent research I&#8217;ve been doing on the role of copying in the production of web mashups. I talk about the Yahoo! Pipes system and it&#8217;s &#8220;cloning&#8221; function. I also present some preliminary findings from a clone analysis of Google Maps and Yahoo! Maps web mashups source code. Some of this research is part of my dissertation work, where I&#8217;ll be studying cloning in open-source.</p>
<p>I also presented some of these findings (the Google Maps parts) in my <a href="http://www.classification-society.org/">CSNA</a> poster from earlier this month.</p>
]]></content:encoded>
			<wfw:commentRss>http://cameronjones.com/wp/perm/29/feed</wfw:commentRss>
		</item>
		<item>
		<title>My house is full of Wii again!</title>
		<link>http://cameronjones.com/wp/perm/28</link>
		<comments>http://cameronjones.com/wp/perm/28#comments</comments>
		<pubDate>Mon, 07 May 2007 02:49:24 +0000</pubDate>
		<dc:creator>mcj</dc:creator>
		
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://cameronjones.com/wp/perm/28</guid>
		<description><![CDATA[I got a new Wii today! Replaced the stolen one&#8230; only took 2 months to find a Wii in stock. Anyway, the new Wii number is 6806 5821 7727 9940 if you want to join my Mii Parade.
It was totally random luck (or maybe fate) that we got the Wii. By a random set of [...]]]></description>
			<content:encoded><![CDATA[<p>I got a new Wii today! Replaced the stolen one&#8230; only took 2 months to find a Wii in stock. Anyway, the new Wii number is 6806 5821 7727 9940 if you want to join my Mii Parade.</p>
<p>It was totally random luck (or maybe fate) that we got the Wii. By a random set of circumstances, I ended up spending an extra day at my parents&#8217; house this weekend. My brother and his two kids were visiting too. My parents went to Toys R Us this morning to get training wheels for my nephew&#8217;s bike and while they were there, saw they had Wii&#8217;s in stock. They picked one up for me, and boy am I glad I stayed the extra day! YAH! WII!!!! Now, I just have to get my characters back up to Pro level on all sports <img src='http://cameronjones.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://cameronjones.com/wp/perm/28/feed</wfw:commentRss>
		</item>
		<item>
		<title>youtube&#8230; toilets&#8230; wasting time</title>
		<link>http://cameronjones.com/wp/perm/27</link>
		<comments>http://cameronjones.com/wp/perm/27#comments</comments>
		<pubDate>Thu, 12 Apr 2007 05:05:29 +0000</pubDate>
		<dc:creator>mcj</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

		<guid isPermaLink="false">http://cameronjones.com/wp/perm/27</guid>
		<description><![CDATA[My brand new laptop died today - most likely because of some flaky software conflicting with Vista. Anyway, this required a full system reformat and restore to fix. As I was recovering my files, I stumbled across some old photos from past trips. I also found this great video from my trip to Vienna in [...]]]></description>
			<content:encoded><![CDATA[<p>My <em>brand new</em> laptop died today - most likely because of some flaky software conflicting with Vista. Anyway, this required a full system reformat and restore to fix. As I was recovering my files, I stumbled across some old photos from past trips. I also found this great video from my trip to Vienna in 2004 for the CHI conference.</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/5np7Xh2bVH4"></param> <embed src="http://www.youtube.com/v/5np7Xh2bVH4" type="application/x-shockwave-flash" width="425" height="350"></embed></object></p>
<p>I don&#8217;t think there is much explanation needed&#8230; it is an awesome robotic, self cleaning toilet found in the <a href="http://www.heh.de/">Europaischerhoff</a> in Munich, Germany.</p>
]]></content:encoded>
			<wfw:commentRss>http://cameronjones.com/wp/perm/27/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
