<?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>Social Mode &#187; un1crom</title>
	<atom:link href="http://socialmode.com/author/un1crom/feed/" rel="self" type="application/rss+xml" />
	<link>http://socialmode.com</link>
	<description>Integrated Synthesis of Media, Society and Behavior</description>
	<lastBuildDate>Sat, 11 Feb 2012 18:42:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='socialmode.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Social Mode &#187; un1crom</title>
		<link>http://socialmode.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://socialmode.com/osd.xml" title="Social Mode" />
	<atom:link rel='hub' href='http://socialmode.com/?pushpress=hub'/>
		<item>
		<title>Fun Word Problems!</title>
		<link>http://socialmode.com/2011/10/09/fun-word-problems/</link>
		<comments>http://socialmode.com/2011/10/09/fun-word-problems/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 18:22:46 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[language]]></category>
		<category><![CDATA[linguistics]]></category>
		<category><![CDATA[wolfram]]></category>
		<category><![CDATA[keyboards]]></category>
		<category><![CDATA[mathematica]]></category>
		<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://socialmode.com/?p=1852</guid>
		<description><![CDATA[A friend gave me this problem a couple of weeks ago: What is the longest word you can type on the QWERTY keyboard with just your left hand using the proper position? I love problems like this. Especially because I &#8230; <a href="http://socialmode.com/2011/10/09/fun-word-problems/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1852&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A friend gave me this problem a couple of weeks ago:</p>
<blockquote><p>What is the longest word you can type on the QWERTY keyboard with just your left hand using the proper position?</p></blockquote>
<p>I love problems like this.</p>
<p>Especially because I get to toy around with Mathematica and use features that day to day I may not interact with for biz problems.</p>
<p>Finding the solution required only a tiny bit of code.</p>
<p>alpha = &#8220;&#8221;;<br />
ourdictionary = &#8220;&#8221;;<br />
alphabase = {&#8220;q&#8221; | &#8220;w&#8221; | &#8220;e&#8221; | &#8220;r&#8221; | &#8220;t&#8221; | &#8220;a&#8221; | &#8220;s&#8221; | &#8220;d&#8221; | &#8220;f&#8221; | &#8220;g&#8221; | &#8220;z&#8221; | &#8221;x&#8221; | &#8220;c&#8221; | &#8220;v&#8221; | &#8220;b&#8221;};<br />
alpha = StringExpression[alpha, alphabase];</p>
<p>Code</p>
<p>n = 0;<br />
dictionarycount = 0;<br />
ourdictionary = DictionaryLookup[alpha];<br />
While[n &lt; 20 &amp;&amp; Length@ourdictionary &gt; 0,<br />
ourdictionary = DictionaryLookup[alpha];<br />
alpha = StringExpression[alpha, alphabase];<br />
n++;<br />
If[Length@ourdictionary == 0, Print[{Length@ourdictionary, n - 1}];<br />
Print[DictionaryLookup[alpha[[;; n - 1]]]]]]</p>
<p>The Answer(s):</p>
<p>{&#8220;aftereffects&#8221;, &#8220;desegregated&#8221;, &#8220;desegregates&#8221;, &#8220;reverberated&#8221;, &#8221;reverberates&#8221;,&#8221;stewardesses&#8221;}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/1852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/1852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/1852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/1852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/1852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/1852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/1852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/1852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/1852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/1852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/1852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/1852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/1852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/1852/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1852&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2011/10/09/fun-word-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>
	</item>
		<item>
		<title>Pursuit of _________</title>
		<link>http://socialmode.com/2011/10/09/pursuit-of-_________/</link>
		<comments>http://socialmode.com/2011/10/09/pursuit-of-_________/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 14:19:57 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[philosophy]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[gdp]]></category>
		<category><![CDATA[happiness]]></category>
		<category><![CDATA[pursuit]]></category>
		<category><![CDATA[questions]]></category>

		<guid isPermaLink="false">http://socialmode.com/?p=1849</guid>
		<description><![CDATA[NYTimes Oped this morning on GDP as a pursuit or measurement of how we&#8217;re doing as a country and society is nicely reflective. We want to be No. 1 — but why, and at what? Yes.  That is a good &#8230; <a href="http://socialmode.com/2011/10/09/pursuit-of-_________/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1849&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nytimes.com/2011/10/09/opinion/sunday/gdp-doesnt-measure-happiness.html?_r=2&amp;pagewanted=1">NYTimes Oped this morning on GDP as a pursuit or measurement of how we&#8217;re doing as a country and society is nicely reflective.</a></p>
<blockquote><p>We want to be No. 1 — but why, and at what?</p></blockquote>
<p>Yes.  That is a good question.  And &#8220;being number 1&#8243; is such a useless statement when talking about anything beyond an amateur sporting event.   When we&#8217;re considering what we value and how we teach each other and feed each other chasing these numbers is such as wasteful activity.</p>
<p>I know, we&#8217;ve all been taught, if you don&#8217;t measure it, you can&#8217;t improve it.   I get it.  The measurement thing is fine as long as you question the measurements too and understand that measurements and any model is just a model.</p>
<p>The articles points out how GDP and other measures aren&#8217;t great and how other cultures have stopped focusing on being number 1, etc.  But I think the bigger point is here:</p>
<blockquote><p>But in the midst of <a title="Recent and archival news about the Great Depression." href="http://topics.nytimes.com/top/reference/timestopics/subjects/g/great_depression_1930s/index.html?inline=nyt-classifier">the Great Depression</a>, Congress, showing a great deal more intellectual curiosity than it does today</p></blockquote>
<p>INTELLECTUAL CURIOSITY, as a social value.   We don&#8217;t have enough of that.  Our education system, politicians, marketing, media all reflect this.   Perhaps we even have more than we had 200 years ago, but it&#8217;s not enough.  Things are more complicated, more connected so we need more than ever.</p>
<p>And be careful before quoting back to me stats on education and literacy and college enrollment and knowledge worker jobs&#8230; what we current measure as Intellectual Curiosity is a very limited view.  I won&#8217;t propose a measurement myself and I will say the annoying point that you know it when you know it, and most of my interactions out in the world aren&#8217;t full of intellectual curiosity.  The movies, shows, news reports, sound bytes, songs, conversations, etc&#8230; how many of these things are pushing you, all of us?  is your knowledge job really about uncovering and sharing knowledge?  is facebook, google, twitter really a utility to spread knowledge? engaging in questions?</p>
<p>I don&#8217;t have the answer.  I do have questions.</p>
<p>Sounds exactly opposite of our political system.  Might be the problem.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/1849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/1849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/1849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/1849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/1849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/1849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/1849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/1849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/1849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/1849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/1849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/1849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/1849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/1849/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1849&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2011/10/09/pursuit-of-_________/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>
	</item>
		<item>
		<title>Labor Day History Reminder</title>
		<link>http://socialmode.com/2011/09/03/labor-day-history-reminder/</link>
		<comments>http://socialmode.com/2011/09/03/labor-day-history-reminder/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 16:14:42 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[human rights]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[war]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[holiday]]></category>
		<category><![CDATA[labor day]]></category>

		<guid isPermaLink="false">http://socialmode.com/?p=1847</guid>
		<description><![CDATA[I rather like this tight piece on the history behind labor day. With that in mind, it is worth recalling President Abraham Lincoln&#8217;s words during the dark early days of the real Civil War. &#8220;Capital is only the fruit of &#8230; <a href="http://socialmode.com/2011/09/03/labor-day-history-reminder/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1847&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cnn.com/2011/09/02/opinion/davis-labor-day-history/index.html">I rather like this tight piece on the history behind labor day.</a></p>
<blockquote><p>With that in mind, it is worth recalling President Abraham Lincoln&#8217;s words during the dark early days of the real Civil War. &#8220;Capital is only the fruit of labor, and could never have existed if labor had not first existed,&#8221; he told Congress in December 1861. &#8220;Labor is the superior of capital and deserves much the higher consideration,&#8221;</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/1847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/1847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/1847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/1847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/1847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/1847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/1847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/1847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/1847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/1847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/1847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/1847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/1847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/1847/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1847&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2011/09/03/labor-day-history-reminder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>
	</item>
		<item>
		<title>Unanswered Big Things</title>
		<link>http://socialmode.com/2011/06/05/unanswered-big-things/</link>
		<comments>http://socialmode.com/2011/06/05/unanswered-big-things/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 15:58:06 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[analysis of behavior]]></category>
		<category><![CDATA[determinism]]></category>
		<category><![CDATA[genetics]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[philosophy]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://socialmode.com/?p=1814</guid>
		<description><![CDATA[Good sunday morning thought cycles about &#8220;work&#8221;, organization, the big &#8220;laws&#8221;, theories of all sorts of things.   I really like Stuart Kauffman.  Not afraid to say &#8220;I&#8217;m stuck.&#8221; and keep working. The life cycle of a cell is simply &#8230; <a href="http://socialmode.com/2011/06/05/unanswered-big-things/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1814&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Good sunday morning thought cycles about &#8220;work&#8221;, organization, the big &#8220;laws&#8221;, theories of all sorts of things.   I really like Stuart Kauffman.  Not afraid to say &#8220;I&#8217;m stuck.&#8221; and keep working.</p>
<blockquote><p>The life cycle of a cell is simply amazing. It does work to construct constraints on the release of energy, which does work to construct more constraints on the release of energy, which does work to construct even more constraints on the release of energy, and other kinds of work as well. It builds structure. Cells don&#8217;t just carry information. They actually build things until something astonishing happens: a cell completes a closed nexus of work tasks, and builds a copy of itself. Although he didn&#8217;t know about cells, Kant spoke about this 230 years ago when he said that an organized being possesses a self-organizing propagating whole that is able to make more of itself. But although cells can do this, that fact is nowhere in our physics. It&#8217;s not in our notion of matter, it&#8217;s not in our notion of energy, it&#8217;s not in our notion of information, and it&#8217;s not in our notion of entropy. It&#8217;s something else. It has to do with organization, propagation of organization, work, and constraint construction. All of this has to be incorporated into some new theory of organization.</p>
<p>&#8230;</p>
<p>We don&#8217;t know what Darwinian pre adaptations are going to be, which supplies an arrow of time. The same thing is true in the economy; we can&#8217;t say ahead of time what technological innovations are going to happen. Nobody was thinking of the Web 300 years ago. The Romans were using things to lob heavy rocks, but they certainly didn&#8217;t have the idea of cruise missiles. So I don&#8217;t think we can do it for the biosphere either, or for the econosphere.</p>
<p>&#8230;</p>
<p>I can begin to imagine making models of how the universe gets more complex, but at the same time I&#8217;m hamstrung by the fact that I don&#8217;t see how you can see ahead of time what the variables will be.</p>
<p>&#8230;</p>
<p>The same question applies to the economy. How can human beings assemble this increasing diversity and complexity of ways of making a living? Why does it work in the common law? Why does the common law stay a living body of law? There must be some very general conditions about co-evolutionary assembly. Notice that nobody is in charge of the evolution of the common law, the evolution of the biosphere, or the evolution of the econosphere. Somehow, systems get themselves to a position where they can carry out coevolutionary assembly. That question isn&#8217;t even on the books, but it&#8217;s a profound question; it&#8217;s not obvious that it should work at all. So I&#8217;m stuck.</p></blockquote>
<p>From <a href="http://www.edge.org/3rd_culture/kauffman03/kauffman_index.html" target="_blank">&#8220;The Adjacent Possible</a>&#8220;, Stuart Kauffman</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/1814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/1814/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/1814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/1814/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/1814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/1814/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/1814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/1814/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/1814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/1814/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/1814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/1814/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/1814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/1814/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1814&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2011/06/05/unanswered-big-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>
	</item>
		<item>
		<title>Death of Osama Bin Laden &#8211; Changes Everything?!</title>
		<link>http://socialmode.com/2011/05/03/death-of-osama-bin-laden-changes-everything/</link>
		<comments>http://socialmode.com/2011/05/03/death-of-osama-bin-laden-changes-everything/#comments</comments>
		<pubDate>Wed, 04 May 2011 01:46:02 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[analysis of behavior]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[big change]]></category>
		<category><![CDATA[obl]]></category>
		<category><![CDATA[osama]]></category>
		<category><![CDATA[terrorism]]></category>

		<guid isPermaLink="false">http://socialmode.com/?p=1809</guid>
		<description><![CDATA[JHB, I think the killing of Osama Bin Laden changed the world dramatically. It won&#8217;t change terrorism or our world views&#8230; yet.   OBL was a powerful symbol and the media, politics and academics are going to make sure that &#8230; <a href="http://socialmode.com/2011/05/03/death-of-osama-bin-laden-changes-everything/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1809&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>JHB,</p>
<p>I think the killing of Osama Bin Laden changed the world dramatically.</p>
<p>It won&#8217;t change terrorism or our world views&#8230; yet.   OBL was a powerful symbol and the media, politics and academics are going to make sure that the symbol carries a lot of weight and reinforces whatever agenda they want to push.</p>
<p>From oil prices, to futures, to political fortunes, the process of killing and marketing OBL has changed everything.</p>
<p>What if all it does is change the political fortunes of Pres. Obama?   isn&#8217;t that a big deal?</p>
<p>Perhaps we need to consider different levels of change.  Even if all these things I claim are a big deal actually, in the grand scheme, are just small perturbations in the overall arc of the human and Earth story.  Perhaps this story has played out thousands / millions of times and its just part of it.  No real outlier.</p>
<p>What say you?</p>
<p>RFS</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/1809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/1809/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/1809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/1809/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/1809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/1809/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/1809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/1809/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/1809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/1809/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/1809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/1809/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/1809/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/1809/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1809&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2011/05/03/death-of-osama-bin-laden-changes-everything/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>
	</item>
		<item>
		<title>The Moment of Death, A Documentary</title>
		<link>http://socialmode.com/2011/04/10/the-moment-of-death-a-documentary/</link>
		<comments>http://socialmode.com/2011/04/10/the-moment-of-death-a-documentary/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 04:27:28 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[philosophy]]></category>
		<category><![CDATA[religion]]></category>
		<category><![CDATA[social science]]></category>
		<category><![CDATA[The Future]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[truth]]></category>
		<category><![CDATA[death]]></category>
		<category><![CDATA[fascinating]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[medicine]]></category>

		<guid isPermaLink="false">http://socialmode.com/?p=1807</guid>
		<description><![CDATA[Just watched absolutely fascinating NatGeo Explorer episode, The Moment of Death. This is a really uncomfortable show to watch.   Asks some amazing questions AND unemotionally explores some answers/approaches. What got me really thinking was listening to the Drs. and &#8230; <a href="http://socialmode.com/2011/04/10/the-moment-of-death-a-documentary/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1807&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just watched absolutely fascinating NatGeo Explorer episode, <a href="http://channel.nationalgeographic.com/series/explorer/3815/Overview" target="_blank">The Moment of Death</a>.</p>
<p>This is a really uncomfortable show to watch.   Asks some amazing questions AND unemotionally explores some answers/approaches.</p>
<p>What got me really thinking was listening to the Drs. and researchers who work on this stuff everyday.   It&#8217;s shocking to many of us who don&#8217;t deal with this stuff everyday, but for these researchers, its clinical.</p>
<p>Absolutely fascinating research over hundreds of years.   Some really kooky stuff.</p>
<p>There&#8217;s a part where this Dr. &#8220;MacDougal&#8221; attempted to measure the weight of the soul in the 1800s.   WHAT??!?</p>
<p>There&#8217;s an amazing part involving the air force testing the effects of G on pilots&#8217; brains.</p>
<p>Definitely a much watch, if you can handle it.  It&#8217;s not for everyone.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/1807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/1807/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/1807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/1807/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/1807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/1807/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/1807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/1807/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/1807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/1807/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/1807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/1807/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/1807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/1807/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1807&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2011/04/10/the-moment-of-death-a-documentary/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>
	</item>
		<item>
		<title>More Efficient to Participate and Experience than to Analyze and Look for a shortcut</title>
		<link>http://socialmode.com/2011/03/04/more-efficient-to-participate-and-experience-than-to-analyze-and-look-for-a-shortcut/</link>
		<comments>http://socialmode.com/2011/03/04/more-efficient-to-participate-and-experience-than-to-analyze-and-look-for-a-shortcut/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 13:10:36 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[musings]]></category>
		<category><![CDATA[philosophy]]></category>
		<category><![CDATA[prediction]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[musing]]></category>
		<category><![CDATA[thought]]></category>

		<guid isPermaLink="false">http://socialmode.com/?p=1799</guid>
		<description><![CDATA[Our society wastes a lot of time crafting clever but completely inaccurate models of the world looking for shortcuts to wealth, fame, power, peace, prosperity, liberty, or whatever&#8230; That strategy can never work.  All things that lead to the above &#8230; <a href="http://socialmode.com/2011/03/04/more-efficient-to-participate-and-experience-than-to-analyze-and-look-for-a-shortcut/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1799&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Our society wastes a lot of time crafting clever but completely inaccurate models of the world looking for shortcuts to wealth, fame, power, peace, prosperity, liberty, or whatever&#8230;</p>
<p>That strategy can never work.  All things that lead to the above goals are computationally irreducible systems.</p>
<p>The most efficient strategy, and here comes the bad news&#8230; is to jump in, do stuff* and see what happens.</p>
<p>&nbsp;</p>
<p>*stuff =  take to the streets, code something, write that book, run the marathon, quit that job, join the peace corps, send the letter, have the talk, etc.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/1799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/1799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/1799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/1799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/1799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/1799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/1799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/1799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/1799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/1799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/1799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/1799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/1799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/1799/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1799&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2011/03/04/more-efficient-to-participate-and-experience-than-to-analyze-and-look-for-a-shortcut/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>
	</item>
		<item>
		<title>The King&#8217;s Speech: Quick Reaction</title>
		<link>http://socialmode.com/2011/02/21/the-kings-speech-quick-reaction/</link>
		<comments>http://socialmode.com/2011/02/21/the-kings-speech-quick-reaction/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 14:06:51 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[Movie Reviews]]></category>
		<category><![CDATA[musings]]></category>
		<category><![CDATA[colin firth]]></category>
		<category><![CDATA[monarch]]></category>
		<category><![CDATA[movie review]]></category>
		<category><![CDATA[the king's speech]]></category>

		<guid isPermaLink="false">http://socialmode.com/?p=1795</guid>
		<description><![CDATA[Last night my wife and I ended up seeing The King&#8217;s Speech.   We set out to watch Black Swan, but it was sold out. I was disappointed at the time and still am a little bit.   The King&#8217;s &#8230; <a href="http://socialmode.com/2011/02/21/the-kings-speech-quick-reaction/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1795&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last night my wife and I ended up seeing The King&#8217;s Speech.   We set out to watch Black Swan, but it was sold out.</p>
<p>I was disappointed at the time and still am a little bit.   The King&#8217;s Speech was a fine movie, but when you have a rare baby sitter night you want what you want&#8230;</p>
<p>Alas, one facet of The King&#8217;s Speech intrigued me quit a bit.   How does someone in a position of fame behave when they realize the reality of the facade.   Colin Firth brilliantly played a fascinating character without anchors.   The scene with Geoffrey Rush sitting in Edward&#8217;s throne in Westminster Abbey was the clearest example of this.</p>
<blockquote><p>&#8220;People have carved there names in this chair!   I don&#8217;t care how many royal assholes&#8230;&#8221;</p></blockquote>
<p>A throne with graffiti still used in a coronation ceremony!   What could be more anchorless!</p>
<p>Even at the end of the movie, Firth still had this look when he was waiving at the throngs of people &#8220;What is all this for?!&#8221;</p>
<p>Not sure there is a resolution to this quandary for any of us and certainly not for a monarch in name.   Oh, sure, we can all find a justification if we don&#8217;t question too hard and profess it out to the world enough&#8230;.</p>
<p><strong>Other thoughts to follow up on:</strong></p>
<p>Impact of radio/mass broadcasting to politics, power, public policy</p>
<p>Current obsession with Monarchy and America&#8217;s own &#8220;monarchs in name&#8221;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/1795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/1795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/1795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/1795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/1795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/1795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/1795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/1795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/1795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/1795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/1795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/1795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/1795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/1795/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1795&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2011/02/21/the-kings-speech-quick-reaction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>
	</item>
		<item>
		<title>Could Wolfram&#124;Alpha Beat IBMs Watson?</title>
		<link>http://socialmode.com/2011/02/11/could-wolframalpha-beat-ibms-watson/</link>
		<comments>http://socialmode.com/2011/02/11/could-wolframalpha-beat-ibms-watson/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 02:39:07 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[algorithm]]></category>
		<category><![CDATA[behavior]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[decision theory]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<category><![CDATA[watson]]></category>
		<category><![CDATA[wolfram alpha]]></category>

		<guid isPermaLink="false">http://socialmode.com/?p=1789</guid>
		<description><![CDATA[UPDATE: I missed SWs blog post.  Brilliant! Early versions of this approach go back nearly 50 years, to the first phase of artificial intelligence research. And incremental progress has been made—notably as tracked for the past 20 years in the annual &#8230; <a href="http://socialmode.com/2011/02/11/could-wolframalpha-beat-ibms-watson/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1789&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>UPDATE: I missed <a href="http://blog.stephenwolfram.com/2011/01/jeopardy-ibm-and-wolframalpha/" target="_blank">SWs blog pos</a>t.  Brilliant!</p>
<blockquote><p>Early versions of this approach go back nearly 50 years, to the first phase of artificial intelligence research. And incremental progress has been made—notably as tracked for the past 20 years in the annual TREC (Text Retrieval Conference) question answering competition. IBM’s <em>Jeopardy</em> system is very much in this tradition—though with more sophisticated systems engineering, and with special features aimed at the particular (complex) task of competing on <em>Jeopardy</em>.</p>
<p>Wolfram|Alpha is a completely different kind of thing—something much more radical, based on a quite different paradigm. The key point is that Wolfram|Alpha is not dealing with documents, or anything derived from them. Instead, it is dealing directly with raw, precise, computable knowledge. And what’s inside it is not statistical representations of text, but actual representations of knowledge.</p>
<p>&nbsp;</p></blockquote>
<p>Maybe you&#8217;ve seen the latest <a href="http://www.pbs.org/wgbh/nova/tech/smartest-machine-on-earth.html" target="_blank">NOVA episode about Watson</a>, the <a href="http://www-943.ibm.com/innovation/us/watson/" target="_blank">AI machine</a> that played Jeopardy against former champions.</p>
<p>The first blush answer would be: NO.</p>
<p>The linguistics are simply not there yet.</p>
<p>However, if Jeopardy questions were more &#8220;computational&#8221; vs. linguistic and fact retrivial the answer might be: YES.</p>
<p>Wolfram|Alpha has the raw power to do it, but it lacks the data and linguistic system to do it.</p>
<p><a href="http://www.research.ibm.com/deepqa/deepqa.shtml" target="_blank">IBM was clever </a>to combine the history of Jeopardy questions with tons of documents.    It&#8217;s similar, but not the same as, <a href="http://cyc.com/cyc/company/about" target="_blank">common sense engine from Cyc</a>.    It&#8217;s not fully computational knowledge.  It&#8217;s semantic.   It&#8217;s cleverness comes from the depth of the question training set and the document training set.</p>
<p>It would breakdown quickly if it were seeing questions about facts that had never been printed in a document before.   An example would be &#8220;<a href="http://www.wolframalpha.com/input/?i=how+far+away+will+the+moon+be+tomorrow" target="_blank">How far away will the moon be tomorrow</a>?&#8221;</p>
<p>Wolfram|Alpha can answer that!   Now, what&#8217;s challenging is that there is a much bigger universe of questions that have never been asked than those that have!   So Wolfram|Alpha already has far more knowledge.   However, its linguistics are not strong enough to clearly demonstrate that AND it will probably never catch up!   Because Wolfram|Alpha can answer questions that have never been asked so people will always ask it questions that will trip it up&#8230; they will always push the linguistics.</p>
<p>In the end, a combination of Watson, Wolfram|Alpha and Cyc could be very fun indeed!</p>
<p>Perhaps we should hack that up?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/1789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/1789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/1789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/1789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/1789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/1789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/1789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/1789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/1789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/1789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/1789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/1789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/1789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/1789/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1789&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2011/02/11/could-wolframalpha-beat-ibms-watson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>
	</item>
		<item>
		<title>The Singularity Is Near might just mean we amuse ourselves in new ways</title>
		<link>http://socialmode.com/2011/02/10/the-singularity-is-near-might-just-mean-we-amuse-ourselves-in-new-ways/</link>
		<comments>http://socialmode.com/2011/02/10/the-singularity-is-near-might-just-mean-we-amuse-ourselves-in-new-ways/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 13:28:42 +0000</pubDate>
		<dc:creator>un1crom</dc:creator>
				<category><![CDATA[automata]]></category>
		<category><![CDATA[behavior]]></category>
		<category><![CDATA[death]]></category>
		<category><![CDATA[religion]]></category>
		<category><![CDATA[science fiction]]></category>
		<category><![CDATA[speculation]]></category>
		<category><![CDATA[cyborgs]]></category>
		<category><![CDATA[machines]]></category>
		<category><![CDATA[singularity]]></category>

		<guid isPermaLink="false">http://socialmode.com/?p=1787</guid>
		<description><![CDATA[Here&#8217;s another article about how the machines will take over and make everything better. It could draw on huge amounts of data effortlessly. It wouldn&#8217;t even take breaks to play Farmville. Funny, but seriously&#8230; Who&#8217;s to say the evolution of &#8230; <a href="http://socialmode.com/2011/02/10/the-singularity-is-near-might-just-mean-we-amuse-ourselves-in-new-ways/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1787&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s <a href="http://www.time.com/time/health/article/0,8599,2048138-1,00.html" target="_blank">another article</a> about how the machines will take over and make everything better.</p>
<blockquote><p>It could draw on huge amounts of data effortlessly. It wouldn&#8217;t even take breaks to play Farmville.</p></blockquote>
<p>Funny, but seriously&#8230;<br />
Who&#8217;s to say the evolution of &#8220;intelligence&#8221; doesn&#8217;t involve the evolution of play&#8230; in fact in might be necessary.<br />
not quite sure why every contemplation of a super smart singularity future simply involves bigger problems being solved.   history doesn&#8217;t suggest that&#8217;s how it works.</p>
<p>it&#8217;s plausible that other systems in the universe have already passed a singularity.   and perhaps we&#8217;re their little toy.  and what they did with their super intelligence was set up an experiment to see how things develop.   their own farmville.</p>
<p>it&#8217;s also plausible that ever increasing intelligence in the human sense doesn&#8217;t amount to squat in the multi verse.   Maybe the multi verse just does what it does and intelligence is a side effect that burns out like a super nova&#8230;  maybe it&#8217;s common, maybe it&#8217;s rare&#8230;</p>
<p>the problem with chasing the singularity is we probably don&#8217;t have much control over how things evolve.   Can&#8217;t say I want the machines to take over or not.  I&#8217;m pretty sure I won&#8217;t know the difference when and if they do, just like I didn&#8217;t notice how The Internet changed us and I couldn&#8217;t really prepare for it.    Other generations could say that about birth control, electricity, the printing press, telescope, the wheel, whatever.   Again, things happen.  we behave.  then occasionally we notice, &#8220;Gee, looks like something changed&#8221;.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/un1crom.wordpress.com/1787/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/un1crom.wordpress.com/1787/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/un1crom.wordpress.com/1787/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/un1crom.wordpress.com/1787/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/un1crom.wordpress.com/1787/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/un1crom.wordpress.com/1787/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/un1crom.wordpress.com/1787/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/un1crom.wordpress.com/1787/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/un1crom.wordpress.com/1787/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/un1crom.wordpress.com/1787/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/un1crom.wordpress.com/1787/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/un1crom.wordpress.com/1787/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/un1crom.wordpress.com/1787/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/un1crom.wordpress.com/1787/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=socialmode.com&amp;blog=2310475&amp;post=1787&amp;subd=un1crom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://socialmode.com/2011/02/10/the-singularity-is-near-might-just-mean-we-amuse-ourselves-in-new-ways/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a7b3a504aac10f5ee201af19ad95f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">un1crom</media:title>
		</media:content>
	</item>
	</channel>
</rss>
