<?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: Dembski, &#8220;Weasel&#8221;, and Video-Level Evidence</title>
	<atom:link href="http://austringer.net/wp/index.php/2009/03/15/dembski-weasel-and-video-level-evidence/feed/" rel="self" type="application/rss+xml" />
	<link>http://austringer.net/wp/index.php/2009/03/15/dembski-weasel-and-video-level-evidence/</link>
	<description>Wesley R. Elsberry&#039;s personal weblog, talking about falconry, science, antievolution, computation, and the broken body he lives in.</description>
	<lastBuildDate>Wed, 23 May 2012 03:12:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Wesley R. Elsberry</title>
		<link>http://austringer.net/wp/index.php/2009/03/15/dembski-weasel-and-video-level-evidence/comment-page-1/#comment-312997</link>
		<dc:creator>Wesley R. Elsberry</dc:creator>
		<pubDate>Sun, 29 Aug 2010 22:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://austringer.net/wp/?p=1312#comment-312997</guid>
		<description>I left a comment on Henry&#039;s thread about &quot;weasel&quot; pointing back here.

http://tinyurl.com/2wqf8y2</description>
		<content:encoded><![CDATA[<p>I left a comment on Henry&#8217;s thread about &#8220;weasel&#8221; pointing back here.</p>
<p><a href="http://tinyurl.com/2wqf8y2" rel="nofollow">http://tinyurl.com/2wqf8y2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austringer</title>
		<link>http://austringer.net/wp/index.php/2009/03/15/dembski-weasel-and-video-level-evidence/comment-page-1/#comment-312996</link>
		<dc:creator>Austringer</dc:creator>
		<pubDate>Sun, 29 Aug 2010 13:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://austringer.net/wp/?p=1312#comment-312996</guid>
		<description>Henry, 

You didn&#039;t bother to mention that you advocate the notion that &quot;locking&quot; or &quot;latching&quot; is part of Dawkins&#039; &quot;weasel&quot; program. You make that claim in the PDF with your program. That&#039;s a falsehood. You should remove that as soon as possible. The point of the post that you are replying to is that Dawkins demonstrated, on video, that no &quot;latching&quot; was going on in his program, and yet it converged.

Your search for programs implementing &quot;weasel&quot; was flawed, too. I&#039;ve posted several myself over the years, and *none* of those ever used &quot;latching&quot;. I don&#039;t think any in the big list compiled by Ian Musgrave had that flaw.

Your method of mutating strings is off, too. As you would see in my recent Python implementation, the mutation rate is applied to each and every &quot;base&quot; in the string to determine whether it mutates or not. This allows for the possibility of multiple mutations within one offspring string. Yours, instead, is *described* as determining the chance that a string accrues one mutation in it, which is both idiosyncratic and also does not reflect the biological process. This is one place within &quot;weasel&quot; that we can get closer to what happens in biology. I haven&#039;t confirmed that your code matches your text description.

Your &quot;Table 5&quot; does not show that Dawkins uses &quot;latching&quot;. I&#039;ve had a batch of posts here addressing that error. Here&#039;s something from &lt;a href=&quot;http://austringer.net/wp/index.php/2008/10/24/the-real-weasel-in-javascript/&quot; rel=&quot;nofollow&quot;&gt;one of them&lt;/a&gt;:

&lt;blockquote&gt;
Dembski and others make much of the fact that the few lines Dawkins used to illustrate output from his &quot;weasel&quot; don&#039;t show an instance of a stepback in performance. They insist that this means that Dawkins must have used a rule in his program that would not allow a stepback in performance, but that is simply induction gone wild and sloppy thinking. One can verify with my page that for reasonable mutation rates and population sizes, stepbacks are rare. Why is this? To get a stepback, every single string in a new population has to be have at least one less matching character than was present in its parent from the previous generation. The more strings that are generated in a new population, the smaller the probability that all of them will alter at least one of the already-matched characters from the parent string. So small population size  is critical to observing stepbacks. Also, strings changing at least one already-matched character from the parent are less likely with lower mutation rates, so a high mutation rate is also critical to observing stepbacks. Neither of these conditions is didactically similar to the process that Dawkins wanted to make an analogy to, natural selection in biology.
&lt;/blockquote&gt;

How likely is it that Dawkins could present a run that shows no obvious change in an already-matched character when the best match out of the population every ten generations is shown? One can do runs to characterize this, which &lt;a href=&quot;http://www.antievolution.org/cgi-bin/ikonboard/ikonboard.cgi?act=SP&amp;f=14&amp;t=5735&amp;p=142769&quot; rel=&quot;nofollow&quot;&gt;I&#039;ve done&lt;/a&gt;.

It is quite plausible that Dawkins used a population size and mutation rate that would give an expectation of less than half the time one would be able to see such in summary output. Your conclusion is unsupported by the evidence.

If your &quot;weasel&quot; is programmed not to latch and still doesn&#039;t converge, you have an error in the program. See my post &lt;a href=&quot;http://austringer.net/wp/index.php/2008/10/19/dembski-and-marks-are-still-mischaracterizing-dawkins-weasel/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; for a graph showing the difference between what Dembski calls &quot;partitioned search&quot; and an actual &quot;weasel&quot; program. It is Dembski&#039;s mistaken view of &quot;partitioned search&quot; that you should find &quot;predetermined, and thus of no interest&quot;.
</description>
		<content:encoded><![CDATA[<p>Henry, </p>
<p>You didn&#8217;t bother to mention that you advocate the notion that &#8220;locking&#8221; or &#8220;latching&#8221; is part of Dawkins&#8217; &#8220;weasel&#8221; program. You make that claim in the PDF with your program. That&#8217;s a falsehood. You should remove that as soon as possible. The point of the post that you are replying to is that Dawkins demonstrated, on video, that no &#8220;latching&#8221; was going on in his program, and yet it converged.</p>
<p>Your search for programs implementing &#8220;weasel&#8221; was flawed, too. I&#8217;ve posted several myself over the years, and *none* of those ever used &#8220;latching&#8221;. I don&#8217;t think any in the big list compiled by Ian Musgrave had that flaw.</p>
<p>Your method of mutating strings is off, too. As you would see in my recent Python implementation, the mutation rate is applied to each and every &#8220;base&#8221; in the string to determine whether it mutates or not. This allows for the possibility of multiple mutations within one offspring string. Yours, instead, is *described* as determining the chance that a string accrues one mutation in it, which is both idiosyncratic and also does not reflect the biological process. This is one place within &#8220;weasel&#8221; that we can get closer to what happens in biology. I haven&#8217;t confirmed that your code matches your text description.</p>
<p>Your &#8220;Table 5&#8243; does not show that Dawkins uses &#8220;latching&#8221;. I&#8217;ve had a batch of posts here addressing that error. Here&#8217;s something from <a href="http://austringer.net/wp/index.php/2008/10/24/the-real-weasel-in-javascript/" rel="nofollow">one of them</a>:</p>
<blockquote><p>
Dembski and others make much of the fact that the few lines Dawkins used to illustrate output from his &#8220;weasel&#8221; don&#8217;t show an instance of a stepback in performance. They insist that this means that Dawkins must have used a rule in his program that would not allow a stepback in performance, but that is simply induction gone wild and sloppy thinking. One can verify with my page that for reasonable mutation rates and population sizes, stepbacks are rare. Why is this? To get a stepback, every single string in a new population has to be have at least one less matching character than was present in its parent from the previous generation. The more strings that are generated in a new population, the smaller the probability that all of them will alter at least one of the already-matched characters from the parent string. So small population size  is critical to observing stepbacks. Also, strings changing at least one already-matched character from the parent are less likely with lower mutation rates, so a high mutation rate is also critical to observing stepbacks. Neither of these conditions is didactically similar to the process that Dawkins wanted to make an analogy to, natural selection in biology.
</p></blockquote>
<p>How likely is it that Dawkins could present a run that shows no obvious change in an already-matched character when the best match out of the population every ten generations is shown? One can do runs to characterize this, which <a href="http://www.antievolution.org/cgi-bin/ikonboard/ikonboard.cgi?act=SP&#038;f=14&#038;t=5735&#038;p=142769" rel="nofollow">I&#8217;ve done</a>.</p>
<p>It is quite plausible that Dawkins used a population size and mutation rate that would give an expectation of less than half the time one would be able to see such in summary output. Your conclusion is unsupported by the evidence.</p>
<p>If your &#8220;weasel&#8221; is programmed not to latch and still doesn&#8217;t converge, you have an error in the program. See my post <a href="http://austringer.net/wp/index.php/2008/10/19/dembski-and-marks-are-still-mischaracterizing-dawkins-weasel/" rel="nofollow">here</a> for a graph showing the difference between what Dembski calls &#8220;partitioned search&#8221; and an actual &#8220;weasel&#8221; program. It is Dembski&#8217;s mistaken view of &#8220;partitioned search&#8221; that you should find &#8220;predetermined, and thus of no interest&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austringer</title>
		<link>http://austringer.net/wp/index.php/2009/03/15/dembski-weasel-and-video-level-evidence/comment-page-1/#comment-312995</link>
		<dc:creator>Austringer</dc:creator>
		<pubDate>Sun, 29 Aug 2010 13:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://austringer.net/wp/?p=1312#comment-312995</guid>
		<description>The point of &quot;weasel&quot; is that it is *not* random. There is a non-deterministic process within &quot;weasel&quot;, but this isn&#039;t like post-Civil War race accounting, where if you had any African-American ancestry, no matter how many generations removed, you were considered African-American. Unless, of course, you want to class as &quot;random&quot; things like meteorological analysis and encryption algorithms, too. It may become more obvious why others aren&#039;t joining in when that is made clear. The purpose of &quot;weasel&quot; was to show how selection changes things from purely random search.

Apparently, I need to finish up the series of posts I started back in spring 2009. 

&lt;a href=&quot;http://austringer.net/wp/index.php/2009/04/18/the-weasel-saga-with-math-part-1/&quot; rel=&quot;nofollow&quot;&gt;The Weasel Saga, With Math -- Part 1&lt;/a&gt;

This post lays out the math for random search.

&lt;a href=&quot;http://austringer.net/wp/index.php/2009/04/18/the-weasel-saga-with-math-part-2/&quot; rel=&quot;nofollow&quot;&gt;The Weasel Saga, With Math -- Part 2&lt;/a&gt;

That one delves into some of the differences &quot;weasel&quot; has from random search. I presented a minimalistic &quot;weasel&quot; program in Python and output from an example run. By the way, the example run shows a match of 10 characters out of 28 by generation 10, so we can reduce this to practice and you can explain to me how I &quot;cheated&quot; to get that example. I don&#039;t think that you&#039;ll be able to do so, since I didn&#039;t.

I suspect that Part 2 is going to be a sufficient base for discussion of where we differ.

Where I&#039;m going with the third installment, should I ever get time to finish it up, is to include things such as I discussed &lt;a href=&quot;http://www.antievolution.org/cgi-bin/ikonboard/ikonboard.cgi?act=SP&amp;f=14&amp;t=5735&amp;p=142770&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>The point of &#8220;weasel&#8221; is that it is *not* random. There is a non-deterministic process within &#8220;weasel&#8221;, but this isn&#8217;t like post-Civil War race accounting, where if you had any African-American ancestry, no matter how many generations removed, you were considered African-American. Unless, of course, you want to class as &#8220;random&#8221; things like meteorological analysis and encryption algorithms, too. It may become more obvious why others aren&#8217;t joining in when that is made clear. The purpose of &#8220;weasel&#8221; was to show how selection changes things from purely random search.</p>
<p>Apparently, I need to finish up the series of posts I started back in spring 2009. </p>
<p><a href="http://austringer.net/wp/index.php/2009/04/18/the-weasel-saga-with-math-part-1/" rel="nofollow">The Weasel Saga, With Math &#8212; Part 1</a></p>
<p>This post lays out the math for random search.</p>
<p><a href="http://austringer.net/wp/index.php/2009/04/18/the-weasel-saga-with-math-part-2/" rel="nofollow">The Weasel Saga, With Math &#8212; Part 2</a></p>
<p>That one delves into some of the differences &#8220;weasel&#8221; has from random search. I presented a minimalistic &#8220;weasel&#8221; program in Python and output from an example run. By the way, the example run shows a match of 10 characters out of 28 by generation 10, so we can reduce this to practice and you can explain to me how I &#8220;cheated&#8221; to get that example. I don&#8217;t think that you&#8217;ll be able to do so, since I didn&#8217;t.</p>
<p>I suspect that Part 2 is going to be a sufficient base for discussion of where we differ.</p>
<p>Where I&#8217;m going with the third installment, should I ever get time to finish it up, is to include things such as I discussed <a href="http://www.antievolution.org/cgi-bin/ikonboard/ikonboard.cgi?act=SP&amp;f=14&amp;t=5735&amp;p=142770" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry Norman</title>
		<link>http://austringer.net/wp/index.php/2009/03/15/dembski-weasel-and-video-level-evidence/comment-page-1/#comment-312993</link>
		<dc:creator>Henry Norman</dc:creator>
		<pubDate>Sat, 28 Aug 2010 15:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://austringer.net/wp/?p=1312#comment-312993</guid>
		<description>With regard to the inner workings of Dawkins&#039; &quot;Weasels,&quot; I offer my &quot;Weasels TNG&quot; for your perusal.  A zip archive can be downloaded via tinyurl.com/Weasels-TNG (1.3Mb).  The archive holds the C source code and documentation (User&#039;s Guide) of my version of &quot;Weasels&quot; (the last two sections in the User&#039;s Guide discusses Dawkins version in some detail, and the difficulties of &quot;cumulative selection&quot; (respectively).

Please note that I am not advocating ID or &quot;creationism,&quot; I just cannot (yet?) see how random mutations can &quot;accumulate&quot; in the fashion suggested by professors Dawkins and Coyne.

Constructive feedback would be of great value to me, as I would really like to get an understanding of how &quot;cumulative selection&quot; can possibly work...

Bottom line, regarding Dawkins &quot;Weasels&quot; from TBW: there is no way that a random algorithm can produce 9 matching characters (out of 28) in ten generations (as shown by Dawkins in TBW). Not without some kind of cheating.

Henry Norman
Tagaytay City, Philippines</description>
		<content:encoded><![CDATA[<p>With regard to the inner workings of Dawkins&#8217; &#8220;Weasels,&#8221; I offer my &#8220;Weasels TNG&#8221; for your perusal.  A zip archive can be downloaded via tinyurl.com/Weasels-TNG (1.3Mb).  The archive holds the C source code and documentation (User&#8217;s Guide) of my version of &#8220;Weasels&#8221; (the last two sections in the User&#8217;s Guide discusses Dawkins version in some detail, and the difficulties of &#8220;cumulative selection&#8221; (respectively).</p>
<p>Please note that I am not advocating ID or &#8220;creationism,&#8221; I just cannot (yet?) see how random mutations can &#8220;accumulate&#8221; in the fashion suggested by professors Dawkins and Coyne.</p>
<p>Constructive feedback would be of great value to me, as I would really like to get an understanding of how &#8220;cumulative selection&#8221; can possibly work&#8230;</p>
<p>Bottom line, regarding Dawkins &#8220;Weasels&#8221; from TBW: there is no way that a random algorithm can produce 9 matching characters (out of 28) in ten generations (as shown by Dawkins in TBW). Not without some kind of cheating.</p>
<p>Henry Norman<br />
Tagaytay City, Philippines</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austringer</title>
		<link>http://austringer.net/wp/index.php/2009/03/15/dembski-weasel-and-video-level-evidence/comment-page-1/#comment-312197</link>
		<dc:creator>Austringer</dc:creator>
		<pubDate>Wed, 25 Mar 2009 18:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://austringer.net/wp/?p=1312#comment-312197</guid>
		<description>No, someone noted in the comments at UD that &lt;b&gt;I&lt;/b&gt; had contacted Dawkins, who said no latching took place. I did that in 2000, informed William Dembski of that, and ... Dembski simply keeps on with asserting that stuff never said by Dawkins must be the case. Dembski could have communicated with Dawkins to ask if he had gotten the description right, but he didn&#039;t. Dembski could have revised his description on being informed it was in error in 2000, but he didn&#039;t. Dembski could have written his own version of the program to find out that &quot;latching&quot; wasn&#039;t required for &quot;weasel&quot; to work, but he didn&#039;t.

&quot;weasel&quot; wasn&#039;t intended to be some monumental achievement. It was essentially the computer science equivalent of a napkin doodle. Dawkins doesn&#039;t have the original code, just as I&#039;m sure he isn&#039;t using the original computer, either. 

But Dawkins gave us a description of the steps the program takes, and any number of people have programmed their own &quot;weasel&quot; instances that get results like Dawkins reported without &quot;latching&quot;. It isn&#039;t Dawkins who needs to substantiate a claim; it is the religiious antievolutionists who have been in obvious error about this for years.

The video demonstrates that the &quot;weasel&quot; program used by Dawkins was not latching, no source code is needed to confirm that. The religious antievolutionists have themselves latched onto the utterly demented notion that Dawkins used a different &quot;latching&quot; program for &quot;weasel&quot; output in &quot;The Blind Watchmaker&quot; and &quot;New Scientist&quot; in 1986 than in the 1987 video. Why is it demented? First, because &quot;latching&quot; is completely unlike the biology, and Dawkins is an accomplished biologist. Second, because the program Dawkins obviously did use in the video documentary about his book &quot;The Blind Watchmaker&quot; obviously doesn&#039;t use latching. Third, because the math says that for reasonable population sizes and mutation rates, &lt;a href=&quot;http://www.antievolution.org/cgi-bin/ikonboard/ikonboard.cgi?act=ST;f=14;t=6034;st=#entry140008&quot; rel=&quot;nofollow&quot;&gt;one doesn&#039;t expect to see the &lt;i&gt;best&lt;/i&gt; candidates from successive generations lose correct characters&lt;/a&gt;. Fourth, because Dawkins himself has said that he didn&#039;t do anything of the sort.</description>
		<content:encoded><![CDATA[<p>No, someone noted in the comments at UD that <b>I</b> had contacted Dawkins, who said no latching took place. I did that in 2000, informed William Dembski of that, and &#8230; Dembski simply keeps on with asserting that stuff never said by Dawkins must be the case. Dembski could have communicated with Dawkins to ask if he had gotten the description right, but he didn&#8217;t. Dembski could have revised his description on being informed it was in error in 2000, but he didn&#8217;t. Dembski could have written his own version of the program to find out that &#8220;latching&#8221; wasn&#8217;t required for &#8220;weasel&#8221; to work, but he didn&#8217;t.</p>
<p>&#8220;weasel&#8221; wasn&#8217;t intended to be some monumental achievement. It was essentially the computer science equivalent of a napkin doodle. Dawkins doesn&#8217;t have the original code, just as I&#8217;m sure he isn&#8217;t using the original computer, either. </p>
<p>But Dawkins gave us a description of the steps the program takes, and any number of people have programmed their own &#8220;weasel&#8221; instances that get results like Dawkins reported without &#8220;latching&#8221;. It isn&#8217;t Dawkins who needs to substantiate a claim; it is the religiious antievolutionists who have been in obvious error about this for years.</p>
<p>The video demonstrates that the &#8220;weasel&#8221; program used by Dawkins was not latching, no source code is needed to confirm that. The religious antievolutionists have themselves latched onto the utterly demented notion that Dawkins used a different &#8220;latching&#8221; program for &#8220;weasel&#8221; output in &#8220;The Blind Watchmaker&#8221; and &#8220;New Scientist&#8221; in 1986 than in the 1987 video. Why is it demented? First, because &#8220;latching&#8221; is completely unlike the biology, and Dawkins is an accomplished biologist. Second, because the program Dawkins obviously did use in the video documentary about his book &#8220;The Blind Watchmaker&#8221; obviously doesn&#8217;t use latching. Third, because the math says that for reasonable population sizes and mutation rates, <a href="http://www.antievolution.org/cgi-bin/ikonboard/ikonboard.cgi?act=ST;f=14;t=6034;st=#entry140008" rel="nofollow">one doesn&#8217;t expect to see the <i>best</i> candidates from successive generations lose correct characters</a>. Fourth, because Dawkins himself has said that he didn&#8217;t do anything of the sort.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://austringer.net/wp/index.php/2009/03/15/dembski-weasel-and-video-level-evidence/comment-page-1/#comment-312196</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Wed, 25 Mar 2009 09:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://austringer.net/wp/?p=1312#comment-312196</guid>
		<description>Curiously, I have not heard anyone suggest that Dawkins produce the source code of his program to end the debate emphatically.  

I did hear that a commentator on the UD thread contacted Dawkins, who advised no latching took place.  Why not simply have Dawkins produce the actual source code? Or is Dawkins balking at such a move?</description>
		<content:encoded><![CDATA[<p>Curiously, I have not heard anyone suggest that Dawkins produce the source code of his program to end the debate emphatically.  </p>
<p>I did hear that a commentator on the UD thread contacted Dawkins, who advised no latching took place.  Why not simply have Dawkins produce the actual source code? Or is Dawkins balking at such a move?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick May</title>
		<link>http://austringer.net/wp/index.php/2009/03/15/dembski-weasel-and-video-level-evidence/comment-page-1/#comment-312184</link>
		<dc:creator>Patrick May</dc:creator>
		<pubDate>Mon, 16 Mar 2009 02:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://austringer.net/wp/?p=1312#comment-312184</guid>
		<description>Thanks for the hat tip, David, but the real credit goes to you for holding KF&#039;s feet to the fire in the face of thousands of distracting verbal bullets.  I only got involved because I was wondering why I was getting links from the funny farm all of a sudden.

Regards,

Patrick</description>
		<content:encoded><![CDATA[<p>Thanks for the hat tip, David, but the real credit goes to you for holding KF&#8217;s feet to the fire in the face of thousands of distracting verbal bullets.  I only got involved because I was wondering why I was getting links from the funny farm all of a sudden.</p>
<p>Regards,</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austringer</title>
		<link>http://austringer.net/wp/index.php/2009/03/15/dembski-weasel-and-video-level-evidence/comment-page-1/#comment-312182</link>
		<dc:creator>Austringer</dc:creator>
		<pubDate>Sun, 15 Mar 2009 17:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://austringer.net/wp/?p=1312#comment-312182</guid>
		<description>David, thanks for the complete set of attributions.

As I noted on AtBC, it should be instructive to see the response in an instance where antievolutionists get the video-level evidence that they often claim is what it would take to make them change their minds.

I note that Gordon Mullings at UD has taken it rather badly so far, lapsing into bizarre fantasies about Dawkins&#039; actions in 1986 and 1987 rather than accepting the far simpler explanation that Mullings had the wrong end of the argument all along.</description>
		<content:encoded><![CDATA[<p>David, thanks for the complete set of attributions.</p>
<p>As I noted on AtBC, it should be instructive to see the response in an instance where antievolutionists get the video-level evidence that they often claim is what it would take to make them change their minds.</p>
<p>I note that Gordon Mullings at UD has taken it rather badly so far, lapsing into bizarre fantasies about Dawkins&#8217; actions in 1986 and 1987 rather than accepting the far simpler explanation that Mullings had the wrong end of the argument all along.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Kellogg</title>
		<link>http://austringer.net/wp/index.php/2009/03/15/dembski-weasel-and-video-level-evidence/comment-page-1/#comment-312179</link>
		<dc:creator>David Kellogg</dc:creator>
		<pubDate>Sun, 15 Mar 2009 17:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://austringer.net/wp/?p=1312#comment-312179</guid>
		<description>Hi Wes, this is David Kellogg. Credit where credit is due: I got the link from Patrick May, who sent the link to my Facebook page after posing the question on the Dawkins board: http://www.richarddawkins.net/forum/viewtopic.php?f=2&amp;t=75197

Just in the interest of full disclosure.  

David</description>
		<content:encoded><![CDATA[<p>Hi Wes, this is David Kellogg. Credit where credit is due: I got the link from Patrick May, who sent the link to my Facebook page after posing the question on the Dawkins board: <a href="http://www.richarddawkins.net/forum/viewtopic.php?f=2&#038;t=75197" rel="nofollow">http://www.richarddawkins.net/forum/viewtopic.php?f=2&#038;t=75197</a></p>
<p>Just in the interest of full disclosure.  </p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austringer</title>
		<link>http://austringer.net/wp/index.php/2009/03/15/dembski-weasel-and-video-level-evidence/comment-page-1/#comment-312177</link>
		<dc:creator>Austringer</dc:creator>
		<pubDate>Sun, 15 Mar 2009 15:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://austringer.net/wp/?p=1312#comment-312177</guid>
		<description>I can&#039;t say that I really expect the sort of retractions and notice to follow that would be just the standard thing if someone working in science were to discover an error in their work. Primarily, it gives me the ability to say that they &lt;i&gt;were&lt;/i&gt; informed of relevant evidence telling them that they were wrong at a particular date. And that I can reference if/when any of the stuff they say is pending publication actually makes it into print.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t say that I really expect the sort of retractions and notice to follow that would be just the standard thing if someone working in science were to discover an error in their work. Primarily, it gives me the ability to say that they <i>were</i> informed of relevant evidence telling them that they were wrong at a particular date. And that I can reference if/when any of the stuff they say is pending publication actually makes it into print.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

