<?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>thinktoomuch.net &#187; Memetics</title>
	<atom:link href="http://www.thinktoomuch.net/tag/memetics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinktoomuch.net</link>
	<description>Looking for the Good in Everything - An Emerging Memetic Engineer from South Africa</description>
	<lastBuildDate>Thu, 08 Jul 2010 21:35:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Evolution&#8230; of Language, Culture, Technology, and Religion</title>
		<link>http://www.thinktoomuch.net/2008/06/21/evolution-of-language-culture-technology-and-religion/</link>
		<comments>http://www.thinktoomuch.net/2008/06/21/evolution-of-language-culture-technology-and-religion/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 21:32:40 +0000</pubDate>
		<dc:creator>Hugo</dc:creator>
				<category><![CDATA[Religion and Science]]></category>
		<category><![CDATA[Biology]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Memetics]]></category>
		<category><![CDATA[Religion]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://thinktoomuch.net/?p=381</guid>
		<description><![CDATA[There are various uses of the word &#8220;evolution&#8221;. Some talk about &#8220;Stellar Evolution&#8221; when referring to the development of stars. (Carl Sagan does this.) Others complain the word is too widely used, and is losing its meaning, suggesting we should only use it to refer to biological evolution. (I&#8217;m under the impression that Stephen Jay [...]]]></description>
			<content:encoded><![CDATA[<p><em>There are various uses of the word &#8220;evolution&#8221;. Some talk about &#8220;Stellar Evolution&#8221; when referring to the development of stars. (Carl Sagan does this.) Others complain the word is too widely used, and is losing its meaning, suggesting we should only use it to refer to biological evolution. (I&#8217;m under the impression that Stephen Jay Gould took this opinion.) I typically take a middle path, defining evolution according to the mechanism: I reserve the word for situations involving mutation and selection. Below is an explanation of the implications of this mechanism of evolution in diverse fields, from computer algorithms to language and cultural developments, explaining how it works, how it connects to the various fields, and what it this warns us about developments in religion.</em></p>
<p>Evolution occurs when you have some complex kind of <em>replicator</em> of which replications (copies) are created by a slightly imperfect copying mechanism. The replication process needs to have sufficient fidelity (accuracy) that descendants significantly share characteristics with their immediate ancestors, but the process <em>must not</em> have <em>perfect</em> fidelity.</p>
<p>Imperfections in the copying procedure cause <strong>mutations</strong>, which result in new traits or characteristics in descendants. Perfect copies would be clones in the case of single-parent replication, or mere permutations in the case of recombinations of traits of parents in multiple-parent descendants. Without imperfection in the copying process, there will be no mutations, and hence no evolution of interesting new traits or characteristics.</p>
<p>In any instance where such a replicator exists in an environment with limited available resources, some replicators will necessarily be more successful at replicating than others. Such environmental pressure brings about <strong>selection</strong>. Due to this selection, the traits or characteristics that prove &#8220;beneficial&#8221; are selected for, and the replicators evolve better &#8220;fitness&#8221; through the interaction between imperfect replication (and therefore mutation) and selection (survival of the fittest).</p>
<p><strong>Defining &#8220;Fitness&#8221;</strong></p>
<p>In an evolutionary scenario, &#8220;fitness&#8221; is defined solely in terms of a replicator&#8217;s success at replication. As the evolutionary environment changes, some traits that used to be beneficial can become detrimental, and vice versa. As such, any qualitative comparison between two entities that attempts to determine which is &#8220;better&#8221;, is meaningless <em>in terms of evolution</em>, except when discussed with reference to its survival potential <em>in the context of a particular evolutionary environment</em>. (There are of course other ways of measuring &#8220;good&#8221; and &#8220;bad&#8221;, but such qualitative measures would be unrelated to the evolutionary process.)</p>
<p><span id="more-381"></span></p>
<p>If there is some way to quantify fitness, we could, in principle, find or define a &#8220;fitness function&#8221;. This function would conceptually return the quantified fitness of a particular replicator. The evolutionary process is effectively one that attempts to maximise this function in the process of developing the descendent replicators. The result would be replicators that appeared &#8220;designed&#8221; for that particular function. As such, this &#8220;fitness function&#8221; serves as a representation of the evolutionary environment and its implications for the replicator.</p>
<p>To recap, for evolution to occur, we need some kind of <em>replicator</em> with traits that can <em>mutate</em>, and some form of <em>selection</em> that occurs. This selection occurs as a result of the evolutionary environment, or conceptually according to some <em>fitness function</em>.</p>
<p><strong>Evolution Within Computer Science</strong></p>
<p>The simplest environments are the mathematical and artificial ones. One technique sometimes used in computer science for finding a decent solution to a particular problem (typically a number of parameters that need to be tuned) is the &#8220;genetic algorithm&#8221;. In short, a structure is programmed that has a significant number of parameters (&#8220;genes&#8221;) that need to be tuned. A particular instance of this structure, with a particular set of parameters/genes, could be considered the &#8220;organism&#8221; (the <em>replicator</em>) that must evolve. An initial population might only have one organism, or it may have a number of organisms with random parameters.</p>
<p>Also defined by the programmer, is an explicit <em>fitness function</em> that provides a measure of how good any particular solution is &#8212; where any particular &#8220;organism&#8221; is a potential solution, i.e. a particular set of parameters. Using the fitness function, &#8220;organisms&#8221; can be compared and the better organisms can be <em>selected</em>. Based on a set or population of the best organisms, a new generation of &#8220;offspring&#8221; organisms are evolved by making a number of copies of a parent, and randomly twiddling a couple of parameters to provide for <em>mutation</em>. Optionally, multiple parents can be selected and parameters chosen randomly between them, in order to implement &#8220;genetic recombination&#8221; (effectively sex), before adding a couple of mutations to produce new offspring.</p>
<p>By letting an algorithm like this run for thousands of generations, you &#8220;evolve&#8221; a decent solution to a particular problem, as defined and measured by your fitness function. (The disadvantages of genetic algorithms is not relevant to this post, but they would be computational complexity and local optimums.)</p>
<p><strong>Purpose in Evolution</strong></p>
<p>The above example (genetic algorithms) involved a designed fitness function in order for the result of the evolution of the &#8220;organisms&#8221; to be useful to its designer. Despite that fact, the fitness of the &#8220;organisms&#8221; is still <em>purely</em> their reproductive success within the context of their evolutionary environment. The connection of this reproductive success to the will of the designer occurs due to the fact that their evolutionary environment (represented by the fitness function) was designed to coax it out of them. Personified, the abstract &#8220;genes&#8221; of these organisms still only &#8220;care&#8221; about their own reproductive fitness, irrespective of the <em>reasons</em> behind a particular fitness function or evolutionary environment.</p>
<p><strong>Computer Worms and Viruses, and Artificial Life</strong></p>
<p>Computer worms and viruses are <em>replicators</em>. They produce offspring. However, typically the copies are perfect, and the worms or viruses <em>do not mutate</em>. As such, they cannot evolve. If taking a bigger picture view, and including mutations by external agents (evil computer programmers), a virus or worm could be incrementally &#8220;improved&#8221;. In a sense, this could represent an &#8220;evolution&#8221; of the harmful computer code, but the selection criteria (&#8220;fitness function&#8221;) is rather a human choice. As such, this is rather a part of human cultural and technological evolution than it is a good example of evolution in its own right.</p>
<p>The &#8220;reality&#8221; in which computer code lives is determined by the instructions available on the machine that is running the code. The nature of those instructions is such that a randomly mutating program (worm or virus) isn&#8217;t a very practical technique. Artificial life simulations (implementing evolution of artificial organisms in computer code) typically define a new environment, programming language or virtual machine, specifically designed for such simulations.</p>
<p><strong>Biological Evolution</strong></p>
<p>The study of biological evolution deals with the science behind how living organisms changed (and change) over time, within their evolutionary environment. The fundamental <em>replicator</em> in the case of biology <em>as we know it</em> is the <em>gene</em>, found in the DNA. (Note that there is no reason why the earliest life, the earliest replicators, necessarily had to have DNA as we know it. DNA could have been a later development.) <em>Mutation</em> occurs due to copying mistakes or environmental effects (e.g. radiation), <em>recombination</em> occurs through a variety of ways (not just sex). (For example, &#8220;E. coli swaps lots of genes with other species&#8221;, to take a particularly minor piece of information from <a href="http://scienceblogs.com/loom/2008/06/02/a_new_step_in_evolution.php">a very interesting post</a>.) The <em>selection</em> that occurs is known as &#8220;natural selection&#8221;.</p>
<p>In terms of the genetic algorithm mentioned above, the scientific study of biological evolution would study the functioning of the interaction of the organisms with their artificial evolutionary environment (the fitness function), and how that impacts the evolution of the &#8220;organisms&#8221;. Such science does not deal with any <em>purpose</em> behind the evolutionary environment or the fitness function: it would not deal with what the programmer is trying to achieve with the algorithm. (If you&#8217;re looking for discussions on meaning or purpose, that would be the realm of philosophy, or maybe religion or theology.) Limited to the realm of that artificial world, that world&#8217;s empirical science would probably be unable to produce any empirically testable claims about the computer programmer that created that artificial environment.</p>
<p><strong>Domesticated Animals and Plants</strong></p>
<p>Domesticated animals share our biology and environment, but there is an interesting twist to the <em>selection</em> process: as domesticated animals, their survival and selection are influenced by us humans. Through our interference with artificial selection, their evolutionary landscape is modified such that their <em>fitness function</em> is determined according to their usefulness to humans. Through generations of breeding, their replicators (genes) have evolved qualities beneficial to us. (This goes for the modern banana as well.)</p>
<p>If we were to turn our domesticated animals loose, they might not survive in the wild. Or they might, and their genes would then gradually evolve to a state of fitness relative to <em>natural</em> selection. I.e. they would evolve an improved ability to survive, simply for survival&#8217;s sake, rather than the characteristics that help them survive by being beneficial to the people that take care of them. They would thus become less useful to humans.</p>
<p>Again, the genes only care about survival. Any &#8220;purpose&#8221; with regards to what humans need from their domesticated animals impact the evolutionary environment, the &#8220;fitness function&#8221; if you will, but does not change the &#8220;pure survival and propagation instinct&#8221; (&#8220;instinct&#8221; due to personification) of the genes. <em>Survival and propagation is all the genes care about.</em></p>
<p><strong>Evolution of Language</strong></p>
<p>Language is also a <em>replicator</em>. It might be more abstract, but it propagates from one person to another. These days humans need it in order to function in society, so it becomes a symbiotic relationship, a little bit like domesticated animals. The &#8220;evolutionary landscape&#8221; of language is human minds and human interactions. Language evolves because language also develops and <em>mutates</em>, as new generations pronounces things differently from another or create new words. Recombination takes place when different &#8220;tribes&#8221; with different languages meet, and exchange words and concepts.</p>
<p>Through the development and evolution of language, we can determine a lot about the evolutionary landscape that shaped it. For example, based on how words were incorporated from one language into another, we can determine who traded with whom. The <em>fitness</em> of the language is determined by who else can understand what you are trying to communicate. So Afrikaans is not very &#8220;fit&#8221; in the context of China, but has some fitness in The Netherlands. Of course, Dutch is still more fit than Afrikaans, and if you are living in The Netherlands amongst Dutch people, Dutch language skills, or &#8220;Dutch memes&#8221;, would find a new mind to colonise: yours. (I&#8217;m taking the &#8220;language&#8217;s-eye view&#8221;.) The language&#8217;s survival or opportunity to colonise your mind is determined by what you find useful or attach value to.</p>
<p>It remains a very symbiotic relationship though: language continues to exist for the purpose of human communication. There isn&#8217;t much danger of language finding a way to propagate independently of its usefulness to humans. However, language also isn&#8217;t completely limited to direct communications usefulness: some language developments propagate through exploitation of other unique traits of human psychology, like humour or tribal identity. Take for example l33tspeak, or even the &#8220;lolcat language&#8221;, or the development and spread of the <a href="http://en.wikipedia.org/wiki/Klingon_language">Klingon language</a>. Any memes (ideas, cultural units) that can find a mechanism by which they can be propagated, by which they can &#8220;procreate&#8221; by colonising more minds, can develop and evolve to some extent.</p>
<p><strong>Evolution of Technology and Culture</strong></p>
<p>Culture and technology also evolves. Technological progress is made in small steps, small mutations from one idea or invention to another. Giant leaps in scientific and technological developments and progress are in fact not very common: people make small contributions (small <em>mutations</em>), and some bright spark pulls together a large number of these contributions recombining them into what looks like a huge leap forward.</p>
<p>The evolutionary environment is again determined by human minds, <em>selection</em> occurs according to what is supposedly &#8220;useful&#8221;. However, lately the &#8220;usefulness&#8221; of developments are in fact not the real fitness measure. Through contemporary marketing techniques, the developments that survive are in fact not necessary beneficial to their hosts (us humans), but rather just an example of an evolved, co-adapted meme complex, or set of ideas, exploiting our psychology to get us to buy whatever is the latest craze.</p>
<p>Manipulation of our subconscious desires is rife in the marketing industry, with the most successful ideas being propagated through economic mechanisms in free market capitalism. It becomes a question of what best attaches to human desires, what can make the most money, rather than what is truly <em>useful</em>. It results in materialism, which does not bring happiness, does not bring &#8220;benefit&#8221; to the hosts.</p>
<p>For one extreme example, one could argue that the native Americans &#8220;had it good&#8221;. I&#8217;m speaking under correction due to lack of knowledge of the topic, but conceptually they may have had a really good life: a sustainable economy, in symbiosis with nature, a tribal culture that avoids a huge disparity between the have&#8217;s and the have-nots, a way of life that was <em>good</em>. However, Western civilisation, technology and culture was the more successful replicator. The desire for more land, the desire for greater knowledge: such ideas necessarily propagate better. The colonialist, with memes that makes him think he and his culture is better than those of the people whose land they are colonising (&#8220;stealing&#8221;?), as well as memes that provided him with the technology to overpower the &#8220;savages&#8221; that lived there, ends up spreading his ideas, <em>irrespective</em> of whether they are &#8220;good&#8221; or not. (Don&#8217;t get me wrong, I like our technology. I like space exploration, I like mountain biking and skiing, I like computers. But I am, among other things, the product of my genes and memes. How can I <em>objectively</em> claim I am &#8220;better off&#8221;?)</p>
<p>Nuclear weapons might not be a good idea, but the idea continues spreading, because once some people have them, they possess the competitive advantage: the other people also need to have them to maintain balance, to defend their genes and memes. Without possession of that particular idea or meme or piece of technology, a culture comes under threat. So the culture must absorb the &#8220;bad ideas&#8221; for survival purposes. The cultures that don&#8217;t, may die out in competition with those that do.</p>
<p>And so ideas and technology is ever so slightly out of our control, with regards to a healthy symbiotic relationship.</p>
<p><strong>Evolution in Religion</strong></p>
<p>Unsurprisingly, I end up at religion. Religion is yet another <em>replicator</em>, by nature of it being passed on from one generation to another. Some religions include instructions to spread laterally as well, by bringing in new converts. Religions also evolve as a result of the <em>mutations</em> of new understandings, irrespective of whether these mutations come from divine inspiration when a prophet believes he hears God&#8217;s voice, or whether these mutations come from philosophical thought or from scholarly study and the development of systematic theology, or from adapting religious understandings based on the progress of scientific understanding.</p>
<p>The Bible shows a particularly interesting evolution of the understanding of God. The understanding develops during the Old Testament, but the Christian Bible sees a large and significant mutation occurring due to Jesus. The New Testament understanding is particularly different from the Old Testament understanding.</p>
<p>Religions also develop from one another. Judaism likely finalised their scripture, their Canon, in response to the threat of the heretical Jesus movement/sect. Jesus was a Jew, and yet Christianity split from Judaism. Such is effectively a speciation event. Later, under the teachings of Mohammed, middle eastern monotheism saw another significant speciation event, leaving us with the &#8220;three great monotheistic religions&#8221;. (Note that none of this is saying anything about which is right and which is wrong, this is more of a higher-level overview.)</p>
<p>Getting back to Christianity, there is much that can be studied with regards to the development of various denominations. Wikipedia has some interesting diagrams of the &#8220;speciation events&#8221; within Christianity that can be seen in the <a href="http://en.wikipedia.org/wiki/Christian_denomination">Christian denomination</a> article. The fact that the same text is used and does not change, does not mean that the way these texts are <em>interpreted</em> cannot evolve. Some cultural insight into the way certain words, concepts or ideas were understood, can result in a rather different understanding of certain texts than is typical of contemporary Christianity. Some of the fads in contemporary Christianity are really very recent developments.</p>
<p>Now the selection process of religion is rather interesting. I will not get into details, because I only want to focus on one particular thought. Religion is supposedly looking for &#8220;Truth&#8221; (let&#8217;s say, the &#8220;right&#8221; way to live, or the best way to live). In the case of Christianity, this Truth was found in Jesus, two thousand years ago. What he taught, what he demonstrated, his way of life and teachings, these are to be considered &#8220;the way, the truth, and the life&#8221; by a Christian. This was where it started.</p>
<p>Much of Jesus&#8217; teachings were about helping the poor and about redressing social imbalance. He radically and unrelentingly challenged purity codes and institutionalised oppression, what he considered to be immorality within the &#8220;religious&#8221; structures and organisations of his time. He taught a value-based existence, moving beyond a law-based one. He taught compassion. The way I see it, it could be considered a call to humanist values. (There are many forms of humanism, including Christian Humanism.)</p>
<p>Whatever it was, is also not quite the point I want to make. It was a radical tradition-breaking &#8220;earth-shattering&#8221; change in the culture of the times. Some argue he did not teach anything new, but uncovered the truth that was there all along, bringing together pre-existing ideas in new, better ways. Memetic recombination. It might have been a <em>mutation</em> event, or it might not, but what was most significant, was the <em>selection event</em> that took place. It was a selection event designed by Jesus, demonstrated by Jesus, and followed by the early church. Assume this is the &#8220;Truth&#8221; we are talking about.</p>
<p>Now fast forward a couple of thousand years. Religion is <em>still</em> a replicator, remember. It is still passed from generation to generation. It still evolves. And two thousand years is a significant time for cultural and religious evolution. Christianity evolved and still evolves in various Christian traditions. Among other places, it evolves in America, which is arguably far removed from the socio-political and economic situations at the time of Jesus. There are poor people, yes, but the difference between the beggars and the &#8220;impure&#8221;, the socially downtrodden, the oppressed, much of it is <em>missing</em> in America, at least in easily recognisable forms. What is also missing is the socially outcast prophets, that tore their clothes, married prostitutes, and protested the status quo. What is missing is the <em>selection process</em> that selects for the real truth and value of and in religion.</p>
<p>What remains, when the guided selection process goes missing? Pure unadulterated natural selection.</p>
<p>What emerges is a religion that is particularly successful at propagating, but starts serving no real purpose other than that. Yes, it needs to appear beneficial to the individual in order to successfully propagate into his mind, and to encourage further propagation. The results we would expect from this kind of natural selection in religion, would be a religion that is obsessed solely with <em>how many</em> people are reached, how many people are &#8220;saved&#8221; (how many minds the replicator can find into which to replicate, producing the maximum number of offspring). We would expect it would evolve a tendency to target the rich, and convince them to give significant amounts of money, to find the funds necessary to further increase the offspring of this meme complex.</p>
<p>What goes missing is the call to help the poor, the call to go out there and actually <em>make a difference</em>. People don&#8217;t like to be pushed beyond the borders of their comfort zones. Instead of going out to help the poor, the natural-selection evolved religion encourages people to sit at home and pray that <em>God</em> will take care of the poor, helping them <em>believe</em> they are making a difference to help them feel good. <em>Go read Jesus&#8217; prayer</em>, <a href="http://www.biblegateway.com/passage/?book_id=47&#038;chapter=6&#038;version=31">Matthew 6</a>. Notice that the prayer is a personal one. Jesus commanded his <em>followers</em> to take care of the poor, not to sit back and ask for divine intervention that all the world&#8217;s problems may be solved.</p>
<p>I don&#8217;t know how prevalent such degenerate religion has become, but I know that examples of such degenerate &#8220;American Fundamentalism&#8221; is being imported into South Africa. The evidence is all over the place. They count the number of people that get &#8220;saved&#8221;, rather than getting their hands dirty and making a real and lasting difference. They care about their fellow man only while they are &#8220;on a path to <em>getting</em> saved&#8221;. Once a person is saved, they no longer care. Cha-ching, another deposit in the heavenly bank-account. On to the next potential convert, the next recruitment commission supposedly paid out in the afterlife. A remarkably effective replicator&#8230;</p>
<p>The best and clearest example I have of this kind of behaviour so far, is Jarrod Davidoff&#8217;s sermon at Shofar in December. I wrote about it in <a href="http://thinktoomuch.net/2007/12/31/jarrod-davidoff-an-evangelist-at-shofar/">Jarrod Davidoff, an &#8220;Evangelist&#8221;, at Shofar</a>. No, I don&#8217;t know whether he really makes a difference in people&#8217;s lives or not. No, I don&#8217;t know whether this represents what Shofar is standing for or not. All I know is that I <em>really</em> didn&#8217;t like what I saw, because it <em>really looks</em> like a degenerate faith that serves only one purpose: getting itself propagated to as many people as possible. And serving the people that adopt it only enough to convince them and help them to continue propagating it. Cha-ching. And challenging them only so far as to keep them coming back. Cha-ching.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinktoomuch.net/2008/06/21/evolution-of-language-culture-technology-and-religion/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Evolution of the Pharyngula Mutating Genre Meme</title>
		<link>http://www.thinktoomuch.net/2007/10/14/evolution-of-the-pharyngula-mutating-genre-meme/</link>
		<comments>http://www.thinktoomuch.net/2007/10/14/evolution-of-the-pharyngula-mutating-genre-meme/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 11:11:33 +0000</pubDate>
		<dc:creator>Who Knows?</dc:creator>
				<category><![CDATA[Religion and Science]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[Genetics]]></category>
		<category><![CDATA[Memetics]]></category>
		<category><![CDATA[Natural Selection]]></category>

		<guid isPermaLink="false">http://thinktoomuch.net/2007/10/14/evolution-of-the-pharyngula-mutating-genre-meme/</guid>
		<description><![CDATA[Pharyngula started a particularly interesting mutating meme experiment, or possibly just a fun little game. I end the post with an attempt to draw some parallels with genetics, evolution and natural selection.

The Pharyngula Mutating Genre Meme
There is a set of questions below, all of the form , “The best [subgenre] [medium] in [genre] is…”. Copy [...]]]></description>
			<content:encoded><![CDATA[<p>Pharyngula started a particularly interesting mutating meme experiment, or possibly just a fun little game. I end the post with an attempt to draw some parallels with genetics, evolution and natural selection.</p>
<p><span id="more-113"></span></p>
<blockquote><p><strong>The Pharyngula Mutating Genre Meme</strong></p>
<p>There is a set of questions below, all of the form , “The best <strong>[subgenre]</strong> <strong>[medium]</strong> in <strong>[genre]</strong> is…”. Copy the questions, and <strong>before</strong> answering them, you may modify them in a limited way, carrying out no more than <strong>two</strong> of these operations:</p>
<ol>
<li>You can leave them exactly as is.</li>
<li>You can <em>delete</em> any one question.</li>
<li>You can <em>mutate</em> either the <strong>genre</strong>, <strong>medium</strong> or <strong>subgenre</strong> of any <strong>one</strong> question. For instance, you could change “The best <strong>timetravel</strong> <strong>novel</strong> in <strong>SF/ Fantasy</strong> is…” to “The best <strong>timetravel</strong> <strong>novel</strong> in <strong>Westerns</strong> is…” , or ”The best <strong>timetravel</strong> <strong>movie</strong> in <strong>SF/Fantasy</strong> is…, or ”The best <strong>Romance</strong> <strong>novel</strong> in <strong>SF/Fantasy</strong> is…”</li>
<li>You can <em>add</em> a completely new question of your choice to the end of the list, as long as it is still in the form “The best <strong>[subgenre]</strong> <strong>[medium]</strong> in <strong>[genre]</strong> is…”.</li>
</ol>
<p>You must have at least one question in your set, or you’ve gone extinct, and you must be able to answer it yourself, or you’re not viable.</p>
<p>Then answer your possibly mutant set of questions. Please do include a link back to the ‘parent’ blog you got them from, to simplify tracing the ancestry, and include these instructions.</p>
<p>Finally, pass it along to any number of your fellow bloggers. Remember though: your success as a Darwinian replicator is going to be measured by the propagation of your variants, which is going to be a function of both the interest your well-honed questions generate, and the number of successful attempts at reproducing them.
</p></blockquote>
<p><strong>THE LINEAGE</strong></p>
<p>My gr-gr-gr-great-grandparent is <a href="http://scienceblogs.com/pharyngula/2007/10/the_pharyngula_mutating_genre.php">Pharyngula</a>.<br />
My gr-gr-great-grandparent is <a href="http://metamagician3000.blogspot.com/2007/10/pharyngula-mutating-genre-meme.html">Metamagician and the Hellfire Club</a><br />
My gr-great-grandparent is <a href="http://glendonmellow.blogspot.com/2007/10/pharyngula-mutating-genre-meme.html">The Flying Trilobite</a>.<br />
My great-grandparent is <a href="http://www.lesliehawes.com/wordpress/?p=711">Leslie’s Blog</a>.<br />
My grandparent is <a href="http://parentingbeyondbelief.com/blog/?p=103">The Meming of Life</a>.<br />
My parent is <a href="http://friendlyhumanist.blogspot.com/2007/10/pharyngula-mutating-genre-meme.html">The Friendly Humanist</a>.</p>
<p><strong>THE MUTATING MEME</strong></p>
<p>No need to copy this, included for reference, for examples of &#8220;historical&#8221; mutations:</p>
<blockquote><p>
Pharyngula says:</p>
<ul>
<li>The best <strong>time travel</strong> <strong>novel</strong> in <strong>SF/Fantasy</strong> is…The Anubis Gates, by Tim Powers.</li>
<li>The best <strong>romantic</strong> <strong>movie</strong> in <strong>historical fiction</strong> is… Cold Mountain.</li>
<li>The best <strong>sexy</strong> <strong>song</strong> in <strong>rock</strong> is… Gloria, by Patti Smith.</li>
</ul>
<p>Metamagician and the Hellfire Club says:</p>
<ul>
<li>The best <strong>time travel</strong> <strong>novel</strong> in <strong>SF/Fantasy</strong> is&#8230; Singing the Dogstar Blues, by Alison Goodman.</li>
<li>The best <strong>romantic</strong> <strong>movie</strong> in <strong>fictionalised biography</strong> is&#8230; Beyond Good and Evil.</li>
<li>The best <strong>sexy</strong> <strong>song</strong> in <strong>rock</strong> is&#8230; &#8220;You Can Leave Your Hat On&#8221;, by Joe Cocker.</li>
<li>The best <strong>cult</strong> <strong>novel</strong> in <strong>American fiction</strong> is&#8230; Stranger in a Strange Land, by Robert A. Heinlein.</li>
</ul>
<p>The Flying Trilobite says:</p>
<ul>
<li>The best <strong>time travel</strong> <strong>novel</strong> in <strong>SF/Fantasy</strong> is: Hyperion by Dan Simmons.</li>
<li>The best <strong>romantic</strong> <strong>movie</strong> in <strong>scientific dystopias</strong> is: Gattaca (1997)</li>
<li>The best <strong>sexy</strong> <strong>song</strong> in <strong>rock</strong> is: #1 Crush by Garbage from William Shakespeare’s Romeo and Juliet soundtrack</li>
<li>The best <strong>cult</strong> <strong>novel</strong> in <strong>Canadian fiction</strong> is: JPod by Douglas Coupland (2006)</li>
</ul>
<p>Leslie’s Blog mutated it to:</p>
<ul>
<li>The best <strong>timetravel</strong> <strong>television</strong> in <strong>SF/Fantasy</strong> is: Heroes</li>
<li>The best <strong>romantic</strong> <strong>movie</strong> in <strong>scientific dystopia</strong> is: THX 1138</li>
<li>The best <strong>sexy</strong> <strong>song</strong> in <strong>traditional</strong> is: “Chan Chan” by the Buena Vista Social Club</li>
</ul>
<p>THE MEMING OF LIFE’s mutation:</p>
<ul>
<li>The best <strong>romantic</strong> <strong>movie</strong> in <strong>scientific dystopia</strong> is: THX 1138</li>
<li>The best <strong>sexy</strong> <strong>song</strong> in <strong>traditional</strong> is: “Chan Chan” by the Buena Vista Social Club</li>
<li>The best <strong>satirical</strong> <strong>movie</strong> in <strong>comedy</strong> is: Life of Brian</li>
</ul>
<p>The Friendly Humanist&#8217;s contribution:</p>
<ul>
<li>The best <strong>romantic</strong> <strong>novel</strong> in <strong>scientific dystopia</strong> is: The Dispossesed</li>
<li>The best <strong>sexy</strong> <strong>attire</strong> in <strong>traditional</strong> is: the codpiece</li>
<li>The best <strong>satirical</strong> <strong>movie</strong> in <strong>comedy</strong> is: Life of Brian</li>
</ul>
</blockquote>
<p>ThinkTooMuch&#8217;s mutation:</p>
<ul>
<li>The best <strong>romantic</strong> <strong>movie</strong> in <strong>scientific dystopia</strong> is: Gattaca</li>
<li>The best <strong>sexy</strong> <strong>attire</strong> in <strong>traditional</strong> is: the <a href="http://www.rebirth.co.za/traditional_african_clothing.htm">Ndebele beaded bodice</a></li>
<li>The best <strong>satirical</strong> <strong>television show</strong> in <strong>comedy</strong> is: <a href="http://www.comedycentral.com/shows/the_colbert_report/index.jhtml">The Colbert Report</a></li>
</ul>
<p><strong>THE SOWING</strong></p>
<p>I&#8217;m not sure which blogs might provide fertile ground, but I want to try breaking into a new &#8220;ecological niche&#8221; &#8211; I&#8217;m having a go at the South African blogosphere, and also extending an invitation to the <a href="http://www.reallivepreacher.com/">Real Live Preacher</a>. Why I&#8217;m not sure whether this will be fertile ground: how many of these would like to link back to a <a href="http://scienceblogs.com/pharyngula/"><em>raving atheist</em> like Pharyngula</a>? <img src='http://www.thinktoomuch.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Anyway, we&#8217;ll see if this gets anywhere&#8230; South Africans: <a href="http://saligerus.wordpress.com/">Salige Rus</a>, <a href="http://pienkzuit.wordpress.com/">Pienk Zuit</a>, <a href="http://gormendizer.wordpress.com/">Johan Swarts</a>, <a href="http://www.cs.sun.ac.za/~skroon/personal/blog/">TheKro&#8217;s Nest</a>, <a href="http://www.unodewaal.com/">Uno de Waal</a>. I suspect <a href="http://veryflatcat.com/">Dave</a> is too busy making a difference in the <em>real world</em> to take part in an internet meme game/experiment&#8230; What about <a href="http://cpbotha.net/">cpbotha</a> over in NL? He blogs relatively regularly and has a sense of humour&#8230;</p>
<p>I&#8217;m sure the <a href="http://www.badastronomy.com/bablog/">Bad Astronomer</a> would have received an invitation to this meme already. What about <a href="http://primatediaries.blogspot.com/">The Primate Diaries</a>? Or do they keep their subject matter too serious for procrastination posts like these? <img src='http://www.thinktoomuch.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>SOME SILLY, LIGHT-HEARTED MUSINGS</strong></p>
<p>Increasing your chromosome count (adding a question) gives you more genetic material to propagate, leading to greater influence on your descendants. However, greater chromosomal counts are also harder to mutate (as only two mutations are allowed), hence also harder to adapt and propagate&#8230; less viable. I suspect three chromosomes are likely the &#8220;sweet spot&#8221;.</p>
<p>The &#8220;answers&#8221; are an &#8220;expression&#8221; of the &#8220;genes&#8221;. The expressibility (the ability to answer) the genes provides the &#8220;natural selection&#8221; step, weeding out the bad mutations. Absolutely arbitrary mutations would not be viable, too hard to answer, and are weeded out immediately. The cost of reproduction is the time that needs to be spent to get this &#8220;meme complex&#8221; propagated. The mutations might make the questions more relevant to a new &#8220;ecosystem&#8221;, but it takes some time to adapt. For example, to break into a blogosphere niche that does not read or watch much sci-fi, would require the genes to mutate to more answerable questions. (Drama, horror or soap operas perhaps? &lt;grin&gt;) I wonder if we will observe anything drastic enough that we would be able to call &#8220;speciation&#8221;?</p>
<p><strong>UPDATE:</strong> Hah! I was too slow. Or rather, too unknown, more likely. <a href="http://primatediaries.blogspot.com/2007/10/pharyngula-mutating-genre-meme.html">The Primate Diaries received the meme</a> from <a href="http://scienceblogs.com/clock/2007/10/the_pharyngula_mutating_genre.php">A Blog Around the Clock</a>, and I doubt there will be much promiscuity in this bunch. The Bad Astronomer, if he bites, will go with a more famous parent. My hopes for descendants then lies with the South African blogosphere. It&#8217;s a challenge surviving here, but if I succeed, there would likely not be much competition from other bloodlines. <img src='http://www.thinktoomuch.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>In a last ditch attempt, using tadpole tactics, I wonder if I could get some other blogs to bite: <a href="http://friendlyatheist.com/">The Friendly Atheist</a> has not yet chosen a parent, neither has <a href="http://www.badscience.net/">Bad Science</a>, but I would feel bad about stealing that one. What about <a href="http://leavingeden.wordpress.com/">Leaving Eden</a> then? It would pleasantly surprise me if <a href="http://www.friendlychristian.com/">The Friendly Christian</a> would take part. What about the <a href="http://scienceblogs.com/denialism/">denialism blog</a>, or the <a href="http://scienceblogs.com/framing-science/">Framing Science</a> blog? I think some would say I&#8217;m in the &#8220;framing&#8221; camp. <img src='http://www.thinktoomuch.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  What about <a href="http://happynewatheist.blogspot.com/">Happy New Atheist</a>?</p>
<p>OK, now I&#8217;ve really <a href="http://cectic.com/004.html">spammed</a> the blogosphere with tadpole tactics&#8230; if some of those blogs choose me as parent, I&#8217;d be sure to be getting a great opportunity to play &#8220;minister&#8221; to atheists finding my blog via this meme. <img src='http://www.thinktoomuch.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinktoomuch.net/2007/10/14/evolution-of-the-pharyngula-mutating-genre-meme/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
