<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.3.1" --><rss 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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" version="2.0">

<channel>
	<title>Integral Fracture</title>
	<link>http://www.integralfracture.com</link>
	<description>My miscellaneous ramblings</description>
	<pubDate>Fri, 14 Mar 2008 06:19:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://www.echrion.com/feed/" type="application/rss+xml" /><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Fwww.echrion.com%2Ffeed%2F" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Fwww.echrion.com%2Ffeed%2F" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Fwww.echrion.com%2Ffeed%2F" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.rojo.com/add-subscription?resource=http%3A%2F%2Fwww.echrion.com%2Ffeed%2F" src="http://blog.rojo.com/RojoWideRed.gif">Subscribe with Rojo</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.bloglines.com/sub/http://www.echrion.com/feed/" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Fwww.echrion.com%2Ffeed%2F" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://fusion.google.com/add?feedurl=http%3A%2F%2Fwww.echrion.com%2Ffeed%2F" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Fwww.echrion.com%2Ffeed%2F" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item>
		<title>Internet Explorer 8 and Postel’s Law</title>
		<link>http://www.integralfracture.com/2008/03/05/internet-explorer-8-and-postels-law</link>
		<comments>http://www.integralfracture.com/2008/03/05/internet-explorer-8-and-postels-law#comments</comments>
		<pubDate>Thu, 06 Mar 2008 02:04:22 +0000</pubDate>
		<dc:creator>Reed</dc:creator>
		
		<category><![CDATA[Software Design]]></category>

		<category><![CDATA[backwards compatibility]]></category>

		<category><![CDATA[browser wars]]></category>

		<category><![CDATA[internet explorer 8]]></category>

		<category><![CDATA[postel's law]]></category>

		<category><![CDATA[quirks mode]]></category>

		<category><![CDATA[robustness principle]]></category>

		<guid isPermaLink="false">http://www.integralfracture.com/2008/03/05/internet-explorer-8-and-postels-law</guid>
		<description><![CDATA[For those of you who aren&#8217;t familiar with Poestal&#8217;s Law, sometimes also known as the robustness principle, it&#8217;s generally phrased somewhat like this in the computing industry:
&#8220;Be liberal in what you accept, and conservative in what you send&#8221;
Generally speaking, this is a great principle to follow in the field of software design, particularly with respect [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:8ba2f5e6a0448409b239f38a611d6b97ac7ae10d'><p>For those of you who aren&#8217;t familiar with <a href="http://en.wikipedia.org/wiki/Postel%27s_Law">Poestal&#8217;s Law</a>, sometimes also known as the robustness principle, it&#8217;s generally phrased somewhat like this in the computing industry:</p>
<blockquote><p>&#8220;Be liberal in what you accept, and conservative in what you send&#8221;</p></blockquote>
<p>Generally speaking, this is a great principle to follow in the field of software design, particularly with respect to distributed systems.  However, there are some very obvious exceptions that we as an industry have discovered the hard way.</p>
<p>The most obvious of these dates back to the <a href="http://en.wikipedia.org/wiki/Browser_wars">browser wars</a> in the late 1990s.  Before then, we realized that writing web pages was going to be difficult for non-technical people.  We thought that by allowing users to write invalid HTML and trying to render it as the user had intended, we would make writing web pages easier for non-technical users.  And for a very brief period of time, we were right.</p>
<p>Unfortunately, the browser wars quickly changed that.  No two browsers had implemented the same strategy for rendering malformed HTML.  In fact, no two browsers had even implemented the same strategy for rendering well-formed HTML.  Technical users now had to test their content on multiple browsers to make sure it looked as expected, in the process hacking around numerous browser shortcomings.  Non-technical users, on the other hand, just tested on their browser of choice.  When they&#8217;d reached a point where it looked fine for them, they assumed it would work for everyone else.  They were often wrong.</p>
<p>Now the software developers who originally decided to adopt Poestal&#8217;s Law realized the extent of their mistake.  By providing a <a href="http://en.wikipedia.org/wiki/Quirks_mode">quirks mode</a> as the default rendering mode, they had given the impression that crazy HTML was perfectly valid, and they couldn&#8217;t change this behaviour without breaking a large number of web pages.  If they had originally used a stricter mode as the default, there would be far fewer web pages broken by a future change.</p>
<p>So what does this have to do with Internet Explorer 8?  Rather a lot.  The IE team has just <a href="http://blogs.msdn.com/ie/archive/2008/03/03/microsoft-s-interoperability-principles-and-ie8.aspx">announced that a standards compliant mode will be the default</a>.  This is a change from their earlier plan to use a backwards-compatible quirks mode as the default.  As far as I&#8217;m concerned, this is the most exciting news I&#8217;ve heard about IE 8, much more exciting than the <a href="http://blogs.msdn.com/ie/archive/2007/12/19/internet-explorer-8-and-acid2-a-milestone.aspx">recent press coverage</a> about <a href="http://en.wikipedia.org/wiki/Acid2">Acid 2</a> support.</p>
<p>This will break a lot of websites, and I&#8217;m sure it will annoy the hell out of many users, at least at first.  Even bearing all that in mind, it&#8217;s still undoubtedly the right thing for Microsoft to do.  Last spring, I <a href="http://www.integralfracture.com/2007/05/27/impressions-of-microsoft">compared maintaining backwards compatibility to running a race wearing a lead vest</a>.  As far as I&#8217;m concerned, IE has taken a giant step towards reducing their backwards compatibility cost, and I applaud their efforts.</p>
<p>I hope that this is a taste of things to come.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/IntegralFracture?a=aOK8v8F"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=aOK8v8F" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=rhN1TPf"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=rhN1TPf" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=RtW7GpF"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=RtW7GpF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=fUvGYof"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=fUvGYof" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.integralfracture.com/2008/03/05/internet-explorer-8-and-postels-law/feed</wfw:commentRss>
		</item>
		<item>
		<title>Success is Obsession</title>
		<link>http://www.integralfracture.com/2008/02/13/success-is-obsession</link>
		<comments>http://www.integralfracture.com/2008/02/13/success-is-obsession#comments</comments>
		<pubDate>Wed, 13 Feb 2008 20:00:24 +0000</pubDate>
		<dc:creator>Reed</dc:creator>
		
		<category><![CDATA[Personal Success]]></category>

		<category><![CDATA[ambition]]></category>

		<category><![CDATA[animal spirits]]></category>

		<category><![CDATA[human nature]]></category>

		<category><![CDATA[john maynard keynes]]></category>

		<category><![CDATA[personality traits]]></category>

		<guid isPermaLink="false">http://www.integralfracture.com/2008/02/13/success-is-obsession</guid>
		<description><![CDATA[I started this post near the end of my fall internship at Microsoft, and never got around to finishing it.  Yesterday&#8217;s Macroeconomics lecture by Larry Smith dealt with similar themes, and because he&#8217;s such a great speaker, and I was finally inspired to finish the post.
What personality traits correlate with future success? Some people claim [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:60f24a533e7e597fd5b84980585615a3148482f9'><p>I started this post near the end of my fall internship at Microsoft, and never got around to finishing it.  Yesterday&#8217;s Macroeconomics lecture by <a href="http://economics.uwaterloo.ca/fac-Smith.html">Larry Smith</a> dealt with similar themes, and because he&#8217;s such a great speaker, and I was finally inspired to finish the post.</p>
<p>What personality traits correlate with future success? Some people claim it&#8217;s organization, time management, intelligence, people skills, or one of any number of other qualities.</p>
<p>Yesterday, in lecture, I was introduced to <a href="http://en.wikipedia.org/wiki/John_Maynard_Keynes">John Maynard Keynes&#8217;</a> answer, &#8220;animal spirits&#8221;.  He doesn&#8217;t literally mean animal spirits, he&#8217;s talking about qualities like ambition, passion:</p>
<blockquote><p>&#8220;Most, probably, of our decisions to do something positive, the full consequences of which will be drawn out over many days to come, can only be taken as the result of animal spirits—a spontaneous urge to action rather than inaction, and not as the outcome of a weighted average of quantitative benefits multiplied by quantitative probabilities.&#8221;</p></blockquote>
<p>History supports this idea.  When you look back at the history of the world, massive technological and economic growth has always been coupled with high levels of ambition and passion within societies. Growth and success are typically driven by desire and human nature, not logic or calculation.</p>
<p>Hearing about this in lecture today reminded me of something <a href="http://www.douglasp.com/blog/">Douglas Purdy</a> told me near the end of my Microsoft internship, in a conversation that lead to my initial draft of this post.  He told me that the quality he looks for in people is passion, or as he put it, people who weren&#8217;t afraid to be consumed in the fires of their creativity.</p>
<p>I couldn&#8217;t agree with him more.  All the people I respect, the people I look up to, have had at least a spark of this quality in them.  They&#8217;re the ones motivated by <a href="http://en.wikipedia.org/wiki/Motivation#Intrinsic_and_extrinsic_motivation">intrinsic factors</a> over money, by cool ideas and the process of creating something new.</p>
<p>There&#8217;s a seed of an idea that&#8217;s been growing in me for the past several months that&#8217;s closely related to this topic.  Success may be all about ambition and passion, but what about those two qualities?  I think that passion and ambition, are both just kinds of obsession.  And, because these are mental qualities, we have a degree of control over them.</p>
<p>If you can learn to create obsession in yourself, then you can be passionate or ambitious about anything.  If you can reign in your obsessions, you&#8217;ll be able to avoid burning out, and take an occasional pause for reflection.</p>
<p>The same idea holds for leadership.  Successful leadership is all about guiding and controlling other people&#8217;s obsessions.  I think that this is what lies at the heart of <a href="http://en.wikipedia.org/wiki/Transformational_leadership">transformation leadership</a>.  History&#8217;s greatest leaders have all been able to inspire their followers to incredible heights of ambition and passion.  Just look at Mahatma Gandhi, Abraham Lincoln, and Winston Churchill, and how they succeeded in inspiring their followers.  If they can create these qualities in others, there&#8217;s no reason we can&#8217;t create them in ourselves.</p>
<p>Don&#8217;t wait for your passion to find you, get out there and create it in yourself!</p>
<p><iframe src="http://en.wikipedia.org/w/index.php?lookitup&amp;title=would%20work%20for%20free%2C%20only%20their%20passion%20insures%20they%27ll%20always%20be%20in%20demand.&amp;printable=yes&amp;css=div#footer,h3#siteSub,div#contentSub%7Bdisplay:none%7Dh1%7Bfont-size:16px%7Da%7Bcolor:blue%21important%7D&amp;xremove=//div%5B@class=%27infobox%20sisterproject%27%5D" style="border: 1px solid black; width: 460px; height: 100%; top: 0px; right: 0px; padding-left: 0px; position: fixed; background-color: white; z-index: 1000; display: none" id="ResultBox0"></iframe></p>
<p><iframe src="http://images.google.com/images?lookitup&amp;svnum=10&amp;hl=en&amp;gbv=2&amp;start=0&amp;q=for&amp;xcrop=//a%5Bimg%5D&amp;css=div%7Bdisplay:none%7Dimg%7Bborder:0%21important%7D&amp;xremove=//a%5B1%5D&amp;eval=ex=/start=%28%5B0-9%5D*%29/;hr=location.href;document.body.innerHTML+=%27%3Ca%20href=%27+hr.replace%28ex,%27start=%27+%28parseInt%28hr.match%28ex%29%5B1%5D,10%29+21%29%29+%27%3ENext%3C/a%3E%27" style="border: 1px solid black; width: 460px; height: 100%; top: 0px; right: 0px; padding-left: 0px; position: fixed; background-color: white; z-index: 1000; display: none" id="ResultBox4"></iframe></p>
<p><iframe src="http://www.answers.com/those?lookitup&amp;css=div.ads,div#headerSection,div#navigationSection,div#footer,table#copyrightTable,p.didYouMean,div#shopping%7Bdisplay:none%21important%7Ddiv#new_left%7Bmargin:0%21important;padding:0%21important%7D" style="border: 1px solid black; width: 460px; height: 100%; top: 0px; right: 0px; padding-left: 0px; position: fixed; background-color: white; z-index: 1000; display: none" id="ResultBox8"></iframe></p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/IntegralFracture?a=xlKdiYE"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=xlKdiYE" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=AE86lIe"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=AE86lIe" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=FDQt1AE"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=FDQt1AE" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=vtTzhxe"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=vtTzhxe" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.integralfracture.com/2008/02/13/success-is-obsession/feed</wfw:commentRss>
		</item>
		<item>
		<title>Updating Copyright Law for the Digital Age</title>
		<link>http://www.integralfracture.com/2007/12/02/updating-copyright-law-for-the-digital-age</link>
		<comments>http://www.integralfracture.com/2007/12/02/updating-copyright-law-for-the-digital-age#comments</comments>
		<pubDate>Sun, 02 Dec 2007 22:06:38 +0000</pubDate>
		<dc:creator>Reed</dc:creator>
		
		<category><![CDATA[Intellectual Property]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[canada]]></category>

		<category><![CDATA[commercial software]]></category>

		<category><![CDATA[intellectual property laws]]></category>

		<category><![CDATA[ip laws]]></category>

		<guid isPermaLink="false">http://www.integralfracture.com/2007/12/02/updating-copyright-law-for-the-digital-age</guid>
		<description><![CDATA[There&#8217;s been lots of talk recently about Canada&#8217;s soon-to-be-proposed copyright law, and like many people, I&#8217;m annoyed.  Of course, I&#8217;m not really worried.  This sort of law has been proposed in Canada in the past, and has been quickly shot down.  I agree that we need to fix our copyright laws, but [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:a256bca9306cebacd7852c73d8d15cb474d1e0b1'><p>There&#8217;s been lots of talk recently about <a href="http://www.michaelgeist.ca/content/view/2419/125/">Canada&#8217;s soon-to-be-proposed copyright law</a>, and like many people, I&#8217;m annoyed.  Of course, I&#8217;m not really worried.  This sort of law has been<a href="http://en.wikipedia.org/wiki/Bill_C-60"> proposed in Canada in the past</a>, and has been quickly shot down.  I agree that we need to fix our copyright laws, but nobody in their right mind thinks the <a href="http://en.wikipedia.org/wiki/Digital_Millennium_Copyright_Act">DMCA</a> is the right direction to be heading.</p>
<p>Don&#8217;t get me wrong.  I&#8217;m not one of the &#8220;intellectual property is evil&#8221; zealots.  Intellectual property laws exist for a very good reason.  These laws help society by providing an incentive for content production, by giving producers a temporary license to exploit it for profit.  As somebody who enjoys content, I think this is a wonderful idea.</p>
<p>Unfortunately, current IP laws are broken in many different ways.  I&#8217;m not going to bother listing them here, because it&#8217;s <a href="http://www.hoboes.com/Mimsy/?ART=9">already</a> <a href="http://www.amazon.com/Innovation-Its-Discontents-Endangering-Progress/dp/069111725X">been</a> <a href="http://righttocreate.blogspot.com/2006/03/broken-windows-broken-patents.html">explained</a> many times.  I&#8217;m more interested in the underlying causes of these problems, one of which is that none of this legislation was created with any understanding for digital media or the computer industry.  For example, without any requirement to eventually release source code, software companies are free to exploit most of their intellectual property indefinitely.</p>
<p>In an attempt to fix this, clever people came up with the idea of <a href="http://www.fsf.org/">free software</a>, and decided to wage war on the commercial software industry.  The problem is that no matter who wins this war, society loses.  If commercial software wins, we&#8217;re stuck with perpetual exploitation of intellectual property, and if free software wins, content producers lose much of their incentive to innovate.</p>
<p>Both sides will try to tell you that their solution is less harmful for society.  I don&#8217;t know which side is right, and frankly, I don&#8217;t care.  This is a <a href="http://en.wikipedia.org/wiki/False_dilemma">false dichotomy</a>.  The right way to solve this problem is to fix intellectual property laws, not fight over which way of exploiting existing laws is better.  Unfortunately, this is a problem that can&#8217;t be fixed until politicians start to understand the digital age.  Lobbying doesn&#8217;t seem to be cutting it, which means that people from our industry are going to have to go into politics.</p>
<p>I know none of us want to do this, but let&#8217;s face it.  It has to be done.</p>
<p>We&#8217;ll all appreciate your sacrifice for the greater good.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/IntegralFracture?a=aT4feyC"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=aT4feyC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=4WM5i1c"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=4WM5i1c" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=sYuBQdC"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=sYuBQdC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=GrAE5Dc"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=GrAE5Dc" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.integralfracture.com/2007/12/02/updating-copyright-law-for-the-digital-age/feed</wfw:commentRss>
		</item>
		<item>
		<title>Domain Migration</title>
		<link>http://www.integralfracture.com/2007/12/01/domain-migration</link>
		<comments>http://www.integralfracture.com/2007/12/01/domain-migration#comments</comments>
		<pubDate>Sat, 01 Dec 2007 21:03:07 +0000</pubDate>
		<dc:creator>Reed</dc:creator>
		
		<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://www.integralfracture.com/2007/12/01/domain-migration</guid>
		<description><![CDATA[I&#8217;ve finally gotten around to fixing the number one complaint I&#8217;ve received regarding this website.  That&#8217;s right, instead of a crazy and impossible to spell domain name, it&#8217;s now going to be hosted at something made up of real words.
I&#8217;ve set up the old domain to forward transparently to the new one, so there should [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:03286406ddc26bf53914e9715d12c9e3a231175c'><p>I&#8217;ve finally gotten around to fixing the number one complaint I&#8217;ve received regarding this website.  That&#8217;s right, instead of a crazy and impossible to spell <a href="http://www.echrion.com/">domain name</a>, it&#8217;s now going to be hosted at <a href="http://www.integralfracture.com/">something made up of real words</a>.</p>
<p>I&#8217;ve set up the old domain to forward transparently to the new one, so there should be minimal problems associated with the move.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/IntegralFracture?a=289e2EC"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=289e2EC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=W0K0Ewc"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=W0K0Ewc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=OEybt4C"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=OEybt4C" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=0nrebpc"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=0nrebpc" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.integralfracture.com/2007/12/01/domain-migration/feed</wfw:commentRss>
		</item>
		<item>
		<title>Server Migration</title>
		<link>http://www.integralfracture.com/2007/09/24/server-migration</link>
		<comments>http://www.integralfracture.com/2007/09/24/server-migration#comments</comments>
		<pubDate>Tue, 25 Sep 2007 02:11:21 +0000</pubDate>
		<dc:creator>Reed</dc:creator>
		
		<category><![CDATA[Hosting]]></category>

		<category><![CDATA[server hosting]]></category>

		<guid isPermaLink="false">http://www.echrion.com/2007/09/24/server-migration/</guid>
		<description><![CDATA[The server hosting this website is going to be upgraded.  As a result, I&#8217;m going to be migrating everything over to a new server over the next week.  The site may go down temporarily as a result.
If you can read this, you&#8217;re connecting to the new server.
Update: Everything has been moved to the [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:169586e766328ff6700ff11dec294daa4cbdfdef'><p>The server hosting this website is going to be upgraded.  As a result, I&#8217;m going to be migrating everything over to a new server over the next week.  The site may go down temporarily as a result.</p>
<p><strong>If you can read this, you&#8217;re connecting to the new server.</strong></p>
<p>Update: Everything has been moved to the new server, but there are still several minor issues to be resolved before everything starts working again.</p>
<p>Update: The <a href="http://gallery.echrion.com/">gallery</a> is back online, along with the <a href="http://git.echrion.com/">published git repositories</a>.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/IntegralFracture?a=etB0zgC"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=etB0zgC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=N0OpLrc"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=N0OpLrc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=Fm8b4FC"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=Fm8b4FC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=rboIVcc"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=rboIVcc" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.integralfracture.com/2007/09/24/server-migration/feed</wfw:commentRss>
		</item>
		<item>
		<title>Back at Microsoft</title>
		<link>http://www.integralfracture.com/2007/09/16/back-at-microsoft</link>
		<comments>http://www.integralfracture.com/2007/09/16/back-at-microsoft#comments</comments>
		<pubDate>Mon, 17 Sep 2007 04:56:25 +0000</pubDate>
		<dc:creator>Reed</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[University]]></category>

		<category><![CDATA[gutsy]]></category>

		<category><![CDATA[internship]]></category>

		<category><![CDATA[software design]]></category>

		<guid isPermaLink="false">http://www.echrion.com/2007/09/16/back-at-microsoft/</guid>
		<description><![CDATA[I&#8217;m back at Microsoft for another internship, and the stuff they&#8217;ve got me working on sounds even more interesting than my project during the last internship.  I&#8217;m very excited to be back, and to actually have free time in the evenings for a change.  It was a very busy school term, and I [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:426dbe9d6053e11112c7cdacacc7afd75c6888d7'><p>I&#8217;m back at Microsoft for another internship, and the stuff they&#8217;ve got me working on sounds even more interesting than my project during the last internship.  I&#8217;m very excited to be back, and to actually have free time in the evenings for a change.  It was a very busy school term, and I didn&#8217;t have much time to keep up with this blog, but now that I (theoretically) have more free time, I&#8217;ll be sure to update it more frequently.</p>
<p>I received good marks in all of my courses, with the exception of Computer Security, which I aced.  The project for Software Design and Architecture also went quite well.  All in all, it was a good term.</p>
<p>Since the end of exams, I&#8217;ve had a bunch of cool experiences that I&#8217;ll hopefully write about later.  I&#8217;m currently trying out <a href="http://www.ubuntu.com/">Ubuntu</a>&#8217;s Gutsy Gibbon, and a <a href="https://bugs.launchpad.net/ubuntu/+source/f-spot/+bug/133425">bug</a> in f-spot, my preferred photo management application, hasn&#8217;t yet been fixed.  I&#8217;ll post my photos online as soon as that bug is resolved, or I get annoyed enough to help fix it or switch to another distribution.</p>
<p>Update: The bug has been fixed.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/IntegralFracture?a=kxoFF8C"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=kxoFF8C" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=kd0jxhc"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=kd0jxhc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=jhsUevC"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=jhsUevC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=zTOBAdc"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=zTOBAdc" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.integralfracture.com/2007/09/16/back-at-microsoft/feed</wfw:commentRss>
		</item>
		<item>
		<title>Impressions of Microsoft</title>
		<link>http://www.integralfracture.com/2007/05/27/impressions-of-microsoft</link>
		<comments>http://www.integralfracture.com/2007/05/27/impressions-of-microsoft#comments</comments>
		<pubDate>Sun, 27 May 2007 19:13:05 +0000</pubDate>
		<dc:creator>Reed</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[Work]]></category>

		<category><![CDATA[corporate culture]]></category>

		<category><![CDATA[internship]]></category>

		<category><![CDATA[management structure]]></category>

		<guid isPermaLink="false">http://www.echrion.com/2007/05/27/impressions-of-microsoft/</guid>
		<description><![CDATA[My internship at Microsoft as a Software Design Engineer ended about a month ago, and now that I&#8217;ve had a chance to let my thoughts and impressions settle, I&#8217;d like to share some of them with you.  In many ways, working at Microsoft was exactly what I&#8217;d expected, but in many other ways it [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:d8a3aaa00a0e91366a8a28fb18fb9b23a2adf038'><p>My internship at Microsoft as a Software Design Engineer<acronym title="Software Design Engineer"></acronym> <a href="http://www.echrion.com/2007/04/27/back-to-school/">ended about a month ago</a>, and now that I&#8217;ve had a chance to let my thoughts and impressions settle, I&#8217;d like to share some of them with you.  In many ways, working at Microsoft was exactly what I&#8217;d expected, but in many other ways it was completely different.</p>
<p>Probably the most unexpected thing I experienced was the high degree of autonomy I had during my internship.  At the start of the internship, my team gave me a high level description of what I&#8217;d be developing, and introduced the the tools, frameworks and technologies I&#8217;d need to use.  Then they had me propose a feature set and general design for the project, and let me loose to work on it.  I&#8217;m not sure how similar this experience is to what other interns typically experience, but I really enjoyed it.</p>
<p>Another thing about Microsoft that surprised me was how vertical their management structure was.  In hindsight it makes perfect sense. Microsoft is such a big company that they need to have lots of layers of management, or nobody will be able to keep track of their direct reports.  Not to mention that with thousands of software developers employed, you have to provide a variety of career paths or you won&#8217;t keep your employees for an extended period of time.  This has a side effect of insulating developers from upper management and other developers, to a degree.  In many ways, this is a great thing to have, because it helps to minimize sources of potential distraction. The unfortunate consequence of this is that it&#8217;s very hard to get a feeling for the corporate culture in other areas of the company, areas where your chosen career path might eventually lead.</p>
<p>I expected Microsoft to be a monoculture, and it was, if not to the degree I had anticipated.  I think this is probably one of Microsoft&#8217;s biggest weaknesses.  In my experience, making difficult or innovative design choices gets easier if you&#8217;re familiar with different solution approaches in the problem domain, particularly ones that haven&#8217;t caught on widely yet and ones that have failed in the past.  Personally, I think it&#8217;s far more important for employers to consider a potential employee&#8217;s exposure to a variety of development methodologies, user interface styles and programming paradigms than it is to require proficiency in the latest language of the month.  It&#8217;s hard enough to be innovative if you&#8217;re already familiar with the bleeding edge of technology.</p>
<p>Finally, I was surprised by how much design effort was focused on avoiding the future need to break backwards compatibility.  Personally, I&#8217;m of the opinion that breaking backwards compatibility isn&#8217;t something you should try to avoid; rather, you should try to avoid introducing any bugs into your code at all stages of the software development lifecycle.  I can understand why software developers worry about it so much, because breaking backwards compatibility can annoy your users and maybe even open you up to litigation. The way I look at it, trying to avoid breaking backwards compatibility discourages and slows innovation and improvement.  It&#8217;s like taking a sprinter, and making him wear a lead vest.  Sure, he&#8217;s less likely to be shot, but if people are shooting at him it&#8217;s probably better to address that underlying problem directly.</p>
<p>I still think Microsoft has a long way to go in improving their software, but they&#8217;re surprisingly aware of their problem areas and are continuing to make progress.  As far as I&#8217;m concerned, that&#8217;s fine; they certainly aren&#8217;t alone in having room for improvement. The field of software development is still in its infancy, so it&#8217;s not at all surprising that there&#8217;s lots of room left for improvement.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/IntegralFracture?a=roRCi7C"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=roRCi7C" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=8fRl5Kc"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=8fRl5Kc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=7hsYBUC"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=7hsYBUC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=fPzDfnc"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=fPzDfnc" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.integralfracture.com/2007/05/27/impressions-of-microsoft/feed</wfw:commentRss>
		</item>
		<item>
		<title>Help with Translation</title>
		<link>http://www.integralfracture.com/2007/05/14/help-with-translation</link>
		<comments>http://www.integralfracture.com/2007/05/14/help-with-translation#comments</comments>
		<pubDate>Mon, 14 May 2007 19:12:09 +0000</pubDate>
		<dc:creator>Reed</dc:creator>
		
		<category><![CDATA[Hobbies]]></category>

		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.echrion.com/2007/05/14/help-with-translation/</guid>
		<description><![CDATA[Once upon a time, my father was given a piece of Japanese calligraphy by a family friend.  He&#8217;s since forgotten what it means.  Does anyone know what it says?



&#160;
On another note, I&#8217;ve figured out how to get Gallery to put all my reasonably good photographs in a single album.
Update: Here&#8217;s a translation, courtesy [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:9b484884cff9b6623702b65b2f24748e8eec9ccc'><p>Once upon a time, my father was given a piece of Japanese calligraphy by a family friend.  He&#8217;s since forgotten what it means.  Does anyone know what it says?</p>
<p class="g2image_centered">
<div class="wpg2tag-image"><a href="http://gallery.integralfracture.com/main.php?g2_itemId=2237" title="imgp0055"><img src="http://gallery.integralfracture.com/main.php?g2_view=core.DownloadItem&amp;g2_itemId=2238&amp;g2_serialNumber=3" width="266" height="400" id="IFid2" class="ImageFrame_none" alt="imgp0055"/></a></div>
</p>
<p class="g2image_centered">&nbsp;</p>
<p class="g2image_centered">On another note, I&#8217;ve figured out how to get <a href="http://gallery.menalto.com/">Gallery</a> to put all my reasonably good photographs in a <a href="http://gallery.echrion.com/key/Favourites">single album</a>.</p>
<p class="g2image_centered">Update: Here&#8217;s a translation, courtesy of Jenny:</p>
<blockquote><p><tt>Written in Chinese characters, it says &#8220;Setsu-getsu-ka&#8221;, which when  </tt><tt>literally translated means &#8220;Snow, Moon, Flower&#8221;. However it is a  </tt><tt>Japanese traditional saying synonymous for the four season&#8217;s greatest </tt><tt>things. Its origin can be found in China. A notable Chinese poet, <a href="http://en.wikipedia.org/wiki/Bai_Juyi">Bai  </a></tt><tt><a href="http://en.wikipedia.org/wiki/Bai_Juyi">Ju-Yi</a> (772-846 AD) in <a href="http://en.wikipedia.org/wiki/Tang_Dynasty">Tang dynasty</a> (618-907 AD) first used this phrase  </tt><tt>in his poem, which was well-known by the Japanese aristocrats of the </tt><tt><a href="http://en.wikipedia.org/wiki/Heian_period">Heian period</a> (794-1192 AD).</tt></p></blockquote>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/IntegralFracture?a=2Izrl1C"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=2Izrl1C" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=ZjWnGUc"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=ZjWnGUc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=dRYEjEC"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=dRYEjEC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=zYuRQSc"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=zYuRQSc" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.integralfracture.com/2007/05/14/help-with-translation/feed</wfw:commentRss>
		</item>
		<item>
		<title>First Week Back at School</title>
		<link>http://www.integralfracture.com/2007/05/03/first-week-back-at-school</link>
		<comments>http://www.integralfracture.com/2007/05/03/first-week-back-at-school#comments</comments>
		<pubDate>Thu, 03 May 2007 18:22:55 +0000</pubDate>
		<dc:creator>Reed</dc:creator>
		
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">http://www.echrion.com/2007/05/03/first-week-back-at-school/</guid>
		<description><![CDATA[I&#8217;m nearly done the first week back at school, and so far I&#8217;ve been very pleasently surprised.  Two of my professors look like they&#8217;ll be very good, and two of the others have quite a bit of potential.  If things go well, this will be a record breaking semester in terms of professor [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:6ef4ac71a83d5e887d52f7ec3fd0999b780d0a40'><p>I&#8217;m nearly done the first week back at school, and so far I&#8217;ve been very pleasently surprised.  Two of my professors look like they&#8217;ll be very good, and two of the others have quite a bit of potential.  If things go well, this will be a record breaking semester in terms of professor quality.  It&#8217;s also looking like this term will be more focused on software development than on writing, which is also a nice change from last semester.  At any rate, I&#8217;m actually looking forward to it.</p>
<p>I&#8217;ve also started my workterm report, although I probably haven&#8217;t written as much of it as I should have by this point.  On the bright side, I don&#8217;t think my topic will be too hard to write about, and it&#8217;ll all be over one way or the other by Tuesday next week</p>
<p>In case anyone else in my <a href="http://www.softeng.uwaterloo.ca/">Software Engineering program</a> happens to read this, I use a modified version of <a href="http://www.law.yi.org/~sfllaw/">Simon Law</a>&#8217;s <a href="http://www.law.yi.org/~sfllaw/programs/uw-ece-workreport/">uw-wkrpt</a> <a href="http://www.latex-project.org/">LaTeX</a> template for my workterm reports.  I&#8217;ve <a href="http://git.echrion.com/?p=uw-wkrpt.git;a=summary">uploaded a copy of my template</a>, in case it turns out to be of use to anyone else.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/IntegralFracture?a=9JwgFPC"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=9JwgFPC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=vqjqCVc"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=vqjqCVc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=BPvDCqC"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=BPvDCqC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=F7vtZyc"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=F7vtZyc" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.integralfracture.com/2007/05/03/first-week-back-at-school/feed</wfw:commentRss>
		</item>
		<item>
		<title>Back to School</title>
		<link>http://www.integralfracture.com/2007/04/27/back-to-school</link>
		<comments>http://www.integralfracture.com/2007/04/27/back-to-school#comments</comments>
		<pubDate>Sat, 28 Apr 2007 06:19:49 +0000</pubDate>
		<dc:creator>Reed</dc:creator>
		
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">http://www.echrion.com/2007/04/27/back-to-school/</guid>
		<description><![CDATA[Today was the last day of my internship, and I&#8217;ve got to say, it&#8217;s been a great experience.  It&#8217;s been very interesting to see firsthand what Microsoft is like from the inside.  Not to mention that the work has been interesting and challenging.
Unfortunately, it&#8217;s time for me to go back to school for [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:9be6fb802f0312f97409d48e5eaac1b87adb7ae5'><p>Today was the last day of my internship, and I&#8217;ve got to say, it&#8217;s been a great experience.  It&#8217;s been very interesting to see firsthand what <a href="http://www.microsoft.com/">Microsoft</a> is like from the inside.  Not to mention that the work has been interesting and challenging.</p>
<p>Unfortunately, it&#8217;s time for me to go back to <a href="http://www.uwaterloo.ca/">school</a> for another four months.  I fly back to Ontario on Sunday, and the first day of classes is Tuesday.  I also need to get started on writing my <a href="http://www.softeng.uwaterloo.ca/Current/work_report_guidelines.htm">workterm report</a>, although I think the topic I&#8217;ve picked should be fairly easy to write about.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/IntegralFracture?a=b64UmKC"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=b64UmKC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=HSKLluc"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=HSKLluc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=hVmQWbC"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=hVmQWbC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/IntegralFracture?a=yIrA5ic"><img src="http://feeds.feedburner.com/~f/IntegralFracture?i=yIrA5ic" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.integralfracture.com/2007/04/27/back-to-school/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
