<?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>Robert Hurst</title>
	<atom:link href="http://robert.hurst-ri.us/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.hurst-ri.us</link>
	<description>The life &#38; times of an information systems engineer</description>
	<lastBuildDate>Sun, 13 May 2012 23:36:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>UAE with Xbox controllers</title>
		<link>http://robert.hurst-ri.us/2012/02/26/uae-with-xbox-controllers/</link>
		<comments>http://robert.hurst-ri.us/2012/02/26/uae-with-xbox-controllers/#comments</comments>
		<pubDate>Sun, 26 Feb 2012 17:53:11 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://robert.hurst-ri.us/?p=1227</guid>
		<description><![CDATA[From time to time, I enjoy playing old Amiga games. Unfortunately, I have to resort to the use of Linux e-uae, which has not made any improvements since 2007.  There is no issue with e-uae insofar as how it runs, just that its UI and features are getting a bit stale.  For example, I cannot [...]]]></description>
			<content:encoded><![CDATA[<p>From time to time, I enjoy playing old Amiga games. Unfortunately, I have to resort to the use of Linux <a title="RC Drummond" href="http://www.rcdrummond.net/uae/" target="_blank">e-uae</a>, which has not made any improvements since 2007.  There is no issue with e-uae insofar as how it runs, just that its UI and features are getting a bit stale.  For example, I cannot use my X-Arcade controller with it, unless I manually patch e-uae source code (which I did once upon a time AND submitted the patches to the author).  And using the generic /dev/input/js0 interface from the <a title="kernel input documentation" href="http://www.kernel.org/doc/Documentation/input/xpad.txt" target="_blank">Linux xpad driver</a> sucks, because you have to use the analog stick and not the D-pad buttons, which would be better because it matches the 4-way button joystick of those days.</p>
<p>In steps <a title="project page" href="http://pingus.seul.org/~grumbel/xboxdrv/" target="_blank">xboxdrv</a>.  It offers a lot of extensible features over xpad, and supports a lot of Xbox controllers and their variants as well.  I use both the Microsoft and Afterglow branded versions of the 360 USB wired gamepads.  It should be first noted that this userspace driver runs &#8220;easier&#8221; if started with sudo (or root) and it likely requires a D-bus security policy file in <strong>/etc/dbus-1/system.d/org.seul.Xboxdrv.conf</strong></p>
<pre>&lt;!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"&gt;
&lt;busconfig&gt;
  &lt;!-- ../system.conf have denied everything, so we just punch some holes --&gt;
  &lt;policy context="default"&gt;
    &lt;allow own="org.seul.Xboxdrv"/&gt;
  &lt;/policy&gt;
&lt;/busconfig&gt;</pre>
<p>For the Amiga emulator, I setup two joystick controller configuration files:</p>
<pre># uae keymap configuration
[xboxdrv]
# clear the default configuration, so we start empty
ui-clear = true
silent=true
deadzone=6000
dpad-as-button=true
trigger-as-button=false

# joystick #1
[ui-axismap]
X1 = ABS_X
Y1 = ABS_Y

[ui-buttonmap]
back = KEY_F12+KEY_Q
start = KEY_F12+KEY_S
A = BTN_JOYSTICK
B = KEY_RIGHTALT
dd = KEY_DOWN
dl = KEY_LEFT
dr = KEY_RIGHT
du = KEY_UP</pre>
<p>&#8230; and the second is the same as the first, except its button mappings:</p>
<pre>[ui-buttonmap]
back = KEY_F12+KEY_Q
start = KEY_F12+KEY_S
A = BTN_JOYSTICK
B = KEY_LEFTALT
dd = KEY_B
dl = KEY_F
dr = KEY_H
du = KEY_T</pre>
<p>After the policy and configurations are in place, startup the userspace driver as:</p>
<pre>$ sudo xboxdrv -d -D --detach -c uae/joymap1.ini --next-controller -c uae/joymap2.ini</pre>
<p>&#8230; and plug-in both controllers.  You can inspect that it is working with:</p>
<pre>$ sudo xboxdrv -L
 id | wid | idVendor | idProduct | Name
----+-----+----------+-----------+--------------------------------------
  0 |   0 |   0x0e6f |    0x0213 | Afterglow Gamepad for Xbox 360
  1 |   0 |   0x0e6f |    0x0213 | Afterglow Gamepad for Xbox 360</pre>
<p>Very nice!  <a title="Cinemaware" href="http://www.cinemaware.com" target="_blank">TV Sports: Football</a> anyone?</p>
<p>One other thing worth mentioning.  One of my Afterglow gamepads seems to have quirky short in its USB cabling.  When it disconnects / reconnects, the xpad driver will re-enumerate it as a js2, js3, etc. and essentially the joystick input is of no use to the emulator.  With xboxdrv, the controller re-attaches as the same device, so the game play can continue without complete loss of the controller.</p>
]]></content:encoded>
			<wfw:commentRss>http://robert.hurst-ri.us/2012/02/26/uae-with-xbox-controllers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel Atom D525</title>
		<link>http://robert.hurst-ri.us/2011/12/29/intel-atom-d525/</link>
		<comments>http://robert.hurst-ri.us/2011/12/29/intel-atom-d525/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 20:04:57 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[opinion]]></category>

		<guid isPermaLink="false">http://robert.hurst-ri.us/?p=1214</guid>
		<description><![CDATA[I purchased this boxed motherboard with processor from Newegg and it arrived yesterday for me to tinker with for the coming winter nights. I want a dedicated machine with no fan noise to make use for my retroarcade/computer/console gaming endeavors. It will motivate me to create a new emulator frontend using the latest in 3D [...]]]></description>
			<content:encoded><![CDATA[<p>I purchased this <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16813121442" target="_blank">boxed motherboard with processor</a> from Newegg and it arrived yesterday for me to tinker with for the coming winter nights.  I want a dedicated machine with no fan noise to make use for my retroarcade/computer/console gaming endeavors.  It will motivate me to create a new emulator frontend using the latest in 3D / HD software features.  The small form factor allows me to lug it easily from room-to-room and place-to-place.</p>
<p>After installing Fedora 16 on it, I was a little disappointed in how its video worked with my <a href="http://robert.hurst-ri.us/2011/06/10/hp-lp2475w/" target="_blank">HP 25&#8243;</a> display.  It was kind of slow and I noticed the mouse could move off the left edge near the top.  Huh?  There is only one video output from this motherboard, but it was acting like there were dual displays.  A quick review of xrandr revealed an output <strong>LVDS1</strong> which is for a laptop panel and does not exist of course.</p>
<p>So that led me to review the i915 kernel module parameters using modinfo.  It suggested to me I could instruct the module to ignore the laptop panel display and also enforce modesetting on the VGA port only.  I attempted this by editing /etc/grub2.cfg and appending these two kernel options:</p>
<p><code>i915.modeset=-1 i915.panel_ignore_lid=-1</code></p>
<p>After a re-boot, I was instantly gratified by the super-fast boot (5-seconds for Linux and another 10-seconds for automatic login to GnomeShell to complete).  For $69, the speed and versatility of this motherboard/CPU is outstanding.  I will have to contemplate ordering more, heh.</p>
]]></content:encoded>
			<wfw:commentRss>http://robert.hurst-ri.us/2011/12/29/intel-atom-d525/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dollar Bill and Belicheat</title>
		<link>http://robert.hurst-ri.us/2011/11/07/dollar-bill-and-belicheat/</link>
		<comments>http://robert.hurst-ri.us/2011/11/07/dollar-bill-and-belicheat/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 16:15:01 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Pastime]]></category>
		<category><![CDATA[opinion]]></category>

		<guid isPermaLink="false">http://robert.hurst-ri.us/?p=1190</guid>
		<description><![CDATA[Football is gauged by wins, playoffs, and most importantly, Super Bowls. It has been widely popularized by Boston fans that without Belichick, Parcells would not be known as a head coach football icon&#8230; hopefully, that is from more of a knock against the NY media than the accomplishments by the man.  But I am just [...]]]></description>
			<content:encoded><![CDATA[<p>Football is gauged by wins, playoffs, and most importantly, Super Bowls.</p>
<p>It has been widely popularized by Boston fans that without Belichick, Parcells would not be known as a head coach football icon&#8230; hopefully, that is from more of a knock against the NY media than the accomplishments by the man.  But I am just as certain that NY fans say the converse against the Boston media, too.</p>
<p>Personally, I think <strong>Crennel (and Weis)</strong> were the real enablers of that media-hyped dynamic duo, because where would both of them be <em><strong>without </strong></em><strong>Crennel</strong>?  I throw (and Weis) in there, because it’s not his fault he was missing prior to the 1990 campaign, but he certainly has a strong NFL resume when <strong>Weis is joined with Crennel</strong>.</p>
<p>Here are my points to support this claim:</p>
<p><strong>1)  Playoff record of Parcells and Belichick, with Crennel (and Weis):</strong></p>
<p><strong>&#8230; as World Champions:</strong></p>
<p>1986: Parcells, Belichick, Crennel (NYG, 17-2)<br />
1990: Parcells, Belichick, Crennel, Weis (NYG, 16-3)<br />
2001: Belichick, Crennel, Weis (NE, 14-5)<br />
2003: Belichick, Crennel, Weis (NE, 17-2)<br />
2004: Belichick, Crennel, Weis (NE, 17-2)</p>
<p><strong>&#8230; reached the Super Bowl:</strong></p>
<p>1996: Parcells, Belichick, Crennel, Weis (NE, 13-6)</p>
<p><strong>… reached the Playoffs:</strong></p>
<p>1984: Parcells, Belichick, Crennel (NYG, 10-8)<br />
1985: Parcells, Belichick, Crennel (NYG, 11-7)<br />
1998: Parcells, Belichick, Crennel, Weis (NYJ, 13-5)</p>
<p>The duo is <strong>20-4 in the playoffs and 5 rings</strong>, because they had Crennel (and Weis); with Weis, 15-2 and 4 rings.</p>
<p>Now, the above alone does not make my point complete, unless you combine it with Belichick and Parcells resumes, which are replete with mediocrity:</p>
<p><strong>2)  Parcells and Belichick as head coaches, but </strong><strong>without Crennel (and Weis):</strong></p>
<p>1983: Parcells (NYG, 3-12-1), inherited 17-24 (4-5, 9-7, 4-12) team, 1-1 playoffs</p>
<p>1991: Belichick (CLE, 3-13), inherited 22-25 (3-13, 9-6, 10-6) team, 1-2 playoffs</p>
<p>1992: Belichick (CLE, 7-9)</p>
<p>1993: Belichick (CLE, 7-9); and Parcells (NE, 5-11), inherited 9-39 (2-14, 6-10, 1-15) team, no playoffs</p>
<p>1994: Belichick (CLE, 11-5), 1-1 playoffs; and Parcells (NE, 10-6), 0-1 playoffs</p>
<p>1995: Belichick (CLE, 5-11); and Parcells (NE, 6-10)</p>
<p>1999: Belichick (NE, 8-8), inherited 30-18 (9-7, 10-6, 11-5) team, 3-3 playoffs</p>
<p>2000: Belichick (NE, 5-11); hires Weis</p>
<p>2003: Parcells (DAL, 10-6), 0-1 playoffs, inherited 15-33 (5-11, 5-11, 5-11) team, no playoffs</p>
<p>2004: Parcells (DAL, 6-10)</p>
<p>2005: Belichick (NE, 10-6), 1-1 playoffs; and Parcells (DAL, 9-7)</p>
<p>2006: Belichick (NE, 12-4), 2-1 playoffs; and Parcells (DAL, 9-7), 0-1 playoffs</p>
<p>2007: Belichick (NE, 16-*), 2-1 playoffs</p>
<p>2008: Belichick (NE, 10-6)</p>
<p>2009: Belichick (NE, 10-6), 0-1 playoffs</p>
<p>2010: Belichick (NE, 14-2), 0-1 playoffs</p>
<p>2011: Belichick (NE, 5-3), playoffs?</p>
<p><strong>… Playoff record without each other, AND WITHOUT CRENNEL (and WEIS):</strong></p>
<p>Belichick (5-5), 0 rings<br />
Parcells (0-3), 0 rings</p>
<p>It can be noted here that Belichick alone has had a lot more opportunity, but he also inherited successful teams, whereas Parcells inherited dismal teams.  But those teams did not become <em>legendary</em> until Crennel (and Weis) joined them.</p>
]]></content:encoded>
			<wfw:commentRss>http://robert.hurst-ri.us/2011/11/07/dollar-bill-and-belicheat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Hack &amp; Slash client</title>
		<link>http://robert.hurst-ri.us/2011/10/29/linux-hack-slash-client/</link>
		<comments>http://robert.hurst-ri.us/2011/10/29/linux-hack-slash-client/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 17:45:25 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Pastime]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://robert.hurst-ri.us/?p=1173</guid>
		<description><![CDATA[In the last millennium, I developed a custom Hack &#38; Slash gaming client for Windows &#8217;98, because I wanted to embed both music and sound effects to enhance online play.  The result was a big hit among its players.  But as a Linux user, I could not get that cool feature&#8230; that is, until today. [...]]]></description>
			<content:encoded><![CDATA[<p>In the last millennium, I developed a custom <a title="Role-playing game daemon" href="http://robert.hurst-ri.us/games/rpgd" target="_blank">Hack &amp; Slash</a> gaming client for Windows &#8217;98, because I wanted to embed both music and sound effects to enhance online play.  The result was a big hit among its players.  But as a Linux user, I could not get that cool feature&#8230; that is, until today.</p>
<p>The result is this Tcl/Expect script (listed below).  First, you will need to make certain you have these dependent packages installed:</p>
<pre>yum install expect fluid-soundfont-lite-patches timidity++</pre>
<p>Next, you will need to fetch the multimedia files into your home directory:</p>
<pre>svn co https://robert.hurst-ri.us/svn/rpgd/trunk/snd Music/hack</pre>
<p>Then, setup your telnet session attributes in <strong>.telnetrc</strong> to automatically load when you connect:</p>
<pre>robert.hurst-ri.us
    mode character
    set crlf off
    unset escape</pre>
<p>And last, simply copy/paste the script below into an executable text file of your choice and run it.</p>
<pre>#!/usr/bin/expect -f

# play a MIDI file
proc midi s {
  set mid [string range $s 3 end-3]
  set bool [string range $s end-1 end-1]
  set cmd "killall playmus 2&gt; /dev/null; playmus -v 25 Music/hack/$mid.mid &amp;&gt; /dev/null &amp;"
  system $cmd
}

# play a WAVE file
proc wave s {
  set wav [string range $s 3 end-3]
  set bool [string range $s end-1 end-1]
  set cmd "play Music/hack/$wav.wav &amp;&gt; /dev/null"
  if {$bool == 0} { set cmd "$cmd &amp;" }
  system $cmd
}

# connect to the game server ...
log_user 0
spawn telnet robert.hurst-ri.us 7000
wave "...dungeon;0."

expect_background {
  -re "\033\\\[\\\{.*\\\}" { midi $expect_out(0,string); return }
  -re "\033\\\[\\\[.*\\\]" { wave $expect_out(0,string); return }
  -re "(.*)" { send_user -- $expect_out(0,string); }
}

interact</pre>
]]></content:encoded>
			<wfw:commentRss>http://robert.hurst-ri.us/2011/10/29/linux-hack-slash-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Radeon HD 5670</title>
		<link>http://robert.hurst-ri.us/2011/09/15/radeon-hd-5670/</link>
		<comments>http://robert.hurst-ri.us/2011/09/15/radeon-hd-5670/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 19:31:46 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://robert.hurst-ri.us/?p=1157</guid>
		<description><![CDATA[Specifically, a 1GB video card manufactured by XFX, purchased through Newegg.com.  This replaces the Radeon HD 3870 X2 I installed as part of my new workstation.  That card was simply outrageous in terms of speed, flexibility, and price (as in expensive). Over the years, its onboard fan got a bit louder and louder, which I [...]]]></description>
			<content:encoded><![CDATA[<p>Specifically, a 1GB video card manufactured by <a title="XFX Radeon HD 5670" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16814150467" target="_blank">XFX</a>, purchased through Newegg.com.  This replaces the Radeon HD 3870 X2 I installed as part of my <a title="February 2008" href="http://robert.hurst-ri.us/2008/02/07/new-workstation/" target="_blank">new workstation</a>.  That card was simply outrageous in terms of speed, flexibility, and price (as in expensive).</p>
<p>Over the years, its onboard fan got a bit louder and louder, which I believe was a result of maturing Linux graphic drivers that were pushing its dual GPUs harder and harder.  So much so, I could hear my workstation whining away from another room.  That&#8217;s not good.  No matter what TLC I put into the workstation to improve firmware, air flow, etc., I could not get rid of the annoying decibels it was throwing about.</p>
<p>This card performs admirably, supporting both my HP 24&#8243; displays at 1920&#215;1200 each, but it runs super quiet.  I cannot hear any part of the workstation&#8217;s fans when exiting the room &#8212; and it has 7 of them: three upfront, one rear, one on each CPU, and the one on this new video card.  I can sit comfortably now at my workstation and hear myself think again &#8212; it&#8217;s like meeting myself new all over again, and that&#8217;s not necessarily a bad thing either.</p>
<p>I can only imagine our dog, Rebecca, must be feeling without all that air swooshing in that background.  <img src='http://robert.hurst-ri.us/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://robert.hurst-ri.us/2011/09/15/radeon-hd-5670/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uncle Ken Hurst</title>
		<link>http://robert.hurst-ri.us/2011/09/05/uncle-ken-hurst/</link>
		<comments>http://robert.hurst-ri.us/2011/09/05/uncle-ken-hurst/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 04:00:23 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Family]]></category>

		<guid isPermaLink="false">http://robert.hurst-ri.us/?p=1111</guid>
		<description><![CDATA[It&#8217;s been a year since he died. And I only got this chance to scrape his obituary from &#8216;The Chattanoogan&#8217;: Hurst, Kenneth posted September 6, 2010 Kenneth Hurst, 87, of Chattanooga, died on Sunday, Sept. 5, 2010. He was the son of Queenie Saxson and Alonzo Hurst, of Providence, R.I. His siblings are Elenor Fenley, [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a year since he died. And I only got this chance to scrape his obituary from &#8216;The Chattanoogan&#8217;:</p>
<blockquote><p><strong>Hurst, Kenneth</strong><br />
posted September 6, 2010</p>
<p>Kenneth Hurst, 87, of Chattanooga, died on Sunday, Sept. 5, 2010.</p>
<p>He was the son of Queenie Saxson and Alonzo Hurst, of Providence, R.I. His siblings are Elenor Fenley, John, Frances Magnum, and Ronald all of Providence. He was a graduate of Mount Pleasant High School, Rhode Island Technical School, and Rhode Island School of Design.</p>
<p>Kenneth was Providence Junior Horseshoe Champ at age 11 and New England Champion in 1939. Kenneth was also a state Soap Box Derby Champion.</p>
<p>During World War II he was a Technical Sergeant and served as an aerial gunner/flight engineer on a B-24, flying 34 missions with the Eighth Air Force, over Germany. He was awarded the Distinguished Flying Cross, Air Medal with three oak leaf clusters, EAME Campaign Medal with four battle stars, and the Good Conduct Medal.</p>
<p>Kenneth was married to the late Muriel Lusk of Altamont, Tn., for 63 years.</p>
<p>His children are Michael, of Birmingham, Karen (Batson), of Wilmington, Steven and Vincent, of East Ridge and Hollye, of Asheville. Kenneth had ten grandchildren and four great-grandchildren.</p>
<p>He was employed with Combustion Engineering (Alston Power) for 20 years. He was founder and majority partner of Metallurgical Enterprises in Lakeview.</p>
<p>He was a member of Jones Memorial United Methodist Church.</p>
<p>Visitation will be from 12-1 p.m. on Wednesday, Sept. 8, at the funeral home, with funeral services at 1 p.m.</p>
<p>Burial will follow at Chattanooga National Cemetery.</p>
<p>Arrangements are by the East Chapel of Chattanooga Funeral Home, Crematory, and Florist, 404 South Moore Road.
</p></blockquote>
<p>I hardly knew him, but more through story and reputation.  What a life.</p>
]]></content:encoded>
			<wfw:commentRss>http://robert.hurst-ri.us/2011/09/05/uncle-ken-hurst/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rick Perry 2012</title>
		<link>http://robert.hurst-ri.us/2011/08/31/rick-perry-2012/</link>
		<comments>http://robert.hurst-ri.us/2011/08/31/rick-perry-2012/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 22:32:09 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Political]]></category>
		<category><![CDATA[opinion]]></category>

		<guid isPermaLink="false">http://robert.hurst-ri.us/?p=1146</guid>
		<description><![CDATA[Stirring &#8230; cautiously optimistic on how all of this will unfold:]]></description>
			<content:encoded><![CDATA[<p>Stirring &#8230; cautiously optimistic on how all of this will unfold:<br />
<iframe width="600" height="372" src="https://www.youtube.com/embed/387E_wc3igo" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://robert.hurst-ri.us/2011/08/31/rick-perry-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terrific!</title>
		<link>http://robert.hurst-ri.us/2011/07/16/terrific/</link>
		<comments>http://robert.hurst-ri.us/2011/07/16/terrific/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 21:56:11 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Pastime]]></category>
		<category><![CDATA[opinion]]></category>

		<guid isPermaLink="false">http://robert.hurst-ri.us/?p=1092</guid>
		<description><![CDATA[The New England Patriots&#8217; last three playoff appearances all resulted in losses. Curiously, this losing streak was led by a healthy and regular-season wonder, Tom &#8216;Terrific&#8217; Brady, and Bill &#8216;Genius&#8217; Belichick. Yes, both blame and credit are equally applied to the QB and Head Coach, even when it cannot be justified. But then again, this [...]]]></description>
			<content:encoded><![CDATA[<p>The New England Patriots&#8217; last three playoff appearances all resulted in losses. Curiously, this losing streak was led by a healthy and regular-season wonder, Tom &#8216;Terrific&#8217; Brady, and Bill &#8216;Genius&#8217; Belichick. Yes, both blame and credit are equally applied to the QB and Head Coach, even when it cannot be justified. But then again, this story is not being told by your average Patsie fan, so &#8230;</p>
<p>It is curious to me to hear from the average fans that Brady had this perception of being &#8220;dissed&#8221; throughout the Patriots&#8217; winning ways; especially back when he led them (completely) to back-to-back championships (2003, 2004) and took credit for the first one (2001) provided by Drew Bledsoe&#8217;s off-the-bench winning performance in his second AFC Championship game while &#8220;The Team of Destiny&#8221; brought home the improbable win against the heavily-favored, 2000 champion St. Louis Rams. But what did the average fan expect, all the while Genius and Terrific were (selflessly?) promoting &#8220;The Team&#8221; above &#8220;individual stars&#8221;? Did you want it _both_ ways? Do you believe that without QB Tom Brady performing at the helm, &#8220;The Team&#8221; had no chance? If that is so, then what exactly was the Coach-QB tandem selling to the team, the media, and its fans?</p>
<p>But after pedestrian 2005 and 2006 playoff appearances (Terrific was not so with the two losses coming from 3 interceptions thrown, and despite &#8220;The Team&#8221; and referees bailing his ass out with another improbable win when he delivered 3-interceptions to San Diego&#8217;s defense), the 2007 perfect* regular season finally brought Terrific some personal recognition: both the NFL MVP and Offensive Player awards. Sure, he got two Super Bowl MVP awards (with the highly debatable first one), but not too many non-QB players get those game honors to begin with, so not of his cause. No, despite the addition of an elite game-breaker in Randy Moss, who was apparently the lucky recipient of a record-breaking 23 TD tosses from Terrific, the personal glory was squarely Brady&#8217;s own. I wonder just how many of the other 52 &#8220;professional athletes&#8221; were genuinely agreeable and supportive?</p>
<p>I am guessing it fell short of consensus. The wave of media love that has followed Terrific since has swelled proportionately with the NFL Golden Boy&#8217;s head since 2007. I think Genius and Terrific are believing the hype, which usually spells doom for those who follow them. Is that justified? After all, Tom Brady&#8217;s career regular season wins he is credited for (.776) is untouchable by his peers: #1 &#8220;statistical QB&#8221; Peyton Manning (.678) and #1 &#8220;clutch QB&#8221; <a title="the top clutch QB" href="http://bleacherreport.com/articles/731899-ben-roethlisberger-why-the-pittsburgh-steelers-qb-is-one-of-the-top-clutch-qbs" target="_blank">Ben Roethlisberger</a> (.704).</p>
<p>And yet, this current losing streak of historical importance started after that national personal validation that Terrific _is_ an elite QB. But what followed was a marked dropoff in personal performance, which really began with another improbable win against San Diego in the AFC Championship game. MVP Tom Terrific came up small with a 66.4 rating from another 3-interception game. But that got him another handed opportunity to the 2007 Superbowl against the New York Football Giants, whereas Tom Terrific blew a perfect* season and a chance to sit alongside QB titans #1 Joe Montana and #2 Terry Bradshaw &#8212; not only did both lead their teams to all four world championship opportunities, but they also individually performed at a high level recording 101+ passer ratings in each game. Terrific did record an efficient 86.2 rating in his first appearance/win, just perhaps not worthy of the MVP honor endowed; as well as an acceptable 82.5 rating in his loss against the New York Giants championship defense:<br />
<br />
Follow up that haunting nightmare of one epic loss with missing the 2008 season with an injury. Wow, Terrific must have worked his butt off in rehab, because he came back in 2009 listed as an inch shorter down to 6&#8217;4&#8243; and 13 pounds lighter down to 225. Terrific has to give some credit to the world-class trainers and rehab facilities, because he was listed as a 6&#8217;5&#8243; 205-lb rookie and got 33 pounds &#8220;bigger&#8221; at the 2001 training camp. That is pretty amazing stuff &#8212; Tom is a terrific human being.</p>
<p>But &#8220;The Team&#8221; somehow went on without Terrific and played to a very respectable 11-5 season, and only to miss the playoffs because they were bested by a pivotal NFL Thursday night pay-per-view overtime loss to the legendary QB Brett Favre and his NY Jets. We can only wonder what Terrific might have done in 2008. In the offseason, I suggested &#8220;The Team&#8221; keep the younger and now game experienced Matt Cassel and trade away Brady to Buffalo. Think of the TV ratings we could have gotten with the &#8220;Brady Bowls&#8221;? Instead, we kept an older and now gimpy Tom Brady and lost our star GM Scott Pioli, who obviously took notice of Kraft&#8217;s reluctance to let go of the past who allowed both Cassel and Vrabel to follow Pioli to the Kansas City Chiefs.</p>
<p>2009 was yet another lackluster regular season, just a one-win dropoff to 10-6, probably because of Terrific&#8217;s accelerated comeback from West Coast medicine with under-the-radar rehab. Of course, that got Terrific another gaudy accolade for being a Comback Player of the Year award &#8212; it validates his New England branding of being a tough guy (really?). But it was enough to once again go to the postseason AND with home-field advantage where Terrific can convince the referees to throw a flag after an unsuccessful 3rd down. I can almost here Terrific cry, &#8220;Do over! Do over!&#8221;. D-O-O-M was never spelled more prominently than when the Ravens ripped off an opening 83yd TD run. Oh, wait, that one is on the Genius&#8217; complex defense schemes, not Terrific &#8212; instead, the Golden boy proved himself just as good as his predecessor by standing tall in the pocket like a statue, getting stripped of the football inside their own 17 to lead to another Raven&#8217;s TD:<br />
<br />
But the 2010 Patriot postseason personal stat line looked acceptable enough to win, except that most of Terrific&#8217;s passing contributions came late in a game when it clearly did not have any relevance to its outcome. The critical error on their opening drive &#8212; overthrowing a screen pass &#8212; for a huge interception return was enough to put Terrific and Genius into a spotlight they are not accustomed to and cannot hide from &#8212; scrutiny:<br />
<br />
Scrutiny for benching Welker on violating Genius&#8217; edicts; scrutiny on Terrific&#8217;s personal shrinking act on the big stage: an average 10-point drop in postseason passer rating over the regular season and now three playoff loses in a row, one on a neutral field and the other two on their own turf. WTF??!? Will it really be over 1450-days when the Patriots MIGHT get a chance to win another playoff game?</p>
<p>2011 may yet bring an NFL season to our homes, as they continue to bicker over the unaccounted for billions at their disposal. I don&#8217;t see the Brady lawsuit really accomplishing much, since Brees is covering up for Terrific&#8217;s absence and doing all of the talking. But if it&#8217;s a complete season, then I must chant &#8220;go STEELERS!!&#8221; If it is shortened, I must rant &#8220;comeback Favre!!&#8221; and &#8220;go BILLS!!&#8221; That rant alone should get the talks moving, eh?</p>
]]></content:encoded>
			<wfw:commentRss>http://robert.hurst-ri.us/2011/07/16/terrific/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP LP2475w</title>
		<link>http://robert.hurst-ri.us/2011/06/10/hp-lp2475w/</link>
		<comments>http://robert.hurst-ri.us/2011/06/10/hp-lp2475w/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 13:15:02 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://robert.hurst-ri.us/?p=1022</guid>
		<description><![CDATA[I got another 24&#8243; monitor (left) and its make is also HP.  It sits comfortably paired with an HP w2408h (right) and its stand also supports tilt and swivel, something HP got right that other makes still don&#8217;t get.  It is packaged with a complement of cables: a pair of HDMI, a pair of DVI, [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 394px"><a href="http://robert.hurst-ri.us/images/HP-LP2475w.jpg" rel="lightbox[1022]"><img class=" " title="HP LP2475w" src="http://robert.hurst-ri.us/images/HP-LP2475w-small.jpg" alt="HP LP2475w" width="384" height="217" /></a><p class="wp-caption-text">Old (VIC20), new (Linux), and virtual computing (Win7) to dual monitors </p></div>
<p>I got another 24&#8243; monitor (left) and its make is also HP.  It sits comfortably paired with an HP w2408h (right) and its stand also supports tilt and swivel, something HP got right that other makes still don&#8217;t get.  It is packaged with a complement of cables: a pair of HDMI, a pair of DVI, and a USB to bridge its ports to the computer.  And of course, it is also 16:10 aspect ratio despite the overflow of cheaper 16:9 monitors on the market.  Do consumers really care about the small black areas above/below a 1080p HD movie playing on their computer display?  I&#8217;ll take the 1200 pixel rows over 1080 every time, thank you.</p>
<p>But what attracted me most about this particular model is its multiple video inputs: composite video, s-video, component video, 2x DVI, DisplayPort, and HDMI.  The monitor does a bang up job with the analog inputs, allowing for original and scaling sizes to maintain aspect or fill the screen.  The screenshot shows a VIC 20&#8242;s composite video displaying in a Picture-in-Picture display overlaying a portion of the Fedora 15 Linux Gnome Shell background.  This monitor also supports Picture-out-of-Picture (below) which means the widescreen display is split into two halves for side-by-side viewing, a very nice and quite usable option.</p>
<p>Desktop computing is fun again with this much screen real estate (3840&#215;1200﻿﻿) to roam about and easy attachment of a variety of video sources to appease my retrogaming pleasures.  It is truly versatile by every measure.</p>
<p style="text-align: center;">&nbsp;</p>
<div class="wp-caption aligncenter" style="width: 582px"><a href="http://robert.hurst-ri.us/images/HP-LP2475w-PoP-VIC20.jpg" rel="lightbox[1022]"><img title="HP LP2475w POP example" src="/images/HP-LP2475w-PoP-VIC20.jpg" alt="POP" width="572" height="321" /></a><p class="wp-caption-text">HP LP2475w POP example</p></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.hurst-ri.us/2011/06/10/hp-lp2475w/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 15</title>
		<link>http://robert.hurst-ri.us/2011/05/29/fedora-15/</link>
		<comments>http://robert.hurst-ri.us/2011/05/29/fedora-15/#comments</comments>
		<pubDate>Sun, 29 May 2011 15:31:04 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[opinion]]></category>

		<guid isPermaLink="false">http://robert.hurst-ri.us/?p=979</guid>
		<description><![CDATA[Kudos to the Red Hat Fedora team for this new release.  A slew of new things to learn and control.  I already used its preupgrade utility to easily apply it to this KVM guest running my Internet services in web site, email, et al, with only a little bit of work associated with some service [...]]]></description>
			<content:encoded><![CDATA[<p>Kudos to the <strong>Red Hat Fedora</strong> team for this new release.  A slew of new things to learn and control.  I already used its <strong>preupgrade</strong> utility to easily apply it to this KVM guest running my Internet services in web site, email, et al, with only a little bit of work associated with some service configuration files (easily identified as *.rpmnew) that required some manual updating to work to my tastes.  I have completed a clean install over Fedora 14 on my workstation that hosts this KVM guest, and all is doing well so far as stability and performance.</p>
<p>The most obvious change, of course, is the introduction to <strong>Gnome 3.0 with Gnome-Shell</strong>.  Wow, has it come a long way in usability from my <a title="GnomeShell preview" href="http://robert.hurst-ri.us/2010/06/11/gnomeshell-preview/" target="_blank">preview</a> of it about a year ago.  After an hour of self-discovery of this shiny new user interface to the Gnome window manager, I am pleased to say I have adapted to it quite readily &#8212; and that&#8217;s a good indicator.</p>
<p>The UI is intuitive enough to me.  I like the ease of managing its favorites menu and I especially like the window management with the dynamic workspaces to the right.  I do miss some of Compiz features, such as wheel zoom and mouse selecting any area to snapshot to a graphic image, but I am confident such niceties will arrive eventually.  It is a must to install <strong>gnome-tweak-tool</strong>, simply to increase the font rendering scale and use preferred fonts &#8212; as nice as the default liberation fonts look, I have grown accustomed to my preferred combo of Arial, Lucida Console, and Trebuchet.</p>
<p><strong>Firefox 4</strong> is also a welcome change.  It starts up faster and it renders faster &#8212; I was starting to warm up to Google Chrome as a replacement, because of Firefox&#8217;s prior performance.  I had to first install an extension NoSquint that manages page zooming to leverage my high definition monitor and accommodate my aging eyes.  Next came the usual suspects from Adobe, except they now offer a 64-bit flash player, which means nspluginwrapper is no longer needed; OpenJDK and IcedTea have proven to be capable enough for my Java-enabled web needs; and mozplugger with mplayer and timidity++ (removing totem-mozplugin of course) allows HTML embedded media to play without fuss.  Finally, CUPS with system-config-printer continue to not disappoint with its auto-detection of our networked HP Color LaserJet 2605dn printer.</p>
<p>As a long-time end user of OpenOffice (I still got my boxed copy of Sun&#8217;s StarOffice), I am happy to see a parallel fork of it as <strong>Liberation Office</strong>.  Remember what happened when XFree86 messed with its licensing and became Xorg?  It is a reminder that open source projects like these in danger of getting strangled by commercial interests can quickly become a non-issue when its development community takes charge over those few that would seek to exploit the masses with their shortsightedness goals.</p>
<p>Ok, enough applications and usability talk &#8212; time to fire up MAME and other classic emulators and do some retrogaming &#8212; woot!</p>
]]></content:encoded>
			<wfw:commentRss>http://robert.hurst-ri.us/2011/05/29/fedora-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

