<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dustin Freeman</title>
	<atom:link href="http://dustinfreeman.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://dustinfreeman.org</link>
	<description></description>
	<lastBuildDate>Tue, 14 Feb 2012 03:39:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Your code doesn&#8217;t need to be THAT good</title>
		<link>http://dustinfreeman.org/blog/your-code-doesnt-need-to-be-that-good/</link>
		<comments>http://dustinfreeman.org/blog/your-code-doesnt-need-to-be-that-good/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 16:05:32 +0000</pubDate>
		<dc:creator>dustinfreeman</dc:creator>
				<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://dustinfreeman.org/?p=793</guid>
		<description><![CDATA[I&#8217;m currently crunching to finish a software project. It&#8217;s my first time collaborating with a large number of non-co-located people with a shared repository. It&#8217;s been interesting and frustrating to manage tasks and larger-scale goals across such a group. One &#8230; <a href="http://dustinfreeman.org/blog/your-code-doesnt-need-to-be-that-good/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently crunching to finish a software project. It&#8217;s my first time collaborating with a large number of non-co-located people with a shared repository. It&#8217;s been interesting and frustrating to manage tasks and larger-scale goals across such a group. One of the problems is that different members have different aesthetic values on what &#8220;good&#8221; software is. Here&#8217;s my definition:</p>
<p><em>Completed on time, and does what we want it to.</em></p>
<p>There&#8217;s been a few check-ins that have been very aesthetically oriented, focused on refactoring for neatness, or on renaming project files to remove confusing references to sample code we&#8217;ve borrowed from. This is for a project that needs to be ready for a certain large-scale art event in Toronto in a few days.</p>
<p>In the past, most of the code I have written is for a some crazy prototype that I need for a demo or a video or a study before a nearby deadline. I&#8217;ll either throw this code away, cackling, or spend a long time cleaning it up it for further work after the deadline passes. This cycle: (very pragmatic crunch coding, optimizations/improvements only later) has strongly affected my aesthetic.</p>
<p>Case in point:<br />
I had to write a function that rotated an array representing an image by 90-degree increments. This is just an O(n) loop where I&#8217;m just transferring pixel values from one position in the array to another; I have to solve a mapping problem. The 180-degree rotation is the easiest, since you just to reverse the order in the array. The 90 degree and 270 degree rotations are a little harder. I got the 90 degree rotation working, then paused. My TODO list is full of requests from people I&#8217;m collaborating with. I would take me at least 5 minutes to test and debug the 270 degree rotation code. <strong>So, to rotate by 270 degrees, the function recursively calls itself to rotate by 90 and then 180 degrees.</strong> I felt plagued by guilt for a couple seconds over the blasphemy, but the function worked perfectly and the performance hit is negligible since the images are small. Now that&#8217;s good software according to me.</p>
]]></content:encoded>
			<wfw:commentRss>http://dustinfreeman.org/blog/your-code-doesnt-need-to-be-that-good/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
	</item>
		<item>
		<title>Test Strip Hero</title>
		<link>http://dustinfreeman.org/blog/test-strip-hero/</link>
		<comments>http://dustinfreeman.org/blog/test-strip-hero/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 12:35:14 +0000</pubDate>
		<dc:creator>dustinfreeman</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[creations]]></category>

		<guid isPermaLink="false">http://dustinfreeman.org/?p=791</guid>
		<description><![CDATA[You know when a compulsively cool idea occurs to you, and you can&#8217;t stop yourself from doing it? I&#8217;m thinking of playing other parts of the world, too.]]></description>
			<content:encoded><![CDATA[<p><iframe width="425" height="349" src="http://www.youtube.com/embed/uQkG2CmPn_s" frameborder="0" allowfullscreen></iframe></p>
<p>You know when a compulsively cool idea occurs to you, and you can&#8217;t stop yourself from doing it?</p>
<p>I&#8217;m thinking of playing other parts of the world, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://dustinfreeman.org/blog/test-strip-hero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Dustin Freemans of the Internet</title>
		<link>http://dustinfreeman.org/blog/internet-dustins/</link>
		<comments>http://dustinfreeman.org/blog/internet-dustins/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 14:35:48 +0000</pubDate>
		<dc:creator>dustinfreeman</dc:creator>
				<category><![CDATA[commentary]]></category>
		<category><![CDATA[discoveries]]></category>

		<guid isPermaLink="false">http://dustinfreeman.org/?p=778</guid>
		<description><![CDATA[My name is relatively rare, but not so rare that I&#8217;m in the only one with it. I first became aware that there were other people with my name out in the world when I was 12. I was getting &#8230; <a href="http://dustinfreeman.org/blog/internet-dustins/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My name is relatively rare, but not so rare that I&#8217;m in the only one with it. I first became aware that there were other people with my name out in the world when I was 12. I was getting my first bank account so I could be paid for a paper route, and my Dad was treating it like a rite of passage. The teller idly mentioned that there was another Dustin Freeman who lived in Winnipeg. I knew immediately that he was my sworn enemy for stealing my individuality.</p>
<p>I &#8220;work&#8221; in a field where online presence is important. People need to be able to find you and cite you easily. Papers often have&#8230;unusual and expressive titles so that they are easy to search. Take my first paper for example: <a href="http://www.google.ca/search?sourceid=chrome&#038;ie=UTF-8&#038;q=shadowguides">ShadowGuides</a>. We could have had the title <a href="http://www.google.ca/#sclient=psy&#038;hl=en&#038;site=&#038;source=hp&#038;q=shadow+guides">Shadow Guides</a>, but that produces less unique results. It brings up Shadow of the Colossus, though which is nice, because that is a beautiful game.</p>
<p>Everyone&#8217;s competing for name space, and personal names are no different. Ever since I&#8217;ve started googling myself, I&#8217;ve been tracking how the other Dustin Freemans are doing out there, over the years. I&#8217;m <a href="http://www.google.ca/search?sourceid=chrome&#038;ie=UTF-8&#038;q=dustin+freeman">the biggest Dustin Freeman on the internet</a> these days, but it wasn&#8217;t always that way. Here&#8217;s the ones I&#8217;ve gotten to know:<br />
<a href="http://www.linkedin.com/in/dustinfreeman">Dustin Freeman from Wichita, Kansas</a>, who has a great picture.<br />
<a href="http://www.topix.com/forum/city/blytheville-ar/T5U7S3M1S1KT5VD5M#comments">Dustin</a> <a href="http://www.youtube.com/watch?v=8q0LiZiFPNM">&#8220;Bugger&#8221;</a> <a href="http://www.youtube.com/watch?v=rtn0yS2Sr0o">Freeman</a>, an amateur rapper that <a href="http://www.topix.com/forum/city/osceola-ar/T9FS79S26QJHT0UVU">apparently died before his time</a> and has a kid out there somewhere.<br />
<a href="http://florida.arrests.org/Arrests/Dustin_Freeman_5368521/">Dustin Freeman from Florida</a>, who apparently was arrested for massive amounts of cocaine possession.<br />
<a href="http://nwahomepage.com/fulltextfox?nxd_id=11582">Dustin Freeman from South Carolina</a>, who got busted for stolen prescription drugs. He might also be the same as <a href="http://chamber.com/dustin-freeman">Athletic Dustin Freeman from Charleston</a>.<br />
<a href="http://florida.arrests.org/Arrests/Dustin_Freeman_2033445/">Yet another Dustin Freeman from Florida</a> who was busted for possessing amphetamines. (What is the DEAL with people who get arrested for drug dealing using my name? Maybe I should take it up)<br />
<a href="http://www.nanopaprika.eu/profile/DustinFreeman">Nanotechnology Dustin Freeman,</a> whose picture always comes up for some reason. (This reminds me of <a href="http://video.google.com/videoplay?docid=-8001789169945314130#">Data Analysis Cosby</a>, har har)<br />
<a href="http://www.myspace.com/djbasha">Dustin &#8220;DJ Basha&#8221; Freeman</a> from Myspace.<br />
<a href="http://www.scribd.com/doc/45969897/Complaint-Freeman-v-Apple-final">Dustin Freeman from Texas</a>, who is hilariously involved in a class action lawsuit against Apple and others about personal information sharing.</p>
<p>I haven&#8217;t tried to engage with any of these Dustin Freemans. I have tried to join fan clubs made on Facebook for other Dustin Freemans to cash in on the love, but it hasn&#8217;t worked:<br />
<a href="http://dustinfreeman.org/wp/wp-content/uploads/Screen-shot-2011-06-22-at-11.42.51-.png"><img src="http://dustinfreeman.org/wp/wp-content/uploads/Screen-shot-2011-06-22-at-11.42.51-.png" alt="" title="Screen shot 2011-06-22 at 11.42.51" width="770" height="618" class="aligncenter size-full wp-image-782" /></a><br />
<a href="http://dustinfreeman.org/wp/wp-content/uploads/Screen-shot-2011-06-22-at-11.42.27-.png"><img src="http://dustinfreeman.org/wp/wp-content/uploads/Screen-shot-2011-06-22-at-11.42.27-.png" alt="" title="Screen shot 2011-06-22 at 11.42.27" width="881" height="492" class="aligncenter size-full wp-image-783" /></a></p>
<p>This post was precipitated by some fool in California who has started giving out my email address as his own. From the emails I&#8217;ve received, I can tell that:<br />
- he rents cars frequently<br />
- he buys girl&#8217;s dresses, or approves them or something (I got an email with the subject line &#8220;dresses&#8221; and a bunch of pictures of models wearing dresses. I replied. It definitely isn&#8217;t spam.)<br />
- he works for some company that does shipping &#8220;Choice Logistics RMA&#8217;s&#8221; (I&#8217;m currently stuck in a Reply-All trap with these guys)</p>
<p>Stop giving out my email asshole! Get your own!</p>
]]></content:encoded>
			<wfw:commentRss>http://dustinfreeman.org/blog/internet-dustins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://dustinfreeman.org/wp/wp-content/uploads/Screen-shot-2011-06-22-at-11.42.51--150x150.png" />
		<media:content url="http://dustinfreeman.org/wp/wp-content/uploads/Screen-shot-2011-06-22-at-11.42.51-.png" medium="image">
			<media:title type="html">Screen shot 2011-06-22 at 11.42.51</media:title>
			<media:thumbnail url="http://dustinfreeman.org/wp/wp-content/uploads/Screen-shot-2011-06-22-at-11.42.51--150x150.png" />
		</media:content>
		<media:content url="http://dustinfreeman.org/wp/wp-content/uploads/Screen-shot-2011-06-22-at-11.42.27-.png" medium="image">
			<media:title type="html">Screen shot 2011-06-22 at 11.42.27</media:title>
			<media:thumbnail url="http://dustinfreeman.org/wp/wp-content/uploads/Screen-shot-2011-06-22-at-11.42.27--150x150.png" />
		</media:content>
	</item>
		<item>
		<title>Truckers 4 Life</title>
		<link>http://dustinfreeman.org/blog/truckers-4-life/</link>
		<comments>http://dustinfreeman.org/blog/truckers-4-life/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 14:11:01 +0000</pubDate>
		<dc:creator>dustinfreeman</dc:creator>
				<category><![CDATA[discoveries]]></category>

		<guid isPermaLink="false">http://dustinfreeman.org/?p=762</guid>
		<description><![CDATA[I like the artifacts of sub-cultures, by sub-cultures and for sub-cultures. I another one of my many, many transits across the 401, this time from Kingston to Toronto, I can across this wonderful booklet: Over The Road, June 2011 issue. &#8230; <a href="http://dustinfreeman.org/blog/truckers-4-life/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I like the artifacts of sub-cultures, by sub-cultures and for sub-cultures.</p>
<p>I another one of my many, many transits across the 401, this time from Kingston to Toronto, I can across this wonderful booklet: </p>
<p><a href="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110611_131741.jpg"><img src="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110611_131741-e1307972043990-768x1024.jpg" alt="" title="Over The Road" width="480" height="640" class="aligncenter size-large wp-image-763" /></a></p>
<p><em>Over The Road</em>, June 2011 issue. A magazine for and by truckers. It is&#8230;fantastic. It&#8217;s a little secret window in to the trucker world, and the world of semi-amateur self-publishing that is adorable and beautiful like an HBO Drama. <strong>&#8220;The Best is the Least We Can Do&#8221;</strong>. Is this referring to the magazine? Owner-operators as a whole? Genius.</p>
<p>There are editorials: </p>
<p><a href="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110611_131753.jpg"><img src="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110611_131753-1024x768.jpg" alt="" title="It&#039;s Time That I Made Time for That" width="640" height="480" class="aligncenter size-large wp-image-764" /></a></p>
<p><strong>&#8220;It&#8217;s Time That I Made Time for That&#8221;</strong>. The content-less-ness of that sentence is ingenious. The style is so consistently bland it makes me giddy. I&#8217;ve transcribed it here, where the bolding is mine:</p>
<blockquote><p>In preparing for this month&#8217;s editorial for Over the Road Magazine I decided to do some homework, so I cataloged every month&#8217;s writings by date and subject matter that I have written to date.</p></blockquote>
<p>I love how this conjures up this image of an old trucker sitting at his desk, various trucking-related trophies on that wall, and photos of him after difficult trucking runs (Coquihalla Feb &#8217;86, nearly died twice!) </p>
<blockquote><p>Time flies and I hoped to discover some pattern of thought I might have followed over the past number of years from my many articles.</p></blockquote>
<p>Again, the image of the trucker-writer. Perhaps, pausing with a notebook at a rest-stop, in a fluorescent Tim Horton&#8217;s around 401 marker 500, pausing and bringing out his notebook with meticulous handwriting, bringing his pen-tip to his tongue to lick it and start the ink flow. Tired large families in all-night moving vans shuffle past him.</p>
<blockquote><p>[next column]&#8230;Day to run to Texas and return from out of the valley with 44,000 pounds of citrus hoping to make it home before New Year&#8217;s Eve.</p></blockquote>
<p>This is genuine beautiful shit, and is just as romanticizable as the golden days of seafaring and pirating.</p>
<p>I should also point out that the URL of the &#8220;Over The Road&#8221; website is <a href="http://www.otrdigital.ca">http://www.otrdigital.ca</a>. Its basically a auto-forwarded link to a site that hosts the digital magazine. But everything from the URL to the auto-forwarding to the proxy hosting is adorable.</p>
<p>I&#8217;ll keep going&#8230;</p>
<p>Apparently there are Father&#8217;s Day-oriented Truck Shows:<br />
<a href="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110611_131947.jpg"><img src="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110611_131947-e1307973687347-768x1024.jpg" alt="" title="Stirling Truck Show" width="480" class="aligncenter size-large wp-image-767" /></a></p>
<p>With the events:<br />
Drive a Big Rid<br />
Circle Check Competition (this is really really my favourite)<br />
The &#8220;Chosen Child&#8221; (god, what the fuck is this?)</p>
<p>I love the cursive-style tagline: &#8220;Where Friends Are Made!&#8221; I imagine you don&#8217;t run in to other truckers very consistently. Not like you work in the same office.</p>
<p>Now, I don&#8217;t want to go on too much (I took way more pictures that I needed to, and the booklet is probably going to go on top of my toilet for further reading), so this is the last photo: </p>
<p><a href="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110611_132036.jpg"><img src="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110611_132036-e1307973921231-768x1024.jpg" alt="" title="AHHHHH Title" width="480" class="aligncenter size-large wp-image-769" /></a></p>
<p>&#8220;Trucking is a Partnership Between Owner Operators and the Company&#8221;. Who gets to pull off article titles like this? The &#8220;President&#8221;, I guess, as apparently this is his page.</p>
<p>I loved this little window into a specific world I&#8217;ll never be a part of.</p>
]]></content:encoded>
			<wfw:commentRss>http://dustinfreeman.org/blog/truckers-4-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110611_131741-e1307972043990-150x150.jpg" />
		<media:content url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110611_131741-e1307972043990.jpg" medium="image">
			<media:title type="html">Over The Road</media:title>
			<media:thumbnail url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110611_131741-e1307972043990-150x150.jpg" />
		</media:content>
		<media:content url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110611_131753.jpg" medium="image">
			<media:title type="html">It&#8217;s Time That I Made Time for That</media:title>
			<media:thumbnail url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110611_131753-150x150.jpg" />
		</media:content>
		<media:content url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110611_131947-e1307973687347.jpg" medium="image">
			<media:title type="html">Stirling Truck Show</media:title>
			<media:thumbnail url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110611_131947-e1307973687347-150x150.jpg" />
		</media:content>
		<media:content url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110611_132036-e1307973921231.jpg" medium="image">
			<media:title type="html">AHHHHH Title</media:title>
			<media:thumbnail url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110611_132036-e1307973921231-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>The Coolest Traveller I Have Ever Met</title>
		<link>http://dustinfreeman.org/blog/the-coolest-traveller-i-have-ever-met/</link>
		<comments>http://dustinfreeman.org/blog/the-coolest-traveller-i-have-ever-met/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 03:43:58 +0000</pubDate>
		<dc:creator>dustinfreeman</dc:creator>
				<category><![CDATA[moments]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://dustinfreeman.org/?p=752</guid>
		<description><![CDATA[This story comes up again and again when I tell travel stories, and it was briefly mentioned on Taylor and I&#8217;s 2007 Southeast Asia travel blog. The guy&#8217;s name was Manfred. He was 70-ish. We met him while taking the &#8230; <a href="http://dustinfreeman.org/blog/the-coolest-traveller-i-have-ever-met/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This story comes up again and again when I tell travel stories, and it was briefly mentioned on <a href="http://ducksonaplane.blogspot.com/2007/05/mighty-mighty-mekong.html">Taylor and I&#8217;s 2007 Southeast Asia travel blog</a>.</p>
<p>The guy&#8217;s name was Manfred. He was 70-ish. We met him while taking the Mekong river boat from Huay Xai to Luang Prabang in Laos. His deal was, he&#8217;d been living in Los Angeles for the last couple of decades, working as an aircraft mechanic/builder(?). His wife had passed away, and his kids had grown up and were doing their own thing. So, here he was, relatively well-off with nothing to do. Most people his age would probably just buy a nice place, get a good cable subscription, and live off that until death. Not Manfred, ohhhh no&#8230;</p>
<p><a href="http://dustinfreeman.org/wp/wp-content/uploads/IMG_0851.jpg"><img src="http://dustinfreeman.org/wp/wp-content/uploads/IMG_0851-1024x768.jpg" alt="" title="IMG_0851" width="640" height="480" class="aligncenter size-large wp-image-757" /></a><br />
Here he is drinking a beer with us in Pak Beng, our stopover along the Mekong. I am in the back, looking obnoxiously young and unworldly. Taylor is in the front left. Manfred is obviously the guy who looks at least 3 times the age of everyone else and also rocks sunglasses at night. Despite looking pretty drunk in this picture, he could definitely hold his Beerlao. The other guys were randoms; Dutch or French, I think.</p>
<p>So, what Manfred decides to do is, purchase a bicycle, fly in to Singapore, and then, as he describes it &#8220;bike home to the fatherland&#8221;. Apparently he had not been back to Germany for a very long time. He planned to take as long as it took for the 10,000+ kilometre trip back. When we got off the boat the next day in Luang Prabang, we donned our unwieldy poorly-packed bags. I can&#8217;t remember if he got off there or went farther down the Mekong. We didn&#8217;t see him again. Badass.</p>
]]></content:encoded>
			<wfw:commentRss>http://dustinfreeman.org/blog/the-coolest-traveller-i-have-ever-met/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_0851-150x150.jpg" />
		<media:content url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_0851.jpg" medium="image">
			<media:title type="html">IMG_0851</media:title>
			<media:thumbnail url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_0851-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Cultural Imports</title>
		<link>http://dustinfreeman.org/blog/cultural-imports/</link>
		<comments>http://dustinfreeman.org/blog/cultural-imports/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 01:12:57 +0000</pubDate>
		<dc:creator>dustinfreeman</dc:creator>
				<category><![CDATA[commentary]]></category>
		<category><![CDATA[moments]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://dustinfreeman.org/?p=748</guid>
		<description><![CDATA[I&#8217;ve been around the world more than the average person in the last few years, both traveling through places and living places. When I encounter a new bit of culture that I like, I try to incorporate it in to &#8230; <a href="http://dustinfreeman.org/blog/cultural-imports/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been around the world more than the average person in the last few years, both traveling through places and living places. When I encounter a new bit of culture that I like, I try to incorporate it in to my life. Over time, I should end up with the best culture ever.</p>
<p>Here&#8217;s the stuff I like, by the places I have lived or traveled through for a long period of time:</p>
<h3>Canada</h3>
<p>(Impossible to say, one cannot know what is unique about one&#8217;s own culture)</p>
<h3>Southeast Asia</h3>
<p>Amazing and healthy stir-fry.<br />
Slow, meandering walking pace when the time&#8217;s right.<br />
Collared shirts with the top few buttons undone.<br />
A major religion (Buddhism) that isn&#8217;t dogmatic and intimidating, but rather about self-fulfillment.</p>
<h3>United States</h3>
<p>Really fast shipping times.<br />
Explicitly stating what you want and acting like you deserve it (borders on assholery, sometimes).<br />
Every minute problem you could have has been productized already and you just need to send someone money.</p>
<h3>India</h3>
<p>Straight dudes not being afraid of physical contact.<br />
People don&#8217;t hold back from expressing enthusiasm.<br />
Indians know how to throw family parties.</p>
<h3>UK</h3>
<p><a href="http://dustinfreeman.org/blog/india-isnt-good-at-bars/">Pub culture</a><br />
At pubs, people order beer in rounds. This is very relaxed and no one worries about having spent more than anyone else.<br />
Amazingly organized transit system; public infrastructure really seems to have its shit together.<br />
Adorable vocabulary (banter, cheeky, cheers, etc.)<br />
Very easy to have conversations with strangers.<br />
British attitude of having your shit together, ready to be a gentleman in any situation.<br />
Pre-cooked but otherwise ready-to-eat meals (i.e. a bag of stirfry) are very common in supermarkets.<br />
I barely saw any urban sprawl: urban and rural space is used very efficiently.</p>
<h2>Here&#8217;s the stuff I dislike</h2>
<h3>Canada</h3>
<p>(nothing, obviously)<br />
In Ontario and other parts of Canada, liquor laws are oddly strict compared to the rest of the world.<br />
Tax and tip not being included in prices is asinine. This was very obvious when I got back from Britain. You don&#8217;t really appreciate how terrible the pay-at-the-end-mental-tip-arithmetic-clusterfuck is until you experience life without it.</p>
<h3>United States</h3>
<p>They worship the car. In 100 years, you will probably be able to drive your car into your office and your bedroom and only leave it then.<br />
Ratrace spirit. Less of a  sense of collective good.<br />
Fox News.</p>
<h3>Southeast Asia</h3>
<p>General 3rd-world asian population density chaos.</p>
<h3>India</h3>
<p>Even more 3rd-world asian population density chaos.<br />
Population that<a href="http://dustinfreeman.org/blog/india-isnt-good-at-bars/"> can&#8217;t handle their booze and/or thinks alcohol is evil</a>.<br />
Somewhat uncomfortable idol worship (i.e. people injuring themselves to try to cure movie stars)<br />
Super-conservative attitudes towards sex.<br />
No cashier ever has change. Ever.</p>
<h3>UK</h3>
<p>Too many road signs everywhere.<br />
The monarchy.<br />
Bars close incredibly early.<br />
Everything is expensive and coins are more heavy than necessary. </p>
<p>(Do you have anything you&#8217;d like to add from your experiences?)</p>
]]></content:encoded>
			<wfw:commentRss>http://dustinfreeman.org/blog/cultural-imports/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
	</item>
		<item>
		<title>Four Bikes</title>
		<link>http://dustinfreeman.org/blog/four-bikes/</link>
		<comments>http://dustinfreeman.org/blog/four-bikes/#comments</comments>
		<pubDate>Sun, 08 May 2011 11:20:21 +0000</pubDate>
		<dc:creator>dustinfreeman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dustinfreeman.org/?p=742</guid>
		<description><![CDATA[Once I moved to my semi-permanent apartment flat on Sleaford Street, the bike each day to Microsoft Research Cambridge was about 20 minutes. There was lots about the unique -ness of Cambridge I wanted to capture, so I got a &#8230; <a href="http://dustinfreeman.org/blog/four-bikes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Once I moved to my semi-permanent <del>apartment</del> flat on Sleaford Street, the bike each day to Microsoft Research Cambridge was about 20 minutes. There was lots about the unique -ness of Cambridge I wanted to capture, so I got a hold of a helmet-mounted camera, and started recording it.</p>
<p>The video shows four rides over identical routes, spanning from February to my last day of work (paper submission day!). I listened to a music mix from a lady friend each day.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/YCqI-HDw4uU?hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/YCqI-HDw4uU?hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Routines cut grooves into the soul. It breaks my mind that so many people have such long, soulless commutes each day. My commute was very nice. I got to propel my body through an interesting area of space. I long ago decided that it will be impossible for me to live anywhere that has a long commute. Impossible.</p>
<p>Commutes and transit are like sex and death in that we don&#8217;t often talk about the shitty details, and we just accept that bad parts as part of life. Fuck that. </p>
]]></content:encoded>
			<wfw:commentRss>http://dustinfreeman.org/blog/four-bikes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Among the English; Travel Lifestyle</title>
		<link>http://dustinfreeman.org/blog/among-the-english-travel-lifestyle/</link>
		<comments>http://dustinfreeman.org/blog/among-the-english-travel-lifestyle/#comments</comments>
		<pubDate>Thu, 05 May 2011 06:06:27 +0000</pubDate>
		<dc:creator>dustinfreeman</dc:creator>
				<category><![CDATA[moments]]></category>

		<guid isPermaLink="false">http://dustinfreeman.org/?p=734</guid>
		<description><![CDATA[Back among the English: [Our bus comes up to our plane from Düsseldorf to Stansted; turns out to be fairly small, props instead of jets] Guy #1: Huh, its a small one. Guy #2: Yes, I was wondering why there &#8230; <a href="http://dustinfreeman.org/blog/among-the-english-travel-lifestyle/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Back among the English:</strong><br />
[Our bus comes up to our plane from Düsseldorf to Stansted; turns out to be fairly small, props instead of jets]<br />
Guy #1: Huh, its a small one.<br />
Guy #2: Yes, I was wondering why there was only 2 to a row when I was picking my seat.<br />
Me: Wait, my seat is 12F, where am I sitting!?<br />
[Laughter]<br />
Guy #3: &#8216;Bet you were wondering why those seats were so cheap!<br />
Guy #2: You&#8217;ll be a wing walker!<br />
Lady #1: Actually, the seats are A,C,D,F.<br />
Me: Phew.</p>
<p>I really missed the banter.</p>
<p><strong>Also: </strong><br />
Someone needs to tell air berlin about the Uncanny Valley. CGI instead of real people for safety instructions is only cool if your 3D actors move their eyes and emote a little. </p>
<p><strong>Also: </strong><br />
The middle-aged guy next to me as I write this is doing sad bastard MBA studying, with its obvious bullet-point memorize-me heuristics. Ugh. I want a single serving friend.</p>
<p><strong>Also: </strong><br />
This is a graph, from memory, of approximately how many flights I&#8217;ve been on, per year. A little bit of this is good, but mostly I spend way too much fucking time in airports<br />
<a href="http://dustinfreeman.org/wp/wp-content/uploads/Flights.png"><img src="http://dustinfreeman.org/wp/wp-content/uploads/Flights.png" alt="" title="Flights" width="350" height="206" class="aligncenter size-full wp-image-737" /></a></p>
<p>Summer resolution 2011: fuck planes. I&#8217;m staying out of them.</p>
]]></content:encoded>
			<wfw:commentRss>http://dustinfreeman.org/blog/among-the-english-travel-lifestyle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://dustinfreeman.org/wp/wp-content/uploads/Flights-150x150.png" />
		<media:content url="http://dustinfreeman.org/wp/wp-content/uploads/Flights.png" medium="image">
			<media:title type="html">Flights</media:title>
			<media:thumbnail url="http://dustinfreeman.org/wp/wp-content/uploads/Flights-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>Travel, Significance, Happiness</title>
		<link>http://dustinfreeman.org/blog/travel-significance-happiness/</link>
		<comments>http://dustinfreeman.org/blog/travel-significance-happiness/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 18:42:54 +0000</pubDate>
		<dc:creator>dustinfreeman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dustinfreeman.org/?p=723</guid>
		<description><![CDATA[I&#8217;ve arrived in Nice, France and I&#8217;m just getting my shit together before I head out for the night. So, I&#8217;ve discovering couchsurfing, and it&#8217;s awesome. If you&#8217;ve traveled and you&#8217;ve never used couch surfing before, you&#8217;re an idiot. I&#8217;ve &#8230; <a href="http://dustinfreeman.org/blog/travel-significance-happiness/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve arrived in Nice, France and I&#8217;m just getting my shit together before I head out for the night.</p>
<p>So, I&#8217;ve discovering couchsurfing, and it&#8217;s awesome. If you&#8217;ve traveled and you&#8217;ve never used couch surfing before, you&#8217;re an idiot. I&#8217;ve seen more of the places I&#8217;ve been, I&#8217;ve stayed in proper houses instead of in shitty dorms or expensive hotels, and my first host wouldn&#8217;t let me buy food for myself. It&#8217;s all awesome.</p>
<p>But traveling alone is getting pretty lonely. These past couple years, I&#8217;ve lived a very bye-guys-see-you-later nomadic lifestyle. Most of this has been awesome, but when I come back, the void I left in my absence has often been stitched together or changed and I don&#8217;t recognize among friends or lovers where I fit in any more. The one benefit to all this is that I&#8217;m becoming nice and worldly and stuff, and have stories to tell that attract new friends and lovers to me. But the places I leave behind change without me.</p>
<p>I&#8217;m very expressive linguistically. Traveling through France (since the 23rd of April) has made me feel semantically lonely. It&#8217;s the same feeling I had when in India, but not as bad. All my human interactions are reduced to struggled half-guesses and gestures. An old woman on the train from Paris to Nice tried to describe to me the significance of a certain mountain range in the distance. We gave up after a few minutes. By that time in Canada, I would have moved on to subtle lewd jokes about the mountain&#8217;s shapes. I miss being able to do that. There&#8217;s a lot of little bits of humour or thoughts bottling themselves up inside and not being able to share them, or having someone to tell me something interesting themselves, sucks. The closer (concentrically) my friend groups are in the Toronto, the more the language between ourselves is specialized, to the point that with friends I&#8217;ve had for years, we don&#8217;t really use sentences or even nouns anymore. Every utterance is a pointer to a portion of a previous conversation and our current conversations are just interesting rearrangements of this iceberg of semantics. We converse with conversations. I really fucking miss that. I saw an improv group in Paris and met a Danish guy there who did longform in English. He talked about how it was frustrating that there weren&#8217;t any Danes there who did improv; he always felt like he was going half-speed.</p>
<p>I&#8217;m currently in the one and only hotel on my trip. A nice jobby with a big bed. Due to a screw up on my part, I didn&#8217;t buy the 96 Euro ticket for the train from Paris to Nice, so I effectively got a free train ride, so I&#8217;m splurging. I also had to shave off my 3-month beard, which was going to be a mess:</p>
<p><a href="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110428_190343.jpg"><img src="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110428_190343-1024x768.jpg" alt="" title="" width="640" height="480" class="aligncenter size-large wp-image-726" /></a></p>
<p><a href="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110428_192406.jpg"><img src="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110428_192406-1024x768.jpg" alt="" title="" width="640" height="480" class="aligncenter size-large wp-image-728" /></a></p>
<p>Sometimes I grow this thing. It gets ginger at the tips, which was surprising and a callback to some recessive genes that express themselves in other parts of my family. I&#8217;ve had enough with dealing with it and decided it had to go. Sometimes we do things that really only affect ourselves to feel better. Shaving the beard was more permanent action, but it made me think how an action can have a symbolic purpose for ourselves. Today, I needed something big to do and shaving off a 3-month-old patch of hair served my needs.</p>
<p>The more I know about the world, the more I like Canada. To be honest, Paris was&#8230;cute but kind of a mess. Its an incredibly old city. The cities I had seen internationally before were all third-world places in South Asia, and the urban planning was all over the place, and they were crazy dense. Paris almost felt like that &#8211; it was strange, and not at all what I expected. It seems that the UK was much cleaner and organized; perhaps because the cities are a little bit younger. Or maybe municipal authorities are more authoritarian. At least it isn&#8217;t the creepy clean of Singapore. </p>
<p>Canada is great and I really do miss it. If I ever had to leave it without a defined plan of return, I&#8217;d probably get a maple leaf tattooed&#8230;somewhere. I know I want to live in a big city, and Toronto is wonderful but it&#8217;s very unlikely that my academic career will keep me there; there&#8217;s too many researchers that do what I do. I&#8217;ve been eyeing Montreal. I could do Vancouver too. Ah, Toronto, it&#8217;s always back and forth with you, isn&#8217;t it? </p>
<p>I think. I think that I&#8217;m looking for some kind of spiritual satisfaction with what I do/where I live. I know I&#8217;m pretty sensitive to commute time and I like places I can walk around. I know I like working by myself or with small groups of people on things that are fascinating and mind blowing and then discussing, after the fact, what we&#8217;ve done and what it means about life and existence and the quest for significance. And I need to be able to experience things that are new. As long as I&#8217;m able to do all that, I&#8217;ll be pretty happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://dustinfreeman.org/blog/travel-significance-happiness/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110428_190343-150x150.jpg" />
		<media:content url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110428_190343.jpg" medium="image">
			<media:title type="html">IMG_20110428_190343</media:title>
			<media:thumbnail url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110428_190343-150x150.jpg" />
		</media:content>
		<media:content url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110428_192406.jpg" medium="image">
			<media:title type="html">IMG_20110428_192406</media:title>
			<media:thumbnail url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110428_192406-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Augmenting Minimalism (Improv)</title>
		<link>http://dustinfreeman.org/blog/augmenting-minimalism-improv/</link>
		<comments>http://dustinfreeman.org/blog/augmenting-minimalism-improv/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 08:28:17 +0000</pubDate>
		<dc:creator>dustinfreeman</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[commentary]]></category>
		<category><![CDATA[improv]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://dustinfreeman.org/?p=717</guid>
		<description><![CDATA[Improv (when I&#8217;m loving it) is the most minimalist art form. Improv tends to be better when we bring only a little bit of ourselves to it; when we plan as little in advance as possible. The best, most honest, &#8230; <a href="http://dustinfreeman.org/blog/augmenting-minimalism-improv/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Improv (when I&#8217;m loving it) is the most minimalist art form.</p>
<p>Improv tends to be better when we bring only a little bit of ourselves to it; when we plan as little in advance as possible. The best, most honest, improv moments are when you stare across the empty void space of the stage into the mutual nothingness of another improvisor doing the same and something from nowhere/somewhere bubbles up and you begin working with it.</p>
<p>We call interesting on-stage accidents &#8220;gifts&#8221; because they add information and colour that nobody expected or forced onto the art.</p>
<p>Handles/Games and props and theatresports can be fun and stuff, but I find them frustrating because they impose an a priori structure or idea on the scene, even just accidentally.</p>
<p><a href="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110329_200518.jpg"><img src="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110329_200518-1024x768.jpg" alt="" title="Improv at The Miller" width="640" height="480" class="aligncenter size-large wp-image-718" /></a></p>
<p>Case in point, I just got back from seeing a show (in London!) with 2 guys on stage and one music guy on keys on the edge of the stage. It was a cool set, with the performer&#8217;s hosting personas blurring into their scene personas, with tangential, sudden transitions between scenes sharing only a common line or idea. The music guy was quite good (he played a little as people came in), even though I feel like he played a little too much during the scenes. I&#8217;m not interested in going on and criticizing this show. However, many of these scenes became <strong>about</strong> the music. Music can be a good accompaniment, or on equal footing with the players in any show. However, some action in the show came to be that way <strong>because</strong> the idea/feeling expressed by the music guy came in the <strong>form</strong> of music. At one point, an argument was breaking out between the players, and duly the music increased in intensity as well. The music guy was fantastic in expressing the mood of the scene (in parallel to us choosing to observe the scene on stage, slightly redundant). But because music, as a form of expression, is naturally rhythmic, the arguing actors began dancing. Completely, inorganically, de-railing the interestingness of the argument. Laughs from the audience at the absurdity of an argument turning into a dance. This happened a few times throughout the show, where the improvisors would implicitly or explicitly respond to the music-ness of the music in a fourth-wall-savvy &#8220;isn&#8217;t this crazy?&#8221; way.</p>
<p>I think the problem is that the form of augmentation to the natural minimalism of improv is overwhelming the normal organic generation of ideas, killing the show.</p>
<p>This is why I don&#8217;t like props or pre-themed shows, or anything with too much structure. I&#8217;m working on a system to <strong>augment</strong> improv, and I&#8217;m trying to do it in a way that lets improvisors express their bubbling ideas better, or in a more interesting way than before, without over-powering the process.</p>
<p>Perhaps the problem is novelty factor. When a thing is <strong>new</strong> to the players or the audience, the natural <a href="http://en.wikipedia.org/wiki/Del_Close">take-everything-insanely-seriously</a> part of the improv will latch onto it and deconstruct it. This leaves us with a husk of a show that isn&#8217;t about anything other than the implicit and explicit choices about the structure of the improv made by the augmentation designer (i.e. me). </p>
<p>Let&#8217;s say I design a system that constantly records the show and lets players bring back old scenes, projected on the stage, and make direct references to them, place them out of content, or reinterpret them. </p>
<p>A good set of improvisors, when first confronted with this system, will use the tools at hand. You&#8217;ll see a show about regret, or misinterpretation of memory, or generational repetition, or people re-writing their version of past events, or how you&#8217;re in love with your doppelganger, or how you&#8217;re fond of the past.</p>
<p>If you have a hammer, then everything looks like a fucking nail. Tell a friend to do an interpretive dance about how they feel today. Tell another friend to do the same, but give them a hammer to hold and I guarantee you the second dance is going to be angrier and some more shit is going to get smashed.</p>
<p>I admire traditional creative tools like the paintbrush or the pencil. They have their pre-imposed difference (&#8220;flowy stuff&#8221; vs. &#8220;sketchy stuff&#8221;), but when you pick up a paintbrush or a pencil, usually the first thing you are <strong>compelled</strong> to make isn&#8217;t a work of art that is <strong>about</strong> painting or sketching.</p>
<p>I want to make a tool that affords new things, but I also want its implications to disappear into the background. It&#8217;s kind of hard to compete with the status quo tool, which is &#8220;nothing&#8221;. So, I&#8217;m working hard on the improv paintbrush.</p>
<p>Hopefully, fans, you&#8217;ll get to see the results of this pondering some time in June/July.</p>
]]></content:encoded>
			<wfw:commentRss>http://dustinfreeman.org/blog/augmenting-minimalism-improv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110329_200518-150x150.jpg" />
		<media:content url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110329_200518.jpg" medium="image">
			<media:title type="html">Improv at The Miller</media:title>
			<media:thumbnail url="http://dustinfreeman.org/wp/wp-content/uploads/IMG_20110329_200518-150x150.jpg" />
		</media:content>
	</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: dustinfreeman.org @ 2012-02-23 05:58:16 -->
