﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Congratulations Dave Thomas!</title>
	<atom:link href="http://www.uncommondescent.com/intelligent-design/congratulations-dave-thomas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.uncommondescent.com/intelligent-design/congratulations-dave-thomas/</link>
	<description>Serving The Intelligent Design Community</description>
	<lastBuildDate>Mon, 13 Feb 2012 12:23:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Tom English</title>
		<link>http://www.uncommondescent.com/intelligent-design/congratulations-dave-thomas/comment-page-3/#comment-57524</link>
		<dc:creator>Tom English</dc:creator>
		<pubDate>Wed, 30 Aug 2006 23:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.uncommondescent.com/index.php/archives/1485#comment-57524</guid>
		<description>Joe: &quot;Wow, this is worse than I thought. Coin tossing will only generate an algorithm if an intelligent agency is involved.&quot;

Do you have a new theory of intelligent tossing? Is it sort of like intelligent falling? Or is it just the old, tired treatment of intelligence as something infectious -- i.e., when I touch the coin, it becomes intelligent, and the outcome of the toss is biased?

Here&#039;s how you started all of this:

&quot;Any algorithm strongly suggests intelligence. Do anti-IDists even understand the word &#039;algorithm&#039;? Apparently not. Has anyone ever observed unintelligent, blind/ undirected (non-goal oriented) process produce an algorithm? No.&quot;

If we reject intelligent tossing theory, then I have demonstrated exactly what you suggested could not exist. You placed no restriction on the language in which algorithms would be expressed. And you should not have, because your claim was that there was no way for a random process to produce an algorithm. I made a natural choice of language -- prefix-free, compact, binary descriptions of Turing machines. This type of language plays an important role in the theory of Solomonoff-Chaitin-Kolmogorov complexity.

