<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Victus Spiritus &#187; evolution</title>
	<atom:link href="http://www.victusspiritus.com/tag/evolution/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.victusspiritus.com</link>
	<description>a blog by Mark Essel on web technology, startups and design philosophy</description>
	<lastBuildDate>Mon, 30 Jan 2012 19:33:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='www.victusspiritus.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Variant Travelling Salesman Problem solved by Sharks</title>
		<link>http://www.victusspiritus.com/2011/03/19/variant-travelling-salesman-problem-solved-by-sharks/</link>
		<comments>http://www.victusspiritus.com/2011/03/19/variant-travelling-salesman-problem-solved-by-sharks/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 13:39:34 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cogsci]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[far out]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=7947</guid>
		<description><![CDATA[<p style="text-align: center;"><a href="http://www.victusspiritus.com/wp-content/uploads/2011/03/pool_shark.jpg"></a></p>
<p><span id="more-7947"></span></p>
<p>The product of thinking about computer science problems with every spare moment over a week has left me with a a terrible sense of humor and an undeniable need to make ludicrous analogies, this post is the latter. </p>
<p>The <a href="http://en.wikipedia.org/wiki/Travelling_salesman_problem">Travelling </a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.victusspiritus.com/wp-content/uploads/2011/03/pool_shark.jpg"><img class="aligncenter size-full wp-image-7952" title="pool_shark" src="http://www.victusspiritus.com/wp-content/uploads/2011/03/pool_shark.jpg" alt="" width="525" height="420" /></a></p>
<p><span id="more-7947"></span></p>
<p>The product of thinking about computer science problems with every spare moment over a week has left me with a a terrible sense of humor and an undeniable need to make ludicrous analogies, this post is the latter. </p>
<p>The <a href="http://en.wikipedia.org/wiki/Travelling_salesman_problem">Travelling Salesman Problem</a> or TSP for abbreviation junkies is a well known problem in computer science (or sales). Given a list of cities and locations, one must find the shortest path that visits all cities <strong>exactly once</strong>.  What&#8217;s up with that exactly once clause? I don&#8217;t know about you, but I find that to be an awkward restriction for a travelling salesman. You&#8217;re going to want to loop back and revisit towns you unloaded your wares in earlier unless  you&#8217;re selling miracle elixirs or IPO shares. Shall we rename the travelling salesman, the travelling charlatan?</p>
<p>The complexity of the problem comes into play because the number of potential paths grows as a factorial of the number of cities and paths. Simple heuristics like locally finding the nearest neighbor are easily proven to fail to find the global minimum and may diverge far from the ideal solution.</p>
<p><i>A different travelling salesman problem</i></p>
<p>What if the salesman doesn&#8217;t know where each of the cities are? What if some cities have no interest in buying or become ghost towns before the salesman arrives? What if the salesman needs to make enough sales to cover living expenses at each city? Would you agree that the problem has become even more challenging? Now the salesman has limited reach, and may end up at destinations without eager customers. I thought about this type of problem from a more realistic salesman perspective, as I&#8217;ve had my fill of theory this week. The final piece of the <del>puzzle</del> madness pie came when I thought to replace the salesman with another species, in particular a shark. My inspiration, life finds solution to intractable problems every day.</p>
<p><i>Jump the shark</i><br />
<a href="http://www.victusspiritus.com/wp-content/uploads/2011/03/FailWhaleJumpsTheShark.jpg"><img src="http://www.victusspiritus.com/wp-content/uploads/2011/03/FailWhaleJumpsTheShark.jpg" alt="" title="FailWhaleJumpsTheShark" width="500" height="490" class="aligncenter size-full wp-image-7957" /></a></p>
<p>A shark may find its meals far and few between. If the shark fails to find it&#8217;s next meal before it&#8217;s energy runs out, it faces a grim fate. Now we have dynamic locations with available food (4D x,y,z,T), dynamic reach as the shark can swim only so far, and an ongoing motivation to continue searching out meals in order to survive (hunger). I&#8217;m curious what genetically coded strategies in the shark&#8217;s mind enable it to efficiently seek out nourishment, and how may we mimic fragments of those algorithms.</p>
<p>Let&#8217;s begin the investigation by seeking patterns in how a shark may find its prey. It&#8217;s known that sharks have an uncanny sense of smell for blood in the water, and this can guide them to find prey over long distances. But what tactics do sharks take when lacking observations?<br />
<a href="http://www.sciencenews.org/view/generic/id/60106/title/Sharks_use_math_to_hunt"><img src="http://www.victusspiritus.com/wp-content/uploads/2011/03/Walk_this_way_.jpeg" alt="" title="Walk_this_way_" width="445" height="458" class="aligncenter size-full wp-image-7960" /></a><br />
The above image and the following excerpt are from a science news article, <a href="http://www.sciencenews.org/view/generic/id/60106/title/Sharks_use_math_to_hunt">&#8220;Sharks use math to hunt&#8221;</a>.<br />
</a></p>
<blockquote><p>
A new study suggests that some sharks and other marine predators can follow strict mathematical strategies when foraging for dinner. The work, reported online June 9 in Nature, is the latest aiming to show whether animals sometimes move in a pattern called a Lévy walk.</p>
<p>Unlike random motion — in which animals take similar-sized steps in any direction, like a drunk stumbling around — <a href="http://en.wikipedia.org/wiki/L%C3%A9vy_flight">Lévy walks</a> are punctuated by rare, long forays in any direction. Draw a Lévy walk on a graph, and its squiggly pattern echoes a fractal, the mathematical phenomenon whose shape remains similar no matter the viewing scale.</p>
<p>“Living organisms, when allowed to make freely willed decisions, seem to end up obeying some kind of mathematical law,” says Gandhimohan Viswanathan, a theoretical physicist at the Federal University of Alagoas in Maceió, Brazil, who was not involved in the study.</p>
<p>Biologists had long thought that animal foraging was dominated by random walks. But in 1996 a team led by Viswanathan reported that wandering albatrosses, fitted with radio-tracking devices, made the occasional long flight that is the hallmark of a Lévy pattern.</p>
<p>Soon, biologists were reporting Lévy behavior in everything from deer to bumblebees and speculating how it might drive human migrations or the spread of genetically engineered crops. But many of those studies were flawed, says David Sims, a researcher at the Marine Biological Association of the United Kingdom in Plymouth. “Patchy data could mean you think you have a Lévy flight when you haven’t,” he says. And in 2007, researchers debunked the original 1996 albatross paper by noting that many of the reported “Lévy walks” — in which the birds’ transmitters remained dry, supposedly during extended flight — actually were birds resting on their nests.</p>
<p>Now, however, Sims and his colleagues say they have firm evidence for Lévy behavior in 14 species of open-ocean marine predators, including tuna, swordfish, marlin and sharks (although not great whites). The key is the sheer amount of data, on depth and location, gathered by electronic tags, says Sims. His group collected more than 12 million data points describing how the animals swam in the ocean over 5,700 days.
</p></blockquote>
<p>I&#8217;ve mangled the Travelling Salesman Problem, and gone off on a tangent about how sharks statistically roam for food. But there may be a shred of hope in counting on living organisms to solve computationally intractable problems like the TSP. While doing a little leg work early this morning, I came across an intriguing section of the <a href="http://en.wikipedia.org/wiki/Travelling_salesman_problem#Ant_colony_optimization">TSP Wikipedia page</a>. Marco Dorigo, outlined a heuristic method of solving the problem by simulating ant colonies (Ant Colony System or ACS). This field of study is called <a href="http://en.wikipedia.org/wiki/Ant_colony_optimization">ant colony optimization</a> and it has produced near-optimal solutions to the TSP.<br />
<a href="http://en.wikipedia.org/wiki/Ant_colony_optimization"><img src="http://www.victusspiritus.com/wp-content/uploads/2011/03/600px-Aco_TSP.svg_.png" alt="" title="600px-Aco_TSP.svg" width="500" height="200" class="aligncenter size-full wp-image-7970" /></a></p>
<blockquote><p>
It models behavior observed in real ants to find short paths between food sources and their nest, an emergent behaviour resulting from each ant&#8217;s preference to follow trail pheromones deposited by other ants.</p>
<p>ACS sends out a large number of virtual ant agents to explore many possible routes on the map. Each ant probabilistically chooses the next city to visit based on a heuristic combining the distance to the city and the amount of virtual pheromone deposited on the edge to the city. The ants explore, depositing pheromone on each edge that they cross, until they have all completed a tour. At this point the ant which completed the shortest tour deposits virtual pheromone along its complete tour route (global trail updating). The amount of pheromone deposited is inversely proportional to the tour length: the shorter the tour, the more it deposits.
</p></blockquote>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2011/03/19/variant-travelling-salesman-problem-solved-by-sharks/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2011/03/19/variant-travelling-salesman-problem-solved-by-sharks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Differences in Natural and Technological Evolution</title>
		<link>http://www.victusspiritus.com/2010/10/23/differences-in-natural-and-technological-evolution/</link>
		<comments>http://www.victusspiritus.com/2010/10/23/differences-in-natural-and-technological-evolution/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 19:02:40 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[far out]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=5739</guid>
		<description><![CDATA[<p>Today&#8217;s riff was inspired by Kevin Kelly&#8217;s latest book, <a href="http://www.victusspiritus.com/2010/10/14/kevin-kellys-new-book-what-technology-wants-is-alive/">What Technology Wants</a>. In WTW Kevin discusses the taxonomic work of Niles Eldredge. Niles compares biology and technology, leveraging his expertise of trilobite evolution and applying it to his collection &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s riff was inspired by Kevin Kelly&#8217;s latest book, <a href="http://www.victusspiritus.com/2010/10/14/kevin-kellys-new-book-what-technology-wants-is-alive/">What Technology Wants</a>. In WTW Kevin discusses the taxonomic work of Niles Eldredge. Niles compares biology and technology, leveraging his expertise of trilobite evolution and applying it to his collection of cornets. The following is an excerpt of <a href="http://www.ted.com/talks/kevin_kelly_on_how_technology_evolves.html">Kevin&#8217;s TED talk</a> on the subject and the related comparison of evolutionary branches between trilobites and cornets.<br />
<a href="hhttp://journal.fibreculture.org/issue3/issue3_barnet.html"><img class="aligncenter size-full wp-image-5742" title="eldridge1" src="http://www.victusspiritus.com/wp-content/uploads/2010/10/eldridge1.jpg" alt="" width="550" height="680" /></a><span id="more-5739"></span></p>
<blockquote><p>This is Niles Eldredge. He was the co-developer with Stephen Jay Gould of the theory of punctuated equilibrium. But as a sideline, he happens to collect cornets. He has one of the world&#8217;s most largest collections &#8212; about 500 of them. And he has decided to treat them as if they were trilobites, or snails, and to do a morphological analysis, and try to derive their genealogical history over time. This is his chart, which is not quite published yet. But the most interesting aspect about this is that if you look at those red lines at the bottom, those indicate basically a parentage of a type of cornet that was no longer made. That does not happen in biology. When something is extinct, you can&#8217;t have it as your parent. But that does happen in technology. And it turns out hat that&#8217;s so distinctive that you can actually look at this tree, and you can actually use it to determine that this is a technological system versus a biological system. In fact, this idea of resurrecting the whole idea is so that I began to think about what happens with old technology. And it turns out that in fact, technologies don&#8217;t die.</p></blockquote>
<p>Niles monitored the changes in the cornet over a 150 year period. What he discovered is that earlier evolutionary traits returned in later generations, skipping intermediate models. These man made adaptions are contrasted to biology which is bound to step wise evolutionary advantages. He observed that technology appears to have a much longer horizon for <em>genetic memory</em>.</p>
<p>Biological evolution is exhibited by species traits while guided by genetics. In technology the &#8220;thing&#8221; which evolves to optimize utility is not the object, but the idea or blue prints for the object. The sum of all archived information about a technology is the current state, while instantiations vary according to tastes and teaching. In contrast biological adaptions can be gained or lost over generations.</p>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2010/10/23/differences-in-natural-and-technological-evolution/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2010/10/23/differences-in-natural-and-technological-evolution/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>From farming, to factories, to refactoring code</title>
		<link>http://www.victusspiritus.com/2010/09/08/from-farming-to-factories-to-refactoring-code/</link>
		<comments>http://www.victusspiritus.com/2010/09/08/from-farming-to-factories-to-refactoring-code/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 13:00:49 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[current events]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[leadership]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=5128</guid>
		<description><![CDATA[<p style="text-align: center;"><a href="http://www.stuckincustoms.com/2010/09/07/the-abandoned-farmhouse/"></a></p>
<p><span id="more-5128"></span></p>
<p><em>Internalize Radical Economic and Social Change</em></p>
<p>The American economy has shifted over time from agricultural, to industrial, to post-industrial. These changes resemble slow drifting tectonic plates (macro trends), but are scarred by periodic spikes that become massive mountains and deep &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.stuckincustoms.com/2010/09/07/the-abandoned-farmhouse/"><img class="aligncenter size-full wp-image-5130" title="AbandondedFarmhouse" src="http://www.victusspiritus.com/wp-content/uploads/2010/09/AbandondedFarmhouse1.jpg" alt="" width="504" height="354" /></a></p>
<p><span id="more-5128"></span></p>
<p><em>Internalize Radical Economic and Social Change</em></p>
<p>The American economy has shifted over time from agricultural, to industrial, to post-industrial. These changes resemble slow drifting tectonic plates (macro trends), but are scarred by periodic spikes that become massive mountains and deep ocean rifts of economic and social upheaval. The labor skills in greatest demand have changed drastically, leaving large segments of society without jobs that draw out their greatest gifts. It&#8217;s incredibly hard for folks who&#8217;ve spent their lives mastering specific challenges to relearn a new high demand trade, but survival is an unmatched motivator. </p>
<p><a href="http://www.victusspiritus.com/wp-content/uploads/2010/09/aa-jobless-men-keep-going-from-Depression-good-one.jpg"><img class="aligncenter size-full wp-image-5134" title="aa-jobless-men-keep-going-from-Depression-good-one" src="http://www.victusspiritus.com/wp-content/uploads/2010/09/aa-jobless-men-keep-going-from-Depression-good-one.jpg" alt="" width="500" height="374" /></a></p>
<p>I&#8217;ve gone through a drastic change in applied skills over the past year. My background in science* has undergone a metamorphosis into new skills in web publishing, marketing, and web application development. I chose to do this because of my enthusiasm for open information exchange, and an unquenchable desire to find untapped value in open data. In contrast, collaboration is a four letter word in many shrinking markets. I haven&#8217;t finished crossing the chasm professionally, but at least I can see a ray of hope. I&#8217;m now able to rapidly understand and help build interactive web applications with my new skills. <em>Growing</em> an application of significant social value is one of my driving goals. My professional life mirrors some of the macro changes within the US economy, as many larger industrial era businesses are forced to shrink and embrace the network economy.</p>
<p><em>Pseudo Capitalism</em></p>
<p>Our nation is founded on <a href="http://en.wikipedia.org/wiki/Laissez-faire#United_States">economic principles</a> which foster competitive change without heavy intervention from the government. The competition for market domination by businesses, mimics natural competition for limited resources. Like nature, markets evolve over time giving way to disruptive forces.</p>
<p>The most powerful counter force to full commoditization of labor is worker mobility^. Businesses compete for the most capable employees by offering inspiring corporate culture, partial ownership (equity), salaries that remove financial friction, and generous benefits. A direct connection between worker effort and observing the effect of their labor on the bottom line, is key to business success. Top down hierarchies suffer from a lack of push back on assumptions. The more empowered each employee is, the faster the business can adapt to opportunities in a shifting market. </p>
<p>There&#8217;s a powerful connection from government capital to social/infrastructure investment. American capitalism drifted over time to mix in strong government influence over finance:</p>
<ul>
<li>tariffs</li>
<li>taxes</li>
<li>Federal Banks</li>
<li>heavy financial legislation</li>
</ul>
<p>Federal, state, and local government spending supports:</p>
<ul>
<li>education</li>
<li>government employees</li>
<li>infrastructure &amp; social programs</li>
<li>defense industry</li>
</ul>
<p>I&#8217;ll leave off this riff with a great historic image of the US economy from the 1920s to 2008.</p>
<p style="text-align: center;"><a href="http://www.victusspiritus.com/wp-content/uploads/2010/09/Big_US_history_goodSheet_006_Economy.jpg"><img class="size-full wp-image-5136   aligncenter" title="Big_US_history_goodSheet_006_Economy" src="http://www.victusspiritus.com/wp-content/uploads/2010/09/Big_US_history_goodSheet_006_Economy.jpg" alt="" width="500" height="262" /></a>This timeline come&#8217;s from <a href="http://www.good.is/post/good-sheet-its-the-economy-stupid">GOOD</a> (Oct, 2008)</p>
<p>Notes:<br />
* = My education is in physics (BS) and engineering (MSEE) followed by fourteen years of simulations and algorithm development.</p>
<p>^= &#8220;The most powerful counter force to full commoditization of labor is worker mobility&#8221;. This mirrors the most potent counter force to full centralized control of the social web, data and service mobility.</p>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2010/09/08/from-farming-to-factories-to-refactoring-code/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2010/09/08/from-farming-to-factories-to-refactoring-code/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Can Search Discover the Spark of Life?</title>
		<link>http://www.victusspiritus.com/2010/02/06/can-search-discover-the-spark-of-life/</link>
		<comments>http://www.victusspiritus.com/2010/02/06/can-search-discover-the-spark-of-life/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 21:16:20 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[far out]]></category>
		<category><![CDATA[mind]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[swarm]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=2945</guid>
		<description><![CDATA[<p><a href="http://www.stuckincustoms.com/2010/02/02/a-great-day-at-the-google-hq/"></a></p>
<p><span id="more-2945"></span></p>
<p>Highly profitable attention based business is powered by crack dev teams working at Google and Microsoft (Bing). From the point of view of an outsider looking in, there is a massive shift in resource gravity that has taken only a &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.stuckincustoms.com/2010/02/02/a-great-day-at-the-google-hq/"><img class="aligncenter size-large wp-image-2948" title="The Google HQ" src="http://www.victusspiritus.com/wp-content/uploads/2010/02/SearchIsLookingForLife-1024x733.jpg" alt="" width="800" height="550" /></a></p>
<p><span id="more-2945"></span></p>
<p>Highly profitable attention based business is powered by crack dev teams working at Google and Microsoft (Bing). From the point of view of an outsider looking in, there is a massive shift in resource gravity that has taken only a decade. It is a living example of <a href="http://www.victusspiritus.com/2009/12/21/attention-jiu-jitsu/">attention jiu-jitsu</a>, which leverages human interest towards desired outcomes. In this case the result is ever larger revenue growth and accompanying <a href="http://www.cs.cornell.edu/projects/ladis2009/talks/dean-keynote-ladis2009.pdf">data-centers</a>. The yield of compute center investments are reaped by maintaining <a href="http://en.wikipedia.org/wiki/Competitive_intelligence">information superiority</a> in an emerging network economy. The massive information network density may be the perfect environment for a new pattern to emerge. Upon writing this, I can imagine a room full of artificial intelligence researchers laughing at the possibility of accidental intelligence. My counter is that with enough information (energy) density and connectivity, the highly unlikely becomes inevitable. A plausible method leading to identifiable A.I. is to create a rich environment for intelligence to emerge, as opposed to chasing after intelligence by emulation software. A single spontaneous event is enough to change everything.</p>
<p>Organized structure arising from chaos isn&#8217;t a novel concept in nature. Cosmologists have constructed intricate hypotheses based on circumstantial evidence and measurements of ancient energies (I trust their data much more than my arm chair A.I. ideas, which isn&#8217;t much). A <a href="http://en.m.wikipedia.org/wiki/Big_Bang?wasRedirected=true">popular theory</a> tells a tale about the history of the entire universe. The story heralds the unfolding of super galactic structures, all emerging from a single event of supreme energy density.</p>
<p>I look to life for supporting patterns to my &#8220;far out&#8221; thought riffs. In the search for technological intelligence, what better place to look than the history of the human species, an incredible biological machine. Evolutionary development shows a marked gain in cognitive abilities (brain size) happening over a relatively short timespan.<br />
<a href="http://neurophilosophy.wordpress.com/2006/08/07/499/"><img class="aligncenter size-full wp-image-2953" title="htree" src="http://www.victusspiritus.com/wp-content/uploads/2010/02/htree.jpg" alt="" width="695" height="873" /></a><br />
By reviewing this tree of species is there evidence of a threshold for connectivity that may give rise to <a href="http://en.m.wikipedia.org/wiki/Sentience?wasRedirected=true">sentience</a>? Since we don&#8217;t have enough social analysis of our ancestors (read as: I&#8217;m too lazy to research it at the moment) it&#8217;s tough to judge what was the required neural connectivity to define conscious self awareness. Intelligence is likely a gradual awareness that improves as neural connectivity increases. For example, my dogs are aware, but they&#8217;re not self aware (as far as I can guess). In my less lucid moments (strong emotional states), I too become less self aware.</p>
<h2>There&#8217;s Dollar Signs $$ in Knowledge</h2>
<p>Different aspects of decision making are emerging as valued hubs on the web. <a href="http://hunch.com">Hunch</a> and <a href="http://quora.com">Quora</a> are joining accepted knowledge systems like <a class="zem_slink" title="Wikipedia" rel="homepage" href="http://www.wikipedia.org/">Wikipedia</a>, <a class="zem_slink" title="Stack Overflow" rel="homepage" href="http://stackoverflow.com/">Stack Overflow</a>, and many others. Legacy knowledge systems derive value from organized crowd sourced user contributions. As more systems lead to rich connected data frameworks, users benefit from improved information availability. I look forward to progressive models which reward the extracted value with their user communities, something the gentlemen behind <a href="http://www.victusspiritus.com/2009/09/30/iter8r-organic-crowd-shared-startup/">Iter8r</a> are working on.</p>
<p>Inspired by knowledge systems, <a href="http://victusmedia.com/frankensearch/">frankensearch.appspot.com</a> was my first effort at a real time search mashup. I&#8217;ve been fascinated with various forms of social search since becoming an admitted Net junky over the past 18 months. Since late last year <a href="http://victusmedia.com/">Victus Media</a> has served as an outlet for focusing my efforts on revealing greater user value in social search.</p>
<p>I&#8217;ll leave off with a great share I got from my friend <a href="http://lmframework.com/blog/">David Semeria</a>, the genius behind the LM Framework. Can you see emerging information patterns in collaborative software development?</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=9225227&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=9225227&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/9225227">Twitter Code Swarm</a> from <a href="http://vimeo.com/user1308096">Ben Sandofsky</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://cdixon.org/2010/01/17/collective-knowledge-systems/">Collective knowledge systems</a> (cdixon.org)</li>
<li class="zemanta-article-ul-li"><a href="http://www.inquisitr.com/60719/are-we-in-for-a-shift-in-the-search-engine-biz/">Are we in for a shift in the search engine biz?</a> (inquisitr.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.readwriteweb.com/archives/facebook_shows_its_cards_on_ad_strategy_full_house.php">Facebook Shows Its Cards With Bing on Ad Strategy: Full House</a> (readwriteweb.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.techmeme.com/100205/p47">Enhanced Cooperation with Facebook on Search (Bing/Search Blog)</a> (techmeme.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.marketingvox.com/microsoft-facebook-realign-banner-search-relationships-046148/?utm_campaign=rssfeed&amp;utm_source=mv&amp;utm_medium=textlink">Microsoft, Facebook Realign Banner, Search Relationships</a> (marketingvox.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.macworld.com/article/146172/2010/02/siri.html?lsrc=rss_main">Siri wants to be your personal assistant</a> (macworld.com)</li>
<li class="zemanta-article-ul-li"><a href="http://singularityhub.com/2010/02/05/google-challenges-you-to-a-game-of-tron/">Google Challenges You To a Game of Tron</a> (singularityhub.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/af8dee4b-97f7-4ad9-9ec2-260e6729473f/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=af8dee4b-97f7-4ad9-9ec2-260e6729473f" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2010/02/06/can-search-discover-the-spark-of-life/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2010/02/06/can-search-discover-the-spark-of-life/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The human social interface, why I love the Net</title>
		<link>http://www.victusspiritus.com/2009/11/26/the-human-social-interface-why-i-love-the-net/</link>
		<comments>http://www.victusspiritus.com/2009/11/26/the-human-social-interface-why-i-love-the-net/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 16:40:27 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[mind]]></category>
		<category><![CDATA[social design]]></category>
		<category><![CDATA[social web]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=2370</guid>
		<description><![CDATA[<p><a href="http://www.stuckincustoms.com"></a><span id="more-2370"></span></p>
<h2>Each of our minds stands alone </h2>
<p>The island of self is separated by an ocean of understanding from adjacent minds (more on this later). To connect with others, we must cross the communication chasm that is the product of diverse &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.stuckincustoms.com"><img src="http://www.victusspiritus.com/wp-content/uploads/2009/11/LoneCypress.jpg" alt="The Lone Cypress - a drive down Highway 1 from San Francisco to San Diego" title="The Lone Cypress - a drive down Highway 1 from San Francisco to San Diego" width="480" height="670" class="aligncenter size-full wp-image-2108" /></a><span id="more-2370"></span></p>
<h2>Each of our minds stands alone </h2>
<p>The island of self is separated by an ocean of understanding from adjacent minds (more on this later). To connect with others, we must cross the communication chasm that is the product of diverse perceptions. One of the difficulties of deep and meaningful communication is conveying our genuine thoughts and feelings. Another barrier is syncronization, for each message we must be ready and willing to send or recieve it. Beyond willingness, we must also be capable. Skill and effort are required to effectively communicate. Consider the example of web blogs. It takes focused effort to distill abstract thoughts into meaningful written messages, and it takes time to read and interpret those messages.</p>
<h2>Enter the Internet</h2>
<p>For much of modern history written letters and books were a form of asyncronous communication. Advanced concepts were shared across continents and cultures. Technology has evolved over the centuries and a single massive network has arisen.</p>
<p>With the net, we can send out signals across the globe with the ease of pressing a single button. We have enabled adjacency of minds on a massive scale. Due to the asyncronous nature of many forms of net communication, the requirement for simultaneous openess of minds is relaxed. Individuals are free to tune in, and harmonize when and where they are ready. </p>
<h2>What&#8217;s in the tubes</h2>
<p>The messages consist of text, images, music, video, software, and other data. From single authors and small groups, great collaborative structures have emerged such as wikipedia, and YouTube. Heavy references and linked terminology make plain what otherwise were once obscure topics. Curiousity naturally leads us to less confusion by following linked information. We have more power to find and consume information and media than ever before in history, and this is only the beginning. Arguably more valuable than the rich data itself, are the relationships which emerge between distant minds.  </p>
<h2>Our Minds are the most valuable web data</h2>
<p>I believe the discovery of other minds which resonate with our ideas is the most potent and valued asset of the net. Serendipity in the virtual contiuum of expanding thought and knowledge is a welcome ally. When we harmonize our thought patterns with even a single kindred spirit we find meaning and insight in our own life experiences. Over time this gravity of belonging leads to the emergence of new societies and dynamic global communities in a way that has never before existed in history. </p>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2009/11/26/the-human-social-interface-why-i-love-the-net/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2009/11/26/the-human-social-interface-why-i-love-the-net/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Boys and their Toys: Tools the 7th Kingdom</title>
		<link>http://www.victusspiritus.com/2009/11/13/boys-and-their-toys-tools-the-7th-kingdom/</link>
		<comments>http://www.victusspiritus.com/2009/11/13/boys-and-their-toys-tools-the-7th-kingdom/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 19:29:11 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[emergence]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[web/tech]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=2182</guid>
		<description><![CDATA[<p style="text-align: center;"><a href="http://www.stuckincustoms.com"></a></p>
<p><span id="more-2182"></span></p>
<p>Stretching back through the history of humans, we have had an inseparable relationship with tools. From simple beginnings like the sharpened stone, we have rivaled the complexity of our own biological systems with our technology. Our usage of ultra specialized &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.stuckincustoms.com"><img class="size-full wp-image-2118 aligncenter" title="Arriving Home in Vegas" src="http://www.victusspiritus.com/wp-content/uploads/2009/11/Vegas.jpg" alt="Arriving Home in Vegas" width="480" height="330" /></a></p>
<p><span id="more-2182"></span></p>
<p>Stretching back through the history of humans, we have had an inseparable relationship with tools. From simple beginnings like the sharpened stone, we have rivaled the complexity of our own biological systems with our technology. Our usage of ultra specialized and general purpose tools is so ingrained in our everyday life, subsisting without them would take great effort. Apparently technology and life have intertwined fates. Without the will to be imagined, created, repaired and utilized technology would cease to function. If one day a form of mechanized life were discovered (or emerged), it would cease to be simply technology. The two, organic and inorganic entities, are coupled in their extropic structuring of the universe. Together, man and technology, go hand in hand inevitably towards the future.</p>
<p>The greatest tools nudge us gently in the right direction. Subtle at times, in harmony wlth our vision, or like massive steel frying pans smashing us in the face, when we step out of line. Both types have their merit. They teach us, they help us explore unknown space. They enable us to do what we could not accomplish without them. Our diverse efforts help to refine and polish the efficacy of tools in areas of perceived need. Our lust for knowledge and freedom from physical pains drives us to discover and explore.</p>
<p>I thank <a href="http://www.kk.org/kk/">Kevin Kelly</a> for his inspiration of my continued curiosity of the Seventh Kingdom. The concept of extropy and how tools relate to mankind are both derived from his fascinating work. You can find some <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26x%3D20%26ref_%3Dnb%255Fss%26y%3D19%26field-keywords%3Dkevin%2520kelly%26url%3Dsearch-alias%253Dstripbooks&amp;tag=dream06-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">of it here</a> in various book formats.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ap-ZC21bk18&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/ap-ZC21bk18&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2009/11/13/boys-and-their-toys-tools-the-7th-kingdom/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2009/11/13/boys-and-their-toys-tools-the-7th-kingdom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If I say your code sucks, blame mother nature</title>
		<link>http://www.victusspiritus.com/2009/11/08/if-i-say-your-code-sucks-blame-mother-nature/</link>
		<comments>http://www.victusspiritus.com/2009/11/08/if-i-say-your-code-sucks-blame-mother-nature/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 18:04:47 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[evolution]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=2140</guid>
		<description><![CDATA[<h1>Software&#8217;s Evolution Mimics Natural Competition</h1>
<p>Don&#8217;t take it too personally the next time a friend, coworker, or customer says your software sucks. You see each time our code is released into the wild, it faces fierce competition in fulfilling the &#8230;</p>]]></description>
			<content:encoded><![CDATA[<h1>Software&#8217;s Evolution Mimics Natural Competition</h1>
<p>Don&#8217;t take it too personally the next time a friend, coworker, or customer says your software sucks. You see each time our code is released into the wild, it faces fierce competition in fulfilling the needs of many potential users. Although you (may have) optimized your library for a specific application(s) (homologous to a natural environment), it may not have sufficient fitness to survive in other virtual ecosystems. In addition expectations may be far different than what your software currently provides, either functionally (works like crap) or visually (looks like crap).<span id="more-2140"></span></p>
<h1>Open Source is the Perfect Stage for Competitive Software</h1>
<p>We witness open source development communities get ruffled feathers when someone reinvents what their code does, and also releases it under an open license (<a href="http://www.apparatusproject.org/blog/2009/09/twisted-web-vs-tornado-part-deux/">recent Twisted versus Tornado server discussions</a>). But the truth is, it&#8217;s sometimes better to recreate a solution optimized to one&#8217;s needs, then try and rework existing open code into what is required. This is certainly true if developers need to understand all the nuances of a complex code base. The flip side is that each open source community is competing for additional skilled developers and resources. If they can provide what is needed, it improves their future chances of code survival.</p>
<p>Much like in nature, when a complex species is unable to adapt fast enough to a radically changing ecosystem, new life forms better suited to the resulting environment may take hold. This law transcends physical boundaries and rules the world of open source. New constructs and languages are ever evolving to meet the challenging demands of a dynamic digital landscape. We see this in operating systems, programming languages, and layered web services.</p>
<p>I, for one, embrace the remorseless competition of source code&#8217;s challenged survival. Its implications on continually improving software shows great promise for the future.</p>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2009/11/08/if-i-say-your-code-sucks-blame-mother-nature/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2009/11/08/if-i-say-your-code-sucks-blame-mother-nature/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Imagine Our Mind Without Bounds</title>
		<link>http://www.victusspiritus.com/2009/05/28/imagine-our-mind-without-bounds/</link>
		<comments>http://www.victusspiritus.com/2009/05/28/imagine-our-mind-without-bounds/#comments</comments>
		<pubDate>Thu, 28 May 2009 13:32:26 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<category><![CDATA[brain]]></category>
		<category><![CDATA[consciousness]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[far out]]></category>
		<category><![CDATA[mind]]></category>
		<category><![CDATA[neural interface]]></category>
		<category><![CDATA[neuroscience]]></category>
		<category><![CDATA[sci-fi]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=262</guid>
		<description><![CDATA[<p style="text-align: center;"><a href="http://www.squidoo.com/BrainWaveReader"></a></p>
<h2><span style="color: #c00000;"> Neural Interfaces May Teach Us More About Consciousness</span></h2>
<p><em>The key to our consciousness may not be the brain itself, but the waves that continually travel throughout the structure.  Much like highways, our complex neural networks are simply infrastructure for our </em>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.squidoo.com/BrainWaveReader"><img class="aligncenter size-full wp-image-329" title="neurosky-launches-mindset-neural-input-device-0" src="http://www.victusspiritus.com/wp-content/uploads/2009/05/neurosky-launches-mindset-neural-input-device-0.jpg" alt="neurosky-launches-mindset-neural-input-device-0" width="300" height="224" /></a></p>
<h2><span style="color: #c00000;"> Neural Interfaces May Teach Us More About Consciousness</span></h2>
<p><em>The key to our consciousness may not be the brain itself, but the waves that continually travel throughout the structure.  Much like highways, our complex neural networks are simply infrastructure for our electromagnetic (and chemical) thought waves to traverse and interact.  By focusing our learning about brain waves, neural interface devices will help us understand what gives us a sense of consciousness.  In addition the potential for replicating artificial infrastructure exterior to our bodies, but accessible to our conscious minds could be possible.  Yeah I know, it&#8217;s a far out idea but consider <a href="http://images.google.com/images?hl=en&amp;q=parts+of+the+brain&amp;um=1&amp;ie=UTF-8&amp;ei=dM0XSpTlPKOstgf3xND5DA&amp;sa=X&amp;oi=image_result_group&amp;resnum=4&amp;ct=title">our brain&#8217;s division</a>.  It is composed of two main hemispheres and multiple clusters, and there is somewhat redundant data storage in various portions of our mind.  Yet with all these interacting clusters, we have one consciousness.</em></p>
<h2><span style="color: #c00000;">Mind Outside of Body</span></h2>
<p>As our body functions via gene regulatory networks, our consciousness emerges from an incredible complex network of signals. If network signals are the source of our sense of consciousness, what does this imply about the restriction on where our minds can dwell?  While imagining this thought experiment, I considered potential requirements for a functioning external environment that the mind could spread to. Any extension to our mind would require similar brain-like infrastructure to our own physical brain:<span id="more-262"></span></p>
<ul>
<li>organic cloned nerve cells and clusters
<ul>
<li>radically different species, plants?</li>
</ul>
</li>
<li>technological replications
<ul>
<li>specially designed computer systems and interfaces</li>
<li>artificial brain-like matter</li>
<li>uploaded to a cloud-like system</li>
</ul>
</li>
<li>near instant information flow between various sections of the mind</li>
<li>a method of formatting new infrastructure to be compatible with our memories</li>
<li>novel brain structures for handling additional sensory information, from remote locations</li>
</ul>
<p>The complexity of our brains is staggering.  We are just beginning to understand some of the building blocks, small clusters of neurons, and the enormous network of connections that host our conscious thought. In order to even consider extensions to our minds, we will first need to become experts on the states of mind, the intricacies of  information flow and storage within our brains, and how the sum total of all brain structures and mind signals results in a single consciousness, a single voice.  Both technology and neuroscience (amongst other scientific disciplines) will be tasked with tremendous technological obstacles if expanding our minds is to become reality.</p>
<p>Even if a mind can be extended beyond the physical bounds it was created with, huge new avenues of research would be opened.  Artificial Intelligences could be given the spark of life using the same techniques that would allow for mind extension.  If full knowledge of mind is achieved, near identical duplicates could be replicated (or stored as backups in case of loss).  What difference would there be from artificial minds to naturally initiated minds?  We could design new aspects to our consciousness through specialized constructions (stronger curiosity).</p>
<p>How may expanded minds communicate and share?  Could they copy information directly and what interfaces may allow for huge amounts of information transmission. Can minds share the same infrastructure and coexist?  Imagine the concept of crowd sourcing or <a href="http://www.victusspiritus.com/2009/03/29/social-media-will-be-the-dominant-design-focus-of-the-21st-century/">social design</a> with many minds co-located and analyzing incredibly challenging problems from <a href="http://www.victusspiritus.com/2009/04/25/the-search-power-of-collaborative-design/">thousands of views simultaneously</a>.   What would identify and associate each thought on a single infrastructure back to a single consciousness?</p>
<ul>
<li>orthogonal waves</li>
<li>a universal ID, embedded in each thought</li>
<li>identity marker signals/features</li>
</ul>
<p>Imagine in the far future, extended perception throughout massive distances, minds may duplicated over light years by transmission of state.  Our minds could potentially exist throughout the cosmos, ubiquitous in many places at once yet all acting with a single will.  Our perspective would be forever altered, no longer small and selfish but collective and considerate of broader and deeper issues.  Limited resources will always force us to make decisions to allow for innovation.  New minds will need to be allotted enough structure to grow and flourish.  Older minds will need to expand outward or follow the natural life cycle of death and rebirth.</p>
<p>Thanks to Kevin Kelly for <a href="http://www.kk.org/thetechnium/archives/2009/05/infinite_in_som.php">Infinite in Some Directions</a> and <a href="http://www.kk.org/thetechnium/archives/2008/10/evidence_of_a_g.php">Evidence of a Global SuperOrganism</a> for opening my mind to new potential paths that technology may develop in.</p>
<p></p>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2009/05/28/imagine-our-mind-without-bounds/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2009/05/28/imagine-our-mind-without-bounds/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://www.victusspiritus.com/audio/BrainwavesAndConsciousness.mp3" length="13798530" type="audio/mpeg" />
		</item>
		<item>
		<title>How to Build an Optimal Organization</title>
		<link>http://www.victusspiritus.com/2009/05/17/how-to-build-an-optimal-organization/</link>
		<comments>http://www.victusspiritus.com/2009/05/17/how-to-build-an-optimal-organization/#comments</comments>
		<pubDate>Sun, 17 May 2009 10:31:11 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[leadership]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=4</guid>
		<description><![CDATA[<p><span style="color: #c00000; font-size: 18px; font-family: Trebuchet MS;">Start From the Beginning And Focus on People</span><br />
Any large organization will consist of a framework that should be dynamic enough to allow for efficient change but stable enough to provide it&#8217;s members with a sense of direction.  The most &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #c00000; font-size: 18px; font-family: Trebuchet MS;">Start From the Beginning And Focus on People</span><br />
Any large organization will consist of a framework that should be dynamic enough to allow for efficient change but stable enough to provide it&#8217;s members with a sense of direction.  The most important aspect when starting out is to continually be aware that any large organization while designed with a given architecture, is ultimately composed of individuals.  Think of the &#8220;business plan&#8221; as the coarse direction that your organizations true life blood (people) will flow about.  Be aware as your organization grows different folks with their own selfish interests and independent perspectives will be filling needs.  It&#8217;s your job to make sure that you invite and accept members that will work in harmony with the current community and are excited about the direction your organization is going.</p>
<div style="text-align: center;"><a href="http://www.flickr.com/photos/hirosheridan/"><img class="at-xid-6a0111688fdbcb970c0115708e7aee970b" title="Organize1And2" src="http://messel.typepad.com/.a/6a0111688fdbcb970c0115708e7aee970b-500pi" border="0" alt="Organize1And2" /></a></div>
<p><span id="more-4"></span></p>
<p><span style="color: #c00000; font-size: 18px; font-family: Trebuchet MS;">Follow Mother Nature and Build Complex Systems Fractally</span><br />
Start with just one or two other people that you can relate to, who&#8217;re as determined as you (or more so) to build the organization and get them on board.  Empower leaders to replicate what you have done with your first small group iteratively.  As the community grows and others are responsible for managing new and existing members, your group will need to spend some time refreshing their alignment to the collective&#8217;s current goals at all levels.  Do your best to remain open and available to anyone in your organization, and insure that they feel empowered to make decisions on the group&#8217;s behalf.  For any job or task, the person doing the task is responsible for representing the organization as a whole.</p>
<p><span style="color: #c00000; font-size: 18px; font-family: Trebuchet MS;">Or If You Have Unlimited Resources: Entice Your Dream Team to Organize</span><br />
If I could harness the will, focus, and influence of my favorite bloggers/thought leaders into one organization/corporation, I imagine it would be a creative financial force to be reckoned with.</p>
<ul>
<li>At the marketing helm steering through any branding barriers would be dynamo <a href="http://sethgodin.typepad.com/seths_blog/2007/04/the_brand_formu.html">Seth Godin</a>.  He&#8217;d be my first pick to help entice the rest to consider the possibilities of a &#8220;Legion of Super Web Heroes&#8221;.  Plus Seth could relay the marvels of having his <a href="http://www.mcphee.com/items/11792.html">own action figure</a>.</li>
<li>Dreaming up visionary technology would be &#8220;fringe of now sci-fi&#8221; author <a href="http://www.kk.org/thetechnium/archives/2008/10/evidence_of_a_g.php">Kevin Kelly</a>.</li>
<li>Knowing the companies that have the greatest Kung-Fu when it comes to tech and coming up with a plethora of far out and brilliant ideas himself, <a href="http://scobleizer.com/2009/05/16/exploring-the-2010-web/">Robert Scoble</a>.</li>
<li>But wait, how do we profit best from combining this team and tech? With none other than venture capitalist, and way beyond web 2.0 personified, <a href="http://www.avc.com/a_vc/2009/05/the-disruption-talk.html">Fred Wilson</a>.  He could wring out the potential as well as having incredible connections with startup geniuses.</li>
<li>I almost forgot <a href="http://www.paulgraham.com/index.html">Paul Graham</a>, the programming sensei.  His essays got me started down this road.  I came across one of his posts about YCombinator and that got me thinking, and thinking, and thinking&#8230;</li>
<li>Where do I fit in with this Legion of Super Change Makers?  Every super group needs an eccentric data miner concerned primarily with the quality of life of those who <a href="http://www.victusspiritus.com/2009/02/25/wouldnt-it-be-wonderful-if-our-imagination-could-change-the-world/">inherit our imagination</a>.  Curiosity fueled and blessed with the worlds greatest companion (Michelle), fantastic friends and loving family.  It&#8217;d be one helluva job just keeping up with the developments of the market disruptors above.</li>
</ul>
<p></p>
<p><span class="at-xid-6a0111688fdbcb970c01156f975f8c970c"><a href="http://messel.typepad.com/files/buildinglargeorganizationsandsystems.mp3"><br />
</a></span></p>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2009/05/17/how-to-build-an-optimal-organization/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2009/05/17/how-to-build-an-optimal-organization/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
<enclosure url="http://messel.typepad.com/files/buildinglargeorganizationsandsystems.mp3" length="8956055" type="audio/mpeg" />
<enclosure url="http://www.crapchat.com/victusspiritus/audio/buildinglargeorganizationsandsystems.mp3" length="8956055" type="audio/mpeg" />
		</item>
		<item>
		<title>Imagine The Direction of Evolution</title>
		<link>http://www.victusspiritus.com/2009/05/12/imagine-the-direction-of-evolution/</link>
		<comments>http://www.victusspiritus.com/2009/05/12/imagine-the-direction-of-evolution/#comments</comments>
		<pubDate>Tue, 12 May 2009 21:08:35 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[web/tech]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=8</guid>
		<description><![CDATA[<div style="text-align: center;"><a style="display: inline;" href="http://www.flickr.com/photos/9679326@N04/"></a></div>
<p><span style="color: #c00000; font-size: 18px; font-family: Trebuchet MS;">Idea Blazer Kevin Kelly Challenges Us To Imagine The Direction of Evolution</span><br />
After having spent some time enjoying the blog of author Kevin Kelly, I couldn&#8217;t resist posting about his recent tour de force, <a href="http://www.kk.org/thetechnium/archives/2009/04/ordained-becomi.php">Ordained-Becoming</a>.  I shamelessly admit to &#8230;</p>]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;"><a style="display: inline;" href="http://www.flickr.com/photos/9679326@N04/"><img class="at-xid-6a0111688fdbcb970c01156f885228970c" title="Evolution" src="http://messel.typepad.com/.a/6a0111688fdbcb970c01156f885228970c-500pi" border="0" alt="Evolution" /></a></div>
<p><span style="color: #c00000; font-size: 18px; font-family: Trebuchet MS;">Idea Blazer Kevin Kelly Challenges Us To Imagine The Direction of Evolution</span><br />
After having spent some time enjoying the blog of author Kevin Kelly, I couldn&#8217;t resist posting about his recent tour de force, <a href="http://www.kk.org/thetechnium/archives/2009/04/ordained-becomi.php">Ordained-Becoming</a>.  I shamelessly admit to not reading everything Kevin has written (I failed to find the time to even complete the first of two parts of Ordained-Becoming!).  When I<br />
do find a moment to read his work, I find it&#8217;s best to take a single post of his and carefully dig in.  Although I have chosen to touch on only a few of the concepts from that work, should you have any interest in the subject of evolution at all, I highly recommend the read.  You can find it in my current favorite of his blogs, <a href="http://www.kk.org/thetechnium/">The Technium</a> (although I&#8217;m still fascinated with his series on <a href="http://www.kk.org/newrules/newrules-1.html">The Swarm</a>). The story told discusses a potential direction for evolution.  <span id="more-8"></span>Is life on earth is changing diversity, and species complexity.   We are introduced to some of the findings of <a href="http://en.wikipedia.org/wiki/Simon_Conway_Morris">Simon Conway Morris</a> (specialist) who began a study of obscure fossils:</p>
<div class="blockquote" style="margin-left: 40px;">&#8220;1974 Simon<br />
Conway Morris, a paleobiology graduate student at<br />
Cambridge University, began an intense study of obscure fossils hidden<br />
in an obscure location: a narrow outcrop of 500 million-year old shale<br />
crammed between two small peaks high up in the Canadian Rockies&#8221;</div>
<p><span style="color: #c00000; font-size: 18px; font-family: Trebuchet MS;">Paleobiology Graduate Student Simon Conway Morris&#8217; Determines Diversity May Be Decreasing?</span><br />
One of his Simon&#8217;s earlier conclusions suggests there was greater amount of diversity hundreds<br />
of millions of years ago, compared to today.  This suggests that diversity has declined over time and taking this hypothesis further he posed that evolutionary forces would continue in that direction. This would foretell a future less<br />
diverse in species. Optimal species would take hold in certain areas<br />
but there would be a decline is the number of unique species in a specific environment.</p>
<p><span style="color: #c00000; font-size: 18px; font-family: Trebuchet MS;">Reviewing the Fossils, Morris Finds that Species Were Less Diverse 500 Million Years Ago</span><br />
Later on Morris reconsidered his theories prompted by the work of <a href="http://en.wikipedia.org/wiki/Stephen_Jay_Gould">Steven J. Gould</a>, specifically <a href="http://www.amazon.com/Wonderful-Life-Burgess-Nature-History/dp/039330700X%3FSubscriptionId%3D02ZH6J1W0649DTNS6002%26tag%3Dkkorg-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D039330700X">Wonderful Life</a>. In it Gould discusses &#8220;a fundamental contingency of evolution&#8221;, an introduced random element that suggests there is no inherent direction for evolution.  Morris reviewed his earlier work and found that he had confused a few of samples that appeared wildy different in structure but were actually quite similar to their modern counterparts.</p>
<p>My preferred model for growth, survival, and extinction concentrates on local regions of stability with competiting populations for limited resources in a fixed environment (<a href="http://en.wikipedia.org/wiki/Chaos_theory">chaos theory</a>).  As to the natural mechanisms for evolution and beneficial mutations, one can think of life as a long time scale search for optimal species survival traits (hardiness).</p>
<p>Some theorize<br />
that evolution is increasing in complexity.  For instance look at humans compared to single cell organisms.  We are fairly complicated with estimates of between 10-100 trillion cells working in unison. In the Technium, Kelly sees Technology as the latest form of<br />
evolution and predicts that it will become a species in of itself.  Whether or not we identify and<br />
recognize it as &#8220;life&#8221; now is up to debate (<a href="http://en.wikipedia.org/wiki/Self-replicating_machine">self-replicating machines</a>, <a href="http://en.wikipedia.org/wiki/Nanorobotics">nanorobotics</a>, <a href="http://www.zyvex.com/nanotech/selfRepNASA.html">Ralph C. Merkle&#8217;s work</a> ). Today we manufacture technology.  There aren&#8217;t a<br />
lot of computers building computers, but we use a series of complicated machines<br />
when constructing modern technology.  There&#8217;s already a level of separation (or more) between us and our tools, and in the near future technology may not need it&#8217;s inventor to evolve.</p>
<p>Take for example my portable computer/phone.  I use my iPhone all the time for a great many applications, but I don&#8217;t know how the chips and<br />
software are manufactured.  Even though I have a background in developing algorithms/software<br />
for many years I am largely ignorant of the specific programs that make up the iPhone&#8217;s core systems.  Although familiar with many of the methodologies, I realize that I can only hold a large program or two fresh in my mind before becoming overwhelmed.  Apple has created an incredible software framework/publishing system for developers to write and sell their own iPhone applications.  This framework leads back to <a href="http://www.victusspiritus.com/2009/03/29/social-media-will-be-the-dominant-design-focus-of-the-21st-century/">social design</a> and <a href="http://www.victusspiritus.com/2009/04/25/the-search-power-of-collaborative-design/">the search power of collaborative views</a> as dominant trends for future technology design. The most successful companies will build a backbone (or the operating system) and let everyone else add to it with an easy to use set of tools.</p>
<p>Back in Ordained-Becoming, Kevin goes on to talk<br />
about how there may yet be an evolutionary direction and that nature prefers certain powerful features (local attractors) like discovering the optimal proteins for light collection in eyes (it has evolved in quite a few unrelated species).  He discusses the two opposing forces on evolution,</p>
<ul>
<li>physical limitations (gravity, food, space) and</li>
<li>novel creations of &#8220;the complexity of interlinked genes&#8221;.</li>
</ul>
<p>There might be one species that dominates in a given environmental role.  But you can<br />
see now that even as many species become extinct or are shrinking in populations, many new species sprout up.  Consider an isolated evolutionary area, for instance Australia.  They are a number of different species that developed in Australia, yet they share similarities to mammals elsewhere. Beyond the fact that they&#8217;re warm blooded, young are<br />
born living (classification traits of mammals), consider <a href="http://evolution.berkeley.edu/evolibrary/article/0_0_0/analogy_02">the flying squirrel and the sugar glider</a>.  Both have developed thin membranes for coasting in the air a short periods between trees.  Also in respect to diversity consider special advantages to some of Australia&#8217;s native creatures.  The Marsupials have little pouches that they carry their<br />
young in, so they don&#8217;t need a baby carriage (I couldn&#8217;t resist). Because they don&#8217;t require holding onto<br />
their young all of the time, the pouch has been a survival<br />
advantage for them.</p>
<p><span style="color: #c00000; font-size: 18px; font-family: Trebuchet MS;"><br />
</span></p>
<p><span style="color: #c00000; font-size: 18px; font-family: Trebuchet MS;">Implications for Technology?<br />
</span></p>
<p>So what does that mean for tech? What&#8217;s going to happen as technology<br />
evolves? Is it going to be more complicated? More diverse? Is it just<br />
going to be one big interconnected type of system (living internet)? These are the type<br />
of ideas or thought experiments inspired by Kevin&#8217;s<br />
work. And I&#8217;m only about 2/3 of the way through his first of two<br />
posts on the subject. Hopefully I will<br />
have more to share on this topic soon.</p>
<p>The Raw Audio:</p>
<p></p>
<p><span class="at-xid-6a0111688fdbcb970c01157082f276970b"><a href="http://messel.typepad.com/files/kevinkellytechniumevolutionordained.mp3"><br />
</a></span></p>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2009/05/12/imagine-the-direction-of-evolution/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2009/05/12/imagine-the-direction-of-evolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.crapchat.com/victusspiritus/audio/kevinkellytechniumevolutionordained.mp3" length="6263980" type="audio/mpeg" />
<enclosure url="http://messel.typepad.com/files/kevinkellytechniumevolutionordained.mp3" length="6263980" type="audio/mpeg" />
		</item>
	</channel>
</rss>

