<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CURIOSITATIS CAPTIVUS</title>
	<atom:link href="http://www.coreygallon.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coreygallon.com</link>
	<description>thesauri sapientiae et quisquiliae</description>
	<lastBuildDate>Thu, 26 Jan 2012 08:57:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>MIT/GNU Scheme in OS X</title>
		<link>http://www.coreygallon.com/2012/01/mitgnu-scheme-in-os-x/</link>
		<comments>http://www.coreygallon.com/2012/01/mitgnu-scheme-in-os-x/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 19:48:28 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[General Posts]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[lisp]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[scheme]]></category>
		<category><![CDATA[SEF]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=357</guid>
		<description><![CDATA[&#1048;&#1082;&#1086;&#1085;&#1086;&#1087;&#1080;&#1089;ikoniI&#8217;ve not mentioned this previously, but I bought a Macbook Air a few months back and it&#8217;s one of the greatest purchases I have ever made. I love this thing! It is so damned sexy (observing both its hardware and software), and so damned fast. I picked-up the baller, 13&#8243; model with the Core i7 [...]]]></description>
			<content:encoded><![CDATA[<p><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://xn--h1aafme.net/%E8%EA%EE%ED%EE%EF%E8%F1">&#1048;&#1082;&#1086;&#1085;&#1086;&#1087;&#1080;&#1089;</a></font><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://xn--h1aafme.net/">ikoni</a></font>I&#8217;ve not mentioned this previously, but I bought a Macbook Air a few months back and it&#8217;s one of the greatest purchases I have ever made. I <strong>love</strong> this thing! It is so damned sexy (observing both its hardware and software), and so damned fast. I picked-up the baller, 13&#8243; model with the Core i7 processor and 256 GB solid-state drive &#8230; it&#8217;s portable personal computing perfection! The more Apple products I buy (and, I&#8217;ve now accumulated quite a few), the fewer reasons I can produce <strong>to not</strong> dedicate future technology spend to Cupertino. &lt;/rant&gt;</p>
<p>Macbook Air in-hand (or, more appropriately, surgically fused to my hands!) and pursuing Lisp (and Scheme) as a new programming language (dialect), I needed to install MIT/GNU Scheme on my constant companion &#8212; more specifically, I wanted to install it in such a way that I can run Scheme / Lisp programs from the shell without having to fire-up the X-Windows application that is installed by the package by default (&#8220;Edwin&#8221;). A relatively straightforward process, although not particularly well-documented.</p>
<p>Steps to complete are below:</p>
<ul>
<li>Download the OS X binary for MIT/GNU Scheme from the GNU site <a href="http://www.gnu.org/software/mit-scheme/">here</a>.</li>
<li>Mount the binary disk image and copy the appropriate files from the disk image to /usr/local/lib</li>
</ul>
<p><span style="line-height: 19px;">It is worth pausing here to note that one may have to create this path, as I did.  Commands to create and then copy the files are below:</span></p>
<pre>$ sudo mkdir /usr/local/lib/mit-scheme-x86-64
$ sudo cp -R /Volumes/MIT\:GNU\ Scheme/MIT\:GNU\ Scheme.app/Contents/Resources/ /usr/local/lib/mit-scheme-x86-64/</pre>
<ul>
<li><span style="line-height: 18px;">Create a symbolic link &#8212; <em>scheme </em>&#8211; to the newly installed <em>mit-scheme</em> binary</span></li>
</ul>
<pre>$ sudo ln -s /usr/local/lib/mit-scheme-x86-64/mit-scheme /usr/bin/scheme</pre>
<p>This last step is critical in fully integrating Scheme into the shell, as one would expect it to be after installing it in a Unix environment.</p>
<p>Onward to Lisp hacking greatness!</p>
<p><strong>Postscript</strong>:  I&#8217;m using the Lisp-in-a-Box IDE distributed by the <a title="common-lisp.net" href="http://www.common-lisp.net" target="_blank">Common Lisp software repository</a> in OS X as my platform for development in Common Lisp in parallel &#8230; learn both dialects simultaneously &#8212; seems prudent!</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2012%2F01%2Fmitgnu-scheme-in-os-x%2F';
  addthis_title  = 'MIT%2FGNU+Scheme+in+OS+X';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2012/01/mitgnu-scheme-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vim + Python</title>
		<link>http://www.coreygallon.com/2011/12/vim-python/</link>
		<comments>http://www.coreygallon.com/2011/12/vim-python/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 14:35:32 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[General Posts]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=351</guid>
		<description><![CDATA[&#1080;&#1082;&#1086;&#1085;&#1080; &#1094;&#1077;&#1085;&#1080;Below are my current .vimrc settings which, I find, are particularly pleasant for hacking Python. syntax on filetype indent plugin on set tabstop=4 set shiftwidth=4 set softtabstop=4 set expandtab set autoindent " a useful addition to Python source files is the following: " vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 " this requires the 'set modeline' [...]]]></description>
			<content:encoded><![CDATA[<p><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://xn--h1aafme.net/">&#1080;&#1082;&#1086;&#1085;&#1080; &#1094;&#1077;&#1085;&#1080;</a></font>Below are my current .vimrc settings which, I find, are particularly pleasant for hacking Python.</p>
<pre>syntax on
filetype indent plugin on
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set autoindent
" a useful addition to Python source files is the following:
" vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
" this requires the 'set modeline' option in vimrc
" abbreviated commands -- :set ts=8 et sw=4 sts=4
"
" Python configuration below
" Thanks to http://www.vex.net/~x/python_and_vim.html
" Configure vim to smart indent based on the following Python keywords
autocmd BufRead *.py set smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class
" Configure vim to trim trailing white space
autocmd BufWritePre *.py normal m':%s/\s\+$//e''</pre>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2011%2F12%2Fvim-python%2F';
  addthis_title  = 'vim+%2B+Python';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2011/12/vim-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing MySQL for Python in Ubuntu</title>
		<link>http://www.coreygallon.com/2011/03/installing-mysql-for-python-in-ubuntu/</link>
		<comments>http://www.coreygallon.com/2011/03/installing-mysql-for-python-in-ubuntu/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 06:27:57 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[search engine fodder]]></category>
		<category><![CDATA[SEF]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=319</guid>
		<description><![CDATA[&#1080;&#1082;&#1086;&#1085;&#1086;&#1075;&#1088;&#1072;&#1092;&#1080;&#1103;&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1080;&#1074;&#1080;&#1082; &#1091;&#1089;&#1083;&#1091;&#1075;&#1080;Whilst on the grind this evening, hacking on some Python code in a newly-installed Ubuntu virtual machine, I needed to install MySQL for Python. Building the package, pre-installation, requires mysql_config &#8212; which I had some difficulty locating in the repositories. After flailing about a bit, the solution is to install the libmysqlclient-dev package. $ [...]]]></description>
			<content:encoded><![CDATA[<p><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://xn--h1aafme.net/">&#1080;&#1082;&#1086;&#1085;&#1086;&#1075;&#1088;&#1072;&#1092;&#1080;&#1103;</a></font><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://ikoni.eu/">&#1050;&#1072;&#1088;&#1090;&#1080;&#1085;&#1080;</a></font><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://vikuslugi-ovi.com/">&#1074;&#1080;&#1082; &#1091;&#1089;&#1083;&#1091;&#1075;&#1080;</a></font>Whilst on the grind this evening, hacking on some Python code in a newly-installed Ubuntu virtual machine, I needed to install <a href="http://http://sourceforge.net/projects/mysql-python/">MySQL for Python</a>.  Building the package, pre-installation, requires mysql_config &#8212; which I had some difficulty locating in the repositories.  After flailing about a bit, the solution is to install the libmysqlclient-dev package.</p>
<pre>$ sudo apt-get install libmysqlclient-dev</pre>
<p>The package also requires setuptools, which is available <a href="http://pypi.python.org/pypi/setuptools">here</a>.  Download it (I&#8217;m running Python 2.6.5, so I downloaded <a href="http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg#md5=bfa92100bd772d5a213eedd356d64086">setuptools-0.6c11-py2.6.egg</a>) and run it as a shell script.  </p>
<pre>$ sh ~/Downloads/setuptools-0.6c11-py2.6.egg </pre>
<p>A second error &#8212; i.e. gcc could not find python.h &#8212; was resolved by installing the Python development package.</p>
<pre>$ sudo apt-get install python-dev</pre>
<p>Back to it &#8230;</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2011%2F03%2Finstalling-mysql-for-python-in-ubuntu%2F';
  addthis_title  = 'Installing+MySQL+for+Python+in+Ubuntu';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2011/03/installing-mysql-for-python-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing RExcelXML from The Omega Project in R</title>
		<link>http://www.coreygallon.com/2011/01/installing-rexcelxml-from-the-omega-project-in-r/</link>
		<comments>http://www.coreygallon.com/2011/01/installing-rexcelxml-from-the-omega-project-in-r/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 19:14:54 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[quant]]></category>
		<category><![CDATA[search engine fodder]]></category>
		<category><![CDATA[SEF]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=296</guid>
		<description><![CDATA[A quick post to capture the resolution to the past 20 minutes I have spent in frustration trying to install RExcelXML from Omegahat (The Omega Project for Statistical Computing). As this is a source package, the dependencies need to be satisfied manually (which is a bit baffling, frankly &#8212; surely there is a workaround for [...]]]></description>
			<content:encoded><![CDATA[<p>A quick post to capture the resolution to the past 20 minutes I have spent in frustration trying to install <a href="http://www.omegahat.org/RExcelXML/">RExcelXML </a>from <a href="http://www.omegahat.org/">Omegahat (The Omega Project for Statistical Computing)</a>.  As this is a source package, the dependencies need to be satisfied manually (which is a bit baffling, frankly &#8212; surely there is a workaround for this using a makefile-like facility in <em>install.packages()</em>).  The package depends on ROOXML, Rcompression and XML.  The solution is two-staged:</p>
<pre>
> install.packages(c('Rcompression', 'XML'))
> install.packages(c('ROOXML', 'RExcelXML'), repos = 'http://www.omegahat.org/R', type = 'source')
</pre>
<p>Back to the grind &#8230;</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2011%2F01%2Finstalling-rexcelxml-from-the-omega-project-in-r%2F';
  addthis_title  = 'Installing+RExcelXML+from+The+Omega+Project+in+R';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2011/01/installing-rexcelxml-from-the-omega-project-in-r/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Netflix &#8220;Error N8156-6013&#8243; Resolution</title>
		<link>http://www.coreygallon.com/2010/10/netflix-error-n8156-6013/</link>
		<comments>http://www.coreygallon.com/2010/10/netflix-error-n8156-6013/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 04:59:36 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[search engine fodder]]></category>
		<category><![CDATA[SEF]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=289</guid>
		<description><![CDATA[A seemingly pervasive problem purportedly caused by a recent update to Silverlight, the Netflix streaming player bombed-out on me this evening, whinging about &#8220;Error N8156-6013&#8243; and complaining that it had issues both with playing DRM content and &#8212; for reasons which transcend reason &#8212; the date on my (virtual) computer. The solution was simple enough. [...]]]></description>
			<content:encoded><![CDATA[<p>A seemingly pervasive problem purportedly caused by a recent update to Silverlight, the Netflix streaming player bombed-out on me this evening, whinging about &#8220;Error N8156-6013&#8243; and complaining that it had issues both with playing DRM content and &#8212; for reasons which transcend reason &#8212; the <em>date</em> on my (virtual) computer.  The solution was simple enough.  Delete the following small file:</p>
<p><code>C:\Documents and Settings\All Users\Application Data\Microsoft\PlayReady\mspr.hds</code></p>
<p>I was back to cackling irreverently at Archer in no time.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2010%2F10%2Fnetflix-error-n8156-6013%2F';
  addthis_title  = 'Netflix+%26%238220%3BError+N8156-6013%26%238243%3B+Resolution';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2010/10/netflix-error-n8156-6013/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Virtualbox + XP + Firefox = Netflix in GNU/Linux</title>
		<link>http://www.coreygallon.com/2010/10/virtualbox-netflix-linux/</link>
		<comments>http://www.coreygallon.com/2010/10/virtualbox-netflix-linux/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 04:34:54 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[search engine fodder]]></category>
		<category><![CDATA[SEF]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=281</guid>
		<description><![CDATA[Having recently wrested control of my machine from Windows Vista, I&#8217;ve had to implement a workaround for Netflix streaming media. Netflix, unfortunately, has yet to see the mistake in building their streaming architecture on Microsoft&#8217;s near-dead Silverlight platform. Until they recognize the error of their ways, I need a workaround. I&#8217;ve settled on virtualizing XP, [...]]]></description>
			<content:encoded><![CDATA[<p>Having <a href="http://www.coreygallon.com/2010/10/the-liberation-of-my-workstation/">recently wrested control of my machine from Windows Vista</a>, I&#8217;ve had to implement a workaround for Netflix streaming media.  Netflix, unfortunately, has yet to see the mistake in building their streaming architecture on <a href="http://www.zdnet.com/blog/microsoft/microsoft-our-strategy-with-silverlight-has-shifted/7834">Microsoft&#8217;s near-dead Silverlight</a> platform.  Until they recognize the error of their ways, I need a workaround.  I&#8217;ve settled on virtualizing XP, as Silverlight (and <a href="http://www.mono-project.com/Moonlight">Moonlight</a>, for that matter) will not successfully run Netflix in WINE.  (As a side note, WINE runs Excel 2007 &#8212; one of my must-have Windows apps &#8212; flawlessly and, ironically, <em>faster</em> than my Windows installation used to.)</p>
<p>So, I installed VirtualBox OSE from the Lucid repo (a few versions behind current, but no worries) and installed my XP Pro SP3 image on a small virtual hard disk.  It took entirely too long, although I had shortcut the process by ripping the CD to my hard disk using dd (+1 for GNU!):</p>
<pre>$ dd if=/dev/cdrom of=~/home/captivus/win_xp.iso</pre>
<p>(Seriously &#8230; <a href="http://www.gnu.org/software/coreutils/manual/html_node/dd-invocation.html">dd</a> is bloody brilliant.  One of the most useful tools in the GNU suite.)  Anyway, it works like a charm and I&#8217;m not without my new love, <a href="http://www.netflix.com/Movie/Archer-Season-1/70124778">Archer</a>, despite no longer running Windows.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2010%2F10%2Fvirtualbox-netflix-linux%2F';
  addthis_title  = 'Virtualbox+%2B+XP+%2B+Firefox+%3D+Netflix+in+GNU%2FLinux';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2010/10/virtualbox-netflix-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Liberation of My Workstation</title>
		<link>http://www.coreygallon.com/2010/10/the-liberation-of-my-workstation/</link>
		<comments>http://www.coreygallon.com/2010/10/the-liberation-of-my-workstation/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 10:14:28 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=270</guid>
		<description><![CDATA[&#8220;DAMN you, Vista! I shall liberate my workstation from your death-grip forthwith!&#8221; With this clarion declaration which, in my oppression-stoked rage, was made with all of the sentiment and perturbation of rebels and patriots gone before me, (is the analogy a bit Philistine? Certainly &#8230;) I threw off the chains of The Beast and replaced [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://identi.ca/notice/57291226">&#8220;DAMN you, Vista! I shall liberate my workstation from your death-grip forthwith!&#8221;</a></p>
<p>With this clarion declaration which, in my oppression-stoked rage, was made with all of the sentiment and perturbation of <a href="http://www.archives.gov/exhibits/charters/declaration.html">rebels and patriots gone before me</a>, (is the analogy a bit Philistine?  Certainly &#8230;) I threw off the chains of <a href="http://www.kingjamesbibleonline.org/Revelation-Chapter-13/">The</a> <a href="http://www.microsoft.com">Beast</a> and replaced Windows forever with <a href="http://www.coreygallon.com/2009/08/ubuntu-in-virtualbox/">my favorite Linux distribution</a>.</p>
<p>I&#8217;ve long since made Linux my sole operating system on nearly every box on my network.  To date, though, I have retained Windows on my primary workstation, running both Debian and Ubuntu in virtual machines, due to my dependence on several software packages which are not available (either to me or at all) for Linux.  I was determined this evening, however, to inch away from this by dual-booting Linux with Vista.  Several hours later, to my fury, my plans were thwarted when, <em>twice</em>, the NTFS partition would not resize with gparted!  This was particularly frustrating as I waited nearly 2 hours each time for gparted to fail on the resize operation.  Bloody NTFS!</p>
<p>So, with <a href="http://www.netflix.com/Movie/Eddie-Izzard-Dress-to-Kill/60026028">Eddie Izzard&#8217;s beguiling comedy</a> as a soundtrack, I dumped a back-up of my files onto my archive hard drive on the workstation, and deleted that bloody NTFS partition once and for all!  Let the death knell for Windows ring out!  I&#8217;d rather virtualize Windows on an as-needed basis than be strong-armed into what I can and cannot install on my own hardware.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2010%2F10%2Fthe-liberation-of-my-workstation%2F';
  addthis_title  = 'The+Liberation+of+My+Workstation';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2010/10/the-liberation-of-my-workstation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Strange Days</title>
		<link>http://www.coreygallon.com/2010/10/strange-days/</link>
		<comments>http://www.coreygallon.com/2010/10/strange-days/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 20:02:28 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[finance]]></category>
		<category><![CDATA[economy]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=254</guid>
		<description><![CDATA[&#1093;&#1086;&#1083;&#1085;&#1072; &#1089;&#1077;&#1082;&#1094;&#1080;&#1103;Jim Powell, Senior Fellow at the Cato Institute, contributed a timely and topical editorial to Investor&#8217;s Business Daily this week. Powell echoes a surging sentiment prevalent among the financial and economic &#8220;in crowds&#8221; that the Federal Reserve has done far more harm than good in its interventions to prop-up the flagging US (world) economy. [...]]]></description>
			<content:encoded><![CDATA[<p><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://www.videnov.com/">&#1093;&#1086;&#1083;&#1085;&#1072; &#1089;&#1077;&#1082;&#1094;&#1080;&#1103;</a></font><a href="http://www.cato.org/people/jim-powell">Jim Powell</a>, Senior Fellow at the <a href="http://www.cato.org/">Cato Institute</a>, contributed <a href="http://www.investors.com/NewsAndAnalysis/Article/550150/201010121828/For-Orderly-Dissolution-Of-The-Fed-Before-It-Does-Us-Even-More-Harm.htm">a timely and topical editorial</a> to Investor&#8217;s Business Daily this week.  Powell echoes a <a href="http://www.zerohedge.com/article/nightmare-scenario-fed-outlives-us-federal-government">surging</a> <a href="http://www.zerohedge.com/article/federal-reserve-history-101">sentiment</a> prevalent among the financial and economic &#8220;in crowds&#8221; that the Federal Reserve has done far more harm than good in its interventions to prop-up the flagging US (world) economy.  From the editorial:</p>
<blockquote><p>Intended to save our economy, the Fed has turned out to be perhaps the biggest single source of economic instability. It&#8217;s the big pig at the trough, and it&#8217;s unpredictable. It doesn&#8217;t follow any rules consistently. When it moves, everyone else can be badly knocked around.</p>
<p>The very unpredictability of the Fed causes uncertainty that discourages investors and employers from making commitments for the future — an important reason why we&#8217;re experiencing a sluggish, jobless recovery now.</p>
<p>&#8230;</p>
<p>It&#8217;s time to begin planning for an orderly dissolution of the Fed before it does us any more harm.</p></blockquote>
<p><a href="http://www.investors.com/NewsAndAnalysis/Article/550150/201010121828/For-Orderly-Dissolution-Of-The-Fed-Before-It-Does-Us-Even-More-Harm.htm">The piece</a> is accessible and well-written and provides good context for the student of current affairs.  As a side note, <a href="http://www.marketwatch.com/story/the-fed-is-dead-maybe-by-2012-2010-10-05">another interesting bit</a> (albeit slightly differently themed) appeared at MarketWatch the other day.  These notions are not at all unique.  They have been, until recently, fairly clandestine though.  The very appearance of editorials highlighting these themes in such mainstreams publications is foreboding evidence of strange days ahead.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2010%2F10%2Fstrange-days%2F';
  addthis_title  = 'Strange+Days';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2010/10/strange-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Madigan, Begin Again</title>
		<link>http://www.coreygallon.com/2010/10/madigan-begin-again/</link>
		<comments>http://www.coreygallon.com/2010/10/madigan-begin-again/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 15:52:19 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[General Posts]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=245</guid>
		<description><![CDATA[Shortly before I left the house yesterday for the airport, the home line rang and displayed a nonsense phone number on the caller ID. (&#8220;100000000000&#8243; was the number &#8212; clearly a spoofed number to obscure the identity of the caller.) If I may digress, briefly, I find it particularly insidious that the campaigns of local [...]]]></description>
			<content:encoded><![CDATA[<p>Shortly before I left the house yesterday for the airport, the home line rang and displayed a nonsense phone number on the caller ID.  (&#8220;100000000000&#8243; was the number &#8212; clearly a spoofed number to obscure the identity of the caller.)</p>
<p>If I may digress, briefly, I find it particularly insidious that the campaigns of local and elected officials deliberately mask their efforts to telemarket the electorate in this manner.  This is the most recent in a series of similarly obfuscated phone calls we have received &#8212; despite our private number and listing on the <a href="https://www.donotcall.gov/">DNC registry</a>.  (It seems, however, that the DNC registry is only aimed at stopping for-profit telemarketing and provides a massive loophole for campaign calls from non-profit organizations.)</p>
<p>&lt;/tangent&gt;</p>
<p>The caller identified herself as  phoning from <a href="http://www.illinoisattorneygeneral.gov/">Illinois Attorney General Lisa Madigan</a>&#8216;s office.  What followed was a surprisingly rude line of responses culminating in an insultingly xenophobic hang-up.  I am shocked that the reelection campaign an accomplished politician like <a href="http://en.wikipedia.org/wiki/Lisa_Madigan">Lisa Madigan</a> would have succumbed to such shoddy staff work.  Lisa &#8212; whomever is running your campaign should be summarily flogged.</p>
<p>The content of the discussion is best relayed in conversational format.</p>
<blockquote><p>CG:  &#8220;Good evening?&#8221;<br />
<strong>LM:</strong> &lt;Protracted pause as the auto-dialer routes the answered call&gt; &#8220;Uh &#8230; yes, may I speak with [my wife]?&#8221;<br />
<strong>CG:</strong> &#8220;May I ask who is calling?&#8221;<br />
<strong>LM:</strong> &#8220;Uh &#8230; this is  from Attorney General Lisa Madigan&#8217;s office.&#8221;<br />
<strong>CG:</strong> &#8220;Is this a campaign call?&#8221;<br />
<strong>LM:</strong> &#8220;Umm &#8230; not <em>really</em>.  We were just calling to see if she was going to vote this year.&#8221;<br />
<strong>CG:</strong> &#8220;That sounds like something we&#8217;d probably classify as a campaign call and decline to receive it &#8230;&#8221;<br />
<strong>LM:</strong> &lt;Before I can complete my polite closure to the conversation&gt; &#8220;Well, I&#8217;d need to hear that from her.&#8221;<br />
<strong>CG:</strong> &#8220;No, you don&#8217;t.  You&#8217;ve phoned my home, my phone number.  I&#8217;m telling you that we are not interested in receiving campaign calls on this number.&#8221;<br />
<strong>LM:</strong> &#8220;Well, she signed up to receive them.&#8221;<br />
<strong>CG:</strong> &lt;Growing vexed&gt;&#8221;<em>No</em>, she certainly did <em>not!</em>&#8221;<br />
<strong>LM:</strong> &#8220;Well, I&#8217;m looking at the details right here on her voter registration.&#8221;<br />
<strong>CG:</strong> &#8220;Right &#8212; she registered to vote.  She didn&#8217;t sign-up to be campaigned to.&#8221;<br />
<strong>LM:</strong> &#8220;Well, I don&#8217;t know how this works, but &#8230;&#8221;<br />
<strong>CG:</strong> &lt;Interrupting&gt;&#8221;I&#8217;m <em>telling</em> you that <em>this</em> is how this works.&#8221;<br />
<strong>LM:</strong> <strong>&#8220;&#8230; And you&#8217;re from this country, and you know how this works?&#8221;</strong><br />
<strong>CG:</strong> &lt;Stunned speechless for a moment&gt; &#8220;Are you kidding me?  This is Lisa Madigan&#8217;s office phoning, you say?&#8221;</p>
<p>&lt;My question was met by the silence of a dead line&gt;</p></blockquote>
<p>Troubling, indeed, to endure rudeness and ignorance of this magnitude from a woman who interrupted my evening by phoning my home.  Hopefully <a href="http://www.stevekimforag.com/">Steve Kim</a> has a more enlightened view on immigration, given his parents&#8217; Korean background.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2010%2F10%2Fmadigan-begin-again%2F';
  addthis_title  = 'Madigan%2C+Begin+Again';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2010/10/madigan-begin-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Superfluous fstab Entries After Upgrading to Lucid LTS</title>
		<link>http://www.coreygallon.com/2010/10/superfluous-fstab-entries-after-upgrading-to-lucid-lts/</link>
		<comments>http://www.coreygallon.com/2010/10/superfluous-fstab-entries-after-upgrading-to-lucid-lts/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 03:32:10 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[search engine fodder]]></category>
		<category><![CDATA[SEF]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=240</guid>
		<description><![CDATA[A quick post to outline a stupefying problem I encountered after upgrading one of my machines to Ubuntu Lucid (10.04) this weekend. By way of background, I am anything but an early-adopter of OS releases &#8212; especially on my production hardware. I haven&#8217;t the time to debug network-critical software on systems on which I rely [...]]]></description>
			<content:encoded><![CDATA[<p>A quick post to outline a stupefying problem I encountered after upgrading one of my machines to Ubuntu Lucid (10.04) this weekend.  By way of background, I am anything but an early-adopter of OS releases &#8212; especially on my production hardware.  I haven&#8217;t the time to debug network-critical software on systems on which I rely heavily, so I typically lag a major-version-release or so behind the &#8220;cutting edge&#8221;.  </p>
<p>Yesterday I finally made the move to upgrade to <a href="http://www.ubuntu.com/server/get-ubuntu/download">Lucid LTS</a> on one of my servers on my home network.  The automatic upgrade apps downloaded and executed without a hitch, so I was optimistic upon reboot.  For reasons which surpass understanding, however, I received an error indicating that the hard disk upon which I had installed the OS refused to mount at boot time &#8212; although, to Lucid&#8217;s credit, I was given an option to skip this mounting and continue with the boot.  </p>
<p>The whole episode was absurd, as the disk was clearly mounted and booting &#8212; <strong>how else was the OS loading at all if the disk upon which it resides would not boot?</strong>  Upon logging in, a quick <em>cat /var/log/boot.log</em> suggested that there was, indeed, an error in mounting /dev/sda1.  <em>cat /etc/fstab</em> made clear what the problem was &#8212; somehow there were additional entries in the fstab file which tried to mount the partitions on /dev/sda subsequent to their initial mounting.  I&#8217;ve not the slightest idea how these entries made their way into the file.  I am, however, confident that they were not there prior to the upgrade as this error was entirely new.  A few keystrokes in <a href="http://www.vim.org/">vim</a> and I had commented-out the offending entries.  Upon reboot, all was well with the server.</p>
<p>Most perplexing &#8230; </p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2010%2F10%2Fsuperfluous-fstab-entries-after-upgrading-to-lucid-lts%2F';
  addthis_title  = 'Superfluous+fstab+Entries+After+Upgrading+to+Lucid+LTS';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2010/10/superfluous-fstab-entries-after-upgrading-to-lucid-lts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Global Jam &#8212; Chicago</title>
		<link>http://www.coreygallon.com/2009/09/ubuntu-global-jam-chicago/</link>
		<comments>http://www.coreygallon.com/2009/09/ubuntu-global-jam-chicago/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 17:16:28 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[General Posts]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=207</guid>
		<description><![CDATA[We&#8217;ve finally agreed on a venue and, so, the Chicago Ubuntu LoCo (&#8220;Local Community&#8221;) will be meeting for the Ubuntu Global Jam this Sunday, October 4th at the Schaumburg Library from Noon until 9 pm CDT in the Rassmussen South room. For those of you who are unaware of the purpose of the Global Jam, [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve finally agreed on a venue and, so, the Chicago Ubuntu LoCo (&#8220;Local Community&#8221;) will be meeting for the Ubuntu Global Jam this Sunday, October 4th at the Schaumburg Library from Noon until 9 pm CDT in the Rassmussen South room.  For those of you who are unaware of the purpose of the Global Jam, details from the <a href="https://wiki.ubuntu.com/UbuntuGlobalJam"><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://www.videnov.com/">&#1089;&#1090;&#1086;&#1083;&#1086;&#1074;&#1077;</a></font>Ubuntu Wiki</a>:</p>
<blockquote><p>The Ubuntu Global Jam is an incredible opportunity for the Ubuntu community to unite together around the weekend of 2nd &#8211; 4th Oct 2009 to work together to improve Ubuntu. Everyone is able to contribute to the Jam, and everyone is welcome and encouraged to get involved. Curious about how to make a real difference to Ubuntu? This is a great chance to make that difference.</p>
<p>The Ubuntu Global Jam incorporates events that have been organized over the world to get Ubuntu contributors and fans together to have a great time and improve Ubuntu. Each event has one or more of our four themes:</p>
<p>* Bugs &#8211; finding, triaging and fixing bugs.<br />
* Testing &#8211; testing the new release and reporting your feedback.<br />
* Documentation &#8211; writing documentation about how to use Ubuntu and how to join the community.<br />
* Translations &#8211; translating Ubuntu and helping to make it available in everyone&#8217;s local language.<br />
* Packaging &#8211; work on Ubuntu packages and improve them<br />
* Other &#8211; other types of contribution such as marketing, packaging, advocacy etc.</p></blockquote>
<p>The Schaumburg Library is located on the southwest corner of Schaumburg and Roselle Roads.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2009%2F09%2Fubuntu-global-jam-chicago%2F';
  addthis_title  = 'Ubuntu+Global+Jam+%26%238212%3B+Chicago';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2009/09/ubuntu-global-jam-chicago/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu in VirtualBox</title>
		<link>http://www.coreygallon.com/2009/08/ubuntu-in-virtualbox/</link>
		<comments>http://www.coreygallon.com/2009/08/ubuntu-in-virtualbox/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 04:11:42 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[General Posts]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[search engine fodder]]></category>
		<category><![CDATA[SEF]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=195</guid>
		<description><![CDATA[I travel nearly every week to my clients&#8217; offices. I have recently become quite keen on the idea of videoconferencing with my wife and children each night, as a means to span the miles between us. Skype is the software I&#8217;ve settled on, as the most promising open-source competitor (Wengo) didn&#8217;t instill much confidence. The [...]]]></description>
			<content:encoded><![CDATA[<p>I travel nearly every week to my clients&#8217; offices.  I have recently become quite keen on the idea of videoconferencing with my wife and children each night, as a means to span the miles between us.  <a href="http://www.skype.com">Skype</a> is the software I&#8217;ve settled on, as the most promising open-source competitor (<a href="http://www.wengo.fr">Wengo</a>) didn&#8217;t instill much confidence.  The firm I work for blocks Skype installation through its use of McAfee&#8217;s enterprise product &#8212; a fact which makes me a saaaad panda!  (If this turn of phrase is foreign to you, might I suggest viewing <a href="http://en.wikipedia.org/wiki/Sexual_Harassment_Panda">the South Park episode from which it emanates</a>?)  (Tangentially, my firm is also staunchly anti-open source, as evidenced through our open source software policy &#8212; a fact which makes me an equally bereaved bear!)  I digress &#8230;</p>
<p>The solution to my predicament?  Sun&#8217;s brilliant <a href="http://www.virtualbox.org/">VirtualBox </a>open source virtualization package running the latest <a href="http://www.ubuntu.com">Ubuntu </a>release &#8212; currently 9.04 (or &#8220;Jaunty Jackelope,&#8221; as they call it).  The installation of VirtualBox took a bit on my lappy, but it went fairly seamlessly.  The only hitch was that the installation of the VirtualBox Host-Only Network adapter in Windows XP SP3 broke my wireless networking.  (It may well have broken all networking, but I didn&#8217;t try plugging a cable in to check.)  The solution to this was fairly simple &#8212; disable the newly installed adapter!  It seems that VirtualBox doesn&#8217;t need this adapter enabled in order to provide the virtual OS networking.  (I&#8217;ve no idea what this adapter is used for at the moment.  Perhaps I&#8217;ll figure this out as I work with VBox a bit more.)</p>
<p>The only Ubuntu image I had lying around was a Hardy (8.04) disc I burned some time ago.  I added a new machine to VBox, installed Ubuntu from the disc, updated to Jaunty using apt, and installed Skype from the Medibuntu repository.  So, I&#8217;ve got a virtual Jaunty up and running and, I must say, it is <em>bloody</em> fantastic!  Good show, Sun!</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2009%2F08%2Fubuntu-in-virtualbox%2F';
  addthis_title  = 'Ubuntu+in+VirtualBox';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2009/08/ubuntu-in-virtualbox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DD-WRT on the WRT54G v8</title>
		<link>http://www.coreygallon.com/2009/05/dd-wrt-on-the-wrt54g-v8/</link>
		<comments>http://www.coreygallon.com/2009/05/dd-wrt-on-the-wrt54g-v8/#comments</comments>
		<pubDate>Sat, 09 May 2009 03:30:24 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[search engine fodder]]></category>
		<category><![CDATA[SEF]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=171</guid>
		<description><![CDATA[DD-WRT is, by far, my favorite third-party firmware for the Linksys WRT54G wireless router. I, personally, have three of these on my network &#8212; one as the primary access point and router and two as bridged repeaters &#8212; on which I have used several versions of dd-wrt. (I&#8217;ve also used Sveasoft and Hyper-WRT on these [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dd-wrt.com">DD-WRT</a> is, by far, my favorite third-party firmware for the <a href="http://en.wikipedia.org/wiki/Linksys_WRT54G_series">Linksys WRT54G wireless router</a>.  I, personally, have three of these on my network &#8212; one as the primary access point and router and two as bridged repeaters &#8212; on which I have used several versions of dd-wrt.  (I&#8217;ve also used Sveasoft and Hyper-WRT on these devices.)</p>
<p>Previously, I have endured spectacular failure when trying to flash version 8 devices.  <em></em> <em>&lt;The sound of bricks dropping rings out in the distance.&gt;</em> (My devices are all version 2.  The Wikipedia article I linked to above explains the differences in the hardware versions.)  It turns out, the critical misunderstanding I had related to flashing the stock firmware with vxWorksKiller (prior to transferring the DD-WRT image to the router via TFTP).  I did not realize that the upload of vxWorksKiller needed to be done from a special management screen that is only accessible after unplugging the router, holding down the reset button while plugging the router back in, and continuing to hold the reset button for 20 seconds.  This implies that the upload <em>should not</em> be done from the default firmware&#8217;s upgrade page.  This understanding was gained this week when building a PC, and flashing two routers, for a friend of mine.</p>
<p>Given that the preponderance of WRT54Gs on shelves now are version 8.x, this realization bodes well for me in future purchases.<!-- Web Stats --> <!-- End Web Stats --></p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2009%2F05%2Fdd-wrt-on-the-wrt54g-v8%2F';
  addthis_title  = 'DD-WRT+on+the+WRT54G+v8';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2009/05/dd-wrt-on-the-wrt54g-v8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Core Dumps in Ubuntu</title>
		<link>http://www.coreygallon.com/2009/05/core-dumps-in-ubuntu/</link>
		<comments>http://www.coreygallon.com/2009/05/core-dumps-in-ubuntu/#comments</comments>
		<pubDate>Wed, 06 May 2009 03:25:01 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[search engine fodder]]></category>
		<category><![CDATA[SEF]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=166</guid>
		<description><![CDATA[I resolved this year that I would take time to pursue one of my passions &#8212; computer science. As such, I am learning how to write applications for Linux. I&#8217;ve just spent 30 frustrating minutes trying to figure out why on earth my deliberate segmentation fault in the small C program I have written is [...]]]></description>
			<content:encoded><![CDATA[<p>I resolved this year that I would take time to pursue one of my passions &#8212; computer science.  As such, I am learning how to write applications for Linux.  I&#8217;ve just spent 30 frustrating minutes trying to figure out why on earth my deliberate segmentation fault in the small C program I have written is not producing a core dump in Ubuntu 9.04.  It turns out that Ubuntu <em>disables</em> core dumps in Bash by default.  The fix is simple enough &#8212; use the <code>ulimit</code> command to enable core dumps.</p>
<pre>bash$ ulimit -c 100</pre>
<p>In this case I have enabled core dumps and given them a limit of 100 blocks.  Problem solved!  Hopefully this makes it into the search engines and helps someone else frustrated by this same issue.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2009%2F05%2Fcore-dumps-in-ubuntu%2F';
  addthis_title  = 'Core+Dumps+in+Ubuntu';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2009/05/core-dumps-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jewellry</title>
		<link>http://www.coreygallon.com/2009/04/jewellry/</link>
		<comments>http://www.coreygallon.com/2009/04/jewellry/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 02:00:11 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[film]]></category>
		<category><![CDATA[comedy]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=162</guid>
		<description><![CDATA[I simply had to share this sketch. It&#8217;s from a delightful British sketch comedy series called &#8220;A Bit of Fry &#38; Laurie.&#8221; Stephen Fry is so very funny in this bit. His wordplay never ceases to make me laugh out loud. Without further ado, I present to you A Bit of Fry &#38; Laurie &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>I simply <em>had</em> to share this sketch.  It&#8217;s from a delightful British sketch comedy series called &#8220;<a href="http://en.wikipedia.org/wiki/A_Bit_of_Fry_and_Laurie">A Bit of Fry &amp; Laurie</a>.&#8221;  Stephen Fry is so very funny in this bit.  His wordplay never ceases to make me laugh out loud.  Without further ado, I present to you <a href="http://files.shift8.net/public/A%20Bit%20of%20Fry%20&amp;%20Laurie%20-%202x03%20-%20Jewellry.avi">A Bit of Fry &amp; Laurie &#8211; 2&#215;03 &#8211; &#8220;Jewellry&#8221;</a>.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2009%2F04%2Fjewellry%2F';
  addthis_title  = 'Jewellry';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2009/04/jewellry/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Latin Pursuits</title>
		<link>http://www.coreygallon.com/2009/03/my-latin-pursuits/</link>
		<comments>http://www.coreygallon.com/2009/03/my-latin-pursuits/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 11:15:30 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[language]]></category>
		<category><![CDATA[latin]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=153</guid>
		<description><![CDATA[One of my goals this year is to learn Latin. I recognize it is a rather impractical pursuit, but I am an avowed linguaphile and Latin has always intrigued me. I am, admittedly, only a few weeks into my studies, but I have wanted to develop an appropriate title for this blog and I thought [...]]]></description>
			<content:encoded><![CDATA[<p>One of my goals this year is to learn Latin.  I recognize it is a rather impractical pursuit, but I am an avowed linguaphile and Latin has always intrigued me.  I am, admittedly, only a few weeks into my studies, but I have wanted to develop an appropriate title for this blog and I thought I&#8217;d give it a go in Latin.  The title of the blog is <em>The Prisoner of Curiosity &#8212; A Treasury of Wisdom and Rubbish</em>.</p>
<p>I spent a couple of hours on Saturday morning studying Latin inflection &#8212; particularly the six declensions.  I believe I have correctly declined the nouns in the title.  I remain, however, open to suggestions!</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2009%2F03%2Fmy-latin-pursuits%2F';
  addthis_title  = 'My+Latin+Pursuits';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2009/03/my-latin-pursuits/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Fog of War &#8211; Lesson #11:  You can&#8217;t change human nature</title>
		<link>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-11-you-cant-change-human-nature/</link>
		<comments>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-11-you-cant-change-human-nature/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 09:28:51 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[film]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=116</guid>
		<description><![CDATA[McNamara explains the fog of war: What &#8220;the fog of war&#8221; means is: war is so complex it&#8217;s beyond the ability of the human mind to comprehend all the variables. Our judgment, our understanding, are not adequate. And we kill people unnecessarily. Wilson said: &#8220;We won the war to end all wars.&#8221; I&#8217;m not so [...]]]></description>
			<content:encoded><![CDATA[<p>McNamara explains the fog of war:</p>
<blockquote><p>What &#8220;the fog of war&#8221; means is: war is so complex it&#8217;s beyond the ability of the human mind to comprehend all the variables. Our judgment, our understanding, are not adequate. And we kill people unnecessarily.  Wilson said: &#8220;We won the war to end all wars.&#8221; I&#8217;m not so naive or simplistic to believe we can eliminate war. We&#8217;re not going to change human nature anytime soon. It isn&#8217;t that we aren&#8217;t rational. We are rational. But reason has limits.</p></blockquote>
<p>McNamara, choking on emotion, shares the following in the last scene of the film:</p>
<blockquote><p>
There&#8217;s a quote from T.S. Eliot that I just love:</p>
<p>We shall not cease from exploring<br />
And at the end of our exploration<br />
We will return to where we started<br />
And know the place for the first time.</p>
<p>Now that&#8217;s in a sense where I&#8217;m beginning to be.</p></blockquote>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2009%2F01%2Fthe-fog-of-war-lesson-11-you-cant-change-human-nature%2F';
  addthis_title  = 'The+Fog+of+War+%26%238211%3B+Lesson+%2311%3A++You+can%26%238217%3Bt+change+human+nature';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-11-you-cant-change-human-nature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Fog of War &#8211; Lesson #10:  Never say never</title>
		<link>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-10-never-say-never/</link>
		<comments>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-10-never-say-never/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 09:17:03 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[film]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=112</guid>
		<description><![CDATA[The film displays a clip of McNamara fielding questions from a reporter about the apparent &#8220;stalemate&#8221; reached in Vietnam at this point in his career as Secretary of Defence.  McNamara quickly contradicts the reporter by alluding to remarks made (then) recently by General Westmoreland which extolled the progress made by the military operations to date.  [...]]]></description>
			<content:encoded><![CDATA[<p>The film displays a clip of McNamara fielding questions from a reporter about the apparent &#8220;stalemate&#8221; reached in Vietnam at this point in his career as Secretary of Defence.  McNamara quickly contradicts the reporter by alluding to remarks made (then) recently by General Westmoreland which extolled the progress made by the military operations to date.  McNamara shares that he learned to never say never.  He also learned to never answer the question asked, but to answer the question you <em>wish</em> had been asked.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2009%2F01%2Fthe-fog-of-war-lesson-10-never-say-never%2F';
  addthis_title  = 'The+Fog+of+War+%26%238211%3B+Lesson+%2310%3A++Never+say+never';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-10-never-say-never/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Fog of War &#8211; Lesson #9:  In order to do good, you may have to engage in evil</title>
		<link>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-9-in-order-to-do-good-you-may-have-to-engage-in-evil/</link>
		<comments>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-9-in-order-to-do-good-you-may-have-to-engage-in-evil/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 09:09:27 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[film]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=107</guid>
		<description><![CDATA[McNamara ponders: &#8220;How much evil must we do in order to do good? We have certain ideals, certain responsibilities. Recognize that at times you will have to engage in evil, but minimize it.&#8221; McNamara recounts having read that General Sherman, during the Civil War, rebuffed the Mayor of Atlanta&#8217;s plea to spare the city from [...]]]></description>
			<content:encoded><![CDATA[<p>McNamara ponders:</p>
<blockquote><p>&#8220;How much evil must we do in order to do good? We have certain ideals, certain responsibilities. Recognize that at times you will have to engage in evil, but minimize it.&#8221;</p></blockquote>
<p>McNamara recounts having read that General Sherman, during the Civil War, rebuffed the Mayor of Atlanta&#8217;s plea to spare the city from burning by saying &#8221; War is cruel. War is cruelty.&#8221;</p>
<blockquote><p>&#8221; That was the way LeMay felt. He was trying to save the country. He was trying to save our nation. And in the process, he was prepared to do whatever killing was necessary. It&#8217;s a very, very difficult position for sensitive human beings to be in.&#8221;</p></blockquote>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2009%2F01%2Fthe-fog-of-war-lesson-9-in-order-to-do-good-you-may-have-to-engage-in-evil%2F';
  addthis_title  = 'The+Fog+of+War+%26%238211%3B+Lesson+%239%3A++In+order+to+do+good%2C+you+may+have+to+engage+in+evil';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-9-in-order-to-do-good-you-may-have-to-engage-in-evil/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Fog of War &#8211; Lesson #8:  Be prepared to reexamine your reasoning</title>
		<link>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-8-be-prepared-to-reexamine-your-reasoning/</link>
		<comments>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-8-be-prepared-to-reexamine-your-reasoning/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 08:58:52 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[film]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=86</guid>
		<description><![CDATA[McNamara, himself, provided the perfect synopsis of this lesson (emphasis added): What makes us omniscient? Have we a record of omniscience? We are the strongest nation in the world today. I do not believe that we should ever apply that economic, political, and military power unilaterally. If we had followed that rule in Vietnam, we [...]]]></description>
			<content:encoded><![CDATA[<p>McNamara, himself, provided the perfect synopsis of this lesson (emphasis added):</p>
<blockquote><p>What makes us omniscient? Have we a record of omniscience? We are the strongest nation in the world today. I do not believe that we should ever apply that economic, political, and military power unilaterally. If we had followed that rule in Vietnam, we wouldn&#8217;t have been there. None of our allies supported us. Not Japan, not Germany, not Britain or France. <em>If we can&#8217;t persuade nations with comparable values of the merit of our cause, we&#8217;d better reexamine our reasoning.</em></p></blockquote>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2009%2F01%2Fthe-fog-of-war-lesson-8-be-prepared-to-reexamine-your-reasoning%2F';
  addthis_title  = 'The+Fog+of+War+%26%238211%3B+Lesson+%238%3A++Be+prepared+to+reexamine+your+reasoning';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-8-be-prepared-to-reexamine-your-reasoning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Fog of War &#8211; Lesson #7:  Belief and seeing are both often wrong</title>
		<link>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-7-belief-and-seeing-are-both-often-wrong/</link>
		<comments>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-7-belief-and-seeing-are-both-often-wrong/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 09:05:18 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[film]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=101</guid>
		<description><![CDATA[The USS Maddox and the USS Turner Joy both claim to have made contact with North Vietnamese water craft and to have drawn torpedo fire from these vessels.  It turns out that the Maddox did, indeed, successfully evade North Vietnamese torpedo fire.  (Shell fragments were recovered from the deck of the Maddox which were proven [...]]]></description>
			<content:encoded><![CDATA[<p>The USS Maddox and the USS Turner Joy both claim to have made contact with North Vietnamese water craft and to have drawn torpedo fire from these vessels.  It turns out that the Maddox did, indeed, successfully evade North Vietnamese torpedo fire.  (Shell fragments were recovered from the deck of the Maddox which were proven to be North Vietnamese.)  The reports made by the Turner Joy, on the other hand, have not been verified to this day.  McNamara holds that &#8220;we were wrong&#8221; about the incident involving the Turner Joy.</p>
<p>After the Maddox incident, the President refused to respond to the act of aggression.  The Tonkin Gulf Resolution, and retaliatory bombing attacks, proceeded from the reports of the Turner Joy&#8217;s encounter with North Vietnamese aggressors.  The decision to retaliate and seek congressional approval of military action in Vietnam was made based on the observed pattern of escalating aggression in the Tonkin Gulf and Johnson&#8217;:</p>
<blockquote><p>&#8220;belief that it was a conscious decision on the part of the North Vietnamese political and military leaders to escalate the conflict and an indication they would not stop short of winning.  We were wrong, but we had in our minds a mindset that led to that action. And it carried such heavy costs. We see incorrectly or we see only half of the story at times … Belief and seeing, they&#8217;re both often wrong.&#8221;</p></blockquote>
<blockquote><p>&#8220;Let me go back one moment. In the Cuban Missile Crisis, at the end, I think we did put ourselves in the skin of the Soviets. In the case of Vietnam, we didn&#8217;t know them well enough to empathize. And there was total misunderstanding as a result. They believed that we had simply replaced the French as a colonial power, and we were seeking to subject South and North Vietnam to our colonial interests, which was absolutely absurd. And we, we saw Vietnam as an element of the Cold War. Not what they saw it as: a civil war.&#8221;</p></blockquote>
<p>McNamara travelled to Vietnam in 1995 to discuss &#8220;what might have been&#8221; with a former Foreign Minister.</p>
<blockquote><p>&#8220;The former Foreign Minister of Vietnam, a wonderful man named Thach said, &#8220;You&#8217;re totally wrong. We were fighting for our independence. You were fighting to enslave us.&#8221;  We almost came to blows. That was noon on the first day.</p>
<p>&#8220;Do you mean to say it was not a tragedy for you, when you lost 3 million 4 hundred thousand Vietnamese killed, which on our population base is the equivalent of 27 million Americans? What did you accomplish? You didn&#8217;t get any more than we were willing to give you at the beginning of the war. You could have had the whole damn thing: independence, unification.&#8221;</p>
<p>&#8220;Mr. McNamara, You must never have read a history book. If you&#8217;d had, you&#8217;d know we weren&#8217;t pawns of the Chinese or the Russians. McNamara, didn&#8217;t you know that? Don&#8217;t you understand that we have been fighting the Chinese for 1000 years? We were fighting for our independence. And we would fight to the last man. And we were determined to do so. And no amount of bombing, no amount of U.S. pressure would ever have stopped us.&#8221;"</p></blockquote>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2009%2F01%2Fthe-fog-of-war-lesson-7-belief-and-seeing-are-both-often-wrong%2F';
  addthis_title  = 'The+Fog+of+War+%26%238211%3B+Lesson+%237%3A++Belief+and+seeing+are+both+often+wrong';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-7-belief-and-seeing-are-both-often-wrong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Fog of War &#8211; Lesson #6: Get the data</title>
		<link>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-6-get-the-data/</link>
		<comments>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-6-get-the-data/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 09:02:39 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[film]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=92</guid>
		<description><![CDATA[McNamara joined Ford as an executive in 1946.  Ford did not have a market research organization when he joined, so he established one.  First, he tasked market research to determine who was buying the Volkswagon.  The buyers of these vehicles were clearly able to afford more and it occurred to McNamara that there was a [...]]]></description>
			<content:encoded><![CDATA[<p>McNamara joined Ford as an executive in 1946.  Ford did not have a market research organization when he joined, so he established one.  First, he tasked market research to determine who was buying the Volkswagon.  The buyers of these vehicles were clearly able to afford more and it occurred to McNamara that there was a segment of the market not being addressed by US auto manufacturers.  Ford introduced the Falcon as a more economical car which was highly profitable to Ford.</p>
<p>Next, McNamara tasked the market research group to obtain data and conduct analysis on accidents.  It was determined that the primary causes for accidents were human error and mechanical failure.  Cornell Aeronautical Labs advised Ford that the primary problem was packaging.  Anecdotally, they suggested that eggs are protected from breakage when placed on the kitchen counter due to intelligent packaging.  Ford determined that if they could package people in cars as intelligently as eggs were packaged they could save lives.  In the 1956 model, Ford introduced seatbelts which, ultimately, revolutionized automobile safety.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2009%2F01%2Fthe-fog-of-war-lesson-6-get-the-data%2F';
  addthis_title  = 'The+Fog+of+War+%26%238211%3B+Lesson+%236%3A+Get+the+data';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-6-get-the-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Fog of War &#8211; Lesson #5:  Proportionality should be a guideline in war</title>
		<link>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-5-proportionality-should-be-a-guideline-in-war/</link>
		<comments>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-5-proportionality-should-be-a-guideline-in-war/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 08:39:04 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[film]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=69</guid>
		<description><![CDATA[McNamara suggests that General LeMay&#8217;s defense of his decision to firebomb so many Japanese cities would ask whether it would have been better to not have firebombed these cities and sent American soldiers to the shores of Japan to be slaughtered by the tens of thousands. LeMay firebombed many other Japanese cities. The table below [...]]]></description>
			<content:encoded><![CDATA[<p>McNamara suggests that General LeMay&#8217;s defense of his decision to firebomb so many Japanese cities would ask whether it would have been better to not have firebombed these cities and sent American soldiers to the shores of Japan to be slaughtered by the tens of thousands.</p>
<p>LeMay firebombed many other Japanese cities.  The table below lists the city, the percentage of the city destroyed by fire, and the size equivalent US city.  (Source:  http://www.ditext.com/japan/napalm.html.  Accessed 2 Jan. 2009.)</p>
<table border="0" cellpadding="5" align="center">
<tbody>
<tr>
<td style="text-align: center;" valign="center"><strong>Japanese<br />
City</strong></td>
<td style="text-align: center;" valign="center"><strong>Destroyed (%)</strong></td>
<td style="text-align: center;" valign="center"><strong>Size-Equivalent<br />
US City</strong></td>
</tr>
<tr>
<td align="left">Yokohama</td>
<td align="center">58</td>
<td align="left">Cleveland</td>
</tr>
<tr>
<td align="left">Tokyo</td>
<td align="center">51</td>
<td align="left">New York</td>
</tr>
<tr>
<td align="left">Toyama</td>
<td align="center">99</td>
<td align="left">Chattanooga</td>
</tr>
<tr>
<td align="left">Nagoya</td>
<td align="center">40</td>
<td align="left">Los Angeles</td>
</tr>
<tr>
<td align="left">Osaka</td>
<td align="center">35.1</td>
<td align="left">Chicago</td>
</tr>
<tr>
<td align="left">Nishinomiya</td>
<td align="center">11.9</td>
<td align="left">Cambridge</td>
</tr>
<tr>
<td align="left">Siumonoseki</td>
<td align="center">37.6</td>
<td align="left">San Diego</td>
</tr>
<tr>
<td align="left">Kure</td>
<td align="center">41.9</td>
<td align="left">Toledo</td>
</tr>
<tr>
<td align="left">Kobe</td>
<td align="center">55.7</td>
<td align="left">Baltimore</td>
</tr>
<tr>
<td align="left">Omuta</td>
<td align="center">35.8</td>
<td align="left">Miami</td>
</tr>
<tr>
<td align="left">Wakayama</td>
<td align="center">50</td>
<td align="left">Salt Lake City</td>
</tr>
<tr>
<td align="left">Kawasaki</td>
<td align="center">36.2</td>
<td align="left">Portland</td>
</tr>
<tr>
<td align="left">Okayama</td>
<td align="center">68.9</td>
<td align="left">Long Beach</td>
</tr>
<tr>
<td align="left">Yawata</td>
<td align="center">21.2</td>
<td align="left">San Antonio</td>
</tr>
<tr>
<td align="left">Kagoshima</td>
<td align="center">63.4</td>
<td align="left">Richmond</td>
</tr>
<tr>
<td align="left">Amagasaki</td>
<td align="center">18.9</td>
<td align="left">Jacksonville</td>
</tr>
<tr>
<td align="left">Sasebo</td>
<td align="center">41.4</td>
<td align="left">Nashville</td>
</tr>
<tr>
<td align="left">Moh</td>
<td align="center">23.3</td>
<td align="left">Spokane</td>
</tr>
<tr>
<td align="left">Miyakonoio</td>
<td align="center">26.5</td>
<td align="left">Greensboro</td>
</tr>
<tr>
<td align="left">Nobeoka</td>
<td align="center">25.2</td>
<td align="left">Augusta</td>
</tr>
<tr>
<td align="left">Miyazaki</td>
<td align="center">26.1</td>
<td align="left">Davenport</td>
</tr>
<tr>
<td align="left">Hbe</td>
<td align="center">20.7</td>
<td align="left">Utica</td>
</tr>
<tr>
<td align="left">Saga</td>
<td align="center">44.2</td>
<td align="left">Waterloo</td>
</tr>
<tr>
<td align="left">Imabari</td>
<td align="center">63.9</td>
<td align="left">Stockton</td>
</tr>
<tr>
<td align="left">Matsuyama</td>
<td align="center">64</td>
<td align="left">Duluth</td>
</tr>
<tr>
<td align="left">Fukui</td>
<td align="center">86</td>
<td align="left">Evansville</td>
</tr>
<tr>
<td align="left">Tokushima</td>
<td align="center">85.2</td>
<td align="left">Ft. Wayne</td>
</tr>
<tr>
<td align="left">Sakai</td>
<td align="center">48.2</td>
<td align="left">Forth Worth</td>
</tr>
<tr>
<td align="left">Hachioji</td>
<td align="center">65</td>
<td align="left">Galveston</td>
</tr>
<tr>
<td align="left">Kumamoto</td>
<td align="center">31.2</td>
<td align="left">Grand Rapids</td>
</tr>
<tr>
<td align="left">Isezaki</td>
<td align="center">56.7</td>
<td align="left">Sioux Falls</td>
</tr>
<tr>
<td align="left">Takamatsu</td>
<td align="center">67.5</td>
<td align="left">Knoxville</td>
</tr>
<tr>
<td align="left">Akashi</td>
<td align="center">50.2</td>
<td align="left">Lexington</td>
</tr>
<tr>
<td align="left">Fukuyama</td>
<td align="center">80.9</td>
<td align="left">Macon</td>
</tr>
<tr>
<td align="left">Aomori</td>
<td align="center">30</td>
<td align="left">Montgomery</td>
</tr>
<tr>
<td align="left">Okazaki</td>
<td align="center">32.2</td>
<td align="left">Lincoln</td>
</tr>
<tr>
<td align="left">Oita</td>
<td align="center">28.2</td>
<td align="left">Saint Joseph</td>
</tr>
<tr>
<td align="left">Hiratsuka</td>
<td align="center">48.4</td>
<td align="left">Battle Creek</td>
</tr>
<tr>
<td align="left">Tokuyama</td>
<td align="center">48.3</td>
<td align="left">Butte</td>
</tr>
<tr>
<td align="left">Yokkichi</td>
<td align="center">33.6</td>
<td align="left">Charlotte</td>
</tr>
<tr>
<td align="left">Uhyamada</td>
<td align="center">41.3</td>
<td align="left">Columbus</td>
</tr>
<tr>
<td align="left">Ogaki</td>
<td align="center">39.5</td>
<td align="left">Corpus Christi</td>
</tr>
<tr>
<td align="left">Gifu</td>
<td align="center">63.6</td>
<td align="left">Des Moines</td>
</tr>
<tr>
<td align="left">Shizuoka</td>
<td align="center">66.1</td>
<td align="left">Oklahoma City</td>
</tr>
<tr>
<td align="left">Himeji</td>
<td align="center">49.4</td>
<td align="left">Peoria</td>
</tr>
<tr>
<td align="left">Fukuoka</td>
<td align="center">24.1</td>
<td align="left">Rochester</td>
</tr>
<tr>
<td align="left">Kochi</td>
<td align="center">55.2</td>
<td align="left">Sacramento</td>
</tr>
<tr>
<td align="left">Shimizu</td>
<td align="center">42</td>
<td align="left">San Jose</td>
</tr>
<tr>
<td align="left">Omura</td>
<td align="center">33.1</td>
<td align="left">Sante Fe</td>
</tr>
<tr>
<td align="left">Chiba</td>
<td align="center">41</td>
<td align="left">Savannah</td>
</tr>
<tr>
<td align="left">Ichinomiya</td>
<td align="center">56.3</td>
<td align="left">Sprinfield</td>
</tr>
<tr>
<td align="left">Nara</td>
<td align="center">69.3</td>
<td align="left">Boston</td>
</tr>
<tr>
<td align="left">Tsu</td>
<td align="center">69.3</td>
<td align="left">Topeka</td>
</tr>
<tr>
<td align="left">Kuwana</td>
<td align="center">75</td>
<td align="left">Tucson</td>
</tr>
<tr>
<td align="left">Toyohashi</td>
<td align="center">61.9</td>
<td align="left">Tulsa</td>
</tr>
<tr>
<td align="left">Numazu</td>
<td align="center">42.3</td>
<td align="left">Waco</td>
</tr>
<tr>
<td align="left">Chosi</td>
<td align="center">44.2</td>
<td align="left">Wheeling</td>
</tr>
<tr>
<td align="left">Kofu</td>
<td align="center">78.6</td>
<td align="left">South Bend</td>
</tr>
<tr>
<td align="left">Utsunomiya</td>
<td align="center">43.7</td>
<td align="left">Sioux City</td>
</tr>
<tr>
<td align="left">Mito</td>
<td align="center">68.9</td>
<td align="left">Pontiac</td>
</tr>
<tr>
<td align="left">Sendai</td>
<td align="center">21.9</td>
<td align="left">Omaha</td>
</tr>
<tr>
<td align="left">Tsuruga</td>
<td align="center">65.1</td>
<td align="left">Middleton</td>
</tr>
<tr>
<td align="left">Nagaoka</td>
<td align="center">64.9</td>
<td align="left">Madison</td>
</tr>
<tr>
<td align="left">Hitachi</td>
<td align="center">72</td>
<td align="left">Little Rock</td>
</tr>
<tr>
<td align="left">Kumagaya</td>
<td align="center">55.1</td>
<td align="left">Kenosha</td>
</tr>
<tr>
<td align="left">Hamamatsu</td>
<td align="center">60.3</td>
<td align="left">Hartford</td>
</tr>
<tr>
<td align="left">Maebashi</td>
<td align="center">64.2</td>
<td align="left">Wheeling</td>
</tr>
</tbody>
</table>
<p>McNamara noted that these fire-bombings occurred before the nuclear bombs were dropped, and that the bombs were dropped under LeMay&#8217;s command.</p>
<blockquote><p>&#8220;Proportionality should be a guideline in war. Killing 50% to 90% of the people of 67 Japanese cities and then bombing them with two nuclear bombs is not proportional, in the minds of some people, to the objectives we were trying to achieve.&#8221;</p>
<p>&#8220;I don&#8217;t fault Truman for dropping the nuclear bomb. The U.S.—Japanese War was one of the most brutal wars in all of human history &#8212; kamikaze pilots, suicide, unbelievable. What one can criticize is that the human race prior to that time &#8212; and today &#8212; has not really grappled with what are, I&#8217;ll call it, &#8220;the rules of war.&#8221; Was there a rule then that said you shouldn&#8217;t bomb, shouldn&#8217;t kill, shouldn&#8217;t burn to death 100,000 civilians in one night?</p>
<p>LeMay said, &#8220;If we&#8217;d lost the war, we&#8217;d all have been prosecuted as war criminals.&#8221; And I think he&#8217;s right. He, and I&#8217;d say I, were behaving as war criminals. LeMay recognized that what he was doing would be thought immoral if his side had lost. But what makes it immoral if you lose and not immoral if you win?&#8221;</p></blockquote>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2009%2F01%2Fthe-fog-of-war-lesson-5-proportionality-should-be-a-guideline-in-war%2F';
  addthis_title  = 'The+Fog+of+War+%26%238211%3B+Lesson+%235%3A++Proportionality+should+be+a+guideline+in+war';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-5-proportionality-should-be-a-guideline-in-war/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Fog of War &#8211; Lesson #4:  Maximize efficiency</title>
		<link>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-4-maximize-efficiency/</link>
		<comments>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-4-maximize-efficiency/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 08:06:14 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[film]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=64</guid>
		<description><![CDATA[Early in World War II, the B-29 bomber was developed to remedy some of the shortfalls of the B-17 and B-24. It was thought that this plane could destroy targets much more efficiently and effectively. Planes were flown from bases in Kansas to India. The bombers were then loaded with fuel in India and flown [...]]]></description>
			<content:encoded><![CDATA[<p>Early in World War II, the B-29 bomber was developed to remedy some of the shortfalls of the B-17 and B-24.  It was thought that this plane could destroy targets much more efficiently and effectively.  Planes were flown from bases in Kansas to India.  The bombers were then loaded with fuel in India and flown into China to Shang-tu to build up fuel stocks there.  (Shang-tu was to be used as a mounting point for attacks against Yawata, Japan.)  It turned out that, due to a lack of personnel training on maximizing efficiency, many of the B-29s were loaded with fuel for the return trip from Shang-tu to India.  The entire effort &#8220;wasn&#8217;t worth a damn&#8221; and General Curtis LeMay quickly figured this out and transferred the operation to the Mariana Islands.</p>
<p>LeMay was, according to McNamara, focused solely on target destruction.  </p>
<blockquote><p>&#8220;He was the only person that I knew in the senior command of the Air Force who focused solely on the loss of his crews per unit of target destruction.&#8221;</p></blockquote>
<p>It was LeMay who oversaw the horrific firebombing of Tokyo which killed more than 100,000 civilians.  LeMay took the B-29s down to 5,000 feet and decided to bomb with firebombs &#8212; greatly increasing the effectiveness of these planes and their incendiaries.  McNamara shared an anecdote of a pilot who returned from the firebombing of Tokyo in March of 1945 and complained that, by flying the mission so low to the ground his wingman had been lost to enemy fire.  LeMay rebutted the pilot&#8217;s complaints by explaining that, while he lost one wingman, the mission had destroyed Tokyo.  </p>
<blockquote><p>&#8220;Tokyo was a wooden city, and when we dropped these firebombs, it just <em>burned </em>it.&#8221;</p></blockquote>
<p>(Emphasis added.)  Incidentally, the choice to use firebombs was also specifically LeMay&#8217;s decision &#8212; a further indication of his focus on maximized efficiency.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2009%2F01%2Fthe-fog-of-war-lesson-4-maximize-efficiency%2F';
  addthis_title  = 'The+Fog+of+War+%26%238211%3B+Lesson+%234%3A++Maximize+efficiency';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-4-maximize-efficiency/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Fog of War &#8211; Lesson #3:  There&#8217;s something beyond one&#8217;s self</title>
		<link>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-3-theres-something-beyond-ones-self/</link>
		<comments>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-3-theres-something-beyond-ones-self/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 08:03:05 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[film]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=60</guid>
		<description><![CDATA[While attending university, McNamara found himself excited to learn philosophy. &#8220;I never heard of Plato and Aristotle before I became a freshman at Berkeley … I couldn&#8217;t wait to go to another class!&#8221; A focus on philosophy, logic and ethics stressed values and a responsibility to society &#8212; &#8220;something beyond one&#8217;s self&#8221; &#8212; and rooted [...]]]></description>
			<content:encoded><![CDATA[<p>While attending university, McNamara found himself excited to learn philosophy.</p>
<blockquote><p>&#8220;I never heard of Plato and Aristotle before I became a freshman at Berkeley … I couldn&#8217;t wait to go to another class!&#8221;  </p></blockquote>
<p>A focus on philosophy, logic and ethics stressed values and a responsibility to society &#8212; &#8220;something beyond one&#8217;s self&#8221; &#8212;  and rooted McNamara.  He delighted in his marriage and family, and declared the early years of his new family as &#8220;some of the happiest days of our lives.&#8221;</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2009%2F01%2Fthe-fog-of-war-lesson-3-theres-something-beyond-ones-self%2F';
  addthis_title  = 'The+Fog+of+War+%26%238211%3B+Lesson+%233%3A++There%26%238217%3Bs+something+beyond+one%26%238217%3Bs+self';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-3-theres-something-beyond-ones-self/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Fog of War &#8211; Lesson #2:  Rationality will not save us</title>
		<link>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-2-rationality-will-not-save-us/</link>
		<comments>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-2-rationality-will-not-save-us/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 08:02:58 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[film]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=57</guid>
		<description><![CDATA[It is difficult to summarize this lesson any better than McNamara did below (emphasis added): &#8220;I want to say, and this is very important: at the end we lucked out. It was luck that prevented nuclear war. We came that close to nuclear war at the end. Rational individuals: Kennedy was rational; Khrushchev was rational; [...]]]></description>
			<content:encoded><![CDATA[<p>It is difficult to summarize this lesson any better than McNamara did below (emphasis added):</p>
<blockquote><p>&#8220;I want to say, and this is very important: at the end we <em>lucked out</em>. It was <em>luck</em> that prevented nuclear war. We came <em>that</em> close to nuclear war at the end. <em>Rational individuals</em>: Kennedy was rational; Khrushchev was rational; Castro was rational. Rational individuals came <em>that</em> close to total destruction of their societies. And that danger exists today.&#8221;</p></blockquote>
<p>Poignantly, McNamara notes:</p>
<blockquote><p>&#8220;The major lesson of the Cuban missile crisis is this:  the indefinite combination of human fallibility and nuclear weapons will destroy nations.&#8221;</p></blockquote>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2009%2F01%2Fthe-fog-of-war-lesson-2-rationality-will-not-save-us%2F';
  addthis_title  = 'The+Fog+of+War+%26%238211%3B+Lesson+%232%3A++Rationality+will+not+save+us';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-2-rationality-will-not-save-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Fog of War &#8211; Lesson #1:  Empathize with your enemy</title>
		<link>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-1-empathize-with-your-enemy/</link>
		<comments>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-1-empathize-with-your-enemy/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 19:27:16 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[film]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=42</guid>
		<description><![CDATA[On October 27, 1967, the White House found itself in receipt of two messages from Kruschev. The first message said that if the US was to guarantee that it would not invade Cuba, the USSR would withdraw the missiles The second message said that if the US attacked Cuba, the USSR would respond with devastating [...]]]></description>
			<content:encoded><![CDATA[<p>On October 27, 1967, the White House found itself in receipt of two messages from Kruschev.</p>
<ul>
<li>The first message said that if the US was to guarantee that it would not invade Cuba, the USSR would withdraw the missiles</li>
<li>The second message said that if the US attacked Cuba, the USSR would respond with devastating military power</li>
</ul>
<p>Thomas &#8220;Tommy&#8221; Thompson, a former ambassador to Moscow, was in the room.  He urged Kennedy to respond to the first message.  He saw that Kruschev would capitulate if he was presented a deal in which he could say to the Russian people that he saved Cuba from a US invasion.</p>
<blockquote><p>&#8220;We must try to put ourselves inside their skin and look at us through their eyes, just to understand the thoughts that lie behind their decisions and their actions.&#8221;</p></blockquote>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2009%2F01%2Fthe-fog-of-war-lesson-1-empathize-with-your-enemy%2F';
  addthis_title  = 'The+Fog+of+War+%26%238211%3B+Lesson+%231%3A++Empathize+with+your+enemy';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2009/01/the-fog-of-war-lesson-1-empathize-with-your-enemy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Fog of War</title>
		<link>http://www.coreygallon.com/2009/01/the-fog-of-war/</link>
		<comments>http://www.coreygallon.com/2009/01/the-fog-of-war/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 01:03:44 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[film]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=38</guid>
		<description><![CDATA[I watched The Fog of War again today. If you&#8217;ve not seen this Academy Award-winning documentary, I highly recommend it! The film outlines, as its subtitle suggests, eleven lessons deduced from the life of former Secretary of Defense Robert McNamara. The documentary itself, independent of these lessons, is brilliant but I found the lessons themselves [...]]]></description>
			<content:encoded><![CDATA[<p>I watched <a href="http://www.imdb.com/title/tt0317910/">The Fog of War</a> again today.  If you&#8217;ve not seen this Academy Award-winning documentary, I highly recommend it!  The film outlines, as its subtitle suggests, eleven lessons deduced from the life of former Secretary of Defense Robert McNamara.  The documentary itself, independent of these lessons, is brilliant but I found the lessons themselves to be particularly compelling and applicable in many of life&#8217;s theatres.  The eleven lessons are enumerated below.</p>
<blockquote><p>Lesson #1:  Empathize with your enemy.<br />
Lesson #2:  Rationality will not save us.<br />
Lesson #3:  There&#8217;s something beyond one&#8217;s self.<br />
Lesson #4:  Maximize efficiency.<br />
Lesson #5:  Proportionality should be a guideline in war.<br />
Lesson #6: Get the data.<br />
Lesson #7:  Belief and seeing are both often wrong.<br />
Lesson #8:  Be prepared to reexamine your reasoning.<br />
Lesson #9: In order to do good, you may have to engage in evil.<br />
Lesson #10: Never say never.<br />
Lesson #11: You can&#8217;t change human nature.</p></blockquote>
<p>For each of the lessons listed above, over the coming eleven days, I will share a synopsis of Robert McNamara&#8217;s thoughts as portrayed in the documentary.  (It is certainly worth <a href="http://www.amazon.com/Fog-War-Eleven-Lessons-McNamara/dp/B0001L3LUE/ref=sr_1_1?ie=UTF8&#038;s=dvd&#038;qid=1231054563&#038;sr=1-1">purchasing a copy of the film</a> for yourself!)</p>
<p>I should note that all quotes related in the forthcoming posts have been taken directly from the <a href="http://www.errolmorris.com/film/fow_transcript.html">transcript of the documentary</a> provided by the director, Errol Morris, on his website.  I will indicate any grammatical modifications made to this text, or any emphasis added.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2009%2F01%2Fthe-fog-of-war%2F';
  addthis_title  = 'The+Fog+of+War';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2009/01/the-fog-of-war/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year!</title>
		<link>http://www.coreygallon.com/2009/01/happy-new-year/</link>
		<comments>http://www.coreygallon.com/2009/01/happy-new-year/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 16:30:35 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[General Posts]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/?p=36</guid>
		<description><![CDATA[I certainly hope that 2009 will find me more actively updating the blog here!]]></description>
			<content:encoded><![CDATA[<p>I certainly hope that 2009 will find me more actively updating the blog here!</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2009%2F01%2Fhappy-new-year%2F';
  addthis_title  = 'Happy+New+Year%21';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2009/01/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel Progress Indicator &amp; Check-List Proof of Concept</title>
		<link>http://www.coreygallon.com/2007/09/excel-progress-indicator-check-list-proof-of-concept/</link>
		<comments>http://www.coreygallon.com/2007/09/excel-progress-indicator-check-list-proof-of-concept/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 14:32:18 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[excel]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/2007/09/20/excel-progress-indicator-check-list-proof-of-concept/</guid>
		<description><![CDATA[Recently I was asked by the project management of a client to create a check-list in Excel for an initiative they are heading. While I cannot disclose the exact solution I provided them &#8212; due to non-disclosure agreements in effect &#8212; I can share the proof of concept I built for the spreadsheet. As a [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I was asked by the project management of a client to create a check-list in Excel for an initiative they are heading.  While I cannot disclose the exact solution I provided them &#8212; due to non-disclosure agreements in effect &#8212; I can share the proof of concept I built for the spreadsheet.  As a part of my brainstorming about what would be useful in such a spreadsheet, I devised a rather novel progress indicator which updates automatically as tasks are completed.</p>
<p>The proof of concept spreadsheet can be found <a href="http://files.shift8.net/public/%5bshift8%5d_progress_indicator_and_check-list_demo.xls">here</a><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://sikongroup.com/rentacar/index.htm">rent a car bulgaria</a></font>.   Credit is due to the guys at <a href="http://www.juiceanalytics.com/writing/2006/07/lightweight-data-exploration-in-excel/">Juice Analytics</a><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://kvantservice.com/">&#1082;&#1086;&#1084;&#1087;&#1102;&#1090;&#1088;&#1080;</a></font> for pioneering the concept of representing values graphically within a cell.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2007%2F09%2Fexcel-progress-indicator-check-list-proof-of-concept%2F';
  addthis_title  = 'Excel+Progress+Indicator+%26%23038%3B+Check-List+Proof+of+Concept';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2007/09/excel-progress-indicator-check-list-proof-of-concept/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Where Are &#8220;The Friendly Skies&#8221;?</title>
		<link>http://www.coreygallon.com/2007/07/united-airlines-where-are-the-friendly-skies/</link>
		<comments>http://www.coreygallon.com/2007/07/united-airlines-where-are-the-friendly-skies/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 15:26:27 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[General Posts]]></category>
		<category><![CDATA[airlines]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/2007/07/13/united-airlines-where-are-the-friendly-skies/</guid>
		<description><![CDATA[I thought I&#8217;d share a recent experience I had flying United. While I suffer delays almost every week, early last month I ran through a remarkable series of delays &#8212; remarkable even for United. So bad were both the delays and the customer service I received, I was moved to write a letter to the [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d share a recent experience I had flying United.  While I suffer delays almost every week, early last month I ran through a remarkable series of delays &#8212; remarkable even for United.  So bad were both the delays and the customer service I received, I was moved to write a letter to the Chairman of the Board at United.  The letter details the nightmare and can be found <a href='http://www.coreygallon.com/files/united-airlines-complaint-642007.doc' title='United Airlines Complaint 6.4.2007'>here</a>.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2007%2F07%2Funited-airlines-where-are-the-friendly-skies%2F';
  addthis_title  = 'Where+Are+%26%238220%3BThe+Friendly+Skies%26%238221%3B%3F';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2007/07/united-airlines-where-are-the-friendly-skies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Protected: The Death of Tournament Ladder &#8212; A Eulogy</title>
		<link>http://www.coreygallon.com/2007/07/the-death-of-tournament-ladder-a-eulogy/</link>
		<comments>http://www.coreygallon.com/2007/07/the-death-of-tournament-ladder-a-eulogy/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 00:08:59 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[Tournament Ladder]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[TL]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/2007/07/11/the-death-of-tournament-ladder-a-eulogy/</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://www.coreygallon.com/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-25">Password:<br />
<input name="post_password" id="pwbox-25" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2007%2F07%2Fthe-death-of-tournament-ladder-a-eulogy%2F';
  addthis_title  = 'Protected%3A+The+Death+of+Tournament+Ladder+%26%238212%3B+A+Eulogy';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2007/07/the-death-of-tournament-ladder-a-eulogy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Addon Domains at HostGator</title>
		<link>http://www.coreygallon.com/2007/07/addon-domains-at-hostgator/</link>
		<comments>http://www.coreygallon.com/2007/07/addon-domains-at-hostgator/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 16:13:09 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[General Posts]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[search engine fodder]]></category>
		<category><![CDATA[SEF]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/2007/07/11/addon-domains-at-hostgator/</guid>
		<description><![CDATA[This site is, as I&#8217;ve mentioned previously, hosted on a Linux server I rent from HostGator. I ran into a bit of trouble when using &#8220;addon domains&#8221; with their service which I have meant to document for some time now. I read the knowledgebase article at HostGator Support on setting up addon domains which warns [...]]]></description>
			<content:encoded><![CDATA[<p>This site is, <a href="http://www.coreygallon.com/2007/02/28/shift8net-migration/">as I&#8217;ve mentioned previously</a>, hosted on a Linux server I rent from HostGator.  I ran into a bit of trouble when using &#8220;addon domains&#8221; with their service which I have meant to document for some time now.  </p>
<p>I read <a href="http://support.hostgator.com/index.php?_m=knowledgebase&#038;_a=viewarticle&#038;kbarticleid=81">the knowledgebase article at HostGator Support on setting up addon domains</a> which warns at the top of the article:</p>
<blockquote><p>&#8220;Before you can add an addon domain you must change the name servers for the domain name to the ones provided for your hosting account. You cannot create an addon domain if your DNS for the site you are trying to add hasn&#8217;t propagated yet.&#8221;</p></blockquote>
<p>I was exact in following these instructions and waited 3 days for the DNS changes I had made at GoDaddy (where I purchased and manage the domains) to propagate.  Ultimately, they did not.  </p>
<p>The solution to the problem was to setup the addon domain at HostGator, via the cPanel, immediately after making the DNS changes to the domain.  I&#8217;m not sure if this is an issue unique to GoDaddy domains &#8212; I imagine it is not.  It seems that the documentation provided by HostGator is inaccurate in this regard.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2007%2F07%2Faddon-domains-at-hostgator%2F';
  addthis_title  = 'Addon+Domains+at+HostGator';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2007/07/addon-domains-at-hostgator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repairing Scratched DVDs and CDs</title>
		<link>http://www.coreygallon.com/2007/07/repairing-scratched-dvds-and-cds/</link>
		<comments>http://www.coreygallon.com/2007/07/repairing-scratched-dvds-and-cds/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 16:04:44 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[General Posts]]></category>
		<category><![CDATA[CD]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[household]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[search engine fodder]]></category>
		<category><![CDATA[SEF]]></category>

		<guid isPermaLink="false">http://www.coreygallon.com/2007/07/11/repairing-scratched-dvds-and-cds/</guid>
		<description><![CDATA[This is a fairly useless piece of trivia, but it saved a recent movie rental experience for me so I figured I&#8217;d share it. I typically wash scratched or otherwise unreadable DVDs or CDs in warm, soapy water and then dry them with a soft, non-abrasive cloth. Discs which are not readable after this washing [...]]]></description>
			<content:encoded><![CDATA[<p>This is a fairly useless piece of trivia, but it saved a recent movie rental experience for me so I figured I&#8217;d share it.</p>
<p>I typically wash scratched or otherwise unreadable DVDs or CDs in warm, soapy water and then dry them with a soft, non-abrasive cloth.  Discs which are not readable after this washing can be repaired in another manner.  Scratched &#8212; even significantly scratched &#8212; DVDs and CDs can be &#8220;repaired&#8221; by rubbing conditioner into the surface of the data-side of the disc. I met success in this endeavor by pouring conditioner liberally onto the surface of the DVD &#8212; I used a blob roughly the size of a quarter &#8212; and then rubbing it all over the surface until most of it disappeared.  There was some residual conditioner left on the disc so I wiped it off with a tissue, being careful to not leave tissue particles behind.</p>
<p>The DVD was really in bad shape when I got it &#8212; the movie hardly played at all &#8212; but I managed to play through the entire movie with only a few skips after the conditioner-fix.  </p>
<p>I&#8217;m certainly open to hearing other methods of fixing scratches on optical discs!</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2007%2F07%2Frepairing-scratched-dvds-and-cds%2F';
  addthis_title  = 'Repairing+Scratched+DVDs+and+CDs';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2007/07/repairing-scratched-dvds-and-cds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Broadcom 43xx Wireless Card in Linux</title>
		<link>http://www.coreygallon.com/2007/02/broadcom-43xx-wireless-card-in-linux/</link>
		<comments>http://www.coreygallon.com/2007/02/broadcom-43xx-wireless-card-in-linux/#comments</comments>
		<pubDate>Sat, 17 Feb 2007 04:18:56 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[search engine fodder]]></category>
		<category><![CDATA[SEF]]></category>

		<guid isPermaLink="false">http://corey.shift8.net/2007/02/16/broadcom-43xx-wireless-card-in-linux/</guid>
		<description><![CDATA[Today I finally resolved what has been one of the most frustrated Linux issues I have faced yet &#8212; getting my bloody Dell Truemobile 1300 wireless card (stock in my Dell Inspiron 5100 notebook) to function in Linux. The problem has been that those bastards at Broadcom &#8212; the corporation that manufactures the controller for [...]]]></description>
			<content:encoded><![CDATA[<p>Today I finally resolved what has been one of the most frustrated Linux issues I have faced yet &#8212; getting my bloody Dell Truemobile 1300 wireless card (stock in my Dell Inspiron 5100 notebook) to function in Linux.  The problem has been that those bastards at Broadcom &#8212; the corporation that manufactures the controller for the card &#8212; have not released Linux drivers for this controller.  Prior to today, I have struggled trying to wrap my Windows driver in a piece of Linux software called <em>ndiswrapper</em>.  I have, as it turns out, found two ways to finally get the blasted card to work! <span id="more-18"></span></p>
<p>(Note:  Before following the procedures outlined below, I had downloaded a tested driver &#8212; as per the <a href="http://ndiswrapper.sourceforge.net/mediawiki/index.php/List">ndiswrapper wiki</a> &#8212; for the Dell Truemobile 1300 MPCI card.  The recommended driver can be found <a href="http://ftp.us.dell.com/network/R90501.EXE">here</a>.)</p>
<p>(Additional note:  This process was followed in Fedora Core 6 &#8212; I can only vouch for it working in this environment, although I imagine it will work in most distributions.)</p>
<p><strong>Solution 1:  bcm43xx-fwcutter</strong><br />
Today I found a fantastic little program called <em>bcm43xx-fwcutter</em>.  In essence, it extracts the driver from the Windows driver file, and incorporates it into Linux&#8217; native support for the bcm43xx controller.  After finding this gem, the entire process &#8212; including download and installation &#8212; took about 5 minutes.</p>
<p>Here is what I did:</p>
<p>1.)  Download bcm43xx-fwcutter from <a href="http://developer.berlios.de/project/showfiles.php?group_id=4547">BerliOS.de</a>.  (Note:  be sure to get the correct file for your version of the controller!)</p>
<p>2.)  Unarchive and compile the tool:<br />
<code>tar -xvf bcm43xx-fwcutter-006.tar.bz2<br />
cd ./bcm43xx-fwcutter-006<br />
make</code></p>
<p>3.)  Run the tool to extract the driver from the Windows driver file and install it in Linux:<br />
<code>bcm43xx-fwcutter -w /lib/firmware bcmwl5.sys</code></p>
<p>4.)  Remove the bcm43xx module from the kernel then add it back with the new driver:<br />
<code>rmmod bcm43xx<br />
modprobe bcm43xx</code></p>
<p>5.)  Configure the wireless card (substituting your interface name where appropriate):<br />
<code>iwlist eth1 scan<br />
iwconfig eth1 essid <em>(SSID here)</em><br />
iwconfig eth1 key restricted <em>(WEP key here)</em><br />
dhclient eth1</code></p>
<p>Voila!  It was a truly effortless process after having extracted the driver using bcm43xx-fwcutter.  My hat goes off to the developers &#8212; you lot have truly made Linux life much easier for owners of BCM43xx controller-based wireless cards!</p>
<p><em>Drawback to solution 1</em>: The bcm43xx driver &#8212; the driver used in the process above &#8212; will limit the wireless card to 11mbps.  GRRR!!</p>
<p><strong>Solution 2:  ndiswrapper</strong><br />
Ndiswrapper &#8212; available at SourceForge <a href="http://ndiswrapper.sourceforge.net">here</a> &#8212; is a linux-based wrapper for Windows wireless card drivers.  To quote the project page, &#8220;Some vendors do not release specifications of the hardware or provide a Linux driver for their wireless network cards. This project implements Windows kernel API and NDIS (Network Driver Interface Specification) API within Linux kernel. A Windows driver for wireless network card is then linked to this implementation so that the driver runs natively, as though it is in Windows, without binary emulation.&#8221;</p>
<p>Ndiswrapper can be a bit of a pain to implement, but I have managed to pare down the myriad instructions I found in various forums into several easy-to-follow steps.</p>
<p>1.)  Download ndiswrapper from <a href="http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-1.37.tar.gz?modtime=1170451496&#038;big_mirror=0">its SourceForge project page</a>.  (As of this posting, the current version is 1.37)</p>
<p>2.)  Unarchive and compile ndiswrapper:<br />
<code>tar -zxvf ndiswrapper-1.37.tar.gz<br />
cd ./ndiswrapper-1.37<br />
make distclean<br />
make<br />
(As <em>root</em>) make install</code></p>
<p>3.)  Ensure that the native bcm43xx driver is unloaded and add it to the module blacklist:<br />
<code>rmmod bcm43xx<br />
vi /etc/modprobe.d/blacklist<br />
Add a line: <em>blacklist bcm43xx</em></code></p>
<p>4.)  Install the Windows driver:<br />
<code>ndiswrapper -i bcmwl5.inf</code></p>
<p>5.)  Run <em>depmod</em> and ensure that there are no errors:<br />
<code>depmod -a</code></p>
<p>6.)  Add the ndiswrapper module to the kernel:<br />
<code>modprobe ndiswrapper</code></p>
<p>7.)  Configure the wireless adapter (substituting your interface name where appropriate):<br />
<code>iwlist eth1 scan<br />
iwconfig eth1 essid <em>(SSID here)</em><br />
iwconfig eth1 key restricted <em>(WEP key here)</em><br />
dhclient eth1</code></p>
<p>8.)  Finally, to prevent having to reconfigure the card the next time I reboot, I edit <em>/etc/sysconfig/network-scripts/ifcfg-eth1</em> and add the following configuration strings:<br />
<code>ESSID=<em>(your SSID here)</em><br />
KEY=<em>(your WEP key here)</em></code></p>
<p>Additionally, add the following line to /etc/modprobe.conf:<br />
<code>options ndiswrapper if_name=eth1<br />
alias eth1 ndiswrapper</code></p>
<p>Ndiswrapper is a much better solution for operating BCM43xx controller-based wireless cards in Linux, in my opinion.  This is largely due to the wrapper&#8217;s ability to enable 802.11g (i.e. 54mbps) transfer rates for the card.  The bcm43xx driver limits the card to 802.11b rates (i.e. <= 11mbps).  (Note:  Because ndiswrapper creates a kernel module, if you upgrade your kernel you will have to rebuild the module for the new kernel.  Just recompile ndiswrapper and reinsert the kernel module.)</p>
<p>There it is!  I hope that my documentation of this process will help others who find themselves in a similar bind.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2007%2F02%2Fbroadcom-43xx-wireless-card-in-linux%2F';
  addthis_title  = 'Broadcom+43xx+Wireless+Card+in+Linux';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2007/02/broadcom-43xx-wireless-card-in-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flight of the Conchords</title>
		<link>http://www.coreygallon.com/2006/12/flight-of-the-conchords/</link>
		<comments>http://www.coreygallon.com/2006/12/flight-of-the-conchords/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 16:40:19 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[General Posts]]></category>
		<category><![CDATA[comedy]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://corey.shift8.net/2006/12/11/flight-of-the-conchords/</guid>
		<description><![CDATA[This duo from New Zealand is one of the funniest comedic acts I have seen in some time. A full 30-minute appearance on HBO&#8217;s One Night Stand can now be found here at CG.com! [flv]http://files.shift8.net/uploads/videos/Flight_Of_The_Conchords-HBO_One_Night_Stand.flv[/flv] It would certainly be worth the time spent searching YouTube and Google Video (why the two sites still exist exclusive [...]]]></description>
			<content:encoded><![CDATA[<p>This duo from New Zealand is one of the funniest comedic acts I have seen in some time.  A full 30-minute appearance on HBO&#8217;s <em>One Night Stand</em> can now be found here at CG.com!</p>
<p>[flv]http://files.shift8.net/uploads/videos/Flight_Of_The_Conchords-HBO_One_Night_Stand.flv[/flv]</p>
<p>It would certainly be worth the time spent searching YouTube and Google Video (why the two sites still exist exclusive of each other, in light of the recent purchase by Google, remains to be explained) for other videos of the hilarious, self-proclaimed inventors of rap music.</p>
<p>It&#8217;s business time!</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2006%2F12%2Fflight-of-the-conchords%2F';
  addthis_title  = 'Flight+of+the+Conchords';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2006/12/flight-of-the-conchords/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>No Progress Yet&#8230;</title>
		<link>http://www.coreygallon.com/2006/11/no-progress-yet/</link>
		<comments>http://www.coreygallon.com/2006/11/no-progress-yet/#comments</comments>
		<pubDate>Tue, 28 Nov 2006 16:11:22 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[The EMH Project]]></category>
		<category><![CDATA[EMH]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[the EMH project]]></category>

		<guid isPermaLink="false">http://corey.shift8.net/2006/11/28/no-progress-yet/</guid>
		<description><![CDATA[I&#8217;ve sold my soul to the client I&#8217;m working with currently, and thus I have not had any time to begin work on &#8220;The Cramer Project&#8221; over at TheEMHProject.com. &#8216;Tis a sad and over-worked life that I lead. I&#8217;ve not forgotten about the project, nor has my interest in it diminished. That being said, this [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve sold my soul to the client I&#8217;m working with currently, and thus I have not had any time to begin work on &#8220;The Cramer Project&#8221; over at TheEMHProject.com.  &#8216;Tis a sad and over-worked life that I lead.  I&#8217;ve not forgotten about the project, nor has my interest in it diminished.  That being said, this week will certainly not see any progress made either!  Waiting&#8230;</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2006%2F11%2Fno-progress-yet%2F';
  addthis_title  = 'No+Progress+Yet%26%238230%3B';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2006/11/no-progress-yet/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Microsoft PowerToys for Windows XP</title>
		<link>http://www.coreygallon.com/2006/10/microsoft-powertoys-for-windows-xp/</link>
		<comments>http://www.coreygallon.com/2006/10/microsoft-powertoys-for-windows-xp/#comments</comments>
		<pubDate>Fri, 27 Oct 2006 00:06:50 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://corey.shift8.net/2006/10/26/microsoft-powertoys-for-windows-xp/</guid>
		<description><![CDATA[I stumbled upon a fantastic product offering by Microsoft this evening. I believe that the PowerToys program suite used to be sold in stores. It turns out, however, that &#8212; in a dramatic shift from their usual policy of extracting every last dollar from their customers &#8212; Microsoft has decided to offer the PowerToys for [...]]]></description>
			<content:encoded><![CDATA[<p>I stumbled upon a fantastic product offering by Microsoft this evening.  I believe that the PowerToys program suite <em>used</em> to be sold in stores.  It turns out, however, that &#8212; in a dramatic shift from their usual policy of extracting every last dollar from their customers &#8212; Microsoft has decided to offer the PowerToys for XP program suite <em>free</em> for download!  The programs can be found <a href="http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx">here</a>.  Enjoy!</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2006%2F10%2Fmicrosoft-powertoys-for-windows-xp%2F';
  addthis_title  = 'Microsoft+PowerToys+for+Windows+XP';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2006/10/microsoft-powertoys-for-windows-xp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The EMH Project</title>
		<link>http://www.coreygallon.com/2006/10/the-emh-project/</link>
		<comments>http://www.coreygallon.com/2006/10/the-emh-project/#comments</comments>
		<pubDate>Tue, 17 Oct 2006 19:05:17 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[The EMH Project]]></category>
		<category><![CDATA[EMH]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[the EMH project]]></category>

		<guid isPermaLink="false">http://corey.shift8.net/2006/10/17/the-emh-project/</guid>
		<description><![CDATA[I have decided to pursue the &#8220;Mad Money&#8221; project I alluded to in my last post. In my classic &#8220;visions of grandeur&#8221; style, I have decided to launch a site dedicated to the financial research I engage in. The site is entitled &#8220;The EMH Project&#8221; and can be found at www.TheEMHProject.com. I will host a [...]]]></description>
			<content:encoded><![CDATA[<p>I have decided to pursue the &#8220;Mad Money&#8221; project I alluded to in my last post.  In my classic &#8220;visions of grandeur&#8221; style, I have decided to launch a site dedicated to the financial research I engage in.  The site is entitled &#8220;The EMH Project&#8221; and can be found at <a title="The EMH Project" target="_blank" href="http://www.TheEMHProject.com">www.TheEMHProject.com</a>.  <span id="more-14"></span></p>
<p>I will host a blog there, along with forums where I hope readers will join in and discuss the issues posted on the site.  I will publish the findings of myself and my colleagues who are involved in financial research.  Additionally, I will make available papers that are uncovered during our research &#8212; respecting, of course, the rights of the author(s) and publisher(s) of the papers.</p>
<p>I would certainly welcome the contribution of qualified researchers.  If you are interested in contributing to the site, or having your work published there, please email me at <a href="mailto://corey.gallon@TheEMHProject.com">corey.gallon@TheEMHProject.com</a>.</p>
<p>I will be launching the site with &#8220;The Cramer Project.&#8221;  This project will, as aforementioned, track the performance of Jim Cramer&#8217;s recommendations over varying periods of time, and in porftolios of his picks which fit varying criteria.  The object of the project will be, of course, to determine the implications of the &#8220;Mad Money&#8221; picks&#8217; performance on the EMH.  Interested, qualified researchers are invited to participate by emailing me at the above listed email address.</p>
<p>I am rather excited to commence work on this project, and also for the launch of what I hope will grow to be a valuable resource for research in financial theory.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2006%2F10%2Fthe-emh-project%2F';
  addthis_title  = 'The+EMH+Project';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2006/10/the-emh-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developments Forthcoming &#8230;</title>
		<link>http://www.coreygallon.com/2006/10/developments-forthcoming/</link>
		<comments>http://www.coreygallon.com/2006/10/developments-forthcoming/#comments</comments>
		<pubDate>Tue, 10 Oct 2006 18:29:24 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[General Posts]]></category>
		<category><![CDATA[EMH]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[shift8]]></category>
		<category><![CDATA[the EMH project]]></category>
		<category><![CDATA[TL]]></category>

		<guid isPermaLink="false">http://corey.shift8.net/2006/10/10/developments-forthcoming/</guid>
		<description><![CDATA[A Long Overdue Update It&#8217;s been quite a while since I&#8217;ve updated this blog, due largely to a hectic schedule. There are, however, significant developments forthcoming both at SHiFT8 and its hosted sites &#8212; TournamentLadder and TRUSoldiersClan. TournamentLadder (TL) is currently being redesigned from the ground-up. Brendon (my partner) and I are intent on re-releasing [...]]]></description>
			<content:encoded><![CDATA[<p><strong>A Long Overdue Update</strong><br />
It&#8217;s been quite a while since I&#8217;ve updated this blog, due largely to a hectic schedule.  There are, however, significant developments forthcoming both at <a href="http://www.shift8.net">SHiFT8</a> and its hosted sites &#8212; <a href="http://www.tournamentladder.com">TournamentLadder</a> and <a href="http://www.trusoldiersclan.com">TRUSoldiersClan</a>.  <span id="more-12"></span></p>
<p>TournamentLadder (TL) is currently being redesigned from the ground-up.  <a href="http://brendon.shift8.net">Brendon</a> (my partner) and I are intent on re-releasing TournamentLadder as a new, innovative approach to online gaming.  The planned features are, as of the present moment, being kept at a close-hold to maintain the integrity of our intellectual property.  Needless to say, we are confident that the newly released TL will generate a great deal of buzz in the gaming community, as it did in the small community it was tested in during its initial release period.</p>
<p>The former TL TeamSpeak, and future TL IRC, server is still down.  I physically removed it from the colocation site several months ago, but have not yet taken the time to complete the OS upgrades and IRC server installation.  Chalk this one up to procrastination/laziness on my part! (D&#8217;Oh!)  This is still temporary (I swear) and I hope to remedy this soon.  It is, unfortunately, not high on my list of priorities at this time.</p>
<p><strong>Tentative New Project</strong><br />
I am presently considering another project to add to this chaotic mix.  I feel it would be rather interesting to analyze the price movements of <a href="http://moneycentral.msn.com/content/CNBCTV/TV_Info/P108231.asp">Jim Cramer&#8217;s &#8220;Mad Money&#8221;</a> stock picks.  There are other sites which currently perform <em>similar</em>, but not identical analysis to that which I have in mind.</p>
<p>I am interested in this largely due to my ongoing research on the Efficient Market Hypothesis &#8212; a tenet of modern financial theory.  I wrote my honors thesis on the subject during my senior year at Loyola University Chicago.  (I will make this paper available at some point in the near future.)  The efficiency of financial markets is a fascinating subject which has generated it&#8217;s fair share of controversy within academic circles for decades.  Analysis of the price movements of Jim Cramer&#8217;s stock picks would provide valuable, contemporary insight on this topic.  </p>
<p>I haven&#8217;t the time &#8212; or, quite honestly, the patience requisite to endure Jim&#8217;s on-screen antics &#8212; to watch the show daily.  This means that the data will have to be compiled from third-party sources.  I have not yet identified this source.  Without some sort of data-sharing agreement with one of the sites that publish this information, automated data compilation would require a fair bit of coding on my part.  This, then, clearly has implications on my already-limited time.  This is the major factor keeping this project in the planning phase.</p>
<p><strong>Epilogue</strong><br />
This projects are, as ever, works-in-progress.  More information will be disseminated as it becomes available.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2006%2F10%2Fdevelopments-forthcoming%2F';
  addthis_title  = 'Developments+Forthcoming+%26%238230%3B';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2006/10/developments-forthcoming/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TeamSpeak Server Down</title>
		<link>http://www.coreygallon.com/2006/06/teamspeak-server-down/</link>
		<comments>http://www.coreygallon.com/2006/06/teamspeak-server-down/#comments</comments>
		<pubDate>Thu, 15 Jun 2006 02:09:49 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[Tournament Ladder]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[TL]]></category>

		<guid isPermaLink="false">http://corey.shift8.net/2006/06/14/teamspeak-server-down/</guid>
		<description><![CDATA[I&#8217;ve taken the TeamSpeak server down. I&#8217;m going to be changing some things with it, and using it to host the Tournament Ladder IRC server. The server should be available in early July at irc.tournamentladder.com. More information as it is available&#8230;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve taken the TeamSpeak server down.  I&#8217;m going to be changing some things with it, and using it to host the Tournament Ladder IRC server.  The server should be available in early July at irc.tournamentladder.com.  More information as it is available&#8230;</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2006%2F06%2Fteamspeak-server-down%2F';
  addthis_title  = 'TeamSpeak+Server+Down';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2006/06/teamspeak-server-down/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cricket Flash Game</title>
		<link>http://www.coreygallon.com/2006/03/cricket-flash-game/</link>
		<comments>http://www.coreygallon.com/2006/03/cricket-flash-game/#comments</comments>
		<pubDate>Wed, 08 Mar 2006 04:59:25 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[General Posts]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://corey.shift8.net/2006/03/07/cricket-flash-game/</guid>
		<description><![CDATA[Well, this game is too good to pass up &#8212; so I had to snatch it and host it here too. Click here to play the game. Enjoy!]]></description>
			<content:encoded><![CDATA[<p>Well, this game is too good to pass up &#8212; so I had to snatch it and host it here too.  Click <a href="http://corey.shift8.net/wp-content/uploads/2006/03/CricketGame.swf">here</a> to play the game.  Enjoy!</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2006%2F03%2Fcricket-flash-game%2F';
  addthis_title  = 'Cricket+Flash+Game';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2006/03/cricket-flash-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Simpsons &#8212; Season 11 &#8211; Episode 5 &#8212; E-I-E-I-(Annoyed Grunt)</title>
		<link>http://www.coreygallon.com/2006/02/the-simpsons-11x05/</link>
		<comments>http://www.coreygallon.com/2006/02/the-simpsons-11x05/#comments</comments>
		<pubDate>Fri, 24 Feb 2006 08:47:50 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[General Posts]]></category>
		<category><![CDATA[comedy]]></category>
		<category><![CDATA[the simpsons]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://corey.shift8.net/2006/02/24/the-simpsons-season-11-episode-5-e-i-e-i-annoyed-grunt/</guid>
		<description><![CDATA[Well, I&#8217;ve finally succumbed to Belly&#8217;s incessant nagging and I have posted one of the greatest Simpsons episodes of all time here. &#8220;I have to go to ze lobby!&#8221;]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve finally succumbed to Belly&#8217;s incessant nagging and I have posted one of the greatest Simpsons episodes of all time <a href="http://corey.shift8.net/files/1105 [AABF19] - E-I-E-I-(Annoyed Grunt).avi">here</a>.  &#8220;I have to go to ze lobby!&#8221;</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2006%2F02%2Fthe-simpsons-11x05%2F';
  addthis_title  = 'The+Simpsons+%26%238212%3B+Season+11+%26%238211%3B+Episode+5+%26%238212%3B+E-I-E-I-%28Annoyed+Grunt%29';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2006/02/the-simpsons-11x05/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TeamSpeak!</title>
		<link>http://www.coreygallon.com/2006/02/teamspeak/</link>
		<comments>http://www.coreygallon.com/2006/02/teamspeak/#comments</comments>
		<pubDate>Wed, 22 Feb 2006 01:00:27 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[Tournament Ladder]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[TL]]></category>

		<guid isPermaLink="false">http://corey.shift8.net/2006/02/21/teamspeak/</guid>
		<description><![CDATA[Well &#8230; I&#8217;m now hosting a TeamSpeak (TS) server. It can be found at 208.57.44.122:7783. Please email me for the server password if you are interested in using the server. Join us in &#8220;Ze Lobby.&#8221; Word.]]></description>
			<content:encoded><![CDATA[<p>Well &#8230; I&#8217;m now hosting a TeamSpeak (TS) server.  It can be found at 208.57.44.122:7783.  Please email me for the server password if you are interested in using the server.  Join us in &#8220;Ze Lobby.&#8221;</p>
<p>Word.</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2006%2F02%2Fteamspeak%2F';
  addthis_title  = 'TeamSpeak%21';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2006/02/teamspeak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mario Dance!</title>
		<link>http://www.coreygallon.com/2006/02/mario-dance/</link>
		<comments>http://www.coreygallon.com/2006/02/mario-dance/#comments</comments>
		<pubDate>Sat, 18 Feb 2006 22:25:31 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[General Posts]]></category>
		<category><![CDATA[comedy]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://corey.shift8.net/?p=5</guid>
		<description><![CDATA[The brother of a friend of mine -- Mark Bellio (aka "Belly-HO") -- has filmed himself in a spoof of the closing credits to that old-school "Super Mario Brothers Super Show" program.  It is absolutely hillarious!

The video can be found <a href="http://corey.shift8.net/files/Mario_Dance.wmv">here</a>.]]></description>
			<content:encoded><![CDATA[<p>Well, it seems a little silly to make the first substantive post (if this post qualifies as such) to the blog a link to this video, but it made me laugh so hard that I couldn&#8217;t resist.</p>
<p>The brother of a friend of mine &#8212; Mark Bellio (aka &#8220;Belly-HO&#8221;) &#8212; has filmed himself in a spoof of the closing credits to that old-school &#8220;Super Mario Brothers Super Show&#8221; program.  It is absolutely hillarious!</p>
<p>The video can be found <a href="http://files.shift8.net/public/Mario_Dance.wmv">here</a>.  (NOTE:  If this video gains momentum and robs me of too much of my bandwidth allotment, I will move it and publish the new location here.)</p>
<p>Enjoy!</p>
<p>[video]http://files.shift8.net/public/Mario_Dance.wmv[/video]</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2006%2F02%2Fmario-dance%2F';
  addthis_title  = 'Mario+Dance%21';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2006/02/mario-dance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://files.shift8.net/public/Mario_Dance.wmv" length="7077398" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Enter the Blog &#8230;</title>
		<link>http://www.coreygallon.com/2006/02/enter-the-blog/</link>
		<comments>http://www.coreygallon.com/2006/02/enter-the-blog/#comments</comments>
		<pubDate>Wed, 15 Feb 2006 05:00:54 +0000</pubDate>
		<dc:creator>captivus</dc:creator>
				<category><![CDATA[General Posts]]></category>

		<guid isPermaLink="false">http://corey.shift8.net/?p=3</guid>
		<description><![CDATA[Well, this is the first entry here &#8230; I&#8217;ll certainly post more when I have both the time and the subject matter. Word to your uncle!]]></description>
			<content:encoded><![CDATA[<p>Well, this is the first entry here &#8230; I&#8217;ll certainly post more when I have both the time and the subject matter.</p>
<p>Word to your uncle!</p>
<div style="text-align:center"><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.coreygallon.com%2F2006%2F02%2Fenter-the-blog%2F';
  addthis_title  = 'Enter+the+Blog+%26%238230%3B';
  addthis_pub    = 'coreygallon';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.coreygallon.com/2006/02/enter-the-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

