<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Beautiful Discovery</title>
	<atom:link href="http://beautifuldiscovery.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://beautifuldiscovery.wordpress.com</link>
	<description>Looking for something amazing...</description>
	<lastBuildDate>Wed, 08 Jun 2011 05:55:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='beautifuldiscovery.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Beautiful Discovery</title>
		<link>http://beautifuldiscovery.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://beautifuldiscovery.wordpress.com/osd.xml" title="Beautiful Discovery" />
	<atom:link rel='hub' href='http://beautifuldiscovery.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Strange ClassCastException with AsyncTask</title>
		<link>http://beautifuldiscovery.wordpress.com/2011/03/17/strange-classcastexception-with-asynctask/</link>
		<comments>http://beautifuldiscovery.wordpress.com/2011/03/17/strange-classcastexception-with-asynctask/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 00:12:23 +0000</pubDate>
		<dc:creator>wanderer99</dc:creator>
				<category><![CDATA[android]]></category>

		<guid isPermaLink="false">http://beautifuldiscovery.wordpress.com/?p=296</guid>
		<description><![CDATA[I was getting a pretty strange ClassCastException when calling execute on an AsyncTask. The exception was supposedly occurring at line 1 of the source file but this is impossible as line 1 is the package statement. The exception was being raised when the background thread called the doInBackground method which I then redirected to another [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=296&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was getting a pretty strange <code>ClassCastException</code> when calling execute on an <code>AsyncTask</code>. The exception was supposedly occurring at line 1 of the source file but this is impossible as line 1 is the package statement. The exception was being raised when the background thread called the <code>doInBackground</code> method which I then redirected to another method called <code>doInBackground</code>. The result was <code>java.lang.ClassCastException: [Ljava.lang.Object;</code>. That funny shaped class is, I'm pretty sure, the <code>Object[]</code> class.</p>
<p>After some digging I realized that this exception was happening because I was calling <code>execute</code> on a non-typesafe reference to an AsyncTask ie the reference had no generic parameters. I don&#8217;t think this <em>should</em> raise an exception but it looks like the Dalvik VM doesn&#8217;t like it. Alas. If you run into the same problem just make sure you&#8217;re calling <code>execute</code> on a type-safe reference.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beautifuldiscovery.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beautifuldiscovery.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beautifuldiscovery.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beautifuldiscovery.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beautifuldiscovery.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beautifuldiscovery.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beautifuldiscovery.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beautifuldiscovery.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beautifuldiscovery.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beautifuldiscovery.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beautifuldiscovery.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beautifuldiscovery.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beautifuldiscovery.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beautifuldiscovery.wordpress.com/296/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=296&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beautifuldiscovery.wordpress.com/2011/03/17/strange-classcastexception-with-asynctask/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98a524d717ea02daaf7b6c649db4714c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wanderer99</media:title>
		</media:content>
	</item>
		<item>
		<title>SVN Connectors for Eclipse 3.5 (Galileo)</title>
		<link>http://beautifuldiscovery.wordpress.com/2011/03/09/svn-connectors-for-eclipse-3-5-galileo/</link>
		<comments>http://beautifuldiscovery.wordpress.com/2011/03/09/svn-connectors-for-eclipse-3-5-galileo/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 03:31:16 +0000</pubDate>
		<dc:creator>wanderer99</dc:creator>
				<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://beautifuldiscovery.wordpress.com/?p=294</guid>
		<description><![CDATA[On a further note from the previous post, once you downgrade to Eclipse 3.5 you&#8217;ll likely want to install Subversive and the SVN connectors. Subversive is selectable from the Galileo update site and the SVN connectors for Galileo can be found at http://community.polarion.com/projects/subversive/download/eclipse/2.0/galileo-site/. (This should be obvious from the documentation but the documentation is very [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=294&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On a further note from the <a href="http://beautifuldiscovery.wordpress.com/2011/03/05/eclipse-3-6-and-adt/">previous post</a>, once you downgrade to Eclipse 3.5 you&#8217;ll likely want to install Subversive and the SVN connectors. Subversive is selectable from the Galileo update site and the SVN connectors for Galileo can be found at <a href="http://community.polarion.com/projects/subversive/download/eclipse/2.0/galileo-site/">http://community.polarion.com/projects/subversive/download/eclipse/2.0/galileo-site/</a>.</p>
<p>(This should be obvious from the documentation but the documentation is very poorly organized.)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beautifuldiscovery.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beautifuldiscovery.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beautifuldiscovery.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beautifuldiscovery.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beautifuldiscovery.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beautifuldiscovery.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beautifuldiscovery.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beautifuldiscovery.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beautifuldiscovery.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beautifuldiscovery.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beautifuldiscovery.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beautifuldiscovery.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beautifuldiscovery.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beautifuldiscovery.wordpress.com/294/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=294&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beautifuldiscovery.wordpress.com/2011/03/09/svn-connectors-for-eclipse-3-5-galileo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98a524d717ea02daaf7b6c649db4714c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wanderer99</media:title>
		</media:content>
	</item>
		<item>
		<title>Eclipse 3.6 and ADT</title>
		<link>http://beautifuldiscovery.wordpress.com/2011/03/05/eclipse-3-6-and-adt/</link>
		<comments>http://beautifuldiscovery.wordpress.com/2011/03/05/eclipse-3-6-and-adt/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 23:42:29 +0000</pubDate>
		<dc:creator>wanderer99</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://beautifuldiscovery.wordpress.com/?p=291</guid>
		<description><![CDATA[Yeah, it doesn&#8217;t work. Eclipse 3.6 with the ADT (Android Development Toolkit?) will frequently freeze and occasionally crash. Not sure why this is &#8212; as the author of several Eclipse plugins I can&#8217;t possibly imagine what a plugin could do to generate such behavior &#8212; but that&#8217;s the way it is&#8230; for your own sanity [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=291&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yeah, it doesn&#8217;t work. Eclipse 3.6 with the ADT (Android Development Toolkit?) will frequently freeze and occasionally crash.  Not sure why this is &#8212; as the author of several Eclipse plugins I can&#8217;t possibly imagine what a plugin could do to generate such behavior &#8212; but that&#8217;s the way it is&#8230; for your own sanity I strongly recommend downgrading to Eclipse 3.5 (Galileo!) in which all these problems disappear.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beautifuldiscovery.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beautifuldiscovery.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beautifuldiscovery.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beautifuldiscovery.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beautifuldiscovery.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beautifuldiscovery.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beautifuldiscovery.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beautifuldiscovery.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beautifuldiscovery.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beautifuldiscovery.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beautifuldiscovery.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beautifuldiscovery.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beautifuldiscovery.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beautifuldiscovery.wordpress.com/291/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=291&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beautifuldiscovery.wordpress.com/2011/03/05/eclipse-3-6-and-adt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98a524d717ea02daaf7b6c649db4714c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wanderer99</media:title>
		</media:content>
	</item>
		<item>
		<title>Git and Egit</title>
		<link>http://beautifuldiscovery.wordpress.com/2010/11/09/git-and-egit/</link>
		<comments>http://beautifuldiscovery.wordpress.com/2010/11/09/git-and-egit/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 00:45:23 +0000</pubDate>
		<dc:creator>wanderer99</dc:creator>
				<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://beautifuldiscovery.wordpress.com/?p=288</guid>
		<description><![CDATA[If you followed the previous instructions on how to set up gitosis on Ubuntu you may also be curious how to make it work with Egit, the Eclipse git plugin. I was a bit confounded by this &#8212; Egit doesn&#8217;t have exactly the most intuitive UI &#8212; but after a bit of digging I discovered [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=288&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you followed the <a href="http://beautifuldiscovery.wordpress.com/2010/09/04/git-on-ubuntu-with-a-windows-client/">previous instructions on how to set up gitosis on Ubuntu</a> you may also be curious how to make it work with <a href="http://www.eclipse.org/egit/">Egit</a>, the Eclipse git plugin. I was a bit confounded by this &#8212; Egit doesn&#8217;t have exactly the most intuitive UI &#8212; but after a bit of digging I discovered that it&#8217;s simply a matter of telling Egit where to find your SSH private key and setting up a <code>.ssh/config</code> file. This is described in <a href="http://lists.zerezo.com/git/msg694017.html">Re: egit and RSA keys for SSH</a>. Once this is done Egit will still prompt you for a password if your private key is configured with a password&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beautifuldiscovery.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beautifuldiscovery.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beautifuldiscovery.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beautifuldiscovery.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beautifuldiscovery.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beautifuldiscovery.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beautifuldiscovery.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beautifuldiscovery.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beautifuldiscovery.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beautifuldiscovery.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beautifuldiscovery.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beautifuldiscovery.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beautifuldiscovery.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beautifuldiscovery.wordpress.com/288/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=288&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beautifuldiscovery.wordpress.com/2010/11/09/git-and-egit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98a524d717ea02daaf7b6c649db4714c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wanderer99</media:title>
		</media:content>
	</item>
		<item>
		<title>Links</title>
		<link>http://beautifuldiscovery.wordpress.com/2010/09/11/links-76/</link>
		<comments>http://beautifuldiscovery.wordpress.com/2010/09/11/links-76/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 23:03:33 +0000</pubDate>
		<dc:creator>wanderer99</dc:creator>
				<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://beautifuldiscovery.wordpress.com/?p=286</guid>
		<description><![CDATA[TV is a Dinosaur, The Internet is a Meteor, Google TV is the Fallout Strangely enough, TV probably won&#8217;t die, not for a very long time at least. But we will see something new, a big screen that isn&#8217;t so much a receiver as it is a browser. In a way this TV-as-browser will just [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=286&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://singularityhub.com/2010/09/09/tv-is-a-dinosaur-the-internet-is-a-meteor-google-tv-is-the-fallout/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+SingularityHub+(Singularity+Hub)"><br />
TV is a Dinosaur, The Internet is a Meteor, Google TV is the Fallout</a><br />
Strangely enough, TV probably won&#8217;t die, not for a very long time at least. But we will see something new, a big screen that isn&#8217;t so much a receiver as it is a browser. In a way this TV-as-browser will just be what Cable should&#8217;ve been all along.</p>
<p><a href="http://www.somebits.com/weblog/tech/bad/stop-making-social-networks-facebook-won.html">Stop making social networks, Facebook won</a><br />
Frankly I don&#8217;t think Facebook has done much of anything beyond building a very good email client. In the big picture this is just not terribly interesting.</p>
<p><a href="http://www.thebuzzmedia.com/digg-v4-troubles-are-symptom-of-a-bigger-problem/">Digg v4 Troubles are Symptom of a Bigger Problem</a><br />
Some surprisingly conservative, old-media thinking comes out of the folks at Digg.</p>
<p><a href="http://www.reddit.com/r/programming/comments/dbhd5/micro_instances_for_amazon_ec2_announced/">Micro Instances for Amazon EC2 announced!</a><br />
$15/mo is pretty impressive for that much ram and I suspect this price will only come down. I guess cheap personal servers are coming, just not in the form that anybody imagined.</p>
<p><a href="http://daringfireball.net/2010/09/app_store_guidelines">A Taste of What’s New in the Updated App Store License Agreement and New Review Guidelines</a><br />
It&#8217;s a start though I very much doubt Apple can give up its controlling, bullying ways. At least not this easily.</p>
<p><a href="http://scripting.com/stories/2010/09/08/checkingInWithFacebook.html">Checking in with Facebook</a><br />
It&#8217;s difficult to see checking in as a positive thing but, I guess, in another light, perhaps it&#8217;s just another kind of publishing.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beautifuldiscovery.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beautifuldiscovery.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beautifuldiscovery.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beautifuldiscovery.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beautifuldiscovery.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beautifuldiscovery.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beautifuldiscovery.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beautifuldiscovery.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beautifuldiscovery.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beautifuldiscovery.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beautifuldiscovery.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beautifuldiscovery.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beautifuldiscovery.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beautifuldiscovery.wordpress.com/286/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=286&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beautifuldiscovery.wordpress.com/2010/09/11/links-76/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98a524d717ea02daaf7b6c649db4714c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wanderer99</media:title>
		</media:content>
	</item>
		<item>
		<title>Complexity and Grendel</title>
		<link>http://beautifuldiscovery.wordpress.com/2010/09/08/complexity-and-grendel/</link>
		<comments>http://beautifuldiscovery.wordpress.com/2010/09/08/complexity-and-grendel/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 02:06:41 +0000</pubDate>
		<dc:creator>wanderer99</dc:creator>
				<category><![CDATA[software engineering]]></category>

		<guid isPermaLink="false">http://beautifuldiscovery.wordpress.com/?p=284</guid>
		<description><![CDATA[Is complexity the key problem? It&#8217;s somewhat difficult to believe. Frankly, most software systems out there simply aren&#8217;t that complex. Taking stuff out of the database and then putting it back is hardly brain surgery. Let&#8217;s face it: kids could do it. And even the most complicated systems aren&#8217;t all that complex. There&#8217;s an important [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=284&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Is complexity the <a href="http://blog.headspin.com/?p=274">key problem</a>?</p>
<p>It&#8217;s somewhat difficult to believe. Frankly, most software systems out there simply aren&#8217;t that complex. Taking stuff out of the database and then putting it back is hardly brain surgery. Let&#8217;s face it: kids could do it.</p>
<p>And even the most complicated systems aren&#8217;t all that <em>complex</em>. There&#8217;s an <a href="http://smartpei.typepad.com/robert_patersons_weblog/2006/11/more_on_complex.html">important distinction between complex and complicated</a> and while large software systems may be complicated as they involve many moving parts, integration points, and failure scenarios they are hardly complex like the weather or women and other phenomena that are truly unknowable and uncontrollable.</p>
<p>I&#8217;ve seen systems that are horribly difficult to understand and maintain but ultimately all of their behavior was fully captured in a precise set of computer instructions and this made it only a matter of time (sometimes months) before they could be handled.</p>
<p>And if complexity really was such a big problem you&#8217;d have to ask &#8212; well who&#8217;s fault at that? If software engineers are continually taking on more complexity than they can handle well, then, maybe they should stop doing that. Where&#8217;s the backlash, the drive for simplicity?</p>
<p>Perhaps &#8220;complexity&#8221; is just a code word, a vague way of admitting ignorance. And one does wonder what the programmers of the future who, undoubtedly, will be working on vastly more complicated systems, will think of such modern cries against complexity.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beautifuldiscovery.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beautifuldiscovery.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beautifuldiscovery.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beautifuldiscovery.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beautifuldiscovery.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beautifuldiscovery.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beautifuldiscovery.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beautifuldiscovery.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beautifuldiscovery.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beautifuldiscovery.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beautifuldiscovery.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beautifuldiscovery.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beautifuldiscovery.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beautifuldiscovery.wordpress.com/284/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=284&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beautifuldiscovery.wordpress.com/2010/09/08/complexity-and-grendel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98a524d717ea02daaf7b6c649db4714c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wanderer99</media:title>
		</media:content>
	</item>
		<item>
		<title>Links</title>
		<link>http://beautifuldiscovery.wordpress.com/2010/09/08/links-75/</link>
		<comments>http://beautifuldiscovery.wordpress.com/2010/09/08/links-75/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 01:50:40 +0000</pubDate>
		<dc:creator>wanderer99</dc:creator>
				<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://beautifuldiscovery.wordpress.com/?p=282</guid>
		<description><![CDATA[Scaling OpenJPA applications with Slice It&#8217;s an interesting idea but at that point you have to wonder if it&#8217;s time to revisit some basic architectural assumptions. I&#8217;d assume that this sort of abstraction would hardly be transparent after all&#8230; Simplicity Is Highly Overrated Questionable anecdotal &#8220;evidence&#8221; aside I don&#8217;t buy into the simplicity vs flexibility [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=282&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ibm.com/developerworks/opensource/library/os-openjpa/index.html?S_TACT=105AGX01&amp;S_CMP=HP">Scaling OpenJPA applications with Slice</a><br />
It&#8217;s an interesting idea but at that point you have to wonder if it&#8217;s time to revisit some basic architectural assumptions. I&#8217;d assume that this sort of abstraction would hardly be transparent after all&#8230;</p>
<p><a href="http://www.jnd.org/dn.mss/simplicity_is_highly.html">Simplicity Is Highly Overrated</a><br />
Questionable anecdotal &#8220;evidence&#8221; aside I don&#8217;t buy into the simplicity vs flexibility distinction. In the most successful systems simplicity and flexibility drive one another.</p>
<p><a href="http://www.itsbeach.com/blog/2010/08/developing-for-android.html">Developing for Android</a><br />
It&#8217;s somewhat charming to see people harp on user experience so much&#8230; but really, would the iPhone have gone anywhere if it hadn&#8217;t had a great browser? I don&#8217;t think user experience is nearly that important.</p>
<p><a href="http://blog.headspin.com/?p=274">Some random thoughts on programming</a><br />
Perhaps complexity isn&#8217;t the problem. If complexity was the problem then one would expect that software systems developed today would be less successful than those developed in the past. Is that really the case?</p>
<p><a href="http://lambda-the-ultimate.org/node/4070">Is Transactional Programming Actually Easier?</a><br />
It makes a lot of sense. It&#8217;s not so much that transactions are easier to understand than locks &#8212; they&#8217;re likely not &#8212; it&#8217;s that they&#8217;re simply more <em>composable</em>.</p>
<p><a href="http://blogs.sun.com/mr/entry/rethinking_jdk7">Re-thinking JDK 7</a><br />
It&#8217;s not even really a debate. Waiting another 2 years would be disastrous.</p>
<p><a href="http://techcrunch.com/2010/09/07/digg-struggles-vp-engineering-door/">As Digg Struggles, VP Of Engineering Is Shown The Door</a><br />
I find it very strange that a company like Digg couldn&#8217;t do sufficient load testing to get some idea of their scaling requirements. Heck, what else are these web mega-sites good for?</p>
<p><a href="http://code.mixpanel.com/openvpn-in-the-rackspace-cloud/">Secure your codebase: OpenVPN in the (Rackspace) Cloud</a><br />
Good to know. Will need to play around with OpenVPN one of these days.</p>
<p><a href="http://labs.trolltech.com/blogs/2010/09/08/state-of-html5-canvas-in-qtwebkit/">State of HTML5 canvas in QtWebKit</a><br />
It&#8217;s great to see the Qt guys continuing to innovate so relentlessly. If only somebody had done this with desktop Java&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beautifuldiscovery.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beautifuldiscovery.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beautifuldiscovery.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beautifuldiscovery.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beautifuldiscovery.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beautifuldiscovery.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beautifuldiscovery.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beautifuldiscovery.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beautifuldiscovery.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beautifuldiscovery.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beautifuldiscovery.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beautifuldiscovery.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beautifuldiscovery.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beautifuldiscovery.wordpress.com/282/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=282&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beautifuldiscovery.wordpress.com/2010/09/08/links-75/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98a524d717ea02daaf7b6c649db4714c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wanderer99</media:title>
		</media:content>
	</item>
		<item>
		<title>Git on Ubuntu with a Windows Client</title>
		<link>http://beautifuldiscovery.wordpress.com/2010/09/04/git-on-ubuntu-with-a-windows-client/</link>
		<comments>http://beautifuldiscovery.wordpress.com/2010/09/04/git-on-ubuntu-with-a-windows-client/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 05:02:43 +0000</pubDate>
		<dc:creator>wanderer99</dc:creator>
				<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://beautifuldiscovery.wordpress.com/?p=280</guid>
		<description><![CDATA[If you happen to have a decent Linux VPS lying around you might get it into your head to set up your own private git repository to stash your various writings, recipes, world domination plans, and the occassional LOLcats picture. This is a bit easier said than done so I thought I&#8217;d take a moment [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=280&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you happen to have a <a href="http://linode.org/">decent Linux VPS</a> lying around you might get it into your head to set up your own private <a href="http://book.git-scm.com/">git repository</a> to stash your various writings, recipes, world domination plans, and the occassional LOLcats picture. This is a bit easier said than done so I thought I&#8217;d take a moment to document my own efforts.</p>
<p>I&#8217;m assuming that you have an Ubuntu server and a Windows client. The first step is to get git installed on the server. But before this can be done you&#8217;ll need to generate a SSH keypair. See the <a href="https://help.ubuntu.com/community/SSH/OpenSSH/Keys#Generating+RSA+Keys">Ubuntu SSH keys tutorial</a> for how to do this and once you&#8217;ve done so use <a href="http://winscp.net/eng/index.php">WinSCP</a> to grab a copy of your private key (the one that doesn&#8217;t end in <code>.pub</code>) and stash it in the <code>C:\Documents and Settings\$USER\.ssh</code> directory.</p>
<p>Now you can go ahead and <a href="https://help.ubuntu.com/community/Git">install git and gitosis on your Ubuntu box</a>. Be sure to initialize gitosis using the correct public key. Also note that gitosis may store your public key in a file named <code>$USER@$HOST.pub</code> in its <code>keydir</code> directory. This will only cause problems later so rename it to simply <code>$USER.pub</code>. You&#8217;ll also need to modify, commit and push <code>gitosis.conf</code> to refer simply to your username.</p>
<p>Now create a new repository in gitosis. Make sure you run the mysterious <code>git remote add origin gitosis@$HOST:$PROJECT.git</code> command and make sure you can then push the new origin to the remote master. You should now be able to modify, commit and push on the server. It&#8217;s time to setup the Windows client.</p>
<p>Install <a href="http://code.google.com/p/msysgit/">msysgit</a> on your Windows box. The net install can be very flaky. If it breaks on you just delete the <code>C:\msysgit</code> directory and run the full install.</p>
<p>Now install <a href="http://code.google.com/p/tortoisegit/">Tortoise Git</a>. When you do, as noted <a href="http://theswarmintelligence.blogspot.com/2009/11/windows-tortoisegit-client-for-linux.html">here</a>, be sure to tell Tortoise Git to use the <code>OpenSSH, Git default SSH Client</code> and <strong>not</strong> TortoisePLink.</p>
<p>Now you can go ahead and clone the repo you created on the server using Tortoise Git. The repo URL will be of the form <code>gitosis@$HOST:$PROJECT</code>. Note that unlike the Linux git client, Tortoise Git doesn&#8217;t seem to like it when you add a <code>.git</code> to the end of the repo name. Also note that the username is <code>gitosis</code>. Technically you could use other usernames here, like your own, but then you won&#8217;t be able to share the repo.</p>
<p>Make some changes in the repo and commit. But if you try to push your changes back to the master you&#8217;ll get a very strange error message telling you you&#8217;ve already checked out the &#8216;master&#8217; branch. In fact you have: on the server, when you initially created the repo. To fix this you&#8217;ll need to <a href="http://stackoverflow.com/questions/2816369/git-push-error-remote-rejected-master-master-branch-is-currently-checked-ou">convert the repo on the server to a bare repository</a>. Once this is done you can now happily commit and push away!</p>
<p>Enjoy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beautifuldiscovery.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beautifuldiscovery.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beautifuldiscovery.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beautifuldiscovery.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beautifuldiscovery.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beautifuldiscovery.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beautifuldiscovery.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beautifuldiscovery.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beautifuldiscovery.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beautifuldiscovery.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beautifuldiscovery.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beautifuldiscovery.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beautifuldiscovery.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beautifuldiscovery.wordpress.com/280/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=280&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beautifuldiscovery.wordpress.com/2010/09/04/git-on-ubuntu-with-a-windows-client/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98a524d717ea02daaf7b6c649db4714c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wanderer99</media:title>
		</media:content>
	</item>
		<item>
		<title>Cognitive Load and Other Loads</title>
		<link>http://beautifuldiscovery.wordpress.com/2010/09/03/cognitive-load-and-other-loads/</link>
		<comments>http://beautifuldiscovery.wordpress.com/2010/09/03/cognitive-load-and-other-loads/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 23:08:42 +0000</pubDate>
		<dc:creator>wanderer99</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://beautifuldiscovery.wordpress.com/?p=278</guid>
		<description><![CDATA[Cognitive load is a nice, science-y term. It almost sounds like a real physical phenomenon, something we might observe or even measure in a laboratory. Of course it&#8217;s not. It&#8217;s nonsense jargon made up to describe the &#8220;pause&#8221; some people experience when they read text with links embedded in it. It does make me wonder [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=278&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.roughtype.com/archives/2010/05/experiments_in.php">Cognitive load</a> is a nice, science-y term. It almost sounds like a real physical phenomenon, something we might observe or even measure in a laboratory. Of course it&#8217;s not. It&#8217;s nonsense jargon made up to describe the &#8220;pause&#8221; some people experience when they read text with links embedded in it. It does make me wonder though what else might cause &#8220;cognitive load&#8221;? Pictures in the text? Listening to music? &#8230;<em>breathing</em>? Are all these people doing absolutely anything other than concentrating &#8212; <strong>with all their might and focus</strong> &#8212; on each and every word of the text &#8220;shallow&#8221; reading?</p>
<p>It&#8217;s difficult to take the latest &#8220;Google made me stupid!&#8221; nonsense from Carr seriously. We&#8217;re supposed to believe that links are a <a href="http://www.wordyard.com/2010/08/30/in-defense-of-links-part-one-nick-carr-hypertext-and-delinkification/#comment-15630">&#8220;distraction&#8221;</a>. A distraction from what? From the author&#8217;s message? But unless you&#8217;re reading Viagra spam the links were added by the author for the very purpose of increasing your understanding of her message. They contribute to the &#8220;meaning&#8221; of the text just as much, perhaps even more, as any other literary artifacts like punctuation and composition. Carr plays a transparent, naturalist game by trying to draw some deep, inherent distinction between the text and the links when no such distinction is meaningful. This leads to such silliness as putting links at the end of his blog posts so as to not distract his dear readers. (No, seriously, he does this &#8212; see the first link.) This ripping of the links out of the text is as reasonable as ripping out punctuation, capital letters, or paragraph  breaks. So why stop at links? Perhaps Carr&#8217;s quest for pure, focused text will lead him to <a href="http://en.wikipedia.org/wiki/Haiku">haiku</a>. What&#8217;s next on the man&#8217;s hitlist? Does he even have a reliable process for identifying those artifacts that contribute to &#8220;cognitive load&#8221;?</p>
<p>Links have obvious benefits. Anybody who&#8217;s ever researched a topic on Wikipedia understands that links contribute significantly to a deeper understanding of the matter at hand by allowing the reader to place the idea in a context, to see how it&#8217;s connected with other ideas and events, to see not only the static, serialized form of the idea but grasp where it came from, how it moves and lives in its environment. Anybody who&#8217;s read a blog (like this one) quickly grasps how links can expose readers to contrarian viewpoints as well as introduce evidence that makes the argument stronger or weaker. And anybody who&#8217;s ever, say, browsed the web understands that links can be a powerful mechanism for discovery and exploration. Links are an extraordinary force for creating understanding, spreading knowledge, and learning new things. (See: <a href="http://www.w3.org/History/19921103-hypertext/hypertext/WWW/TheProject.html">the world wide web</a>). And yet Carr suggests that links via the mechanism of cognitive load &#8220;impede comprehension and learning.&#8221;</p>
<p>What&#8217;s really going on here?</p>
<p>The cardinal sin of links is they make the reader think. Their crime is that they indicate a universe larger than the text. For people like Carr this is a real problem; reading is no longer a one-way transmission of wisdom, no longer a matter of a dumb receiver picking up a broadcast. With links the authority of the text is inherently compromised and the text is no longer, literally and figuratively, an end in and of itself. This is a pretty dangerous turn of events, particularly if you&#8217;re in the broadcasting business.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beautifuldiscovery.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beautifuldiscovery.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beautifuldiscovery.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beautifuldiscovery.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beautifuldiscovery.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beautifuldiscovery.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beautifuldiscovery.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beautifuldiscovery.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beautifuldiscovery.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beautifuldiscovery.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beautifuldiscovery.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beautifuldiscovery.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beautifuldiscovery.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beautifuldiscovery.wordpress.com/278/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=278&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beautifuldiscovery.wordpress.com/2010/09/03/cognitive-load-and-other-loads/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98a524d717ea02daaf7b6c649db4714c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wanderer99</media:title>
		</media:content>
	</item>
		<item>
		<title>Links</title>
		<link>http://beautifuldiscovery.wordpress.com/2010/09/03/links-74/</link>
		<comments>http://beautifuldiscovery.wordpress.com/2010/09/03/links-74/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 12:10:04 +0000</pubDate>
		<dc:creator>wanderer99</dc:creator>
				<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://beautifuldiscovery.wordpress.com/?p=276</guid>
		<description><![CDATA[Hey Gruber, what about the users? Makes you wonder why users put up with this crap. I guess some people never learn. In Defense of Links, Part One: Nick Carr, hypertext and delinkification This is such a dumb argument. Once you move past Carr&#8217;s trite, science-y &#8220;cognitive load&#8221; it should be clear to everybody that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=276&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://scripting.com/stories/2010/08/31/heyGruberWhatAboutTheUsers.html">Hey Gruber, what about the users?</a><br />
Makes you wonder why users put up with this crap. I guess some people never learn.</p>
<p><a href="http://www.wordyard.com/2010/08/30/in-defense-of-links-part-one-nick-carr-hypertext-and-delinkification/">In Defense of Links, Part One: Nick Carr, hypertext and delinkification</a><br />
This is such a dumb argument. Once you move past Carr&#8217;s trite, science-y &#8220;cognitive load&#8221; it should be clear to everybody that links, more often than not, only deepen one&#8217;s understanding of material.</p>
<p><a href="http://theoatmeal.com/blog/apps">This is how I feel about buying apps</a><br />
This makes difficult sense. Most apps are worthless, not even use-once-throw-away valuable.</p>
<p><a href="http://dbmsmusings.blogspot.com/2010/08/problems-with-acid-and-how-to-fix-them.html">The problems with ACID, and how to fix them without going NoSQL</a><br />
That&#8217;s actually very nifty. Such a scheme makes perfect sense &#8212; when you&#8217;re not using disks at all. But this doesn&#8217;t describe all the problems with ACID, notably the problem of having to split different types of data across many different systems.</p>
<p><a href="http://davemorin.tumblr.com/post/1048332443/goodbye-blog-hello-letter">Goodbye Blog. Hello Letter.</a><br />
Really? This seems like a huge step backwards to me. But at least it&#8217;s good to see the &#8220;amateurs&#8221; gravitating towards paid content.</p>
<p><a href="http://bencheng.net/rely-your-web-startup-on-rackspace-cloud-thin">Rely your web startup on Rackspace Cloud? Think again.</a><br />
I expect this kind of horror story to become increasingly common going forwards&#8230;</p>
<p><a href="http://www.reddit.com/r/programming/comments/d8st1/the_future_of_silverlight/">The Future of Silverlight</a><br />
I find it interesting that developing serious functionality in Javascript is so universally loathed and yet also still so popular. It explains a lot about C, Windows 95, and the universe.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beautifuldiscovery.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beautifuldiscovery.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beautifuldiscovery.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beautifuldiscovery.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beautifuldiscovery.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beautifuldiscovery.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beautifuldiscovery.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beautifuldiscovery.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beautifuldiscovery.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beautifuldiscovery.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beautifuldiscovery.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beautifuldiscovery.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beautifuldiscovery.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beautifuldiscovery.wordpress.com/276/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beautifuldiscovery.wordpress.com&amp;blog=12487306&amp;post=276&amp;subd=beautifuldiscovery&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beautifuldiscovery.wordpress.com/2010/09/03/links-74/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98a524d717ea02daaf7b6c649db4714c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wanderer99</media:title>
		</media:content>
	</item>
	</channel>
</rss>
