<?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"
	>

<channel>
	<title>DmitryBrant.com</title>
	<atom:link href="http://dmitrybrant.com/feed" rel="self" type="application/rss+xml" />
	<link>http://dmitrybrant.com</link>
	<description>Rockin' the suburbs since 1998</description>
	<pubDate>Sat, 02 Aug 2008 02:13:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Reviving the Veo Observer</title>
		<link>http://dmitrybrant.com/2008/03/20/reviving-the-veo-observer</link>
		<comments>http://dmitrybrant.com/2008/03/20/reviving-the-veo-observer#comments</comments>
		<pubDate>Fri, 21 Mar 2008 00:15:43 +0000</pubDate>
		<dc:creator>db</dc:creator>
		
		<category><![CDATA[Daily Events]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://dmitrybrant.com/?p=132</guid>
		<description><![CDATA[Recently I came across an old Veo Observer camera. I remember the Veo cameras as being refreshingly easy to use, and quite inexpensive for all the functionality you get.
This camera seemed to power up normally, and acquired an IP address as expected. However, when I logged on to the camera with a web browser, all [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I came across an old Veo Observer camera. I remember the Veo cameras as being refreshingly easy to use, and quite inexpensive for all the functionality you get.</p>
<p>This camera seemed to power up normally, and acquired an IP address as expected. However, when I logged on to the camera with a web browser, all it gave was a &#8220;404 Not Found&#8221; error. Also, when I tried to use the Veo Observer Studio software from the CD that supposedly came with the camera, the software said that there was a &#8220;Protocol Version Error.&#8221;</p>
<p>This led me to believe that someone may have tried to upgrade the firmware in the camera, and either disconnected before completing the upgrade, or loaded the wrong firmware. So all I had to do was find the correct firmware, as well as the correct utility for loading it onto the camera. This turned out to be a lot more difficult than I thought. The manufacturer (Veo) <em>no longer exists</em>, and all I could find on the Web were complaints from users who are just as SOL as I was. Fortunately, I stumbled on an obscure website that turned out to contain a repository of old device drivers, one of which happened to be the Veo Setup Utility and the Veo firmware. I was then able to load the firmware successfully, and then log on to the camera and see the video stream from it.  I&#8217;ve decided to host the <a href="/files/Veo_Observer_Setup_Utility_v5.80.zip">Veo Setup Utility</a> and the latest <a href="/files/601V_FW_v416.bin">firmware</a> here on my website, in case someone else comes across the same problems.</p>
<p>During my search for Veo software, I also found that someone has written a clever <a href="http://www.kahunaburger.com/2004/08/12/veopm-a-perl-module-to-talk-to-the-veo-observer-network-cameras/">Perl module</a> for communicating with the camera (making it usable from virtually any OS), and another person has written <a href="http://www.halo3.net/projects/veo/">Java code for it</a>, too. This inspired me to make a quick-and-dirty C++ application based on the Perl code. My little program controls pretty much all the features of the Veo observer, and displays the image stream from the camera. Here&#8217;s <strong><a href="/files/VeoView.zip">the program</a></strong> and the <a href="/files/VeoViewSrc.zip">source code</a> for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://dmitrybrant.com/2008/03/20/reviving-the-veo-observer/feed</wfw:commentRss>
		</item>
		<item>
		<title>Lunar Eclipse, 2008</title>
		<link>http://dmitrybrant.com/2008/02/21/lunar-eclipse-2008</link>
		<comments>http://dmitrybrant.com/2008/02/21/lunar-eclipse-2008#comments</comments>
		<pubDate>Fri, 22 Feb 2008 02:08:41 +0000</pubDate>
		<dc:creator>db</dc:creator>
		
		<category><![CDATA[Daily Events]]></category>

		<guid isPermaLink="false">http://dmitrybrant.com/2008/02/21/lunar-eclipse-2008</guid>
		<description><![CDATA[Despite yesterday&#8217;s bitter cold weather, it turned out to be clear enough for me to take a few photos of the lunar eclipse. These were 5-second exposures, taken between 22:00 and 23:30.
Here we see the fully-eclipsed Moon, and the bright star Regulus above it:

To the left of the Moon we can see Saturn. If you [...]]]></description>
			<content:encoded><![CDATA[<p>Despite yesterday&#8217;s bitter cold weather, it turned out to be clear enough for me to take a few photos of the lunar eclipse. These were 5-second exposures, taken between 22:00 and 23:30.</p>
<p>Here we see the fully-eclipsed Moon, and the bright star Regulus above it:<br />
<a href="/images/moon000a.jpg"><img src="/images/moon000.jpg" class="centered" /></a></p>
<p>To the left of the Moon we can see Saturn. If you look very closely, you can see a tiny &#8220;bulge&#8221; on the lower left side of Saturn. This is actually Titan, the largest moon in the Saturn system.</p>
<p><a href="/images/moon001a.jpg"><img src="/images/moon001.jpg" class="centered" /></a></p>
<p>Now the Moon is coming out of the eclipse:</p>
<p><a href="/images/moon002a.jpg"><img src="/images/moon002.jpg" class="centered" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://dmitrybrant.com/2008/02/21/lunar-eclipse-2008/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to Save YouTube Videos</title>
		<link>http://dmitrybrant.com/2007/10/29/how-to-save-youtube-videos</link>
		<comments>http://dmitrybrant.com/2007/10/29/how-to-save-youtube-videos#comments</comments>
		<pubDate>Mon, 29 Oct 2007 23:26:44 +0000</pubDate>
		<dc:creator>db</dc:creator>
		
		<category><![CDATA[Daily Events]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://dmitrybrant.com/2007/10/29/how-to-save-youtube-videos</guid>
		<description><![CDATA[Have you ever wanted to &#8220;save&#8221; a video from YouTube, so that you can play it back anytime you want, even when you&#8217;re not connected to the internet?
There are numerous programs out there that supposedly let you do this, but they all look very suspicious (as in spyware-ish), so I decided not to bother with [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to &#8220;save&#8221; a video from YouTube, so that you can play it back anytime you want, even when you&#8217;re not connected to the internet?</p>
<p>There are numerous programs out there that supposedly let you do this, but they all look very suspicious (as in spyware-ish), so I decided not to bother with any of them. Instead, I figured out a quick way of saving YouTube videos the manual way:</p>
<ul>
<li>
When your Internet browser views a web page, it stores most of the page&#8217;s content in a &#8220;cache&#8221; folder on your hard drive, so that the page loads faster the next time you go to it. This includes pictures, script files, and <em>videos</em>. So, technically, when you view a YouTube video, it&#8217;s <em>already</em> saved on your hard drive! The important step is to <em>find</em> the video in your cache folder.
</li>
<li>
If you&#8217;re using Internet Explorer, the cache folder should be located at &#8220;<code>C:\Documents and Settings\<em>yourname</em>\Local Settings\Temporary Internet Files</code>&#8220;, where <em>yourname</em> is your Windows login name.<br />
If you&#8217;re using Firefox, the cache folder should be located at &#8220;<code>C:\Documents and Settings\<em>yourname</em>\Local Settings\Application Data\Mozilla\Firefox\Profiles\default\Cache</code>&#8220;.
</li>
<li>
It&#8217;s a bit complicated to actually find the video you want in the cache folder, since neither Internet Explorer and Firefox give cached items proper file extensions. The best you can do here is sort the files by <em>size</em>, and look for files of a video-worthy size (several megabytes). Under Firefox, the files named <code>_CACHE_<em>nnn</em>_</code> are special files, and <em>not</em> videos. A good method of doing this would be to clear your browser&#8217;s cache, then go to YouTube, view the video you want (and <em>only</em> that video), then go to the cache folder:  the largest file in the cache should be the video. Now copy it out of the cache folder and rename it with a &#8220;.flv&#8221; extension, and you&#8217;ve got it!
</li>
<li>
Now, to <em>play back</em> the saved FLV files is the remaining road block. Windows Media Player will not play these videos; neither will QuickTime, or Real Player. The best solution I&#8217;ve found is to use <a href="http://www.martijndevisser.com/blog/flv-player/">FLV Player</a>, which is a small standalone utility just for playing FLV files.
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dmitrybrant.com/2007/10/29/how-to-save-youtube-videos/feed</wfw:commentRss>
		</item>
		<item>
		<title>Farewell, FileZilla</title>
		<link>http://dmitrybrant.com/2007/10/15/farewell-filezilla</link>
		<comments>http://dmitrybrant.com/2007/10/15/farewell-filezilla#comments</comments>
		<pubDate>Tue, 16 Oct 2007 00:43:44 +0000</pubDate>
		<dc:creator>db</dc:creator>
		
		<category><![CDATA[Daily Events]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://dmitrybrant.com/2007/10/15/farewell-filezilla</guid>
		<description><![CDATA[What used to be a fast, efficient FTP client for Windows is now a lame, crippled FTP client for Windows and Linux.
I used FileZilla all the time to transfer files to and from my website(s). And, weighing in at just over 3MB, it was a compact program, considering the number of features it supported.
But the [...]]]></description>
			<content:encoded><![CDATA[<p>What used to be a fast, efficient FTP client for Windows is now a lame, crippled FTP client for Windows and Linux.</p>
<p>I used <a href="http://filezilla-project.org/">FileZilla</a> all the time to transfer files to and from my website(s). And, weighing in at just over 3MB, it was a compact program, considering the number of features it supported.</p>
<p>But the developers of FileZilla <em>just had</em> to mess with it. For &#8220;version 3.0&#8243; of the program, they decided to completely rewrite it from the ground up, for the sole purpose of making the program &#8220;cross-platform.&#8221; And so we see yet another example of great software going astray.</p>
<p>The obvious point is that Linux <em>already has</em> plenty of FTP clients! Anyone who uses Linux already has a favorite FTP client, and would not be eagerly anticipating the release of FileZilla for Linux, making the entire effort marginally useful.</p>
<p>And for Windows users, the rewrite of FileZilla came at a devastating price. The package now weighs in at over 10MB (unacceptable for a simple FTP client), and its user interface is now painfully sluggish, not to mention buggy, and actually less feature-rich than before.</p>
<p>Is &#8220;software bloat&#8221; an inevitable destination in the lifetime of a program? Like a red-giant star that expands when it runs out of fuel, is all useful software destined to end up a bloated monstrosity?</p>
]]></content:encoded>
			<wfw:commentRss>http://dmitrybrant.com/2007/10/15/farewell-filezilla/feed</wfw:commentRss>
		</item>
		<item>
		<title>The Growing Importance of Strong Passwords</title>
		<link>http://dmitrybrant.com/2007/09/29/the-growing-importance-of-strong-passwords</link>
		<comments>http://dmitrybrant.com/2007/09/29/the-growing-importance-of-strong-passwords#comments</comments>
		<pubDate>Sat, 29 Sep 2007 17:10:39 +0000</pubDate>
		<dc:creator>db</dc:creator>
		
		<category><![CDATA[Daily Events]]></category>

		<guid isPermaLink="false">http://dmitrybrant.com/2007/09/29/the-growing-importance-of-strong-passwords</guid>
		<description><![CDATA[I received a call today from the Fraud Prevention service of my credit card company, saying that &#8220;someone&#8221; called in to Customer Service, posing as me, and attempted to gather information about my account. This person had my credit card number, but failed to get past the additional security questions asked by the support staff. [...]]]></description>
			<content:encoded><![CDATA[<p>I received a call today from the Fraud Prevention service of my credit card company, saying that &#8220;someone&#8221; called in to Customer Service, <em>posing as me</em>, and attempted to gather information about my account. This person had my credit card number, but failed to get past the additional security questions asked by the support staff. The support staff then promptly called me, and asked if it was I who tried to call in to Customer Service. The moment I said &#8220;no,&#8221; the operator told me that my account will be immediately deactivated to prevent any fraudulent charges, and that a new credit card would be mailed to me within 5 business days.</p>
<p>Despite the inconvenience of having my credit card account shut down, and being issued a new card, I applaud the support staff for taking their users&#8217; security so seriously. But this incident also got me thinking about the current level of security used by online retailers, as well as online banking and credit card websites. After all, how exactly did a would-be identity thief get a hold of my credit card number? All of my online purchases are through very reputable stores like Amazon and Newegg. All the items I purchase are completely legal &#8212; i.e. no kinky horse-on-girl porn from shady Russian websites. All of my transactions are over SSL, and I&#8217;m quite sure that I don&#8217;t have a keylogger installed on my system.</p>
<p>This leads to one of the following conclusions, arranged from least to most likely:</p>
<ul>
<li>Someone cracked my SSL session with an online retailer. This is astronomically unlikely, but still possible.</li>
<li>Someone hacked one of the online retailer&#8217;s servers, and retrieved the raw database of credit card numbers for thousands of customers.</li>
<li>Someone hacked one of the company&#8217;s servers, and retrieved <em>password hashes</em> for thousands of users, and decoded the passwords at his/her own leisure. If the hacker is an <em>employee of the company</em>, no hacking would even be necessary. The database would be readily available for copying and selling to the black market.</li>
</ul>
<p>As the incredibly eye-opening <a href="http://ophcrack.sourceforge.net/">Ophcrack</a> project has shown, old-style passwords are no longer safe (i.e. passwords shorter than 15 characters, consisting only of letters and numbers). Any Windows system administrator who hasn&#8217;t <a href="http://support.microsoft.com/kb/299656">disabled LM Hashes</a> has been living in a cave, and any Linux administrator who isn&#8217;t using <a href="http://tldp.org/HOWTO/Shadow-Password-HOWTO.html">shadow passwords</a> is almost equally neglectful.  And of course, any administrator or developer who stores users&#8217; passwords in plain-text format should be fired on the spot, and have the infraction recorded as a felony in his criminal record.</p>
<p>The point is, many forms of identity theft can be prevented by using strong passwords &#8212; that is, passwords that are generously long (15 or more characters), that contain uppercase and lowercase letters, numbers, and special characters like $, %, &#038;, <em>space</em>, and maybe even extëndéð Åscíí characters, or even Unicode!</p>
<p>The question is, <strong>are online retailers and banking websites &#8220;ready&#8221; for strong passwords?</strong></p>
<h3>No!</h3>
<p>At least that&#8217;s the short answer. As an example, let&#8217;s take a look at what happened when I tried to change my password on my banking website, which happens to be Huntington. I typed in a strong password with letters, numbers, and special characters, and this is what I got:<br />
<img src="/images/huntington_pw.png" class="centered" />I beg your pardon?! Of all the websites in the world, banking sites should be <em>the most secure</em> by definition. And yet, here we are with Huntington&#8217;s website telling us to <em>limit our password</em> to 16 characters, and <em>not use any special characters</em>!</p>
<p>In Huntington&#8217;s defense, they do provide an additional level of security by asking a secret question (in addition to the password), if a user logs in from a different IP.</p>
<p>I can understand enforcing <em>minimum requirements</em> for password strength, which Huntington does, but setting <em>limitations</em> on password strength? What gives?</p>
<p>Let&#8217;s move on to my credit card website, which is Chase. Attempting to change my password there, I get the following:<br />
<img src="/images/chase_pw.png" class="centered" />Again, they tell us <em>not</em> to use special characters, and to limit the length of our password.  Even though the length limitation here is 32 characters, my question is <em>why</em> is there a length limitation? And <em>why</em> can&#8217;t special characters be used?</p>
<p>If the excuse is that the underlying software that runs the website doesn&#8217;t support passwords with special characters, then the software is in serious need of revision. The password hashing algorithm should not <em>care</em> about what characters are passed into it.</p>
<p>I&#8217;m a big fan of <em>passphrases</em>, too &#8212; that is, passwords like &#8220;How many licks does it take?&#8221; or &#8220;Density = Mass/Volume&#8221; or &#8220;E = m*c^2&#8243;, all of which are much stronger than passwords of equal length with just letters and numbers.  But, since these websites don&#8217;t allow passphrases, I&#8217;m forced to come up with a weaker password that fits all their guidelines and restrictions. Even worse, since each website may have <em>slightly different</em> restrictions on passwords, I&#8217;m forced to come up with a least-common-denominator password if I want to use one password for multiple sites.</p>
<p>With this kind of &#8220;password mess&#8221; on the most secure internet websites, it&#8217;s no wonder ordinary users become confused about what kind of passwords they are and aren&#8217;t allowed to use, and default to using common, easy-to-remember passwords that are just waiting to be cracked by malicious individuals.</p>
]]></content:encoded>
			<wfw:commentRss>http://dmitrybrant.com/2007/09/29/the-growing-importance-of-strong-passwords/feed</wfw:commentRss>
		</item>
		<item>
		<title>The philanthropist</title>
		<link>http://dmitrybrant.com/2007/09/23/the-philanthropist</link>
		<comments>http://dmitrybrant.com/2007/09/23/the-philanthropist#comments</comments>
		<pubDate>Sun, 23 Sep 2007 15:48:18 +0000</pubDate>
		<dc:creator>db</dc:creator>
		
		<category><![CDATA[Daily Events]]></category>

		<guid isPermaLink="false">http://dmitrybrant.com/2007/09/23/im-rich-after-all</guid>
		<description><![CDATA[Just received this e-mail:

I wish to notify you that your name appeared in the codicil and last statement of your deceased relation, and you entitled to his fund of US$19,900,000.00 deposited with a bank here in Nigeria. I will advise you about the steps on how to redeem the inheritance funds from the bank.
Reply to [...]]]></description>
			<content:encoded><![CDATA[<p>Just received this e-mail:</p>
<blockquote><p>
I wish to notify you that your name appeared in the codicil and last statement of your deceased relation, and you entitled to his fund of US$19,900,000.00 deposited with a bank here in Nigeria. I will advise you about the steps on how to redeem the inheritance funds from the bank.<br />
Reply to me on time because the bank is waiting for you to show up and claim the funds.</p>
<p>Regards,<br />
Barrister David Mark.<br />
Legal Head, Wester and Co. Chambers.<br />
14 board way Victoria Island, Lagos.
</p></blockquote>
<p>And my response:</p>
<blockquote><p>Dear Barrister Mark,</p>
<p>Thank you for notifying me of the funds bestowed unto me by my late &#8220;relation.&#8221; As you know, my Nigerian heritage is very important to me, and I am pleased that my relation chose you to handle his will.</p>
<p>Fortunately I have a very simple resolution for this situation:<br />
I hereby authorize you to donate the entire sum of my inheritance to a charity that helps fight the AIDS epidemic in your country of Nigeria and its neighbors. I will leave the choice of charity up to you &#8212; we&#8217;re all in this together.  Naturally, you may withdraw any amount you see fit from this fund to pay for your legal fees.  I have the utmost confidence that you will be fair and just in handling this money.</p>
<p>Once again, sir, I am in great debt to you for bringing this to my attention.<br />
Best regards,</p>
<p>Dmitry Brant</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://dmitrybrant.com/2007/09/23/the-philanthropist/feed</wfw:commentRss>
		</item>
		<item>
		<title>More Modding of the RAZR V3xx</title>
		<link>http://dmitrybrant.com/2007/09/18/more-motorola-modding</link>
		<comments>http://dmitrybrant.com/2007/09/18/more-motorola-modding#comments</comments>
		<pubDate>Wed, 19 Sep 2007 01:03:11 +0000</pubDate>
		<dc:creator>db</dc:creator>
		
		<category><![CDATA[Daily Events]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://dmitrybrant.com/2007/09/18/more-motorola-modding</guid>
		<description><![CDATA[The quick-start guide that I gave two days ago is hereby out of date!
On another Motorola hacking website, modmymoto.com, I found a vastly superior program called P2KTools. This utility allows you to access absolutely everything the phone can possibly support. It even lets you switch communications between P2K, AT, and Flash mode.
Best of all, P2KTools [...]]]></description>
			<content:encoded><![CDATA[<p>The quick-start guide that I gave <a href="http://dmitrybrant.com/2007/09/16/modding-the-motorola-razr-v3xx/">two days ago</a> is hereby out of date!</p>
<p>On another Motorola hacking website, <a href="http://www.modmymoto.com/forums/downloads.php">modmymoto.com</a>, I found a vastly superior program called <strong>P2KTools</strong>. This utility allows you to access absolutely everything the phone can possibly support. It even lets you switch communications between P2K, AT, and Flash mode.</p>
<p>Best of all, P2KTools doesn&#8217;t require PST Phone Programmer to operate. Apparently, PST is a <em>proprietary</em> Motorola application, and is illegal for distribution to the public. The good folks at <a href="http://hacktherazr.com">hacktherazr.com</a> fail to mention this clearly (naughty!).</p>
<p>When downloading <a href="http://www.modmymoto.com/forums/downloads.php?do=file&#038;id=6647">P2KTools</a> from <a href="http://www.modmymoto.com/forums/downloads.php">modmymoto.com</a>, make sure you get the latest version, which is 3.0.8 at this time. For some reason they have multiple earlier versions also available in their Downloads section. Are they <em>trying</em> to confuse people?</p>
<p>Once again, to communicate properly with the RAZR V3xx, go into the program&#8217;s Settings, and check the &#8220;P2K05&#8243; check box under &#8220;P2K Settings.&#8221; As we learned earlier, the V3xx only supports the newer P2K05 command set, and will not work with the regular P2K commands.</p>
]]></content:encoded>
			<wfw:commentRss>http://dmitrybrant.com/2007/09/18/more-motorola-modding/feed</wfw:commentRss>
		</item>
		<item>
		<title>Modding the Motorola RAZR V3xx</title>
		<link>http://dmitrybrant.com/2007/09/16/modding-the-motorola-razr-v3xx</link>
		<comments>http://dmitrybrant.com/2007/09/16/modding-the-motorola-razr-v3xx#comments</comments>
		<pubDate>Sun, 16 Sep 2007 21:58:35 +0000</pubDate>
		<dc:creator>db</dc:creator>
		
		<category><![CDATA[Daily Events]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://dmitrybrant.com/2007/09/16/modding-the-motorola-razr-v3xx/</guid>
		<description><![CDATA[[Disclaimer: Modding your phone probably voids all kinds of warranties, and is not recommended for anyone.]
Update: I found a better program for RAZR hacking!
This is a quick-start guide for anyone who wants to start hacking away at the RAZR V3xx.  For some reason, other guides that I&#8217;ve found on the web either don&#8217;t apply [...]]]></description>
			<content:encoded><![CDATA[<p>[<em>Disclaimer: Modding your phone probably voids all kinds of warranties, and is not recommended for anyone.</em>]</p>
<p><em>Update: I found a <a href="http://dmitrybrant.com/2007/09/18/more-motorola-modding">better program</a> for RAZR hacking!</em></p>
<p>This is a quick-start guide for anyone who wants to start hacking away at the RAZR V3xx.  For some reason, other guides that I&#8217;ve found on the web either don&#8217;t apply to this particular model, or often contradict themselves and drove me into further confusion.</p>
<p>I recently &#8220;upgraded&#8221; my cell phone to a V3xx, with AT&#038;T as my provider. Naturally I wanted to see what kind of features I could access within the phone, and to what extent I could customize its skin, sounds and interface.</p>
<p>Here is the exact sequence of steps I took to get my phone connected to my PC and start modifying its filesystem:</p>
<ul>
<li>Go to <a href="http://www.hacktherazr.com/">hacktherazr.com</a>, which is a site with plenty of loosely-knit resources for hacking the RAZR. The only drawback of the site is that it doesn&#8217;t contain any information specific to the V3xx, and all of their &#8220;get-started&#8221; guides only pertain to earlier models.</li>
<li>From the site&#8217;s &#8220;<a href="http://hacktherazr.com/guides/verizon.start.here.php">Start here</a>&#8221; guide (<em>not</em> from their &#8220;Downloads&#8221; section), download the <a href="http://hacktherazr.com/app/hacktherazr.com-Motorola-Driver-Installer.zip">Motorola USB Driver Installer</a>, install the drivers, and follow the rest of the &#8220;Start here&#8221; guide.</li>
<li>From their &#8220;Downloads&#8221; section, download and install &#8220;PST 7.2.5,&#8221; which is a utility from Motorola to facilitate communication with your phone. Make sure you apply the &#8220;patch&#8221; included in the Zip file! Installing this tool will probably require you to restart your computer.</li>
<li>The last tool that you&#8217;ll need is called P2K Commander. But <em>do not</em> use the version that they have on their site &#8212; it&#8217;s outdated and will not communicate with the V3xx! To get the latest version of P2K Commander, go to the <a href="http://www.el-co.hu/smf/">author&#8217;s website</a> and download it from there. As of this writing, the latest version is <a href="http://www.el-co.hu/dl/P2kCommander-V4.9.D.zip">4.9.D</a>. The author requires you to register in his forums to download the files, but registration is free.</li>
<li>To prepare your phone for communicating with your PC, you must set its USB mode to &#8220;data connection.&#8221; To do this, go to Main Menu → Settings → Connection → USB Settings, and set the Default Connection to &#8220;Data Connection.&#8221;</li>
<li>On your PC, launch the PST Phone Programmer <strong>before you plug in your phone</strong>! Let PST load completely before plugging in.</li>
<li>Now plug in your phone, and give your PC a few seconds to recognize it. Then give PST a few more seconds to configure the phone for communication. You should hear the phone&#8217;s &#8220;charging&#8221; sound two or three times as it&#8217;s being configured, as well as the PC&#8217;s USB plug/unplug sound.</li>
<li>Now you&#8217;re ready to launch P2K Commander, so launch it. P2K Commander is a gateway to the phone&#8217;s internal filesystem. But, <strong>before doing anything in this tool</strong>, click on its &#8220;Options&#8221; menu, and check the &#8220;Use P2k05&#8243; check box! This is the critical step, since the V3xx uses the P2k05 command set, unlike its predecessors.</li>
<li>Finally, you&#8217;re ready to use P2K Commander to your heart&#8217;s content. From this point on, you&#8217;re welcome to follow the other guides outlined at <a href="http://hacktherazr.com">hacktherazr.com</a>, since most of them still apply.</li>
</ul>
<p>Here is a very simple example of what could be done with P2K Commander and the RAZR V3xx:</p>
<h3>Changing the secondary display image</h3>
<p>When the phone is opened, its secondary display (the smaller display on the outside) only displays the AT&#038;T logo. But suppose you wanted it to display something that was meaningful <em>to you</em>, such as this:<br />
<img src="/images/cl_meatwad.gif" class="centered" />To change this graphic, use P2K Commander to navigate to the phone&#8217;s file system (&#8221;/a&#8221;) and go to the &#8220;mobile&#8221; directory.</p>
<p>In this directory, there is a file called <code>cl.gif</code>. That&#8217;s the file that gets displayed in the secondary display! This means that you can replace this file with whatever you want (as long as it&#8217;s called <code>cl.gif</code>), and it will be shown! Of course, keep in mind that this file must be a GIF file with dimensions of 96 x 80. Et voilà:<br />
<img src="/images/phone003.jpg" class="centered" />Short of reprogramming the phone&#8217;s firmware, there&#8217;s no end to the customizations you can make to your V3xx by simply editing or replacing certain files in the phone&#8217;s filesystem using P2K Commander. As always, don&#8217;t forget to <em>back up</em> any files you edit or replace. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://dmitrybrant.com/2007/09/16/modding-the-motorola-razr-v3xx/feed</wfw:commentRss>
		</item>
		<item>
		<title>The Intention Experiment(s?)</title>
		<link>http://dmitrybrant.com/2007/09/13/the-intention-experiments</link>
		<comments>http://dmitrybrant.com/2007/09/13/the-intention-experiments#comments</comments>
		<pubDate>Fri, 14 Sep 2007 03:02:31 +0000</pubDate>
		<dc:creator>db</dc:creator>
		
		<category><![CDATA[Daily Events]]></category>

		<category><![CDATA[Religion and Philosophy]]></category>

		<guid isPermaLink="false">http://dmitrybrant.com/2007/09/13/the-intention-experiments/</guid>
		<description><![CDATA[Unknown to me until now, Lynne McTaggart (author of The Field and The Intention Experiment, discussed in my previous post) has apparently been spearheading a series of actual &#8220;intention experiments&#8221; online. This is done by giving online readers a certain task to &#8220;intend&#8221; upon, and observing the results.
I found a very interesting discussion thread on [...]]]></description>
			<content:encoded><![CDATA[<p>Unknown to me until now, Lynne McTaggart (author of <em>The Field</em> and <em>The Intention Experiment</em>, discussed in my <a href="http://dmitrybrant.com/2007/09/05/the-non-science-of-lynne-mctaggart/">previous post</a>) has apparently been spearheading a series of actual &#8220;<a href="http://www.theintentionexperiment.com">intention experiments</a>&#8221; online. This is done by giving online readers a certain task to &#8220;intend&#8221; upon, and observing the results.</p>
<p><img src="/images/lynne042a.jpg" class="alignright" />I found a very interesting <a href="http://forums.randi.org/showthread.php?s=09fed484350331edcad028224863fbcf&#038;t=77422">discussion thread</a> on the JREF Forum that details the various iterations of McTaggart&#8217;s website over the last several months. Apparently, every &#8220;intention experiment&#8221; promoted by the website is referred to as &#8220;the first intention experiment.&#8221;  When that experiment fails or produces inconclusive data, the next experiment is called the &#8220;first,&#8221; and so on.</p>
<p>The &#8220;experiments&#8221; themselves appear to be completely nonsensical. For example, one of the experiments was to measure the emissions of &#8220;biophotons&#8221; from plants that were being intended to glow by distant observers. According to the website:</p>
<blockquote><p>Our first experiments examined the alteration in the tiny light — called biophoton emissions — being emitted from living things.  We chose to look at this tiny current of light, because it is <em>infinitely more subtle than, say, cellular growth rate</em>.</p></blockquote>
<p>Of course! Why measure something <em>tangible</em>, when you can measure something &#8220;infinitely more subtle&#8221;!</p>
<p>The current incarnation of the Intention website doesn&#8217;t even brag about the results of the experiments anymore, but instead directs visitors to purchase McTaggart&#8217;s books and DVDs, and join an online community that&#8217;s reminiscent of some kind of sad, pathetic support group for people who are uncomfortable saying, &#8220;won&#8217;t you pray for me?&#8221;</p>
<p>Here&#8217;s an example of the Intention website&#8217;s community posts:</p>
<blockquote><p>&#8230;In 2001 I was diagnosed with Breast Cancer. I had a mastectomy &#038; chemo (experimental) that just about killed me. I had a bad reaction that left me with nerve damage and constant bone/joint/muscle stiffness &#038; pain. Last week I had my annual mammogram on the remaining breast. I rec. a letter saying there was a &#8220;suspicious&#8221; area, so I have to return on 8-8-07 for more films/sonogram. <em>I would really appreciate as many members as possible to send the intent that all will be fine</em>&#8230;</p></blockquote>
<p>Wait a minute&#8230; for some reason that has a very familiar ring to it.  What if we replace the word &#8220;intent&#8221; with the word &#8220;prayer&#8221;?  Isn&#8217;t this the exact same thing?!</p>
<p>Who are they trying to kid? Instead of praying to an invisible supernatural deity, they&#8217;re simply praying to an invisible supernatural &#8220;field&#8221;! Well, I&#8217;m afraid the old adage still applies: <em><strong>Nothing fails like prayer</strong></em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dmitrybrant.com/2007/09/13/the-intention-experiments/feed</wfw:commentRss>
		</item>
		<item>
		<title>The non-science of Lynne McTaggart</title>
		<link>http://dmitrybrant.com/2007/09/05/the-non-science-of-lynne-mctaggart</link>
		<comments>http://dmitrybrant.com/2007/09/05/the-non-science-of-lynne-mctaggart#comments</comments>
		<pubDate>Thu, 06 Sep 2007 00:22:49 +0000</pubDate>
		<dc:creator>db</dc:creator>
		
		<category><![CDATA[Daily Events]]></category>

		<category><![CDATA[Religion and Philosophy]]></category>

		<guid isPermaLink="false">http://dmitrybrant.com/2007/09/05/the-non-science-of-lynne-mctaggart/</guid>
		<description><![CDATA[A friend of mine recommended that I read a book called The Field by Lynne McTaggart, and referred to the subject matter as thought-provoking, if not life-changing.  A cursory examination of the book on Amazon.com revealed overwhelmingly positive reviews and similar &#8220;life-changing&#8221; testimonials.  So I obtained The Field for myself, as well as [...]]]></description>
			<content:encoded><![CDATA[<p>A friend of mine recommended that I read a book called <em>The Field</em> by Lynne McTaggart, and referred to the subject matter as thought-provoking, if not life-changing.  A cursory examination of the book on <a href="http://www.amazon.com/Field-Quest-Secret-Force-Universe/dp/0060931175/ref=pd_bbs_sr_1/102-9670432-9072104?ie=UTF8&#038;s=books&#038;qid=1189966534&#038;sr=1-1">Amazon.com</a> revealed overwhelmingly positive reviews and similar &#8220;life-changing&#8221; testimonials.  So I obtained <em>The Field</em> for myself, as well as McTaggart&#8217;s more recent book, <em>The Intention Experiment</em>.</p>
<p>The moment I read the back cover of <em>The Field</em>, I knew what I was getting myself into:</p>
<blockquote><p>Science has recently begun to prove what ancient myth and religion have always espoused: <em>There may be such a thing as a life force</em>.</p></blockquote>
<p>Naturally, I become suspicious of a book that demeans and cheapens science by putting religion on a pedestal, and claiming that &#8220;ancient myth&#8221; knew something <em>all along</em> that science is just now discovering.</p>
<p>The idea of &#8220;uniting science and spirituality&#8221; is nothing new. Whenever a new buzzword gets coined in science (especially physics), within a month or so, someone will publish a book relating the buzzword with auras, spirits, energy fields, and how anyone can harness the new buzzword to improve their health, marriage, and credit rating. The hot topic in this case is the zero-point field, or more generally, <em>quantum mechanics</em>.</p>
<p>Essentially, both of McTaggart&#8217;s books are opinions on various studies and articles published over the years that, according to McTaggart, show a connection between the will (or &#8220;intention&#8221;) of the mind, and physical reality. With the logical agility of an acrobat (albeit a retarded one), she concludes that, through the effects of quantum mechanics, it&#8217;s possible to influence the world around us using nothing but our <em>intentions</em>, hence the &#8220;life-changing&#8221; reviews associated with the books.</p>
<p>To begin, it doesn&#8217;t help that McTaggart is an &#8220;investigative journalist&#8221; (instead of, perhaps, <em>a physicist</em>?), with no formal training in physics or biology, which are the very subjects she&#8217;s writing about.</p>
<p>Nevertheless, McTaggart digs up an impressive handful of studies whose results are certainly curious, as long as we interpret the results the way she wants us to.  But then, like most other authors in the genre, she blatantly disregards the vast, overwhelming body of evidence that proves that people <em>do not</em> have psychic powers, that we <em>cannot</em> move objects with our minds, and that we <em>cannot</em> change the world through our intention alone.</p>
<p>Even if we suppose that the results cited by McTaggart are in some way anomalous, there&#8217;s no reason to assume that ESP or some other paranormal influence was involved. This kind of assumption would only be made by someone who is predisposed to believe in such things to begin with. A competent researcher would instead look for more plausible factors that may have skewed the results, and inevitably such a factor will eventually be found.</p>
<h3>Appeal to Vanity</h3>
<p>People like to feel smart.  And books like this appeal to this desire.  The average casual reader who is intrigued by quantum physics would love to understand the staggering complexity of the science surrounding it.  If only there was a <em>shortcut</em> to understanding quantum physics at the same level as the researchers at Cambridge or MIT&#8230;.  </p>
<p>Unfortunately, there is no such shortcut. Anyone who claims to understand quantum mechanics without any formal training is either misinformed, deluded, or has an agenda.  Quantum physics is an extremely complicated subject. It&#8217;s quite possibly the most hard-to-understand theory in all of science, ever.  To even begin to grasp it, one would require several years of advanced mathematics beyond the undergraduate level, as well as a very firm grasp of classical physics.</p>
<p>But then, a book like this comes along and suggests that it can make you understand quantum physics in a paragraph!  And not just quantum physics, but how it relates to any number of completely unrelated topics.  It makes the reader exclaim, &#8220;Wow, I can understand quantum physics in a day! Sucks to be the losers who spent so many years actually studying the subject!&#8221;</p>
<p>People also seem to like the fuzzy, addictive feeling of &#8220;understanding&#8221; or &#8220;enlightenment,&#8221; even if the feeling is completely false and unwarranted.  Well, books like this do just that &#8212; provide the reader with a feeling of enlightenment without presenting any actual science or any useful information.  The best analogy for this would be <em>mental masturbation</em> &#8212; tell the readers who are likely to believe this stuff exactly what they want to hear, and they&#8217;ll eat it up like candy.</p>
<p>But in the end, after reading this type of book, all the reader &#8220;understands&#8221; is just a cleverly-worded regurgitation of the same old pseudo-intellectual nonsense that has no bearing in reality. It is certainly not quantum mechanics.</p>
<p>Recall Richard Feynman&#8217;s famous quote, &#8220;If you think you understand quantum theory, you don&#8217;t understand quantum theory.&#8221;  McTaggart (the <em>investigative journalist</em>) thinks she understands quantum theory.</p>
<h3>Taking Analogies Too Far</h3>
<p>Now, to be fair, a lot of scientific concepts, including aspects of quantum theory, can be easily explained to a layperson using analogies with commonplace objects and phenomena.  But any analogy is liable to be taken a bit too literally.</p>
<p>For example, in electrical engineering it&#8217;s a highly useful analogy to compare an electrical circuit to a system of pipes with water. The flowing water is electrical current, a pump is a battery, a one-way valve is a diode, a very thin pipe is a resistor, and a tank is a capacitor.  However, if taken too literally, the analogy falls apart. If a pipe cracks, water will leak out of it; this does not happen in an electrical circuit. Also, the motion of water in a pipe is caused by the physical pressure of water molecules on each other; in an electrical circuit, the energy is propagated by fields produced by each electron.</p>
<p>Taking analogies too literally is dangerous, and ultimately paves the way towards pseudoscience and voodoo.  As you may have guessed, McTaggart takes quantum analogies to the extreme, and beyond.</p>
<p>The biggest error anyone can make in trying to understand quantum mechanics is to make the extrapolation that, since quantum effects occur on quantum scales, they must also occur on <em>large scales</em>. They don&#8217;t!</p>
<p>For example, in quantum mechanics, the position of a particle is defined by a complex wave function, the square of which represents a <em>probability density</em> &#8212; the &#8220;chance&#8221; of finding the particle in a given area of space. A naïve interpretation of this would be that &#8220;<em>there&#8217;s always a slight chance of finding any particle at any point in the universe</em>.&#8221;</p>
<p>As profound as that may seem, <em>it only applies on a quantum scale</em>. It does not mean that something as large as a watermelon, or a baseball, or a blood cell can suddenly blink out of existence and reappear somewhere else in the universe!</p>
<p>Similarly, the concept of <em>quantum superposition</em> refers to the idea that, before a particle is observed, it exists in a &#8220;superposition&#8221; of possible states, and only &#8220;collapses&#8221; to a certain state once it&#8217;s observed.  From this, McTaggart makes the generous extrapolation that, since our mind is &#8220;the observer,&#8221; we can <em>choose</em> which state something will be in when we observe it, thereby creating our own reality!</p>
<p>And finally, the <em>zero-point field</em> refers to the nonzero energy of pure vacuum, the existence of which is a requirement of Heisenberg&#8217;s uncertainty principle. But just because the zero-point field isn&#8217;t fully understood doesn&#8217;t mean that it must be the unifying force of all things in the universe (whatever that means)!  And it takes an even greater leap of logic to suggest that our intentions (patterns of tiny electrical impulses) can have an effect on the zero-point field <em>anywhere outside of our brain</em>.</p>
<p>Schrödinger, Heisenberg, Pauli, and Planck must all be spinning in their graves &#8212; I doubt that any of them intended for their theories to be so grossly misinterpreted and misapplied.  There is nothing in quantum theory that states that any quantum effects occur on a macroscopic scale. To state otherwise would be intellectually dishonest.  </p>
<h3>You Can&#8217;t Always Get What You Want</h3>
<p>Here&#8217;s where I get a little personal. To an actual scientist, this kind of book is more than just innocent fun and games &#8212; it&#8217;s actually insulting; it&#8217;s a slap in the face to anyone with the slightest scientific background.  Some say that religion is the enemy of science &#8212; well I think this is way more dangerous than religion.  At least religion doesn&#8217;t claim to be scientific in nature. But these &#8220;theories&#8221; go <em>out of their way</em> to show how they&#8217;re &#8220;backed up&#8221; by science!</p>
<p>So then, what should we tell the thousands of children in the war-torn countries of Africa who are dying of starvation and disease? Surely they &#8220;wish&#8221; for food and medicine every minute of their miserable day; surely they &#8220;intend&#8221; for a world of love, joy, and prosperity for themselves, so&#8230; where is it?  <em>Are they not intending hard enough</em>?  How can we, in good conscience, even entertain such a despicable idea? McTaggart apparently can. The message in her books is clear: you can intend your world into existence; and if it&#8217;s not working, you&#8217;re not intending hard enough.</p>
<p>But did McTaggart &#8220;intend&#8221; her own prosperity into existence? Of course not! She simply wrote a bestseller that happens to appeal to the wants, needs, and fears of suckers gullible enough to believe her.</p>
<p>Here&#8217;s a tip: if you have $20 that you don&#8217;t need, donate it to a charity of your choice, and let McTaggart eat a little less caviar for dinner.</p>
<p>All that <em>The Field</em> and <em>The Intention Experiment</em> boils down to is the age-old quest for the genie in a bottle, or rather the embodiment of human laziness: <strong>&#8220;you can get whatever you want by wishing for it.&#8221;</strong> Sadly, this is not how the world works.</p>
<h3>Resources</h3>
<p>The articles that McTaggart cites in her &#8220;amazing&#8221; exposition are either studies done by people who already believe in this stuff, or simply articles that <em>talk about</em> actual studies and reinterpret their results as they see fit, much like McTaggart has done, to a second degree.</p>
<p>It&#8217;s sufficient to examine just one of McTaggart&#8217;s sources to see the quality of data she&#8217;s working with:</p>
<blockquote><p>F. Sicher, E. Targ et al., &#8220;<em><a href="http://www.pubmedcentral.nih.gov/picrender.fcgi?artid=1305403&#038;blobtype=pdf">A randomised double-blind study of the effect of distant healing in a population with advanced AIDS: report of a small scale study</a></em>,&#8221; Western Journal of Medicine, 1998; 168(6): 356-63</p></blockquote>
<p>This was a study where 40 patients with advanced AIDS were selected, some of them randomly chosen to receive &#8220;remote healing&#8221; treatments, while the rest continuing their course of regular treatment. According to the study, subjects who were &#8220;healed &#8230; acquired significantly fewer new AIDS-defining illnesses,&#8221; plus other positive effects, although there were &#8220;no significant differences in CD4+ counts&#8221; (darn).</p>
<p>Upon reading the abstract of this paper, numerous glaring red flags emerge. The most obvious of these, I think, is that the healers who performed the &#8220;psychic healing&#8221; were &#8220;located throughout the United States during the study,&#8221; meaning that the healing was <em>completely uncontrolled</em>.<br />
Furthermore, if the healers and the subjects &#8220;never met,&#8221; how did the healers know where to direct their &#8220;intention for health and well-being&#8221;? Did they direct their intention at a photo of the subject? And if so, how does &#8220;The Field&#8221; know to redirect the intention from the photo to the real person? Wouldn&#8217;t this be a line of bullshit that&#8217;s even crazier than McTaggart is willing to push?</p>
<p>Curiously enough, there is a note from the editor of the Western Journal of Medicine (Linda Hawes Clever) at the top of the paper:</p>
<blockquote><p>&#8230;Does the paper prove that prayer works? No. The authors call for more research, as do we and the reviewers, for a number of reasons. We note that the study was relatively short and analysed rather few patients. No treatment-related mechanisms for the effects were posited. The statistical methods can be criticized&#8230;.</p></blockquote>
<p>We can tell from the editor&#8217;s tone that she was being charitable by publishing this paper in her journal, and inserted her note to avoid embarrassment.  If studies like this are the &#8220;definitive evidence&#8221; that McTaggart uses to support her claims, then her theories don&#8217;t have a leg to stand on.</p>
<h3>Return to Reality</h3>
<p>On the other end of the spectrum (the rational one), here is a brief list of studies that I have found that show conclusively that <strong>prayer, intentions, and &#8220;distant healing&#8221; do not work</strong>, as well as papers that show why studies attempting to measure effects from prayer are fundamentally suspect:</p>
<ul>
<li>Abbot NC, et al. <a href="http://www.ncbi.nlm.nih.gov/sites/entrez?Db=pubmed&#038;Cmd=ShowDetailView&#038;TermToSearch=11240080&#038;ordinalpos=7&#038;itool=EntrezSystem2.PEntrez.Pubmed.Pubmed_ResultsPanel.Pubmed_RVDocSum">Spiritual healing as a therapy for chronic pain: a randomized, clinical trial</a>. &#8220;<em>&#8230;there were no statistically significant differences between healing and control groups&#8230;</em>&#8220;</li>
<li>Astin JA, et al. <a href="http://www.ncbi.nlm.nih.gov/sites/entrez?Db=pubmed&#038;Cmd=ShowDetailView&#038;TermToSearch=17131980&#038;ordinalpos=14&#038;itool=EntrezSystem2.PEntrez.Pubmed.Pubmed_ResultsPanel.Pubmed_RVDocSum">The efficacy of distant healing for human immunodeficiency virus&#8211;results of a randomized trial</a>. This one is especially relevant, since it has Elisabeth Targ&#8217;s name as one of the authors!  &#8220;<em>Distant healing or prayer from a distance does not appear to improve selected clinical outcomes in HIV patients&#8230;</em>&#8220;</li>
<li>Aviles JM, et al. <a href="http://www.ncbi.nlm.nih.gov/sites/entrez?cmd=Retrieve&#038;db=PubMed&#038;list_uids=11761499&#038;dopt=AbstractPlus">Intercessory prayer and cardiovascular disease progression in a coronary care unit population: a randomized controlled trial</a>. &#8220;<em>As delivered in this study, intercessory prayer had no significant effect on medical outcomes after hospitalization in a coronary care unit.</em>&#8220;</li>
<li>Benson H, et al. <a href="http://www.ncbi.nlm.nih.gov/sites/entrez?Db=PubMed&#038;Cmd=ShowDetailView&#038;TermToSearch=16569567&#038;ordinalpos=1&#038;itool=EntrezSystem2.PEntrez.Pubmed.Pubmed_ResultsPanel.Pubmed_RVAbstractPlus">Study of the Therapeutic Effects of Intercessory Prayer (STEP) in cardiac bypass patients: a multicenter randomized trial of uncertainty and certainty of receiving intercessory prayer</a>. This study actually showed a reverse effect: &#8220;<em>certainty of receiving intercessory prayer was associated with a higher incidence of complications</em>&#8220;!</li>
<li>Cleland JA, et al. <a href="http://www.ncbi.nlm.nih.gov/sites/entrez?Db=pubmed&#038;Cmd=ShowDetailView&#038;TermToSearch=16762126&#038;ordinalpos=15&#038;itool=EntrezSystem2.PEntrez.Pubmed.Pubmed_ResultsPanel.Pubmed_RVDocSum">A pragmatic, three-arm randomised controlled trial of spiritual healing for asthma in primary care</a>. &#8220;<em>Spiritual healing does not appear to have any specific affect [sic] on patient asthma related quality of life.</em>&#8220;</li>
<li>Gaudia G. <a href="http://www.pubmedcentral.nih.gov/articlerender.fcgi?tool=pmcentrez&#038;artid=1681385">Searching in the Darkness: About Prayer and Medical Cures</a>. &#8220;<em>We scientists make a great mistake when we agree that there may be value in investigating the potential of prayer as a cure.</em>&#8220;</li>
<li>Harkness EF, et al. <a href="http://www.ncbi.nlm.nih.gov/sites/entrez?Db=pubmed&#038;Cmd=ShowDetailView&#038;TermToSearch=10781776&#038;ordinalpos=3&#038;itool=EntrezSystem2.PEntrez.Pubmed.Pubmed_ResultsPanel.Pubmed_RVDocSum">A randomized trial of distant healing for skin warts</a>. &#8220;<em>Distant healing from experienced healers had no effect on the number or size of patients&#8217; warts.</em>&#8220;</li>
<li>Hobbins PG. <a href="http://www.ncbi.nlm.nih.gov/sites/entrez?Db=PubMed&#038;Cmd=ShowDetailView&#038;TermToSearch=16578941&#038;ordinalpos=1&#038;itool=EntrezSystem2.PEntrez.Pubmed.Pubmed_ResultsPanel.Pubmed_RVAbstractPlus">Compromised ethical principles in randomised clinical trials of distant, intercessory prayer</a>. &#8220;<em>&#8230;many studies did not meet basic ethical standards required of clinical trials of biophysical interventions, making application of their results ethically problematic&#8230;</em>&#8221; </li>
<li>Matthews DA, et al. <a href="http://www.ncbi.nlm.nih.gov/sites/entrez?cmd=Retrieve&#038;db=PubMed&#038;list_uids=11142453&#038;dopt=AbstractPlus">Effects of intercessory prayer on patients with rheumatoid arthritis</a>. &#8220;<em>Supplemental, distant intercessory prayer offers no additional benefits.</em>&#8220;</li>
<li>Matthews WJ, et al. <a href="http://www.ncbi.nlm.nih.gov/sites/entrez?Db=PubMed&#038;Cmd=ShowDetailView&#038;TermToSearch=11565401&#038;ordinalpos=1&#038;itool=EntrezSystem2.PEntrez.Pubmed.Pubmed_ResultsPanel.Pubmed_RVAbstractPlus">The effects of intercessory prayer, positive visualization, and expectancy on the well-being of kidney dialysis patients</a>. &#8220;<em>The effects of intercessory prayer and transpersonal positive visualization cannot be distinguished from the effect of expectancy.</em>&#8220;</li>
<li>Sloan RP, et al. <a href="http://www.ncbi.nlm.nih.gov/sites/entrez?Db=PubMed&#038;Cmd=ShowDetailView&#038;TermToSearch=17146135&#038;ordinalpos=1&#038;itool=EntrezSystem2.PEntrez.Pubmed.Pubmed_ResultsPanel.Pubmed_RVAbstractPlus">Science, medicine, and intercessory prayer</a>. &#8220;<em>&#8230;these studies claim findings incompatible with current views of the physical universe and consciousness&#8230;</em>&#8220;</li>
<li>Walker SR, et al. <a href="http://www.ncbi.nlm.nih.gov/sites/entrez?Db=pubmed&#038;Cmd=ShowDetailView&#038;TermToSearch=9375433&#038;ordinalpos=8&#038;itool=EntrezSystem2.PEntrez.Pubmed.Pubmed_ResultsPanel.Pubmed_RVDocSum">Intercessory prayer in the treatment of alcohol abuse and dependence: a pilot investigation</a>. &#8220;<em>Intercessory prayer did not demonstrate clinical benefit in the treatment of alcohol abuse&#8230;</em>&#8220;</li>
<li>Wirth DP, et al. <a href="http://www.ncbi.nlm.nih.gov/sites/entrez?Db=pubmed&#038;Cmd=ShowDetailView&#038;TermToSearch=7843869&#038;ordinalpos=8&#038;itool=EntrezSystem2.PEntrez.Pubmed.Pubmed_ResultsPanel.Pubmed_RVDocSum">Complementary healing therapies</a>. Once again, in this study the <em>opposite</em> effect was observed: the people being &#8220;healed&#8221; got worse: &#8220;<em>Results showed significance for the treated versus the control group but in the opposite direction from that expected.</em>&#8220;</li>
</ul>
<p>&#8230;but what do I know. After all, I&#8217;m not a fancy investigative journalist!</p>
]]></content:encoded>
			<wfw:commentRss>http://dmitrybrant.com/2007/09/05/the-non-science-of-lynne-mctaggart/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.237 seconds -->
