<?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 &#187; General Posts</title>
	<atom:link href="http://www.coreygallon.com/category/general_posts/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>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>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>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>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>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>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>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>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>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>

