<?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>exploration &#187; web</title>
	<atom:link href="http://robertcarlsen.net/tag/web/feed" rel="self" type="application/rss+xml" />
	<link>http://robertcarlsen.net</link>
	<description>accounts of success and misadventure</description>
	<lastBuildDate>Tue, 13 Jul 2010 14:37:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LEITv: Fly or Pie show</title>
		<link>http://robertcarlsen.net/2010/02/23/leitv-fly-or-pie-show-1121</link>
		<comments>http://robertcarlsen.net/2010/02/23/leitv-fly-or-pie-show-1121#comments</comments>
		<pubDate>Tue, 23 Feb 2010 20:25:12 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Live Experimental Interactive Television]]></category>
		<category><![CDATA[assignment]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[couchdb]]></category>
		<category><![CDATA[couchrest]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[itp]]></category>
		<category><![CDATA[itv]]></category>
		<category><![CDATA[leitv]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[sinatra]]></category>
		<category><![CDATA[two-screen]]></category>
		<category><![CDATA[voting]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://robertcarlsen.net/?p=1121</guid>
		<description><![CDATA[This assignment was to develop a concept around a two-screen, live event experience; specifically, using TV and computer via internet. Our group&#8217;s concept was a variety-style, Gong Show inspired show with binary voting from viewers to determine via aggregate whether a performance was Fly (a rousing success) or Pie (a miserable failure) which received a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://robertcarlsen.net/blog/wp-content/uploads/2010/02/flypie-voting.png" rel="lightbox[1121]"><img class="alignright size-thumbnail wp-image-1128" title="flypie-voting" src="http://robertcarlsen.net/blog/wp-content/uploads/2010/02/flypie-voting-150x150.png" alt="flypie-voting" width="150" height="150" /></a>This assignment was to develop a concept around a two-screen, live event experience; specifically, using TV and computer via internet. Our group&#8217;s concept was a variety-style, Gong Show inspired show with binary voting from viewers to determine via aggregate whether a performance was Fly (a rousing success) or Pie (a miserable failure) which received a whipped cream pie in the face. (We&#8217;re a classy outfit here..)<span id="more-1121"></span></p>
<p>My contribution to the project was the web voting interface and database backend as well as a simple API for communicating with it. I wrote the application using the Sinatra microframework for Ruby and utilized couchrest to communicate with a CouchDB database. A control panel interface enabled an operator to update the voting interface status messages and to open the next event for voting. A display page mocked up the live video with Fly and Pie status bars for viewers to watch.</p>
<p>Although the system is very rudimentary, all the pieces are in place for a live voting situation. During the class demo however, the server was crippled by only a dozen simultaneous connections, and become sluggish enough to be unusable. I believe that the problem stemmed from each of the clients polling the database, and couchrest seems to update a view each time it&#8217;s requested. CouchDB is quite fast at reads, but far slower at writes, and I think these things combined to make a big problem.</p>
<p>I think that performance could be greatly enhanced if status polling were eliminated, or at least read from static file that was generated by the control application or server when data needed to be refreshed.</p>
<p>Live voting is a tested and successful model, and the class seemed to enjoy the real-time updates at the beginning while the system was responsive. The show itself was successful largely thanks to Gordie and Lisa Maria&#8217;s performances (and willingness to take a pie to their faces from Jong Yoon).</p>

<a href='http://robertcarlsen.net/2010/02/23/leitv-fly-or-pie-show-1121/flypie-vote-submit' title='Voting Submit'><img width="150" height="150" src="http://robertcarlsen.net/blog/wp-content/uploads/2010/02/flypie-vote-submit-150x150.png" class="attachment-thumbnail" alt="" title="Voting Submit" /></a>
<a href='http://robertcarlsen.net/2010/02/23/leitv-fly-or-pie-show-1121/flypie-voting' title='Voting Panel'><img width="150" height="150" src="http://robertcarlsen.net/blog/wp-content/uploads/2010/02/flypie-voting-150x150.png" class="attachment-thumbnail" alt="" title="Voting Panel" /></a>
<a href='http://robertcarlsen.net/2010/02/23/leitv-fly-or-pie-show-1121/flypie-vote-accept' title='Vote Accepted'><img width="150" height="150" src="http://robertcarlsen.net/blog/wp-content/uploads/2010/02/flypie-vote-accept-150x150.png" class="attachment-thumbnail" alt="" title="Vote Accepted" /></a>
<a href='http://robertcarlsen.net/2010/02/23/leitv-fly-or-pie-show-1121/flypie-video' title='Video Display'><img width="150" height="150" src="http://robertcarlsen.net/blog/wp-content/uploads/2010/02/flypie-video-150x150.png" class="attachment-thumbnail" alt="" title="Video Display" /></a>
<a href='http://robertcarlsen.net/2010/02/23/leitv-fly-or-pie-show-1121/flypie-controlpanel-update' title='Operator&#039;s Control Panel'><img width="150" height="150" src="http://robertcarlsen.net/blog/wp-content/uploads/2010/02/flypie-controlpanel-update-150x150.png" class="attachment-thumbnail" alt="" title="Operator&#039;s Control Panel" /></a>
<a href='http://robertcarlsen.net/2010/02/23/leitv-fly-or-pie-show-1121/flypie-controlpanel-status' title='Operator Control Panel voting'><img width="150" height="150" src="http://robertcarlsen.net/blog/wp-content/uploads/2010/02/flypie-controlpanel-status-150x150.png" class="attachment-thumbnail" alt="" title="Operator Control Panel voting" /></a>

]]></content:encoded>
			<wfw:commentRss>http://robertcarlsen.net/2010/02/23/leitv-fly-or-pie-show-1121/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>it&#8217;s real (time) !</title>
		<link>http://robertcarlsen.net/2009/11/04/it-real-time-1013</link>
		<comments>http://robertcarlsen.net/2009/11/04/it-real-time-1013#comments</comments>
		<pubDate>Thu, 05 Nov 2009 03:10:23 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Rest of You]]></category>
		<category><![CDATA[Thesis]]></category>
		<category><![CDATA[itp]]></category>
		<category><![CDATA[bike]]></category>
		<category><![CDATA[couchdb]]></category>
		<category><![CDATA[geocoding]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[nyc]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://robertcarlsen.net/?p=1013</guid>
		<description><![CDATA[after a couple of late nights, i have a proof-of-concept in the real-time cycling-related datalogging. the reasons behind the project are still getting sorted, but lately my interest in ubiquitous urban sensor networks has been piqued and this is a tentative exploration in that area. sensors don&#8217;t have to remain static as part of physical [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://robertcarlsen.net/blog/wp-content/uploads/2009/11/all-events.png" rel="lightbox[1013]"><img class="alignright size-thumbnail wp-image-1014" style="margin-left: 3px;" title="all events" src="http://robertcarlsen.net/blog/wp-content/uploads/2009/11/all-events-150x150.png" alt="all events" width="150" height="150" /></a>after a couple of late nights, i have a proof-of-concept in the real-time cycling-related datalogging. the reasons behind the project are still getting sorted, but lately my interest in ubiquitous <a href="http://speedbird.wordpress.com/2009/10/11/toward-urban-systems-design/" onclick="pageTracker._trackPageview('/outgoing/speedbird.wordpress.com/2009/10/11/toward-urban-systems-design/?referer=');">urban sensor networks</a> has been piqued and this is a tentative exploration in that area. sensors don&#8217;t have to remain static as part of physical infrastructure&#8230;millions of people are carrying millions of sensors around with them daily.<span id="more-1013"></span></p>
<p>an iPhone application records accelerometer data at anywhere from 1-40Hz (arbitrary rate) which is geocoded using core location (including heading, altitude, and location). every second the most recent sample is uploaded to a server running <a href="http://couchdb.apache.org/" onclick="pageTracker._trackPageview('/outgoing/couchdb.apache.org/?referer=');">couchDB</a>. after a ride, the full-resolution file can be e-mailed or uploaded to the server. for the proof-of-concept the data is being plotted on a dynamic Google Map.</p>
<p>in the immediate future i&#8217;ll be adding live updating of the map via ajax or some other web sumthin&#8217; dot oh technology.</p>
<p>longer term is to build out similar applications for android and symbian (or maybe just j2me if it&#8217;s feasible). i&#8217;m also planning on getting back to the ardunio-based sensor packages which started the project.</p>
<p><a href="http://robertcarlsen.net/blog/wp-content/uploads/2009/11/couchdb-ride-events.png" rel="lightbox[1013]"><img class="alignleft size-medium wp-image-1015" title="couchdb ride events" src="http://robertcarlsen.net/blog/wp-content/uploads/2009/11/couchdb-ride-events-282x300.png" alt="couchdb ride events" width="282" height="300" /></a><br />
<br style="clear:both;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://robertcarlsen.net/2009/11/04/it-real-time-1013/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>coda</title>
		<link>http://robertcarlsen.net/2009/06/19/coda-846</link>
		<comments>http://robertcarlsen.net/2009/06/19/coda-846#comments</comments>
		<pubDate>Fri, 19 Jun 2009 13:28:52 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[coda]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://robertcarlsen.net/blog/2009/06/19/coda-846</guid>
		<description><![CDATA[i recently switched to Coda for web development. now, i don&#8217;t do much web dev any longer&#8230;mostly for myself (as evidenced my this latest overhaul of robertcarlsen.net &#8211; which amounts to theme hacking, really). i never had a problem with tabbing through several programs to get the job done, but i like Panic&#8217;s style.
the interface [...]]]></description>
			<content:encoded><![CDATA[<p>i recently switched to Coda for web development. now, i don&#8217;t do much web dev any longer&#8230;mostly for myself (as evidenced my this latest overhaul of robertcarlsen.net &#8211; which amounts to theme hacking, really). i never had a problem with tabbing through several programs to get the job done, but i like Panic&#8217;s style.</p>
<p>the interface is clean and with keyboard shortcuts for each of the view modes. i do so wish for more info in the files panel&#8230;.i&#8217;m used to comparing modification times and the sync features of full-fledged FTP clients.</p>
<p>anyway, it&#8217;s good software – and i&#8217;ve come to really appreciate good software lately after writing a lot of bad software myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://robertcarlsen.net/2009/06/19/coda-846/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1-2-10: Cloud Reader interface comps</title>
		<link>http://robertcarlsen.net/2009/04/20/1-2-10-cloud-reader-interface-comps-666</link>
		<comments>http://robertcarlsen.net/2009/04/20/1-2-10-cloud-reader-interface-comps-666#comments</comments>
		<pubDate>Mon, 20 Apr 2009 22:53:03 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[1' 2' 10']]></category>
		<category><![CDATA[itp]]></category>
		<category><![CDATA[cloud reader]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://robertcarlsen.net/blog/?p=666</guid>
		<description><![CDATA[The first web interface wireframes for Cloud Reader. Overall comments: too busy, too complicated for what is supposed to be a simple service. Good advice, back to the sketching.


Using largely the same overall layout with both of these comps. The pattern proved to be too busy, and of course, the logo is too gratuitous.

The second color [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://robertcarlsen.net/blog/wp-content/uploads/2009/04/cloud-reader-splash.jpg" rel="lightbox[666]"><img class="alignright size-thumbnail wp-image-669" title="cloud-reader-splash" src="http://robertcarlsen.net/blog/wp-content/uploads/2009/04/cloud-reader-splash-150x150.jpg" alt="cloud-reader-splash" width="150" height="150" /></a>The first web interface wireframes for Cloud Reader. Overall comments: too busy, too complicated for what is supposed to be a simple service. Good advice, back to the sketching.<span id="more-666"></span></p>
<p><br style="clear:both;" /></p>
<p><a href="http://robertcarlsen.net/blog/wp-content/uploads/2009/04/layout01.jpg" rel="lightbox[666]"><img class="alignright size-thumbnail wp-image-670" title="layout01" src="http://robertcarlsen.net/blog/wp-content/uploads/2009/04/layout01-150x150.jpg" alt="layout01" width="150" height="150" /></a><br />
Using largely the same overall layout with both of these comps. The pattern proved to be too busy, and of course, the logo is too gratuitous.<br />
<span style="clear:both;display:block;"><a href="http://robertcarlsen.net/blog/wp-content/uploads/2009/04/layout02.jpg" rel="lightbox[666]"><img class="alignright size-thumbnail wp-image-671" title="layout02" src="http://robertcarlsen.net/blog/wp-content/uploads/2009/04/layout02-150x150.jpg" alt="layout02" width="150" height="150" /></a><br />
The second color scheme is more promising. Creating the wireframes has gotten me to reconsider the scope of the proposed service&#8230;just what types of content is appropriate for this format (besides short-form poetry, of course).</span><br />
<br style="clear:both;" /><br />
<a href="http://robertcarlsen.net/blog/wp-content/uploads/2009/04/cloud-reader-icons.jpg" rel="lightbox[666]"><img class="size-thumbnail wp-image-668 alignright" title="cloud-reader-icons" src="http://robertcarlsen.net/blog/wp-content/uploads/2009/04/cloud-reader-icons-150x150.jpg" alt="cloud-reader-icons" width="150" height="150" /></a><br />
Also got the first demo of Cloud Reader working on the iPhone. I ported the java version to openframeworks, then compiled it as an iPhone app. It&#8217;s far too slow at the moment to be acceptable, but it&#8217;s a proof-of-concept. I&#8217;m sure that it could be optimized, but I&#8217;m wary of the text handling in OpenGLES&#8230;and of how openframeworks does it. I&#8217;m not looking forward to having to manually implement this to get useful performance.</p>
<p><a href="http://robertcarlsen.net/blog/wp-content/uploads/2009/04/cloud-reader-comp.jpg" rel="lightbox[666]"><img class="alignleft size-medium wp-image-667" style="clear: both;" title="cloud-reader-comp" src="http://robertcarlsen.net/blog/wp-content/uploads/2009/04/cloud-reader-comp-300x161.jpg" alt="cloud-reader-comp" width="300" height="161" /></a><br />
<br style="clear:both;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://robertcarlsen.net/2009/04/20/1-2-10-cloud-reader-interface-comps-666/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1-2-10: NY DMV redesign</title>
		<link>http://robertcarlsen.net/2009/01/29/1-2-10-ny-dmv-redesign-341</link>
		<comments>http://robertcarlsen.net/2009/01/29/1-2-10-ny-dmv-redesign-341#comments</comments>
		<pubDate>Thu, 29 Jan 2009 08:25:55 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[1' 2' 10']]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[itp]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[simplicity]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://robertcarlsen.net/blog/?p=341</guid>
		<description><![CDATA[Our first assignment was to redesign the front page of the New York State Motor Vehicle Services website. I&#8217;ve recently had to navigate it to update my driver&#8217;s license, and found it very frustrating to use. The front page is overwhelming in the number of links and choices initially presented.
In the spirit of John Maeda&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://robertcarlsen.net/blog/wp-content/uploads/2009/01/nys_dmv-front-page-crop.jpg" rel="lightbox[341]"><img class="alignright size-thumbnail wp-image-344" title="nys_dmv-front-page-crop" src="http://robertcarlsen.net/blog/wp-content/uploads/2009/01/nys_dmv-front-page-crop-150x150.jpg" alt="nys_dmv-front-page-crop" width="150" height="150" /></a>Our first assignment was to redesign the front page of the New York State Motor Vehicle Services website. I&#8217;ve recently had to navigate it to update my driver&#8217;s license, and found it very frustrating to use. The front page is overwhelming in the number of links and choices initially presented.</p>
<p>In the spirit of John Maeda&#8217;s Laws of Simplicity, I used this as an experiment in asking “What can you add by taking something away?” – In particular, I was attempting to add some sanity through organization. My notes detailing the reorganization are below.<span id="more-341"></span></p>
<h3>What are common (high-priority) uses for the DMV site?</h3>
<ul>
<li>Paying fines.</li>
<li>Renewing driver’s license.</li>
<li>Moving / new license.</li>
<li>Vehicle Registration.</li>
<li>Vehicle title. (private sales, likely)</li>
<li>Find location &#8211; hours.</li>
<li>Get forms.</li>
<li>Read regulations.</li>
<li>Business services, licensing, regulation</li>
</ul>
<h3><strong><a href="http://robertcarlsen.net/blog/wp-content/uploads/2009/01/1-2-10-dmv.jpg" rel="lightbox[341]"><img class="alignright size-thumbnail wp-image-343" title="1-2-10-dmv" src="http://robertcarlsen.net/blog/wp-content/uploads/2009/01/1-2-10-dmv-150x150.jpg" alt="1-2-10-dmv" width="150" height="150" /></a></strong>Sort:</h3>
<p><strong> Traffic Violations Bureau</strong><br />
- pay fines<br />
- plead not guilty and request a hearing<br />
<strong> Driver Services</strong><br />
-licensing<br />
-renewal<br />
-testing<br />
-permits<br />
-non-driver id<br />
<strong> Vehicle Services</strong><br />
-title<br />
-register, renew / new<br />
-transfer ownership<br />
<strong> Business Services</strong><br />
-regulations<br />
-information<br />
<strong> Forms / Publications</strong><br />
-all forms for above services<br />
-driver’s manual<br />
-sample tests<br />
<strong> Locations / Contact</strong><br />
-find licensing and testing locations<br />
-get operating hours<br />
-telephone<br />
<strong> Search</strong><br />
-site-site, full text search.<br />
-find form by number or title</p>
<h3><strong><a href="http://robertcarlsen.net/blog/wp-content/uploads/2009/01/1-2-10-dmv-menu.jpg" rel="lightbox[341]"><img class="alignright size-thumbnail wp-image-342" style="clear: right; margin-top: 2px; margin-bottom: 2px;" title="1-2-10-dmv-menu" src="http://robertcarlsen.net/blog/wp-content/uploads/2009/01/1-2-10-dmv-menu-150x150.jpg" alt="1-2-10-dmv-menu" width="150" height="150" /></a></strong>Integrate/Prioritize:</h3>
<p>Search<br />
Traffic Violations<br />
Licensing and Vehicle Services<br />
Information / Regulations<br />
Contact Information<br />
Forms</p>
<p>Everything else will descend from these categories.</p>
]]></content:encoded>
			<wfw:commentRss>http://robertcarlsen.net/2009/01/29/1-2-10-ny-dmv-redesign-341/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>i&#8217;m going slightly mad&#8230;</title>
		<link>http://robertcarlsen.net/2008/07/17/im-going-slightly-mad-53</link>
		<comments>http://robertcarlsen.net/2008/07/17/im-going-slightly-mad-53#comments</comments>
		<pubDate>Thu, 17 Jul 2008 17:00:18 +0000</pubDate>
		<dc:creator>Robert Carlsen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[housing]]></category>
		<category><![CDATA[moving]]></category>
		<category><![CDATA[rent]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://robertcarlsen.net/blog/?p=53</guid>
		<description><![CDATA[&#8230;sitting here looking for apartments 100 miles away. i suppose it could be worse &#8211; it could be 200 or 2000 miles away. regardless, weeks of filtering out all the noise in the available listings is taking it&#8217;s toll. understanding the situation in my neighborhood i fully expect brooklyn to be similar in that things [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;sitting here looking for apartments 100 miles away. i suppose it could be worse &#8211; it could be 200 or 2000 miles away. regardless, weeks of filtering out all the noise in the available listings is taking it&#8217;s toll. understanding the situation in my neighborhood i fully expect brooklyn to be similar in that things can change from block to block&#8230;and without an intimate knowledge of the area i feel a bit blind.</p>
<p>relatively new tools such are google&#8217;s street view and <a href="http://www.housingmaps.com/" onclick="pageTracker._trackPageview('/outgoing/www.housingmaps.com/?referer=');">various</a> <a href="http://base.google.com/base/s2?a_n0=housing&amp;a_y0=9&amp;hl=en&amp;gl=US" onclick="pageTracker._trackPageview('/outgoing/base.google.com/base/s2?a_n0=housing_amp_a_y0=9_amp_hl=en_amp_gl=US&amp;referer=');">mashups </a>have helped, but i still feel lost in all this. the difference in rental prices between philadelphia and new york also smart and are making it difficult to think objectively about where i want to live versus where i can afford to live&#8230;.come on jackpot!</p>
<p>there has to be a better way&#8230;.i&#8217;ll be giving the old methods a try tomorrow by &lt;gasp&gt; heading up there to ask to look at apartments in person&#8230;crazy, i know! wild times we live in&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://robertcarlsen.net/2008/07/17/im-going-slightly-mad-53/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>plugging in&#8230;</title>
		<link>http://robertcarlsen.net/2008/07/16/plugging-in-52</link>
		<comments>http://robertcarlsen.net/2008/07/16/plugging-in-52#comments</comments>
		<pubDate>Thu, 17 Jul 2008 01:21:47 +0000</pubDate>
		<dc:creator>Robert Carlsen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://robertcarlsen.net/blog/?p=52</guid>
		<description><![CDATA[i&#8217;m trying out the flock browser&#8230;since it seems that a large focus of my upcoming semester at ITP is going to be on the implications of the rise of the social web&#8230;i figure i might as well jump in whole heartedly.
i&#8217;m still reconciling privacy issues in the wake of the myspace generation but i&#8217;ll just [...]]]></description>
			<content:encoded><![CDATA[<p>i&#8217;m trying out the flock browser&#8230;since it seems that a large focus of my upcoming semester at ITP is going to be on the implications of the rise of the social web&#8230;i figure i might as well jump in whole heartedly.</p>
<p>i&#8217;m still reconciling privacy issues in the wake of the myspace generation but i&#8217;ll just have to treat my online identity in a similar fashion to my physical one. i&#8217;m accessible yet private and responsible for my actions. it seems as though the anonymity enjoyed as i&#8217;ve grown up with new telecommunication technologies has given way to the hyperpersonal&#8230;but most folks don&#8217;t seem to have come to terms with the inherent causality of this shift&#8230;.</p>
<p>&#8230;take a deep breath&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://robertcarlsen.net/2008/07/16/plugging-in-52/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
