<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Info-Zombie</title>
	<atom:link href="http://richardbrackin.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://richardbrackin.wordpress.com</link>
	<description>A gooey, squishy mashup of technology</description>
	<lastBuildDate>Mon, 15 Sep 2008 02:33:27 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
		<url>http://www.gravatar.com/blavatar/e910cd1b3f39b5eb6b0bb30728f1ecff?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Info-Zombie</title>
		<link>http://richardbrackin.wordpress.com</link>
	</image>
			<item>
		<title>OS X 10.5 stuff to tweak</title>
		<link>http://richardbrackin.wordpress.com/2008/09/14/os-x-105-stuff-to-tweak/</link>
		<comments>http://richardbrackin.wordpress.com/2008/09/14/os-x-105-stuff-to-tweak/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 01:17:08 +0000</pubDate>
		<dc:creator>richardbrackin</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[apple]]></category>

		<guid isPermaLink="false">http://richardbrackin.wordpress.com/?p=140</guid>
		<description><![CDATA[This comes courtesy of macosxhints and is definitely in a list of things
I plan to do in the morning.&#160;
*** Disable Shadow In Screen Window Captures ***&#160;
In Leopard, there is a shadow around whole-window during screenshots (ie,
Command-Shift-4, Space). This can be disabled from Terminal with this command:

defaults write com.apple.screencapture disable-shadow -bool true 
To make the changes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=140&subd=richardbrackin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span class="Apple-style-span" style="word-spacing:0;font:11px verdana;text-transform:none;color:rgb(0,0,51);text-indent:0;white-space:normal;letter-spacing:normal;border-collapse:separate;text-align:justify;orphans:2;widows:2;">This comes courtesy of macosxhints and is definitely in a list of things<br />
I plan to do in the morning.</span>&nbsp;</p>
<p><span class="Apple-style-span" style="word-spacing:0;font:11px verdana;text-transform:none;color:rgb(0,0,51);text-indent:0;white-space:normal;letter-spacing:normal;border-collapse:separate;text-align:justify;orphans:2;widows:2;">*** Disable Shadow In Screen Window Captures ***</span>&nbsp;</p>
<p><span class="Apple-style-span" style="word-spacing:0;font:11px verdana;text-transform:none;color:rgb(0,0,51);text-indent:0;white-space:normal;letter-spacing:normal;border-collapse:separate;text-align:justify;orphans:2;widows:2;">In Leopard, there is a shadow around whole-window during screenshots (ie,<br />
Command-Shift-4, Space). This can be disabled from Terminal with this command:<br />
</span></p>
<pre style="font-size:12px;color:rgb(159,45,0);font-family:Monaco, Courier, monospace;"><code style="font-size:100%;color:rgb(159,45,0);font-family:Monaco, Courier, monospace;">defaults write com.apple.screencapture disable-shadow -bool true </code></pre>
<p>To make the changes take effect, logout and login, or restart<span class="Apple-converted-space">&nbsp;</span><tt>SystemUIServer</tt>.<span class="Apple-converted-space">&nbsp;</span></p>
<p>[<b>robg adds:</b><span class="Apple-converted-space">&nbsp;</span>This works, and I activated it with<span class="Apple-converted-space">&nbsp;</span><tt>killall SystemUIServer</tt><span class="Apple-converted-space">&nbsp;</span>in Terminal. To add the shadow effect back in, delete the newly-added pref:<span class="Apple-converted-space">&nbsp;</span><tt>defaults<br />
delete co</tt><tt>m.apple.screencapture disable-shadow</tt>, then restart<span class="Apple-converted-space">&nbsp;</span><tt>SystemUIServer</tt><span class="Apple-converted-space">&nbsp;</span>again.]</p>
<p>&#8212;&#8211;</p>
<p>*** Set Help Window to NON FLOAT ***</p>
<p><span class="Apple-style-span" style="word-spacing:0;font:11px verdana;text-transform:none;color:rgb(0,0,51);text-indent:0;white-space:normal;letter-spacing:normal;border-collapse:separate;text-align:justify;orphans:2;widows:2;">he following Terminal command will revert the Help Viewer window to its &#8220;not<br />
always floating&#8221; 10.4 behavior:<br />
</span></p>
<pre style="font-size:12px;color:rgb(159,45,0);font-family:Monaco, Courier, monospace;"><code style="font-size:100%;color:rgb(159,45,0);font-family:Monaco, Courier, monospace;">defaults write com.apple.helpviewer NormalWindow -bool true</code></pre>
<p>Additionally, execute the following (<tt>bash</tt>) commands as an administrator in Terminal to have access to the application via Command-Tab or its Dock icon:</p>
<pre style="font-size:12px;color:rgb(159,45,0);font-family:Monaco, Courier, monospace;"><code style="font-size:100%;color:rgb(159,45,0);font-family:Monaco, Courier, monospace;">i=/System/Library/CoreServices/Help\ Viewer.app/Contents/Info.plist sudo defaults write "${i%.plist}" LSUIElement 0 sudo chmod 644 "$i"</code></pre>
<p>Sources:</p>
<ul>
<li>
<a href="http://episteme.arstechnica.com/eve/forums/a/tpc/f/8300945231/m/270006452931">Non-floating window command</a><span class="Apple-converted-space">&nbsp;</span>from Ars OpenForum.</li>
<li>
<a href="http://www.macosxhints.com/comment.php?mode=view&amp;cid=18081&amp;query=LSUIElement">Command-Tab and Dock icon</a><span class="Apple-converted-space">&nbsp;</span>from macosxhints.</li>
</ul>
<p>[<b>robg adds:</b><span class="Apple-converted-space">&nbsp;</span>This hint makes the second half of<span class="Apple-converted-space">&nbsp;</span><a href="http://www.macosxhints.com/article.php?story=20080206043958126">this previous hint</a><span class="Apple-converted-space">&nbsp;</span>(which required hacking the Help Viewer executable code to change the window behavior) irrelevant.<br />
There's still some good info in the previous hint if you'd like to not only gain a dock icon for Help Viewer, but also change the window's behavior (by editing its .nib file). For most people, though, I suspect the simple Terminal command in this hint will be sufficient. I went through the Help Viewer binary files in the 10.5 release, and I honestly don't recall seeing the<tt>NormalWindow</tt><span class="Apple-converted-space">&nbsp;</span>string<br />
anywhere, so this may be new in 10.5.3 (or I just overlooked it with the earlier release).]&nbsp;</p>
<p>&#8212;&#8211;</p>
<p>*** Show All 64 bit apps using terminal ***</p>
<p><span class="Apple-style-span" style="word-spacing:0;font:11px verdana;text-transform:none;color:rgb(0,0,51);text-indent:0;white-space:normal;letter-spacing:normal;border-collapse:separate;text-align:justify;orphans:2;widows:2;">
<pre style="font-size:12px;color:rgb(159,45,0);font-family:Monaco, Courier, monospace;"><code style="font-size:100%;color:rgb(159,45,0);font-family:Monaco, Courier, monospace;">#
For Intel: locate -0 app/Contents/MacOS/ | xargs -0 file | grep x86_64</code></pre>
<p>&#8212;-
<pre style="font-size:12px;color:rgb(159,45,0);font-family:Monaco, Courier, monospace;"><code style="font-size:100%;color:rgb(159,45,0);font-family:Monaco, Courier, monospace;"></code>&nbsp;</pre>
<pre style="font-size:12px;color:rgb(159,45,0);font-family:Monaco, Courier, monospace;"><code style="font-size:100%;color:rgb(159,45,0);font-family:Monaco, Courier, monospace;"></code>&nbsp;</pre>
<p></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/richardbrackin.wordpress.com/140/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/richardbrackin.wordpress.com/140/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/richardbrackin.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/richardbrackin.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/richardbrackin.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/richardbrackin.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/richardbrackin.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/richardbrackin.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/richardbrackin.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/richardbrackin.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/richardbrackin.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/richardbrackin.wordpress.com/140/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=140&subd=richardbrackin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://richardbrackin.wordpress.com/2008/09/14/os-x-105-stuff-to-tweak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9642203875b18a12ad85c734b6ecbd8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardbrackin</media:title>
		</media:content>
	</item>
		<item>
		<title>File Sharing Websites (No. Not THAT kind)</title>
		<link>http://richardbrackin.wordpress.com/2008/03/17/file-sharing-websites-no-not-that-kind/</link>
		<comments>http://richardbrackin.wordpress.com/2008/03/17/file-sharing-websites-no-not-that-kind/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 14:00:23 +0000</pubDate>
		<dc:creator>richardbrackin</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[commerce]]></category>
		<category><![CDATA[imaging]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://richardbrackin.wordpress.com/?p=131</guid>
		<description><![CDATA[Here at work, we run across some pretty large files. The majority are larger than what traditional email can cope with. Traditional FTP is our primary choice. For whatever reason (firewalls, corporate policy, ignorance) some people just won&#8217;t get with the program &#8211; even when it&#8217;s FREE.Unlike Bittorrent, Azureus, Limewire etc., these are probably a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=131&subd=richardbrackin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here at work, we run across some <i>pretty large</i> files. The majority are larger than what traditional email can cope with. Traditional FTP is our primary choice. For whatever reason (firewalls, corporate policy, ignorance) some people just won&#8217;t get with the program &#8211; <i>even</i> when it&#8217;s FREE.Unlike Bittorrent, Azureus, Limewire etc., these are probably a bit more private. I&#8217;d send sensitive data through the sites below before I&#8217;d use the Bittorrent stuff.Firewalls and corporate policy are legitimate concerns. They may even make these apps below stop working. Give them a try to find out. They are really handy.Without further ado, here are some of my favorites: (note you&#8217;ll probably have to click on the picture thumbnail to see the picture. Not sure what happened&#8230;)</p>
<hr /> <a href="http://www.yousendit.com" title="YouSendIt">yousendit.com</a> &#8211; About as simple as it gets. It&#8217;s free. It&#8217;s a website. If you register you get a few more perks. Registration isn&#8217;t mandatory, though. <b><i> </i></b>You need to know your email address and the addresses of the people you want to send the file.</p>
<table>
<tr>
<td><a href="http://RichardBrackin.smugmug.com/photos/265683856_V58xs-M.png"><img src="http://richardbrackin.files.wordpress.com/2008/03/265683856-v58xs-m-tm.jpg?w=64&#038;h=100" alt="265683856 V58Xs-M" border="1" height="100" hspace="4" vspace="4" width="64" /></a></td>
<td>As you can see from here, the interface is minimal. It&#8217;s not a big deal to learn. It&#8217;s just a matter of putting a little bit of relevant information in there and shooting it across to the people waiting for it. Your recipient receives an email when the uploaded file ready for them to download. Make sure yousendit is not on their spam blacklist or it will go unnoticed.</td>
</tr>
</table>
<hr /> <a href="http://www.eatlime.com" title="EatLime">Eatlime.com</a> &#8211; Pretty nifty little site in that a download can begin concurrently with the uplaod. This is handy for large time-sensitive files up to 1GB (1000 megabytes) in size. Consider the following:</p>
<ul>
<li>with a T-1, you get approx. 170KB/Sec upload speed.</li>
<li>Sending a 1GB file can take upwards of 90 minutes to upload.</li>
<li>It takes another 90 minutes to download. In that time, 3 hours is gone.</li>
</ul>
<p>With an app like this, the time is almost reduced by half. It helps if the upload is a little quicker than the download.</p>
<table>
<tr>
<td><a href="http://RichardBrackin.smugmug.com/photos/265683835_vP6V5-M.png"><img src="http://richardbrackin.files.wordpress.com/2008/03/265683835-vp6v5-m-tm.jpg?w=237&#038;h=100" alt="265683835 Vp6V5-M" border="1" height="100" hspace="4" vspace="4" width="237" /></a></td>
<td>Registering with the site will allow you to send up to 1GB files. It&#8217;s simple. Just click &#8220;Add Files&#8221; and select the files you want to send. It will begin uploading and give you the share link below. Just copy and email it to the recipient. It&#8217;s a big time saver to be able to concurrently upload and download files.</td>
</tr>
</table>
<hr /> <a href="http://www.pipebytes.com" title="PipeBytes">Pipebytes</a> &#8211; This is another concurrent file transfer site. You can send any size file through here. The only catch, if you call it that, is if you want to send the file for multiple downloads, you have to upload it again. It doesn&#8217;t just sit somewhere waiting to be downloaded by anyone with a link to it.</p>
<table>
<tr>
<td><a href="http://RichardBrackin.smugmug.com/photos/265683820_ze2zH-M.png"><img src="http://richardbrackin.files.wordpress.com/2008/03/265683820-ze2zh-m-tm.jpg?w=47&#038;h=100" alt="265683820 Ze2Zh-M" border="1" height="100" hspace="4" vspace="4" width="47" /></a></td>
<td>Here are several windows showing different states of the file transfer. First, you pick some files or folders to upload (top screen). It gives a pickup code. The other person goes to Pipebytes and enters the pickup code. (middle window). Finally, the recipient gets a window to begin downloading. Simple as that. All you have to do is call or email the pickup code to the recipient.</td>
</tr>
</table>
<hr /> <a href="http://drop.io" title="Drop Io">Drop.io</a> &#8211; No email signup and no accounts to manage. This is kind of like the photo site pixentral.com. You can subscribe to different drop points. Read below to see what I mean.</p>
<table>
<tr>
<td><a href="http://RichardBrackin.smugmug.com/photos/265683803_wj85F-M.png"><img src="http://richardbrackin.files.wordpress.com/2008/03/265683803-wj85f-m-tm.jpg?w=95&#038;h=100" alt="265683803 Wj85F-M" border="1" height="100" hspace="4" vspace="4" width="95" /></a></td>
<td>Here is the main working area. What you do is:</p>
<ol>
<li>add a file by clicking the green &#8220;Add Files&#8221; button.</li>
<li>Then, you assign the files you drop a web address (minimum 7 characters).</li>
<li>You also have option to password protect.</li>
<li>You can have the file remain available for a specific time.</li>
<li>You can decide how others access the file.</li>
<li>Finally click the red &#8220;Drop It&#8221; button.</li>
</ol>
</td>
</tr>
</table>
<table>
<tr>
<td><a href="http://RichardBrackin.smugmug.com/photos/265683792_azk74-M.png"><img src="http://richardbrackin.files.wordpress.com/2008/03/265683792-azk74-m-tm.jpg?w=265&#038;h=100" alt="265683792 Azk74-M" border="1" height="100" hspace="4" vspace="4" width="265" /></a></td>
<td>The cool part:</p>
<ul>
<li>The url is the site the recipient can go to pull the file(s) down.</li>
<li>The Email address is cool. You  send an image to that email address and it is sent up to that page.</li>
<li>Same goes for voicemail</li>
</ul>
</td>
</tr>
</table>
<hr /> <a href="http://www.podmailing.com/" title="Podmailing">Podmailing</a> &#8211; More like Pando than most of the rest. I wasn&#8217;t thrilled with the upload speed this last time. Hopefully something was temporarily messed up somewhere. The file made it, but &#8230; hmmm. Oh well. It&#8217;s worked before so I&#8217;ll talk about it.Basically, what you do is:</p>
<ol>
<li>download and install the OS X or Windows client.</li>
<li>click &#8220;new&#8221;</li>
<li>Locate files you want to upload</li>
<li>set the email address to receive the link and begin the transfer.</li>
</ol>
<p><a href="http://RichardBrackin.smugmug.com/photos/265683775_Uk8Pm-M.png"><img src="http://richardbrackin.files.wordpress.com/2008/03/265683775-uk8pm-m-tm.jpg?w=208&#038;h=100" alt="265683775 Uk8Pm-M" border="1" height="100" hspace="4" vspace="4" width="208" /></a><br />
Your recipient will receive an email link. Their podmail client will open it up and that&#8217;s all there is to it.</p>
<hr /> <a href="http://pando.com/" title="Pando">Pando</a> &#8211; Ah, Pando. We use this mostly. It requires a download but I think it&#8217;s one of the smoothest non-concurrent file sharing apps around. It&#8217;s probably the best secret nobody  (other than nearly 20 million people) know about.</p>
<table>
<tr>
<td><a href="http://RichardBrackin.smugmug.com/photos/265683843_5xxwJ-M.png"><img src="http://richardbrackin.files.wordpress.com/2008/03/265683843-5xxwj-m-tm.jpg?w=134&#038;h=100" alt="265683843 5Xxwj-M" border="1" height="100" hspace="4" vspace="4" width="134" /></a></td>
<td>You just select a file, upload and the person will receive an email the file is ready. You can also keep track of when they pull the file down onto their computer.</td>
</tr>
</table>
<hr /> <a href="http://www.anyclient.com/applet.html" title="Any Client">Anyclient</a> &#8211; This is basically a dedicated FTP client that runs as a Java App inside a browser. Even though there are plenty of free standalone FTP clients, not everyone seems interested. Also, many corporations have computers locked down. People can&#8217;t install new software. As long as Java is enabled, you can run this.</p>
<table>
<tr>
<td><a href="http://RichardBrackin.smugmug.com/photos/265683764_XtVzq-M.png"><img src="http://richardbrackin.files.wordpress.com/2008/03/265683764-xtvzq-m-tm.jpg?w=141&#038;h=100" alt="265683764 Xtvzq-M" border="1" height="100" hspace="4" vspace="4" width="141" /></a></td>
<td>Here is the main connect window that opens inside your browser.</p>
<ul>
<li>host: generally in the format of <code>ftp.somewhere.com</code></li>
<li>username is supplied by the people on the other side</li>
<li>password is generally case sensitive and supplied by the people who give the user name</li>
<li>connection type will generally be <code>ftp</code> but may also be sftp or something else. Bank on <code>ftp</code> though.</li>
<li>Local Directory can be left blank. Many people put a forward slash (that thing under the ? key.</li>
<li>Remote Directory can be left blank in most cases.</li>
</ul>
</td>
</tr>
</table>
<p>Once connected, you will see your local system on the left and the server you have connected to on the right. When you are done, just disconnect.<a href="http://RichardBrackin.smugmug.com/photos/265683755_HJCRb-M.png"><img src="http://richardbrackin.files.wordpress.com/2008/03/265683755-hjcrb-m-tm.jpg?w=116&#038;h=100" alt="265683755 Hjcrb-M" border="1" height="100" hspace="4" vspace="4" width="116" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/richardbrackin.wordpress.com/131/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/richardbrackin.wordpress.com/131/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/richardbrackin.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/richardbrackin.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/richardbrackin.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/richardbrackin.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/richardbrackin.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/richardbrackin.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/richardbrackin.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/richardbrackin.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/richardbrackin.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/richardbrackin.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=131&subd=richardbrackin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://richardbrackin.wordpress.com/2008/03/17/file-sharing-websites-no-not-that-kind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9642203875b18a12ad85c734b6ecbd8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardbrackin</media:title>
		</media:content>

		<media:content url="http://richardbrackin.files.wordpress.com/2008/03/265683856-v58xs-m-tm.jpg" medium="image">
			<media:title type="html">265683856 V58Xs-M</media:title>
		</media:content>

		<media:content url="http://richardbrackin.files.wordpress.com/2008/03/265683835-vp6v5-m-tm.jpg" medium="image">
			<media:title type="html">265683835 Vp6V5-M</media:title>
		</media:content>

		<media:content url="http://richardbrackin.files.wordpress.com/2008/03/265683820-ze2zh-m-tm.jpg" medium="image">
			<media:title type="html">265683820 Ze2Zh-M</media:title>
		</media:content>

		<media:content url="http://richardbrackin.files.wordpress.com/2008/03/265683803-wj85f-m-tm.jpg" medium="image">
			<media:title type="html">265683803 Wj85F-M</media:title>
		</media:content>

		<media:content url="http://richardbrackin.files.wordpress.com/2008/03/265683792-azk74-m-tm.jpg" medium="image">
			<media:title type="html">265683792 Azk74-M</media:title>
		</media:content>

		<media:content url="http://richardbrackin.files.wordpress.com/2008/03/265683775-uk8pm-m-tm.jpg" medium="image">
			<media:title type="html">265683775 Uk8Pm-M</media:title>
		</media:content>

		<media:content url="http://richardbrackin.files.wordpress.com/2008/03/265683843-5xxwj-m-tm.jpg" medium="image">
			<media:title type="html">265683843 5Xxwj-M</media:title>
		</media:content>

		<media:content url="http://richardbrackin.files.wordpress.com/2008/03/265683764-xtvzq-m-tm.jpg" medium="image">
			<media:title type="html">265683764 Xtvzq-M</media:title>
		</media:content>

		<media:content url="http://richardbrackin.files.wordpress.com/2008/03/265683755-hjcrb-m-tm.jpg" medium="image">
			<media:title type="html">265683755 Hjcrb-M</media:title>
		</media:content>
	</item>
		<item>
		<title>University of Alabama A-Day Game &#8211; Over 92,000 strong</title>
		<link>http://richardbrackin.wordpress.com/2007/04/21/university-of-alabama-a-day-game-over-92000-strong/</link>
		<comments>http://richardbrackin.wordpress.com/2007/04/21/university-of-alabama-a-day-game-over-92000-strong/#comments</comments>
		<pubDate>Sun, 22 Apr 2007 03:02:36 +0000</pubDate>
		<dc:creator>richardbrackin</dc:creator>
				<category><![CDATA[a-day]]></category>
		<category><![CDATA[alabama]]></category>
		<category><![CDATA[crimson tide]]></category>
		<category><![CDATA[football]]></category>
		<category><![CDATA[sports]]></category>

		<guid isPermaLink="false">http://richardbrackin.wordpress.com/2007/04/21/university-of-alabama-a-day-game-over-92000-strong/</guid>
		<description><![CDATA[We attended the record-setting A-Day game (spring practice) for the University of Alabama football team. 
I think most people went to see Nick Saban step onto the field as an ally.  
There were over 92,000 fans there today. They had to close the gates during the 2nd quarter because the stadium had reached its [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=128&subd=richardbrackin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>We attended the record-setting A-Day game (spring practice) for the University of Alabama football team. </p>
<p>I think most people went to see Nick Saban step onto the field as an ally.  <img src='http://s.wordpress.com/wp-includes/images/smilies/face-smile.png' alt=':)' class='wp-smiley' /><br />
There were over 92,000 fans there today. They had to close the gates during the 2nd quarter because the stadium had reached its capacity.</p>
<p>Needless to say, this is record.<br />
<a href="http://www.youtube.com/watch?v=fDpgdSOwazM"></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/richardbrackin.wordpress.com/128/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/richardbrackin.wordpress.com/128/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/richardbrackin.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/richardbrackin.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/richardbrackin.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/richardbrackin.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/richardbrackin.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/richardbrackin.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/richardbrackin.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/richardbrackin.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/richardbrackin.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/richardbrackin.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=128&subd=richardbrackin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://richardbrackin.wordpress.com/2007/04/21/university-of-alabama-a-day-game-over-92000-strong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9642203875b18a12ad85c734b6ecbd8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardbrackin</media:title>
		</media:content>
	</item>
		<item>
		<title>Photoshop CS3 Extended + Mac Pro 8-core</title>
		<link>http://richardbrackin.wordpress.com/2007/04/17/photoshop-cs3-extended-mac-pro-8-core/</link>
		<comments>http://richardbrackin.wordpress.com/2007/04/17/photoshop-cs3-extended-mac-pro-8-core/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 03:46:00 +0000</pubDate>
		<dc:creator>richardbrackin</dc:creator>
				<category><![CDATA[Mac Pro]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apple inc.]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://richardbrackin.wordpress.com/2007/04/17/photoshop-cs3-extended-mac-pro-8-core/</guid>
		<description><![CDATA[Radial Blur applied to 40&#8243; x 60&#8243; image (16-bit) at 300ppi resolution.
It would appear all 8 processors are being used.
I&#8217;m happy.


       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=126&subd=richardbrackin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Radial Blur applied to 40&#8243; x 60&#8243; image (16-bit) at 300ppi resolution.<br />
It would appear all 8 processors are being used.</p>
<p>I&#8217;m happy.<br />
<img src="http://richardbrackin.files.wordpress.com/2007/04/pscs3b.jpg" alt="8-cores a blazin" /><br />
<img src="http://richardbrackin.files.wordpress.com/2007/04/pscs3a.jpg" alt="8-cores a blazin'" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/richardbrackin.wordpress.com/126/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/richardbrackin.wordpress.com/126/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/richardbrackin.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/richardbrackin.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/richardbrackin.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/richardbrackin.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/richardbrackin.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/richardbrackin.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/richardbrackin.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/richardbrackin.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/richardbrackin.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/richardbrackin.wordpress.com/126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=126&subd=richardbrackin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://richardbrackin.wordpress.com/2007/04/17/photoshop-cs3-extended-mac-pro-8-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9642203875b18a12ad85c734b6ecbd8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardbrackin</media:title>
		</media:content>

		<media:content url="http://richardbrackin.files.wordpress.com/2007/04/pscs3b.jpg" medium="image">
			<media:title type="html">8-cores a blazin</media:title>
		</media:content>

		<media:content url="http://richardbrackin.files.wordpress.com/2007/04/pscs3a.jpg" medium="image">
			<media:title type="html">8-cores a blazin'</media:title>
		</media:content>
	</item>
		<item>
		<title>New Shell-Ferrari F1 Commercial</title>
		<link>http://richardbrackin.wordpress.com/2007/03/22/new-shell-ferrari-f1-commercial/</link>
		<comments>http://richardbrackin.wordpress.com/2007/03/22/new-shell-ferrari-f1-commercial/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 20:17:46 +0000</pubDate>
		<dc:creator>richardbrackin</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[f1]]></category>

		<guid isPermaLink="false">http://richardbrackin.wordpress.com/2007/03/22/new-shell-ferrari-f1-commercial/</guid>
		<description><![CDATA[via thescuderia.net
If you like Ferrari then you cannot miss this commercial. Nuff said.
http://www.partizan.com/partizan/media/clips/729.mov
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=124&subd=richardbrackin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>via <a href="http://www.thescuderia.net">thescuderia.net</a></p>
<p>If you like Ferrari then you cannot miss this commercial. Nuff said.<br />
<a href="http://www.partizan.com/partizan/media/clips/729.mov">http://www.partizan.com/partizan/media/clips/729.mov</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/richardbrackin.wordpress.com/124/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/richardbrackin.wordpress.com/124/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/richardbrackin.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/richardbrackin.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/richardbrackin.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/richardbrackin.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/richardbrackin.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/richardbrackin.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/richardbrackin.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/richardbrackin.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/richardbrackin.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/richardbrackin.wordpress.com/124/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=124&subd=richardbrackin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://richardbrackin.wordpress.com/2007/03/22/new-shell-ferrari-f1-commercial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.partizan.com/partizan/media/clips/729.mov" length="17349993" type="video/quicktime" />
	
		<media:content url="http://1.gravatar.com/avatar/9642203875b18a12ad85c734b6ecbd8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardbrackin</media:title>
		</media:content>
	</item>
		<item>
		<title>MarketMaxx – Farm Futures and Options trading simulator (with prizes)</title>
		<link>http://richardbrackin.wordpress.com/2007/03/08/marketmaxx-%e2%80%93-farm-futures-and-options-trading-simulator-with-prizes/</link>
		<comments>http://richardbrackin.wordpress.com/2007/03/08/marketmaxx-%e2%80%93-farm-futures-and-options-trading-simulator-with-prizes/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 19:05:21 +0000</pubDate>
		<dc:creator>richardbrackin</dc:creator>
				<category><![CDATA[agriculture]]></category>
		<category><![CDATA[farming]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[stock market]]></category>

		<guid isPermaLink="false">http://richardbrackin.wordpress.com/2007/03/08/marketmaxx-%e2%80%93-farm-futures-and-options-trading-simulator-with-prizes/</guid>
		<description><![CDATA[If any of you are playing marketocracy, you might like this trading simulator, too.
If you win, they let you use this combine for 100 hours.

My father used to be a cotton farmer along with some corn and soybeans thrown in for good measure.
Years ago, he bought some software from FarmWorks that allowed us to digitize [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=123&subd=richardbrackin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If any of you are playing <a href="http://marketocracy.com/">marketocracy</a>, you might like this trading simulator, too.</p>
<p>If you win, they let you use this combine for 100 hours.</p>
<p><a href="http://richardbrackin.files.wordpress.com/2007/03/gleaner.jpg"><img src="http://richardbrackin.files.wordpress.com/2007/03/gleaner-tm.jpg?w=156&#038;h=100" height="100" width="156" border="1" hspace="4" vspace="4" alt="Gleaner" /></a></p>
<p>My father used to be a cotton farmer along with some corn and soybeans thrown in for good measure.<br />
Years ago, he bought some software from <a href="http://www.marketmaxx.net">FarmWorks</a> that allowed us to digitize aerial maps and keep track of everything.</p>
<p>Today I got an email from the Farm Works folks about a newsletter.<br />
So, I clicked it.<br />
The newsletter featured the online simulator <a href="http://www.marketmaxx.net">MarketMaxx</a>.</p>
<blockquote><p> Play this corn and soybean grain marketing game and you could be a big winner &#8211; in more ways than one. Learn how to develop a marketing plan, make fantasy grain trades and get expert advice from commodity gurus. There&#8217;s nothing to lose and plenty to gain. For details on how to begin your virtual marketing experience, click here for a complete tutorial.</p>
<p>Fantasy trade 100,000 bu. of Corn; 50,000 bu. of Soybeans</p></blockquote>
<p>I can&#8217;t make the tutorial work.<br />
On the serious side, if gives you insight into how difficult and risky farming can be.<br />
You do this wrong in the real world and your entire livelihood is on the auction block.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/richardbrackin.wordpress.com/123/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/richardbrackin.wordpress.com/123/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/richardbrackin.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/richardbrackin.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/richardbrackin.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/richardbrackin.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/richardbrackin.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/richardbrackin.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/richardbrackin.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/richardbrackin.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/richardbrackin.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/richardbrackin.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=123&subd=richardbrackin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://richardbrackin.wordpress.com/2007/03/08/marketmaxx-%e2%80%93-farm-futures-and-options-trading-simulator-with-prizes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9642203875b18a12ad85c734b6ecbd8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardbrackin</media:title>
		</media:content>

		<media:content url="http://richardbrackin.files.wordpress.com/2007/03/gleaner-tm.jpg" medium="image">
			<media:title type="html">Gleaner</media:title>
		</media:content>
	</item>
		<item>
		<title>I finally got MythTV working &#8212; It&#8217;s awesome</title>
		<link>http://richardbrackin.wordpress.com/2007/03/03/i-finally-got-mythtv-working-its-awesome/</link>
		<comments>http://richardbrackin.wordpress.com/2007/03/03/i-finally-got-mythtv-working-its-awesome/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 19:59:31 +0000</pubDate>
		<dc:creator>richardbrackin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mythtv]]></category>

		<guid isPermaLink="false">http://richardbrackin.wordpress.com/2007/03/03/i-finally-got-mythtv-working-its-awesome/</guid>
		<description><![CDATA[it took two solid weeks of waffling between failed installations of MythTV on Fedora and KnoppMyth, but I finally got it.
I&#8217;ve got MythTV working. I really, really do.
It is tremendous.
I can watch and play the recorded shows across wireless LAN on my laptop, too.
I&#8217;m currently setting up my Mac so i can do the same [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=120&subd=richardbrackin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>it took two solid weeks of waffling between failed installations of MythTV on Fedora and KnoppMyth, but I finally got it.</p>
<p>I&#8217;ve got MythTV working. I really, really do.<br />
It is tremendous.</p>
<p>I can watch and play the recorded shows across wireless LAN on my laptop, too.<br />
I&#8217;m currently setting up my Mac so i can do the same thing.</p>
<p>this is toooooo cool.</p>
<p>Running Fedora Core 6<br />
MythTV 0.20<br />
Hauppauge PVR-150<br />
NVIDIA 6200 LE 256MB<br />
Athlon 900 on an A-Open AK73-Pro(A) mobo</p>
<p>It&#8217;s been running smoothly for a few days.<br />
I&#8217;m the consummate tinkerer, so I&#8217;ll probably break it at any time while customizing it.<br />
That&#8217;s the only way to get better at it, though.</p>
<p>Now, to begin preparations for a high-end HDTV HTPC&#8230;<br />
moo ha ha ha ha</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/richardbrackin.wordpress.com/120/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/richardbrackin.wordpress.com/120/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/richardbrackin.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/richardbrackin.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/richardbrackin.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/richardbrackin.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/richardbrackin.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/richardbrackin.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/richardbrackin.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/richardbrackin.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/richardbrackin.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/richardbrackin.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=120&subd=richardbrackin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://richardbrackin.wordpress.com/2007/03/03/i-finally-got-mythtv-working-its-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9642203875b18a12ad85c734b6ecbd8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardbrackin</media:title>
		</media:content>
	</item>
		<item>
		<title>The Enterprise Tornado</title>
		<link>http://richardbrackin.wordpress.com/2007/03/02/the-enterprise-tornado/</link>
		<comments>http://richardbrackin.wordpress.com/2007/03/02/the-enterprise-tornado/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 06:25:01 +0000</pubDate>
		<dc:creator>richardbrackin</dc:creator>
				<category><![CDATA[alabama]]></category>
		<category><![CDATA[tornado]]></category>
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://richardbrackin.wordpress.com/2007/03/02/the-enterprise-tornado/</guid>
		<description><![CDATA[I saw an Enterprise, AL tornado report at fark.com. I can only hope the families don&#8217;t see it.
I typically refrain from human interest posting. Read the comments in this thread if you dare and you will understand why I was compelled to share my thoughts tonight.
People have been killed today and the majority of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=119&subd=richardbrackin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I saw an Enterprise, AL tornado report at <a href="http://forums.fark.com/cgi/fark/comments.pl?IDLink=2644223" title="disturbed people at fark.com" target="_blank">fark.com</a>. I can only hope the families don&#8217;t see it.</p>
<p>I typically refrain from human interest posting. Read the comments in this thread if you dare and you will understand why I was compelled to share my thoughts tonight.</p>
<p>People have been killed today and the majority of the posters at fark.com do nothing but make jokes about it. Several say they deserved it. Perhaps I misunderstand the point of fark.com. Even then, it doesn&#8217;t matter.</p>
<p>I&#8217;m always surprised how so many self-righteous gutterballs of humanity seem to display such  ignorance, closed-mindedness, and pure non-human responses to tragedy. There are many more deeply disturbed people in this country than I thought.</p>
<p>Has it really come to this?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/richardbrackin.wordpress.com/119/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/richardbrackin.wordpress.com/119/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/richardbrackin.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/richardbrackin.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/richardbrackin.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/richardbrackin.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/richardbrackin.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/richardbrackin.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/richardbrackin.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/richardbrackin.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/richardbrackin.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/richardbrackin.wordpress.com/119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=119&subd=richardbrackin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://richardbrackin.wordpress.com/2007/03/02/the-enterprise-tornado/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9642203875b18a12ad85c734b6ecbd8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardbrackin</media:title>
		</media:content>
	</item>
		<item>
		<title>Looks like Comcast has their act together again.</title>
		<link>http://richardbrackin.wordpress.com/2007/02/24/looks-like-comcast-has-their-act-together-again/</link>
		<comments>http://richardbrackin.wordpress.com/2007/02/24/looks-like-comcast-has-their-act-together-again/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 16:19:24 +0000</pubDate>
		<dc:creator>richardbrackin</dc:creator>
				<category><![CDATA[Comcast HSI]]></category>
		<category><![CDATA[broadband]]></category>

		<guid isPermaLink="false">http://richardbrackin.wordpress.com/2007/02/24/looks-like-comcast-has-their-act-together-again/</guid>
		<description><![CDATA[ Finally, I&#8217;m getting some pretty good speed bumps.  Let&#8217;s see how long till we hit the next brick wall.
 
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=118&subd=richardbrackin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p> Finally, I&#8217;m getting some pretty good speed bumps.  Let&#8217;s see how long till we hit the next brick wall.</p>
<p><a href="http://www.speedtest.net/result/90676351.png"> </a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/richardbrackin.wordpress.com/118/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/richardbrackin.wordpress.com/118/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/richardbrackin.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/richardbrackin.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/richardbrackin.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/richardbrackin.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/richardbrackin.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/richardbrackin.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/richardbrackin.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/richardbrackin.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/richardbrackin.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/richardbrackin.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=118&subd=richardbrackin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://richardbrackin.wordpress.com/2007/02/24/looks-like-comcast-has-their-act-together-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9642203875b18a12ad85c734b6ecbd8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardbrackin</media:title>
		</media:content>
	</item>
		<item>
		<title>Sirius &#8211; XM Merger Promising Rear-Seat Video!</title>
		<link>http://richardbrackin.wordpress.com/2007/02/20/sirius-xm-merger-promising-rear-seat-video/</link>
		<comments>http://richardbrackin.wordpress.com/2007/02/20/sirius-xm-merger-promising-rear-seat-video/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 14:48:16 +0000</pubDate>
		<dc:creator>richardbrackin</dc:creator>
				<category><![CDATA[Satellite Radio]]></category>
		<category><![CDATA[sirius]]></category>
		<category><![CDATA[xm]]></category>

		<guid isPermaLink="false">http://richardbrackin.wordpress.com/2007/02/20/sirius-xm-merger-promising-rear-seat-video/</guid>
		<description><![CDATA[Here&#8217;s the email I got from Sirius at 3am this morning.
Mel is promising Rear Seat video if the merger goes through!
S-weet.
&#8212;&#8212;&#8212;
February 19, 2007
To: SIRIUS Subscribers 
Today is a very exciting day for SIRIUS customers. As you may have heard, SIRIUS Satellite Radio and XM Satellite Radio are merging to form the nation&#8217;s premier audio entertainment [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=117&subd=richardbrackin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here&#8217;s the email I got from Sirius at 3am this morning.<br />
Mel is promising Rear Seat video if the merger goes through!</p>
<p>S-weet.<br />
&#8212;&#8212;&#8212;</p>
<blockquote><p>February 19, 2007</p>
<p>To: SIRIUS Subscribers </p>
<p>Today is a very exciting day for SIRIUS customers. As you may have heard, SIRIUS Satellite Radio and XM Satellite Radio are merging to form the nation&#8217;s premier audio entertainment provider. </p>
<p>This combination of our two offerings will benefit you &#8211; our loyal listeners. As a single company, we&#8217;ll provide superior programming to you every day with the best of both SIRIUS and XM. Currently, XM and SIRIUS broadcast a wide range of commercial-free music channels, exclusive sports coverage, news, talk, and entertainment programming. Howard Stern. Oprah and Friends. The NFL. MLB. NBA. ESPN. CNBC. Fox News. Additionally, the combined company will be able to improve existing services such as real-time traffic information and<strong> rear seat video</strong><span style="text-decoration:underline;"> </span>as well as introduce new ones. </p>
<p>After shareholder and regulatory approvals, we anticipate that the combination will be finalized by the end of 2007. Until then, both companies will continue to operate independently. We will continue to provide you with the uninterrupted service &#8211; as well as the outstanding customer support &#8211; that you have come to expect and enjoy from SIRIUS. We do not anticipate any changes in your service during the merger process, however, please call our customer care team on 1- 888-539-7474 should you have any questions.</p>
<p>We look forward to the many benefits this combination will offer and continuing to make your listening experience an enjoyable one &#8211; offering more of the Very Best Radio on Radio. </p>
<p>Stay tuned,</p>
<p>Mel Karmazin, CEO</p></blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/richardbrackin.wordpress.com/117/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/richardbrackin.wordpress.com/117/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/richardbrackin.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/richardbrackin.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/richardbrackin.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/richardbrackin.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/richardbrackin.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/richardbrackin.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/richardbrackin.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/richardbrackin.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/richardbrackin.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/richardbrackin.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrackin.wordpress.com&blog=520256&post=117&subd=richardbrackin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://richardbrackin.wordpress.com/2007/02/20/sirius-xm-merger-promising-rear-seat-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9642203875b18a12ad85c734b6ecbd8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">richardbrackin</media:title>
		</media:content>
	</item>
	</channel>
</rss>