You whined and whined for proof. Now that I have proved exactly what you wanted proved, you insinuate that I cheated, but offer no counterargument. That&#039;s worthless behavior.</description>
		<content:encoded><![CDATA[<p>Joe: &#8220;Wow, this is worse than I thought. Coin tossing will only generate an algorithm if an intelligent agency is involved.&#8221;</p>
<p>Do you have a new theory of intelligent tossing? Is it sort of like intelligent falling? Or is it just the old, tired treatment of intelligence as something infectious &#8212; i.e., when I touch the coin, it becomes intelligent, and the outcome of the toss is biased?</p>
<p>Here&#8217;s how you started all of this:</p>
<p>&#8220;Any algorithm strongly suggests intelligence. Do anti-IDists even understand the word &#8216;algorithm&#8217;? Apparently not. Has anyone ever observed unintelligent, blind/ undirected (non-goal oriented) process produce an algorithm? No.&#8221;</p>
<p>If we reject intelligent tossing theory, then I have demonstrated exactly what you suggested could not exist. You placed no restriction on the language in which algorithms would be expressed. And you should not have, because your claim was that there was no way for a random process to produce an algorithm. I made a natural choice of language &#8212; prefix-free, compact, binary descriptions of Turing machines. This type of language plays an important role in the theory of Solomonoff-Chaitin-Kolmogorov complexity.</p>
<p>You whined and whined for proof. Now that I have proved exactly what you wanted proved, you insinuate that I cheated, but offer no counterargument. That&#8217;s worthless behavior.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.uncommondescent.com/intelligent-design/congratulations-dave-thomas/comment-page-3/#comment-57431</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Wed, 30 Aug 2006 16:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.uncommondescent.com/index.php/archives/1485#comment-57431</guid>
		<description>Wow, this is worse than I thought. Coin tossing will only generate an algorithm if an intelligent agency is involved.

Also Wiki can hardly be considered an authority on anything.

Thanks again for demonstrating an algorithm requires intelligence.

BTW I never once thought that you were saying every algorithm can be generated without intelligence. The confusion is still all yours.</description>
		<content:encoded><![CDATA[<p>Wow, this is worse than I thought. Coin tossing will only generate an algorithm if an intelligent agency is involved.</p>
<p>Also Wiki can hardly be considered an authority on anything.</p>
<p>Thanks again for demonstrating an algorithm requires intelligence.</p>
<p>BTW I never once thought that you were saying every algorithm can be generated without intelligence. The confusion is still all yours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom English</title>
		<link>http://www.uncommondescent.com/intelligent-design/congratulations-dave-thomas/comment-page-3/#comment-57219</link>
		<dc:creator>Tom English</dc:creator>
		<pubDate>Tue, 29 Aug 2006 21:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.uncommondescent.com/index.php/archives/1485#comment-57219</guid>
		<description>Joe: &quot;Also we were talking about ALGORITHMS implying INTELLIGENCE.&quot;

The negation of your claim is merely that SOME algorithm can arise by chance-and-necessity. I evidently have confused you by arguing that EVERY algorithm can be generated without &quot;intelligence.&quot; So let&#039;s take the simple route and be done with this. I am going to demonstrate that &quot;coin tossing&quot; generates algorithms with high probability. As always, when you don&#039;t understand something, see Wiki.

A universal Turing machine (UTM) is a Turing-complete system. A UTM is &quot;programmed&quot; with a description of a Turing machine (TM). When the TM description specifies no transitions, the UTM merely halts on all inputs. Such a TM description is the shortest algorithm for the UTM. For some UTMs the TM description must be self-delimiting, and we require such a UTM here. In other words, each description must encode its own length in some fashion.

In the TM description language we use here, every sufficiently long sequence of bits begins with a TM description. A description begins with a possibly-empty string of M 0&#039;s, which indicates that M bits are required to encode TM states. Then there is a non-empty string of N 1&#039;s, which indicates that N bits are required to encode TM symbols. Then a 0 serves as a delimiter. If M is nonzero, the following M + N bits give the number of transitions in base-2 notation. Otherwise there are no additional bits in the TM description. For instance, a TM with two states, four symbols, and three transitions has a description

0110011 [plus 18 bits for transitions].

Any TM that has no states (i.e., has a description that starts with 1) has no transitions, and halts on all inputs. Thus the following are all algorithms.

10, 110, 1110, ...

All TM descriptions beginning with 1 belong to the preceding sequence. 

Now let&#039;s generate a TM description M by tossing a fair coin, and writing down 1 for heads and 0 for tails. The procedure is well defined, because every sufficiently long sequence of bits begins with a TM description, and all TM descriptions are self-delimiting. The probability that a M begins with 1 (hence is an algorithm) is 1 / 2. The probability that M is the algorithm 01000 (note that there are no transitions) is 2 ^ 5. Thus the probability of generating an algorithm by coin tossing is greater than 1 / 2.

Did I rig this result? No. The UTM is the original model of universal computation. In fact, the notion of Turing-completeness is defined in terms of the UTM. The choice of self-delimiting TM&#039;s was natural here. How else would we have guaranteed that every sequence of coin tosses gave a description? Is it really that surprising that the simplest algorithms should merely halt, and that they should occur often in random generation of &quot;programs&quot;?

I&#039;m sure you are not satisfied with algorithms that merely halt. Perhaps I should mention that coin tossing will also generate nontrivial, though short, algorithms with fairly high probability. Before barking at the stranger again, why not go back to No Free Lunch and observe that Bill Dembski rejects chance at 500 bits of complexity. There are many algorithms shorter than 500 bits. Coin tossing will turn up short algorithms, and this is no contradiction to what Bill has written.

Why did I not go directly to this proof? Because it is not particularly interesting. I wanted to talk about design inference, not basic probability and the plain old theory of computation.</description>
		<content:encoded><![CDATA[<p>Joe: &#8220;Also we were talking about ALGORITHMS implying INTELLIGENCE.&#8221;</p>
<p>The negation of your claim is merely that SOME algorithm can arise by chance-and-necessity. I evidently have confused you by arguing that EVERY algorithm can be generated without &#8220;intelligence.&#8221; So let&#8217;s take the simple route and be done with this. I am going to demonstrate that &#8220;coin tossing&#8221; generates algorithms with high probability. As always, when you don&#8217;t understand something, see Wiki.</p>
<p>A universal Turing machine (UTM) is a Turing-complete system. A UTM is &#8220;programmed&#8221; with a description of a Turing machine (TM). When the TM description specifies no transitions, the UTM merely halts on all inputs. Such a TM description is the shortest algorithm for the UTM. For some UTMs the TM description must be self-delimiting, and we require such a UTM here. In other words, each description must encode its own length in some fashion.</p>
<p>In the TM description language we use here, every sufficiently long sequence of bits begins with a TM description. A description begins with a possibly-empty string of M 0&#8242;s, which indicates that M bits are required to encode TM states. Then there is a non-empty string of N 1&#8242;s, which indicates that N bits are required to encode TM symbols. Then a 0 serves as a delimiter. If M is nonzero, the following M + N bits give the number of transitions in base-2 notation. Otherwise there are no additional bits in the TM description. For instance, a TM with two states, four symbols, and three transitions has a description</p>
<p>0110011 [plus 18 bits for transitions].</p>
<p>Any TM that has no states (i.e., has a description that starts with 1) has no transitions, and halts on all inputs. Thus the following are all algorithms.</p>
<p>10, 110, 1110, &#8230;</p>
<p>All TM descriptions beginning with 1 belong to the preceding sequence. </p>
<p>Now let&#8217;s generate a TM description M by tossing a fair coin, and writing down 1 for heads and 0 for tails. The procedure is well defined, because every sufficiently long sequence of bits begins with a TM description, and all TM descriptions are self-delimiting. The probability that a M begins with 1 (hence is an algorithm) is 1 / 2. The probability that M is the algorithm 01000 (note that there are no transitions) is 2 ^ 5. Thus the probability of generating an algorithm by coin tossing is greater than 1 / 2.</p>
<p>Did I rig this result? No. The UTM is the original model of universal computation. In fact, the notion of Turing-completeness is defined in terms of the UTM. The choice of self-delimiting TM&#8217;s was natural here. How else would we have guaranteed that every sequence of coin tosses gave a description? Is it really that surprising that the simplest algorithms should merely halt, and that they should occur often in random generation of &#8220;programs&#8221;?</p>
<p>I&#8217;m sure you are not satisfied with algorithms that merely halt. Perhaps I should mention that coin tossing will also generate nontrivial, though short, algorithms with fairly high probability. Before barking at the stranger again, why not go back to No Free Lunch and observe that Bill Dembski rejects chance at 500 bits of complexity. There are many algorithms shorter than 500 bits. Coin tossing will turn up short algorithms, and this is no contradiction to what Bill has written.</p>
<p>Why did I not go directly to this proof? Because it is not particularly interesting. I wanted to talk about design inference, not basic probability and the plain old theory of computation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom English</title>
		<link>http://www.uncommondescent.com/intelligent-design/congratulations-dave-thomas/comment-page-3/#comment-57147</link>
		<dc:creator>Tom English</dc:creator>
		<pubDate>Tue, 29 Aug 2006 16:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.uncommondescent.com/index.php/archives/1485#comment-57147</guid>
		<description>[Off topic, regarding my off-topic post addressed to no one]
Joseph: Ã¢â‚¬Å“Those are design-centric hypotheses.Ã¢â‚¬Â
Joseph: &quot;Weird because I asked for CHANCE hypotheses.&quot;

From http://www.chiasmus.com/archive/msg00190.html:

One night, while serving as [Lyndon Baines Johnson&#039;s] press secretary, Bill Moyers was saying grace in a soft and respectful voice before a White House dinner. LBJ startled everyone when he interrupted Moyers, saying, &quot;Speak up, Bill! Speak up!&quot;  Not letting the president rattle him, Moyers softly replied: &quot;I wasn&#039;t addressing you, Mr. President.&quot;</description>
		<content:encoded><![CDATA[<p>[Off topic, regarding my off-topic post addressed to no one]<br />
Joseph: Ã¢â‚¬Å“Those are design-centric hypotheses.Ã¢â‚¬Â<br />
Joseph: &#8220;Weird because I asked for CHANCE hypotheses.&#8221;</p>
<p>From <a href="http://www.chiasmus.com/archive/msg00190.html" rel="nofollow">http://www.chiasmus.com/archive/msg00190.html</a>:</p>
<p>One night, while serving as [Lyndon Baines Johnson's] press secretary, Bill Moyers was saying grace in a soft and respectful voice before a White House dinner. LBJ startled everyone when he interrupted Moyers, saying, &#8220;Speak up, Bill! Speak up!&#8221;  Not letting the president rattle him, Moyers softly replied: &#8220;I wasn&#8217;t addressing you, Mr. President.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.uncommondescent.com/intelligent-design/congratulations-dave-thomas/comment-page-3/#comment-57084</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Tue, 29 Aug 2006 14:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.uncommondescent.com/index.php/archives/1485#comment-57084</guid>
		<description>&lt;b&gt;Joseph: Ã¢â‚¬Å“Those are design-centric hypotheses.Ã¢â‚¬Â&lt;/b&gt;

Tom English:
&lt;i&gt;My point, precisely.&lt;/i&gt;

Weird because I asked for CHANCE hypotheses.

Tom English:
&lt;i&gt;Did it really never occur to you that my sequence of bits could come from space too?&lt;/i&gt;

I have asked you several times for a demonstration and you failed to do so. In that light it occurred to me that you were just blowing smoke. 

Also we were talking about ALGORITHMS implying INTELLIGENCE. And from your responses I would have to say that is as safe an inference as there could be.</description>
		<content:encoded><![CDATA[<p><b>Joseph: Ã¢â‚¬Å“Those are design-centric hypotheses.Ã¢â‚¬Â</b></p>
<p>Tom English:<br />
<i>My point, precisely.</i></p>
<p>Weird because I asked for CHANCE hypotheses.</p>
<p>Tom English:<br />
<i>Did it really never occur to you that my sequence of bits could come from space too?</i></p>
<p>I have asked you several times for a demonstration and you failed to do so. In that light it occurred to me that you were just blowing smoke. </p>
<p>Also we were talking about ALGORITHMS implying INTELLIGENCE. And from your responses I would have to say that is as safe an inference as there could be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom English</title>
		<link>http://www.uncommondescent.com/intelligent-design/congratulations-dave-thomas/comment-page-3/#comment-57003</link>
		<dc:creator>Tom English</dc:creator>
		<pubDate>Tue, 29 Aug 2006 04:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.uncommondescent.com/index.php/archives/1485#comment-57003</guid>
		<description>Joseph: &quot;Those are design-centric hypotheses.&quot;

My point, precisely. A wizard. A giant. The Devil. I have wasted a lot of time here.

You should know that Bill Dembski has inferred design in a fictitious observation -- a sequence of binary-coded prime numbers (excluding 59) coming from deep space. Did it really never occur to you that my sequence of bits could come from space too? Did you stop to think that my sequence was less complex than the prime sequence, and that a design inference was therefore not a slamdunk?</description>
		<content:encoded><![CDATA[<p>Joseph: &#8220;Those are design-centric hypotheses.&#8221;</p>
<p>My point, precisely. A wizard. A giant. The Devil. I have wasted a lot of time here.</p>
<p>You should know that Bill Dembski has inferred design in a fictitious observation &#8212; a sequence of binary-coded prime numbers (excluding 59) coming from deep space. Did it really never occur to you that my sequence of bits could come from space too? Did you stop to think that my sequence was less complex than the prime sequence, and that a design inference was therefore not a slamdunk?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.uncommondescent.com/intelligent-design/congratulations-dave-thomas/comment-page-3/#comment-56990</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Tue, 29 Aug 2006 03:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.uncommondescent.com/index.php/archives/1485#comment-56990</guid>
		<description>Tom English:
&lt;i&gt;My hypothesis that the sequence of strings can arise by chance-and-necessity stands until someone gives evidence that it should be rejected in favor of design.&lt;/i&gt;

Your hypothesis is rejected because it has not and cannot be substantiated. Show us a sequence of strings arising from nothing via chance-and-necessity. I can demonstrate intelligent agencies putting together a sequence of strings.

&lt;b&gt;Gee I wonder how many chance hypotheses were rejected before Stonehenge was deemed an artifact?&lt;/b&gt; 


Tom posts:
&lt;i&gt;Ã¢â‚¬Å“Early interpretations

Many early historians were influenced by supernatural folktales in their explanations. Some legends held that Merlin the wizard had a giant build the structure for him or that he had magically transported it from Mount Killaraus in Ireland, while others held the Devil responsible.Ã¢â‚¬Â &lt;/i&gt;

Those are design-centric hypotheses. Were there ever ANY chance hypotheses?</description>
		<content:encoded><![CDATA[<p>Tom English:<br />
<i>My hypothesis that the sequence of strings can arise by chance-and-necessity stands until someone gives evidence that it should be rejected in favor of design.</i></p>
<p>Your hypothesis is rejected because it has not and cannot be substantiated. Show us a sequence of strings arising from nothing via chance-and-necessity. I can demonstrate intelligent agencies putting together a sequence of strings.</p>
<p><b>Gee I wonder how many chance hypotheses were rejected before Stonehenge was deemed an artifact?</b> </p>
<p>Tom posts:<br />
<i>Ã¢â‚¬Å“Early interpretations</p>
<p>Many early historians were influenced by supernatural folktales in their explanations. Some legends held that Merlin the wizard had a giant build the structure for him or that he had magically transported it from Mount Killaraus in Ireland, while others held the Devil responsible.Ã¢â‚¬Â </i></p>
<p>Those are design-centric hypotheses. Were there ever ANY chance hypotheses?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom English</title>
		<link>http://www.uncommondescent.com/intelligent-design/congratulations-dave-thomas/comment-page-3/#comment-56984</link>
		<dc:creator>Tom English</dc:creator>
		<pubDate>Tue, 29 Aug 2006 03:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.uncommondescent.com/index.php/archives/1485#comment-56984</guid>
		<description>[Off-topic] 

From the Wiki article on Stonehenge:
http://en.wikipedia.org/wiki/Stonehenge

&quot;Early interpretations

Many early historians were influenced by supernatural folktales in their explanations. Some legends held that Merlin the wizard had a giant build the structure for him or that he had magically transported it from Mount Killaraus in Ireland, while others held the Devil responsible.&quot;</description>
		<content:encoded><![CDATA[<p>[Off-topic] </p>
<p>From the Wiki article on Stonehenge:<br />
<a href="http://en.wikipedia.org/wiki/Stonehenge" rel="nofollow">http://en.wikipedia.org/wiki/Stonehenge</a></p>
<p>&#8220;Early interpretations</p>
<p>Many early historians were influenced by supernatural folktales in their explanations. Some legends held that Merlin the wizard had a giant build the structure for him or that he had magically transported it from Mount Killaraus in Ireland, while others held the Devil responsible.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom English</title>
		<link>http://www.uncommondescent.com/intelligent-design/congratulations-dave-thomas/comment-page-2/#comment-56980</link>
		<dc:creator>Tom English</dc:creator>
		<pubDate>Tue, 29 Aug 2006 02:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.uncommondescent.com/index.php/archives/1485#comment-56980</guid>
		<description>DaveScot: &quot;It is obvious in your writings you begin with the assumption that evolution happened by chance then expect others to prove you wrong.&quot;

Did you see post 61 in http://www.uncommondescent.com/index.php/archives/1464, especially &quot;Evolution is necessity operating on chance inputs&quot;?

&quot;I expect you to prove the chance hypothesis.&quot;

No one can prove a statistical hypothesis. In Bill&#039;s approach to design inference, a chance hypothesis is a null hypotheses. It is accepted in the absence of strong evidence to reject it. My hypothesis that the sequence of strings can arise by chance-and-necessity stands until someone gives evidence that it should be rejected in favor of design. This isn&#039;t something self-serving I am doing. It is simply the nature of null hypotheses.

A legitimate request would have been to ask me to derive a probability for my hypothesis. I have already done some work to estimate what&#039;s known as the universal probability of the sequence, and I was prepared to take an honest stab at rejecting the chance hypothesis myself.

&quot;All I can do is point to what I know is designed, compare and contrast it with what I suspect is designed, and ask which is the better explanation - design or chance.&quot;

I have no objection whatsoever to your doing that to form your personal worldview. But I hope you don&#039;t expect such informal methods to lead to scientific knowledge. By the way, I have a personal worldview that could not be less scientific.</description>
		<content:encoded><![CDATA[<p>DaveScot: &#8220;It is obvious in your writings you begin with the assumption that evolution happened by chance then expect others to prove you wrong.&#8221;</p>
<p>Did you see post 61 in <a href="http://www.uncommondescent.com/index.php/archives/1464" rel="nofollow">http://www.uncommondescent.com.....hives/1464</a>, especially &#8220;Evolution is necessity operating on chance inputs&#8221;?</p>
<p>&#8220;I expect you to prove the chance hypothesis.&#8221;</p>
<p>No one can prove a statistical hypothesis. In Bill&#8217;s approach to design inference, a chance hypothesis is a null hypotheses. It is accepted in the absence of strong evidence to reject it. My hypothesis that the sequence of strings can arise by chance-and-necessity stands until someone gives evidence that it should be rejected in favor of design. This isn&#8217;t something self-serving I am doing. It is simply the nature of null hypotheses.</p>
<p>A legitimate request would have been to ask me to derive a probability for my hypothesis. I have already done some work to estimate what&#8217;s known as the universal probability of the sequence, and I was prepared to take an honest stab at rejecting the chance hypothesis myself.</p>
<p>&#8220;All I can do is point to what I know is designed, compare and contrast it with what I suspect is designed, and ask which is the better explanation &#8211; design or chance.&#8221;</p>
<p>I have no objection whatsoever to your doing that to form your personal worldview. But I hope you don&#8217;t expect such informal methods to lead to scientific knowledge. By the way, I have a personal worldview that could not be less scientific.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.uncommondescent.com/intelligent-design/congratulations-dave-thomas/comment-page-2/#comment-56921</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Mon, 28 Aug 2006 21:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.uncommondescent.com/index.php/archives/1485#comment-56921</guid>
		<description>&lt;b&gt;Joe: Ã¢â‚¬Å“Do you understand what is being debated? The debate is unintelligent, blind/ undirected (non-goal oriented) processes - ie the anti-ID position- vs. intelligent, directed (goal oriented) processes)- ie the ID position.Ã¢â‚¬Â&lt;/b&gt;

Tom English:
&lt;i&gt;You truly do not understand what a logical and linguistic abomination that is, do you?&lt;/i&gt;

It is reality. Therefore I understand your reaction. Reality doesn&#039;t appear to be your strong suit. 


Tom English:
&lt;i&gt;I tried to get you to reason through what you were saying, and you entirely ignored me Ã¢â‚¬â€ to your own detriment.&lt;/i&gt;

Yup you are a legend in search of a mind.


Tom English:
&lt;i&gt;I gave you the hypothesis that the enumeration can arise by chance.&lt;/i&gt;

And I asked you to demonstrate that. IOW show us an enumeration that arose without the aid of an intelligent agency.

Tom English:
&lt;i&gt;It is your responsibility, as the ID advocate, to show how to reject the hypothesis and make a design inference.&lt;/i&gt;

Show me where this hypothetical enumeration exists. That is how it (science) is conducted- by examining the data. If the enumeration exists only in your head then I would sau it is an empty hypothesis- one not worth pursuing.

Gee I wonder how many chance hypotheses were rejected before Stonehenge was deemed an artifact?</description>
		<content:encoded><![CDATA[<p><b>Joe: Ã¢â‚¬Å“Do you understand what is being debated? The debate is unintelligent, blind/ undirected (non-goal oriented) processes &#8211; ie the anti-ID position- vs. intelligent, directed (goal oriented) processes)- ie the ID position.Ã¢â‚¬Â</b></p>
<p>Tom English:<br />
<i>You truly do not understand what a logical and linguistic abomination that is, do you?</i></p>
<p>It is reality. Therefore I understand your reaction. Reality doesn&#8217;t appear to be your strong suit. </p>
<p>Tom English:<br />
<i>I tried to get you to reason through what you were saying, and you entirely ignored me Ã¢â‚¬â€ to your own detriment.</i></p>
<p>Yup you are a legend in search of a mind.</p>
<p>Tom English:<br />
<i>I gave you the hypothesis that the enumeration can arise by chance.</i></p>
<p>And I asked you to demonstrate that. IOW show us an enumeration that arose without the aid of an intelligent agency.</p>
<p>Tom English:<br />
<i>It is your responsibility, as the ID advocate, to show how to reject the hypothesis and make a design inference.</i></p>
<p>Show me where this hypothetical enumeration exists. That is how it (science) is conducted- by examining the data. If the enumeration exists only in your head then I would sau it is an empty hypothesis- one not worth pursuing.</p>
<p>Gee I wonder how many chance hypotheses were rejected before Stonehenge was deemed an artifact?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

