<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.2" -->
<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/"
	>

<channel>
	<title>STRAY neuron</title>
	<link>http://www.strayneuron.com/blog</link>
	<description>dkaz, stranded in chicago</description>
	<pubDate>Wed, 02 Jul 2008 14:58:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>
	<language>en</language>
			<item>
		<title>Apache Tip: Blocking by User-Agent in Tomcat/mod_jk configurations</title>
		<link>http://www.strayneuron.com/blog/archives/476</link>
		<comments>http://www.strayneuron.com/blog/archives/476#comments</comments>
		<pubDate>Thu, 29 May 2008 20:47:23 +0000</pubDate>
		<dc:creator>dkaz</dc:creator>
		
	<category>Java</category>
		<guid isPermaLink="false">http://www.strayneuron.com/blog/archives/476</guid>
		<description><![CDATA[The key here is using Location (instead of Directory) for your Deny directive (otherwise your JkUnmount&#8217;d calls will not be blocked)

  SetEnvIfNoCase User-Agent "Firefox" bad_bot

  &#60;Location "/"&#62;
    Deny from env=bad_bot
  &#60;/Location&#62;

]]></description>
			<content:encoded><![CDATA[<p>The key here is using Location (instead of Directory) for your Deny directive (otherwise your JkUnmount&#8217;d calls will not be blocked)</p>
<pre>
  SetEnvIfNoCase User-Agent "Firefox" bad_bot

  &lt;Location "/"&gt;
    Deny from env=bad_bot
  &lt;/Location&gt;
</pre>
]]></content:encoded>
			<wfw:commentRSS>http://www.strayneuron.com/blog/archives/476/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>WTF/M - best code review stat ever</title>
		<link>http://www.strayneuron.com/blog/archives/472</link>
		<comments>http://www.strayneuron.com/blog/archives/472#comments</comments>
		<pubDate>Tue, 05 Feb 2008 06:06:48 +0000</pubDate>
		<dc:creator>dkaz</dc:creator>
		
	<category>Programming</category>
		<guid isPermaLink="false">http://www.strayneuron.com/blog/archives/472</guid>
		<description><![CDATA[
So damn funny, yet so damn true.

]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.osnews.com/images/comics/wtfm.jpg"/></p>
<p>So damn funny, yet so damn true.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.strayneuron.com/blog/archives/472/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Kids, Keyboards and Oscar Peterson</title>
		<link>http://www.strayneuron.com/blog/archives/463</link>
		<comments>http://www.strayneuron.com/blog/archives/463#comments</comments>
		<pubDate>Sat, 03 Nov 2007 03:20:55 +0000</pubDate>
		<dc:creator>dkaz</dc:creator>
		
	<category>Personal</category>
	<category>Video</category>
	<category>Music</category>
		<guid isPermaLink="false">http://www.strayneuron.com/blog/archives/463</guid>
		<description><![CDATA[My oldest kid, a 2nd grader, has started taking some (group) piano classes on a trial basis.
She seems to enjoy it a lot, so I bought her a 5-octave keyboard, a stand and a seat - a $300+ investment.
As it happens, I played piano for 11 years as a kid, so this has also provided [...]]]></description>
			<content:encoded><![CDATA[<p>My oldest kid, a 2nd grader, has started taking some (group) piano classes on a trial basis.</p>
<p>She seems to enjoy it a lot, so I bought her a 5-octave keyboard, a stand and a seat - a $300+ investment.</p>
<p>As it happens, I played piano for 11 years as a kid, so this has also provided the motivation for me pick it up again.</p>
<p>I&#8217;ve been YouTube&#8217;ing a lot for some good riffs to play and I ran into this video - while I can&#8217;t even imagine attempting to play the piece, watching one of the greatest pianists in history, Oscar Peterson, is still a phenomenal and inspiring experience.</p>
<p><object width="425" height="355"><br />
<param name="movie" value="http://www.youtube.com/v/_kNvWQgkDcs&#038;rel=1"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/_kNvWQgkDcs&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.strayneuron.com/blog/archives/463/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>phpmyadmin Tip #1: rename your phpmyadmin dir to something unique</title>
		<link>http://www.strayneuron.com/blog/archives/462</link>
		<comments>http://www.strayneuron.com/blog/archives/462#comments</comments>
		<pubDate>Thu, 01 Nov 2007 17:27:56 +0000</pubDate>
		<dc:creator>dkaz</dc:creator>
		
	<category>Programming</category>
		<guid isPermaLink="false">http://www.strayneuron.com/blog/archives/462</guid>
		<description><![CDATA[Found in Apache logs&#8230;on a domain that doesn&#8217;t even have MySQL installed&#8230;

85.17.155.21 &#8220;GET /phpmyadmin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;
85.17.155.21 &#8220;GET /admin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;
85.17.155.21 &#8220;GET /myadmin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;
85.17.155.21 &#8220;GET /phpMyAdmin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;
85.17.155.21 &#8220;GET /PMA/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;
85.17.155.21 &#8220;GET /admin/phpmyadmin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;
85.17.155.21 &#8220;GET [...]]]></description>
			<content:encoded><![CDATA[<p>Found in Apache logs&#8230;on a domain that doesn&#8217;t even have MySQL installed&#8230;</p>
<blockquote><p>
85.17.155.21 &#8220;GET /phpmyadmin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /myadmin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /phpMyAdmin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /PMA/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/phpmyadmin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/phpMyAdmin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/sysadmin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/sqladmin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/db/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/web/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/pMA/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/mysql/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/myadmin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/webadmin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/mysqladmin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/phpmyadmin2/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/phpMyAdmin-2.2.3/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/phpMyAdmin-2.2.6/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/phpMyAdmin-2.5.1/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/phpMyAdmin-2.5.4/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/phpMyAdmin-2.5.6/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/phpMyAdmin-2.6.0/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/phpMyAdmin-2.6.0-pl1/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/phpMyAdmin-2.6.2-rc1/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/phpMyAdmin-2.6.3/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/phpMyAdmin-2.6.3-pl1/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/phpMyAdmin-2.6.3-rc1/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /db/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /web/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /PMA/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /admin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /mysql/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /myadmin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /mysqladmin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /mysql-admin/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /phpmyadmin2/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /phpMyAdmin-2.2.3/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /phpMyAdmin-2.2.6/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /phpMyAdmin-2.5.1/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /phpMyAdmin-2.5.4/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /phpMyAdmin-2.5.6/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /phpMyAdmin-2.6.0/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /phpMyAdmin-2.6.0-pl1/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /phpMyAdmin-2.6.2-rc1/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /phpMyAdmin-2.6.3/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /phpMyAdmin-2.6.3-pl1/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;<br />
85.17.155.21 &#8220;GET /phpMyAdmin-2.6.3-rc1/main.php HTTP/1.0&#8243; 404 - &#8220;-&#8221; &#8220;-&#8221;
</p></blockquote>
]]></content:encoded>
			<wfw:commentRSS>http://www.strayneuron.com/blog/archives/462/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Top 10 Actors of Our Generation</title>
		<link>http://www.strayneuron.com/blog/archives/459</link>
		<comments>http://www.strayneuron.com/blog/archives/459#comments</comments>
		<pubDate>Thu, 13 Sep 2007 04:38:05 +0000</pubDate>
		<dc:creator>dkaz</dc:creator>
		
	<category>Movies</category>
		<guid isPermaLink="false">http://www.strayneuron.com/blog/archives/459</guid>
		<description><![CDATA[Argued about it at work today&#8230;here&#8217;s my list&#8230;in no particular order&#8230;
These are the men at the top of their game (therefore Pacino, Nicholson and DeNiro are not present)

Leonardo DiCaprio
Christian Bale
Sean Penn
Russell Crowe
Philip Seymour Hoffman
Brad Pitt
Forest Whitaker
Paul Giamatti
Johnny Depp
Jude Law


]]></description>
			<content:encoded><![CDATA[<p>Argued about it at work today&#8230;here&#8217;s my list&#8230;in no particular order&#8230;</p>
<p>These are the men at the top of their game (therefore Pacino, Nicholson and DeNiro are not present)</p>
<ul>
<li>Leonardo DiCaprio</li>
<li>Christian Bale</li>
<li>Sean Penn</li>
<li>Russell Crowe</li>
<li>Philip Seymour Hoffman</li>
<li>Brad Pitt</li>
<li>Forest Whitaker</li>
<li>Paul Giamatti</li>
<li>Johnny Depp</li>
<li>Jude Law</li>
</ol>
</ol>
]]></content:encoded>
			<wfw:commentRSS>http://www.strayneuron.com/blog/archives/459/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Skyler&#8217;s B-day&#8230;.Animoto&#8217;d</title>
		<link>http://www.strayneuron.com/blog/archives/458</link>
		<comments>http://www.strayneuron.com/blog/archives/458#comments</comments>
		<pubDate>Fri, 17 Aug 2007 03:55:25 +0000</pubDate>
		<dc:creator>dkaz</dc:creator>
		
	<category>Personal</category>
	<category>Video</category>
	<category>Music</category>
		<guid isPermaLink="false">http://www.strayneuron.com/blog/archives/458</guid>
		<description><![CDATA[I tried out a new video mixing service, Animoto, tonight. 
I have it to give it very high marks for ease of use, because even my first video (created during &#8220;So You Think You Can Dance&#8221; commercials) came out way better than I expected.





]]></description>
			<content:encoded><![CDATA[<p>I tried out a new video mixing service, Animoto, tonight. </p>
<p>I have it to give it very high marks for ease of use, because even my first video (created during &#8220;So You Think You Can Dance&#8221; commercials) came out way better than I expected.</p>
<p><object width="432" height="250" data="http://widgets.clearspring.com/o/46928cc51133af17/46c519ad20e285b5/46928cc51133af17/31791546/autostart/false/file/7150ffde78974b0ab86f577555d279dd" id="W46c519ad20e285b5" allowScriptAccess="always" allowNetworking="all" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"><br />
<param name="wmode" value="opaque" />
<param name="movie" value="http://widgets.clearspring.com/o/46928cc51133af17/46c519ad20e285b5/46928cc51133af17/31791546/autostart/false/file/7150ffde78974b0ab86f577555d279dd" />
<param name="allowScriptAccess" value="always" /></object>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.strayneuron.com/blog/archives/458/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Surface Computing - Future of Microsoft?</title>
		<link>http://www.strayneuron.com/blog/archives/448</link>
		<comments>http://www.strayneuron.com/blog/archives/448#comments</comments>
		<pubDate>Sat, 02 Jun 2007 03:20:40 +0000</pubDate>
		<dc:creator>dkaz</dc:creator>
		
	<category>Technology</category>
	<category>Interesting</category>
		<guid isPermaLink="false">http://www.strayneuron.com/blog/archives/448</guid>
		<description><![CDATA[Most brilliant work from Microsoft in years&#8230;


UPDATE (6/2/07): The Register questions whether all this hype about Surface Computing is more &#8220;smoke and mirrors&#8221; than actual breakthrough. Good reading.

]]></description>
			<content:encoded><![CDATA[<p>Most brilliant work from Microsoft in years&#8230;</p>
<p><embed src='http://admin.brightcove.com/destination/player/player.swf' bgcolor='#FFFFFF' flashVars='allowFullScreen=true&#038;initVideoId=933742930&#038;servicesURL=http://www.brightcove.com&#038;viewerSecureGatewayURL=https://www.brightcove.com&#038;cdnURL=http://admin.brightcove.com&#038;autoStart=false' base='http://admin.brightcove.com' name='bcPlayer' width='486' height='412' allowFullScreen='true' allowScriptAccess='always' seamlesstabbing='false' type='application/x-shockwave-flash' swLiveConnect='true' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></embed></p>
<p><br/><br/></p>
<p>UPDATE (6/2/07): <a href="http://www.theregister.co.uk/2007/06/01/fentem_microsoft_surface/">The Register questions whether all this hype</a> about Surface Computing is more &#8220;smoke and mirrors&#8221; than actual breakthrough. Good reading.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.strayneuron.com/blog/archives/448/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Linux Tip #7: For loop on a range of numbers</title>
		<link>http://www.strayneuron.com/blog/archives/444</link>
		<comments>http://www.strayneuron.com/blog/archives/444#comments</comments>
		<pubDate>Fri, 25 May 2007 03:50:05 +0000</pubDate>
		<dc:creator>dkaz</dc:creator>
		
	<category>Linux</category>
	<category>Programming</category>
		<guid isPermaLink="false">http://www.strayneuron.com/blog/archives/444</guid>
		<description><![CDATA[Little know seq (sequence) utility is a great way to loop on a range of numbers in Linux. It came in very handy today and will hopefully stick in my brain in the future.
for i in `seq 1 10`
do
  ..
done
]]></description>
			<content:encoded><![CDATA[<p>Little know <strong>seq</strong> (sequence) utility is a great way to loop on a range of numbers in Linux. It came in very handy today and will hopefully stick in my brain in the future.</p>
<p><code>for i in `seq 1 10`<br />
do<br />
  ..<br />
done</code></p>
]]></content:encoded>
			<wfw:commentRSS>http://www.strayneuron.com/blog/archives/444/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>&#8220;Different&#8221; use of the ternary</title>
		<link>http://www.strayneuron.com/blog/archives/443</link>
		<comments>http://www.strayneuron.com/blog/archives/443#comments</comments>
		<pubDate>Thu, 17 May 2007 01:35:05 +0000</pubDate>
		<dc:creator>dkaz</dc:creator>
		
	<category>Java</category>
	<category>Programming</category>
		<guid isPermaLink="false">http://www.strayneuron.com/blog/archives/443</guid>
		<description><![CDATA[Amusing use of the ternary from our codebase..
log.debug( ( randomize ? "R" : "Not r" ) + "andomizing content" );
:)
]]></description>
			<content:encoded><![CDATA[<p>Amusing use of the ternary from our codebase..</p>
<p><code>log.debug( ( randomize ? "R" : "Not r" ) + "andomizing content" );</code></p>
<p>:)</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.strayneuron.com/blog/archives/443/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Bugatti Veyron - Hold on to your seat watching this clip!</title>
		<link>http://www.strayneuron.com/blog/archives/442</link>
		<comments>http://www.strayneuron.com/blog/archives/442#comments</comments>
		<pubDate>Sat, 28 Apr 2007 06:16:42 +0000</pubDate>
		<dc:creator>dkaz</dc:creator>
		
	<category>Interesting</category>
	<category>Video</category>
	<category>TV</category>
		<guid isPermaLink="false">http://www.strayneuron.com/blog/archives/442</guid>
		<description><![CDATA[Great car TV show on the planet - TopGear - presents an incredibly enthralling clip of the fastest car on the planet - Bugatti Veyron.
Watching clips of &#8220;Top Gear&#8221; makes you wonder why the show is nowhere to be seen in US. Come on Discovery, buy rights to this damn thing instead of spending money [...]]]></description>
			<content:encoded><![CDATA[<p>Great car TV show on the planet - <a href="http://www.topgear.com/">TopGear</a> - presents an incredibly enthralling clip of the fastest car on the planet - Bugatti Veyron.</p>
<p>Watching clips of &#8220;Top Gear&#8221; makes you wonder why the show is nowhere to be seen in US. Come on Discovery, buy rights to this damn thing instead of spending money on bikers in tight shorts!</p>
<p><strong>UPDATE</strong>: I thought about embedding this, but decided it to link it instead - DailyMotion&#8217;s viewer is much bigger than the embedded one and you want size to experience this.</p>
<p>Here it is: <a href="http://www.dailymotion.com/video/x157l2_bugatti-veyron-at-top-speed">http://www.dailymotion.com/video/x157l2_bugatti-veyron-at-top-speed</a></p>
<p><strong>UPDATE #2</strong>: If you love the first clip, check out this (even more unbelievable) one by TopGear (linked by Roy in the comments). Awesome stuff. I&#8217;m adding Atom to my shopping list for my 45th b-day.</p>
<p><a href="http://youtube.com/watch?v=WaWoo82zNUA">http://youtube.com/watch?v=WaWoo82zNUA</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.strayneuron.com/blog/archives/442/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Quite Thrifty</title>
		<link>http://www.strayneuron.com/blog/archives/433</link>
		<comments>http://www.strayneuron.com/blog/archives/433#comments</comments>
		<pubDate>Tue, 03 Apr 2007 05:47:14 +0000</pubDate>
		<dc:creator>dkaz</dc:creator>
		
	<category>Java</category>
	<category>Ruby</category>
	<category>Python</category>
	<category>Programming</category>
		<guid isPermaLink="false">http://www.strayneuron.com/blog/archives/433</guid>
		<description><![CDATA[Facebook development team has open-sourced their light-weight, cross-language development platform, Thrift.
I played around it with it for a while and it looks interesting enough, but I don&#8217;t have an immediate need for it.
Check it out if you have a cross-language environment Thrift currently supports C++, Java, Ruby, Python and PHP - a list that should [...]]]></description>
			<content:encoded><![CDATA[<p>Facebook development team has open-sourced their light-weight, cross-language development platform, <a href="http://developers.facebook.com/thrift/">Thrift</a>.</p>
<p>I played around it with it for a while and it looks interesting enough, but I don&#8217;t have an immediate need for it.</p>
<p>Check it out if you have a cross-language environment Thrift currently supports C++, Java, Ruby, Python and PHP - a list that should satisfy most everyone.</p>
<p>A POSIX-compliant *NIX system is a requirement, but I&#8217;d be curious if it&#8217;s possible to get it up n&#8217; running inside of Cygwin (as a development-only exercise, of course).</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.strayneuron.com/blog/archives/433/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>10 Most Polluted Places in the World</title>
		<link>http://www.strayneuron.com/blog/archives/431</link>
		<comments>http://www.strayneuron.com/blog/archives/431#comments</comments>
		<pubDate>Sun, 01 Apr 2007 20:39:59 +0000</pubDate>
		<dc:creator>dkaz</dc:creator>
		
	<category>Current Events</category>
		<guid isPermaLink="false">http://www.strayneuron.com/blog/archives/431</guid>
		<description><![CDATA[Great article from The Guardian about Linfen, China puts a spotlight on some of the world&#8217;s scariest places to live. 
Blacksmith Institute has a full list of world&#8217;s most polluted places here. 
]]></description>
			<content:encoded><![CDATA[<p><a href="http://environment.guardian.co.uk/waste/story/0,,2042999,00.html">Great article</a> from The Guardian about <strong>Linfen, China</strong> puts a spotlight on some of the world&#8217;s scariest places to live. </p>
<p>Blacksmith Institute has a full list of world&#8217;s most polluted places <a href="http://www.blacksmithinstitute.org/ten.php">here</a>. </p>
]]></content:encoded>
			<wfw:commentRSS>http://www.strayneuron.com/blog/archives/431/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Traditional crunches are a waste of time</title>
		<link>http://www.strayneuron.com/blog/archives/430</link>
		<comments>http://www.strayneuron.com/blog/archives/430#comments</comments>
		<pubDate>Sat, 31 Mar 2007 19:40:15 +0000</pubDate>
		<dc:creator>dkaz</dc:creator>
		
	<category>Off-Topic</category>
		<guid isPermaLink="false">http://www.strayneuron.com/blog/archives/430</guid>
		<description><![CDATA[I&#8217;ve always believed crunches to be the single most effective abdominal exercise. However,  research from San Diego State University suggest just the opposite. Check out these results&#8230;
For strengthening the rectus abdominus (the muscle down the front of the abdomen), ranked most to least effective:
1. Bicycle maneuver
2. Captain&#8217;s chair
3. Crunches on exercise ball
4. Vertical leg [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always believed crunches to be the single most effective abdominal exercise. However,  research from San Diego State University suggest just the opposite. Check out these results&#8230;</p>
<blockquote><p>For strengthening the rectus abdominus (the muscle down the front of the abdomen), ranked most to least effective:</p>
<p>1. Bicycle maneuver<br />
2. Captain&#8217;s chair<br />
3. Crunches on exercise ball<br />
4. Vertical leg crunch<br />
5. Torso Track<br />
6. Long arm crunch<br />
7. Reverse crunch<br />
8. Crunch with heel push<br />
9. Ab Roller<br />
10. Hover<br />
11. Traditional crunch<br />
12. Exercise tubing pull<br />
13. Ab Rocker</p>
<p>For strengthening the obliques (on the sides):</p>
<p>1. Captain&#8217;s chair<br />
2. Bicycle maneuver<br />
3. Reverse crunch<br />
4. Hover<br />
5. Vertical leg crunch<br />
6. Crunch on exercise ball<br />
7. Torso Track<br />
8. Crunch with heel push<br />
9. Long arm crunch<br />
10. Ab Roller<br />
11. Traditional crunch<br />
12. Exercise tubing pull<br />
13. Ab Rocker </p></blockquote>
]]></content:encoded>
			<wfw:commentRSS>http://www.strayneuron.com/blog/archives/430/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Mommy, mommy, mom, mom, mom, &#8230;</title>
		<link>http://www.strayneuron.com/blog/archives/423</link>
		<comments>http://www.strayneuron.com/blog/archives/423#comments</comments>
		<pubDate>Mon, 19 Mar 2007 04:39:39 +0000</pubDate>
		<dc:creator>dkaz</dc:creator>
		
	<category>Funny</category>
	<category>Video</category>
	<category>TV</category>
		<guid isPermaLink="false">http://www.strayneuron.com/blog/archives/423</guid>
		<description><![CDATA[I was watching this YouTube video on my buddy&#8217;s projector screen tonight and my kids could not get enough of it&#8230;.genius&#8230;




]]></description>
			<content:encoded><![CDATA[<p>I was watching this YouTube video on my buddy&#8217;s projector screen tonight and my kids could not get enough of it&#8230;.genius&#8230;</p>
<p><object width="425" height="350"><br />
<param name="movie" value="http://www.youtube.com/v/m4l2UUueH5Q"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/m4l2UUueH5Q" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.strayneuron.com/blog/archives/423/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>How you coming on that novel&#8230;you working on?</title>
		<link>http://www.strayneuron.com/blog/archives/422</link>
		<comments>http://www.strayneuron.com/blog/archives/422#comments</comments>
		<pubDate>Thu, 15 Mar 2007 06:25:41 +0000</pubDate>
		<dc:creator>dkaz</dc:creator>
		
	<category>Funny</category>
	<category>Video</category>
		<guid isPermaLink="false">http://www.strayneuron.com/blog/archives/422</guid>
		<description><![CDATA[Here&#8217;s a brilliant clip Jonesy turned me onto. No one I&#8217;ve shared it since seemed to get it, but I agree with him it&#8217;s brilliant.
 

]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a brilliant clip Jonesy turned me onto. No one I&#8217;ve shared it since seemed to get it, but I agree with him it&#8217;s brilliant.</p>
<p><embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-8491896865632168074&#038;hl=en" flashvars=""> </embed>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.strayneuron.com/blog/archives/422/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
