<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/4.1.2" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Kyle Farnung</title>
		<link>http://kylefarnung.com/</link>
		<atom:link rel="self" type="application/rss+xml" href="http://kylefarnung.com/?tempskin=_rss2" />
		<description>It's still me, just in a more blog-like form...</description>
		<language>en-US</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=4.1.2"/>
		<ttl>60</ttl>
				<item>
			<title>Harmony Remotes and Xbox 360 Power on Delays</title>
			<link>http://kylefarnung.com/2011/04/30/harmony-remotes-and-xbox-360</link>
			<pubDate>Sat, 30 Apr 2011 20:01:00 +0000</pubDate>			<dc:creator>Kyle</dc:creator>
			<category domain="main">Technology</category>			<guid isPermaLink="false">160@http://kylefarnung.com/</guid>
						<description>&lt;p&gt;It appears that there can be a handshake issue between some receivers (like my Denon AVR-2311CI) and the Xbox 360 console (like my &quot;Fat&quot; 60GB Pro model).  The issue occurs if the Xbox 360 is powered on too quickly after the receiver is powered on.  This seems like a simple fix, but from what I&#039;ve been reading online there isn&#039;t a clear solution to the problem of delaying the Xbox 360 power on.&lt;/p&gt;

&lt;p&gt;Here is my solution.&lt;/p&gt;&lt;a href=&quot;http://kylefarnung.com/2011/04/30/harmony-remotes-and-xbox-360#more160&quot;&gt;Full story &amp;raquo;&lt;/a&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://kylefarnung.com/2011/04/30/harmony-remotes-and-xbox-360&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>It appears that there can be a handshake issue between some receivers (like my Denon AVR-2311CI) and the Xbox 360 console (like my "Fat" 60GB Pro model).  The issue occurs if the Xbox 360 is powered on too quickly after the receiver is powered on.  This seems like a simple fix, but from what I've been reading online there isn't a clear solution to the problem of delaying the Xbox 360 power on.</p>

<p>Here is my solution.</p><a href="http://kylefarnung.com/2011/04/30/harmony-remotes-and-xbox-360#more160">Full story &raquo;</a><div class="item_footer"><p><small><a href="http://kylefarnung.com/2011/04/30/harmony-remotes-and-xbox-360">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://kylefarnung.com/2011/04/30/harmony-remotes-and-xbox-360#comments</comments>
			<wfw:commentRss>http://kylefarnung.com/?tempskin=_rss2&#38;disp=comments&#38;p=160</wfw:commentRss>
		</item>
				<item>
			<title>ProcessWatcher to handle XBMC issues and crashes</title>
			<link>http://kylefarnung.com/2011/04/30/processwatcher-to-handle-xbmc-issues</link>
			<pubDate>Sat, 30 Apr 2011 07:55:00 +0000</pubDate>			<dc:creator>Kyle</dc:creator>
			<category domain="main">Windows</category>			<guid isPermaLink="false">159@http://kylefarnung.com/</guid>
						<description>&lt;p&gt;I&#039;ve been using XBMC for enjoying video and music on my TV, but have constantly encountered a bug where the video gets choppy if I&#039;ve left XBMC open for too long.  To help remedy the situation without needing a full PC restart or the aid of a keyboard, I&#039;ve created a simple tool that will monitor the XBMC process (or any process for that matter) and restart it if it exits.&lt;/p&gt;

&lt;p&gt;I call the tool ProcessWatcher and have decided to release it as a free download:&lt;br /&gt;
&lt;a href=&quot;http://storage.kylefarnung.com/ProcessWatcher.zip&quot;&gt;http://storage.kylefarnung.com/ProcessWatcher.zip&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It does require that you have .NET Framework 4.0 installed:&lt;br /&gt;
&lt;a href=&quot;http://www.microsoft.com/downloads/en/details.aspx?FamilyID=9cfb2d51-5ff4-4491-b0e5-b386f32c0992&amp;amp;displaylang=en&quot;&gt;http://www.microsoft.com/downloads/en/details.aspx?FamilyID=9cfb2d51-5ff4-4491-b0e5-b386f32c0992&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Usage Instructions:&lt;/p&gt;
&lt;ol&gt;
  &lt;li&gt;Unzip the downloaded file to a convenient location (like &lt;strong&gt;C:\Tools\ProcessWatcher\&lt;/strong&gt;).&lt;/li&gt;
  &lt;li&gt;Create a new shortcut in Windows.  Point the shortcut to the ProcessWatcher.exe file and name the shortcut whatever you&#039;d like (I call mine &quot;XBMC&quot;).&lt;/li&gt;
  &lt;li&gt;Right-click on the newly created shortcut and choose &quot;Properties.&quot;&lt;/li&gt;
  &lt;li&gt;To the end of the &quot;Target&quot; field you will need to add the full path to the XBMC.exe file.  On 32-bit systems this will likely be &lt;strong&gt;&quot;C:\Program Files\XBMC\XBMC.exe&quot;&lt;/strong&gt; (Don&#039;t forget to include the quotes) and on 64-bit systems this will likely be &lt;strong&gt;&quot;C:\Program Files (x86)\XBMC\XBMC.exe&quot;&lt;/strong&gt; (Again, don&#039;t forget to include the quotes).&lt;/li&gt;
  &lt;li&gt;Change the &quot;Start in&quot; field to match the path you found the XBMC.exe file in (For example &lt;strong&gt;C:\Program Files (x86)\XBMC\&lt;/strong&gt;).&lt;/li&gt;
  &lt;li&gt;Change the icon using the &quot;Change Icon...&quot; button to whatever you&#039;d like (I used the XBMC icon).&lt;/li&gt;
  &lt;li&gt;Click &quot;OK&quot; in the properties dialog and double-click the shortcut to launch XBMC via ProcessWatcher.&lt;/li&gt;&lt;/ol&gt;

&lt;p&gt;If at any point the XBMC.exe process exits (either intentionally or via a crash), the ProcessWatcher will count down and then restart the process.  While ProcessWatcher is counting down, you can hit the enter key (if the window has focus) or click &quot;Quit&quot; to abort the countdown immediately and exit the application.  If the countdown elapses, then XBMC will be started up again.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://kylefarnung.com/2011/04/30/processwatcher-to-handle-xbmc-issues&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>I've been using XBMC for enjoying video and music on my TV, but have constantly encountered a bug where the video gets choppy if I've left XBMC open for too long.  To help remedy the situation without needing a full PC restart or the aid of a keyboard, I've created a simple tool that will monitor the XBMC process (or any process for that matter) and restart it if it exits.</p>

<p>I call the tool ProcessWatcher and have decided to release it as a free download:<br />
<a href="http://storage.kylefarnung.com/ProcessWatcher.zip">http://storage.kylefarnung.com/ProcessWatcher.zip</a></p>

<p>It does require that you have .NET Framework 4.0 installed:<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=9cfb2d51-5ff4-4491-b0e5-b386f32c0992&amp;displaylang=en">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=9cfb2d51-5ff4-4491-b0e5-b386f32c0992&amp;displaylang=en</a></p>

<p>Usage Instructions:</p>
<ol>
  <li>Unzip the downloaded file to a convenient location (like <strong>C:\Tools\ProcessWatcher\</strong>).</li>
  <li>Create a new shortcut in Windows.  Point the shortcut to the ProcessWatcher.exe file and name the shortcut whatever you'd like (I call mine "XBMC").</li>
  <li>Right-click on the newly created shortcut and choose "Properties."</li>
  <li>To the end of the "Target" field you will need to add the full path to the XBMC.exe file.  On 32-bit systems this will likely be <strong>"C:\Program Files\XBMC\XBMC.exe"</strong> (Don't forget to include the quotes) and on 64-bit systems this will likely be <strong>"C:\Program Files (x86)\XBMC\XBMC.exe"</strong> (Again, don't forget to include the quotes).</li>
  <li>Change the "Start in" field to match the path you found the XBMC.exe file in (For example <strong>C:\Program Files (x86)\XBMC\</strong>).</li>
  <li>Change the icon using the "Change Icon..." button to whatever you'd like (I used the XBMC icon).</li>
  <li>Click "OK" in the properties dialog and double-click the shortcut to launch XBMC via ProcessWatcher.</li></ol>

<p>If at any point the XBMC.exe process exits (either intentionally or via a crash), the ProcessWatcher will count down and then restart the process.  While ProcessWatcher is counting down, you can hit the enter key (if the window has focus) or click "Quit" to abort the countdown immediately and exit the application.  If the countdown elapses, then XBMC will be started up again.</p><div class="item_footer"><p><small><a href="http://kylefarnung.com/2011/04/30/processwatcher-to-handle-xbmc-issues">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://kylefarnung.com/2011/04/30/processwatcher-to-handle-xbmc-issues#comments</comments>
			<wfw:commentRss>http://kylefarnung.com/?tempskin=_rss2&#38;disp=comments&#38;p=159</wfw:commentRss>
		</item>
				<item>
			<title>New Games Coming to Windows Phone 7</title>
			<link>http://kylefarnung.com/2011/02/24/new-games-coming-to-windows</link>
			<pubDate>Thu, 24 Feb 2011 23:56:00 +0000</pubDate>			<dc:creator>Kyle</dc:creator>
			<category domain="main">Technology</category>			<guid isPermaLink="false">158@http://kylefarnung.com/</guid>
						<description>&lt;p&gt;&lt;a href=&quot;http://windowsteamblog.com/windows_phone/b/windowsphone/archive/2011/02/24/it-s-official-angry-birds-coming-soon-to-windows-phone-7.aspx&quot;&gt;http://windowsteamblog.com/windows_phone/b/windowsphone/archive/2011/02/24/it-s-official-angry-birds-coming-soon-to-windows-phone-7.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;In another small step toward its competitors, Windows Phone 7 will finally be able to play some of the most popular games on other smartphone platforms.  Not the least of these games is Angry Birds, whose presence on every imaginable platform represented a rather large hole in the Windows Phone 7 game lineup.&lt;/p&gt;

&lt;p&gt;The complete list of games to be released over a six-week period starting on April 6th:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Angry Birds&lt;/li&gt;
  &lt;li&gt;Doodle Jump&lt;/li&gt;
  &lt;li&gt;Plants vs Zombies&lt;/li&gt;
  &lt;li&gt;Hydro Thunder Go&lt;/li&gt;
  &lt;li&gt;Sonic the Hedgehog 4 Episode I&lt;/li&gt;
  &lt;li&gt;geoDefense&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It&#039;s unfortunate that the release dates seem to be arbitrarily delayed, but the real question becomes the price of these apps.  In general, it seems that Xbox LIVE games on Windows Phone 7 seem to command a significantly higher premium than the same games on other platforms.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://kylefarnung.com/2011/02/24/new-games-coming-to-windows&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><a href="http://windowsteamblog.com/windows_phone/b/windowsphone/archive/2011/02/24/it-s-official-angry-birds-coming-soon-to-windows-phone-7.aspx">http://windowsteamblog.com/windows_phone/b/windowsphone/archive/2011/02/24/it-s-official-angry-birds-coming-soon-to-windows-phone-7.aspx</a></p><p>In another small step toward its competitors, Windows Phone 7 will finally be able to play some of the most popular games on other smartphone platforms.  Not the least of these games is Angry Birds, whose presence on every imaginable platform represented a rather large hole in the Windows Phone 7 game lineup.</p>

<p>The complete list of games to be released over a six-week period starting on April 6th:</p>
<ul>
  <li>Angry Birds</li>
  <li>Doodle Jump</li>
  <li>Plants vs Zombies</li>
  <li>Hydro Thunder Go</li>
  <li>Sonic the Hedgehog 4 Episode I</li>
  <li>geoDefense</li>
</ul>

<p>It's unfortunate that the release dates seem to be arbitrarily delayed, but the real question becomes the price of these apps.  In general, it seems that Xbox LIVE games on Windows Phone 7 seem to command a significantly higher premium than the same games on other platforms.</p><div class="item_footer"><p><small><a href="http://kylefarnung.com/2011/02/24/new-games-coming-to-windows">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://kylefarnung.com/2011/02/24/new-games-coming-to-windows#comments</comments>
			<wfw:commentRss>http://kylefarnung.com/?tempskin=_rss2&#38;disp=comments&#38;p=158</wfw:commentRss>
		</item>
				<item>
			<title>HP Envy Update</title>
			<link>http://kylefarnung.com/2011/02/24/hp-envy-update</link>
			<pubDate>Thu, 24 Feb 2011 23:45:00 +0000</pubDate>			<dc:creator>Kyle</dc:creator>
			<category domain="main">Technology</category>			<guid isPermaLink="false">157@http://kylefarnung.com/</guid>
						<description>&lt;p&gt;Well, it&#039;s a bit late at this point, but I did end up getting the HP Envy 14 at a &quot;reasonable&quot; price.  I didn&#039;t end up getting the &quot;Radiance&quot; display, which wasn&#039;t a big deal until I actually &lt;em&gt;saw&lt;/em&gt; one.&lt;/p&gt;

&lt;p&gt;The Radiance display is quite a masterpiece, with outstanding color reproduction and viewing angles, it&#039;s $200 premium was more than justified.  Comparing my current non-Radiance display side-by-side with a Radiance model, I was instantly amazed by the quality of the picture on the Radiance and equally as amazed by just how bad my display looks by comparison.  This is a disappointing symptom just how undervalued the screen is on today&#039;s consumer laptop models.&lt;/p&gt;

&lt;p&gt;Overall, the Envy is a very solid machine with a few minor quirks, mostly around their use of Apple design choices.  For one, the laptop includes no microphone port, but instead utilizes a headset port (works with the iPhone headset) that combines the microphone input with a second headphone output.  A $15 adapter can solve this issue, but it&#039;s still a bit annoying.  Further, the laptop only includes an HDMI and a Mini DisplayPort connector, requiring a MacBook-style adapter in order to get VGA or DVI output.  Luckily Monoprice sells a cheaper version of this adapter, but it&#039;s just another thing to carry around with me and inevitably misplace.&lt;/p&gt;

&lt;p&gt;All-in-all, the HP Envy 14 does represent an important segment of the &quot;high-end&quot; consumer laptop market.  Although they have a few oddities in the design, the build is very solid and I&#039;m very happy with the purchase.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://kylefarnung.com/2011/02/24/hp-envy-update&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Well, it's a bit late at this point, but I did end up getting the HP Envy 14 at a "reasonable" price.  I didn't end up getting the "Radiance" display, which wasn't a big deal until I actually <em>saw</em> one.</p>

<p>The Radiance display is quite a masterpiece, with outstanding color reproduction and viewing angles, it's $200 premium was more than justified.  Comparing my current non-Radiance display side-by-side with a Radiance model, I was instantly amazed by the quality of the picture on the Radiance and equally as amazed by just how bad my display looks by comparison.  This is a disappointing symptom just how undervalued the screen is on today's consumer laptop models.</p>

<p>Overall, the Envy is a very solid machine with a few minor quirks, mostly around their use of Apple design choices.  For one, the laptop includes no microphone port, but instead utilizes a headset port (works with the iPhone headset) that combines the microphone input with a second headphone output.  A $15 adapter can solve this issue, but it's still a bit annoying.  Further, the laptop only includes an HDMI and a Mini DisplayPort connector, requiring a MacBook-style adapter in order to get VGA or DVI output.  Luckily Monoprice sells a cheaper version of this adapter, but it's just another thing to carry around with me and inevitably misplace.</p>

<p>All-in-all, the HP Envy 14 does represent an important segment of the "high-end" consumer laptop market.  Although they have a few oddities in the design, the build is very solid and I'm very happy with the purchase.</p><div class="item_footer"><p><small><a href="http://kylefarnung.com/2011/02/24/hp-envy-update">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://kylefarnung.com/2011/02/24/hp-envy-update#comments</comments>
			<wfw:commentRss>http://kylefarnung.com/?tempskin=_rss2&#38;disp=comments&#38;p=157</wfw:commentRss>
		</item>
				<item>
			<title>HP Can't Fulfill Their Orders</title>
			<link>http://kylefarnung.com/2011/01/21/hp-can-t-fulfill-their</link>
			<pubDate>Sat, 22 Jan 2011 04:53:00 +0000</pubDate>			<dc:creator>Kyle</dc:creator>
			<category domain="main">Technology</category>			<guid isPermaLink="false">156@http://kylefarnung.com/</guid>
						<description>&lt;p&gt;There was a great coupon last week for the HP Envy 14 with the awesome Radiance display. I ordered it immediately and got an instant confirmation of my order. Now today, they go and cancel the order and offer a &quot;slap-in-the-face&quot; compensation, the same coupon I used for the original order. In a need to vent my frustration, I drafted and sent an email to the CEO of HP and included it below.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Last week, I was overjoyed to see a coupon for your highly rated Envy 14 laptop (with the Radiance display) and purchased it immediately.  I was confirmed an order for $985 shipped and my credit card was charged almost immediately.  The expected ship date listed in both the email and on the site was February 1st, a completely reasonable date for such a custom PC purchase.&lt;/p&gt;

&lt;p&gt;Today, I receive an unsolicited cancellation mail with absolutely no details about why the order was cancelled.  I called the HP Shopping support and was &amp;#8220;helped&amp;#8221; by a clueless representative who could only tell me that an email would be coming later on today.  The email was pretty generic and included a pretty awful deal on another laptop, the exact same deal I used for the laptop I had ALREADY ordered.  Calling customer support again yielded even more frustration as a representative worked very hard to try and persuade me to add unnecessary upgrades to my previous configuration (now $1199 without the Radiance display) to get it over the $1399 requirement of the coupon.  When I clearly explained that this was unacceptable, the representative went on to offer me another deal, $300 off of $1199.  This deal, obviously, was even less acceptable as I would be paying the same price for a laptop without the Radiance display.  He told me that he could offer me nothing else and we parted ways.&lt;/p&gt;

&lt;p&gt;Extremely frustrated, I decided to try online support and spoke with a slow, but helpful, representative who pointed me to the HP Resolutions Team.  That call went a little better, with the representative seemingly putting some effort into solving the problem, but ultimately stating that she would need to contact the head office and letting me know that I would be receiving a call back sometime within the next 24-48 hours.&lt;/p&gt;

&lt;p&gt;The problem with this whole situation is that it could not have been handled more poorly.  My credit card was charged even though there weren&#039;t even parts available for fulfilling my purchase; I know that other companies won&#039;t charge you until production has started.  Rather than contact me, my order was cancelled in a very unfriendly manner and I was left confused and needed to call support to even get the generic &quot;wait for the email&quot; answer.  Now when I call to try and resolve the problem, the representative will not do anything about the fact that I was not responsible for this order cancellation.  They treat the order as though it&amp;#8217;s a new order and will do nothing to actually compensate for my time, trouble, and lost interest (due to the apparently fraudulent credit card charge).&lt;/p&gt;

&lt;p&gt;I don&amp;#8217;t feel like my request is outrageous, I simply want the following:  take my original order for $1399 minus the original $500 off coupon and remove the Radiance display option ($200 value) that wasn&#039;t even available in the first place.  This brings the computer down to $699 (plus tax) shipped to me.  Given the fact that my original order was supposed to ship by February 1st, I don&#039;t think it&#039;s too much to ask to throw in free 2nd day shipping to make up for the huge inconvenience that your company has caused me.&lt;/p&gt;&lt;/blockquote&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://kylefarnung.com/2011/01/21/hp-can-t-fulfill-their&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>There was a great coupon last week for the HP Envy 14 with the awesome Radiance display. I ordered it immediately and got an instant confirmation of my order. Now today, they go and cancel the order and offer a "slap-in-the-face" compensation, the same coupon I used for the original order. In a need to vent my frustration, I drafted and sent an email to the CEO of HP and included it below.</p>

<blockquote><p>Last week, I was overjoyed to see a coupon for your highly rated Envy 14 laptop (with the Radiance display) and purchased it immediately.  I was confirmed an order for $985 shipped and my credit card was charged almost immediately.  The expected ship date listed in both the email and on the site was February 1st, a completely reasonable date for such a custom PC purchase.</p>

<p>Today, I receive an unsolicited cancellation mail with absolutely no details about why the order was cancelled.  I called the HP Shopping support and was &#8220;helped&#8221; by a clueless representative who could only tell me that an email would be coming later on today.  The email was pretty generic and included a pretty awful deal on another laptop, the exact same deal I used for the laptop I had ALREADY ordered.  Calling customer support again yielded even more frustration as a representative worked very hard to try and persuade me to add unnecessary upgrades to my previous configuration (now $1199 without the Radiance display) to get it over the $1399 requirement of the coupon.  When I clearly explained that this was unacceptable, the representative went on to offer me another deal, $300 off of $1199.  This deal, obviously, was even less acceptable as I would be paying the same price for a laptop without the Radiance display.  He told me that he could offer me nothing else and we parted ways.</p>

<p>Extremely frustrated, I decided to try online support and spoke with a slow, but helpful, representative who pointed me to the HP Resolutions Team.  That call went a little better, with the representative seemingly putting some effort into solving the problem, but ultimately stating that she would need to contact the head office and letting me know that I would be receiving a call back sometime within the next 24-48 hours.</p>

<p>The problem with this whole situation is that it could not have been handled more poorly.  My credit card was charged even though there weren't even parts available for fulfilling my purchase; I know that other companies won't charge you until production has started.  Rather than contact me, my order was cancelled in a very unfriendly manner and I was left confused and needed to call support to even get the generic "wait for the email" answer.  Now when I call to try and resolve the problem, the representative will not do anything about the fact that I was not responsible for this order cancellation.  They treat the order as though it&#8217;s a new order and will do nothing to actually compensate for my time, trouble, and lost interest (due to the apparently fraudulent credit card charge).</p>

<p>I don&#8217;t feel like my request is outrageous, I simply want the following:  take my original order for $1399 minus the original $500 off coupon and remove the Radiance display option ($200 value) that wasn't even available in the first place.  This brings the computer down to $699 (plus tax) shipped to me.  Given the fact that my original order was supposed to ship by February 1st, I don't think it's too much to ask to throw in free 2nd day shipping to make up for the huge inconvenience that your company has caused me.</p></blockquote><div class="item_footer"><p><small><a href="http://kylefarnung.com/2011/01/21/hp-can-t-fulfill-their">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://kylefarnung.com/2011/01/21/hp-can-t-fulfill-their#comments</comments>
			<wfw:commentRss>http://kylefarnung.com/?tempskin=_rss2&#38;disp=comments&#38;p=156</wfw:commentRss>
		</item>
				<item>
			<title>Windows Phone 7 "January Update"</title>
			<link>http://kylefarnung.com/2011/01/06/windows-phone-7-january-update</link>
			<pubDate>Fri, 07 Jan 2011 05:47:02 +0000</pubDate>			<dc:creator>Kyle</dc:creator>
			<category domain="main">Windows Phone</category>			<guid isPermaLink="false">155@http://kylefarnung.com/</guid>
						<description>&lt;p&gt;&lt;a href=&quot;http://www.microsoft.com/windowsphone/en-us/features/update-info.aspx&quot;&gt;http://www.microsoft.com/windowsphone/en-us/features/update-info.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The update has been announced since before the phone even launched, but now the &quot;January Update&quot; has become a bit more official.  Microsoft has posted a site (which used to give a &lt;a href=&quot;http://www.microsoft.com/windowsphone/en-us/features/january-update.aspx&quot;&gt;hint to the release date&lt;/a&gt;) listing the three main features of the new update:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Copy and paste&lt;/strong&gt;&lt;br /&gt;
Soon you&amp;#8217;ll be able to copy text from emails, text messages, web pages, and Office Mobile documents, and paste it anywhere you can type.   Using copy and paste is easy and intuitive. In many cases you just tap a word, slide your finger to highlight any additional text, then tap the Copy icon. To insert this text in a message or app, just tap the spot where it should go, then tap the Paste icon.   Copy and paste is a handy way to quickly send someone&amp;#8217;s latest Facebook update, turn-by-turn directions from Maps, or a must-see link from Internet Explorer Mobile. Once you&amp;#8217;ve copied something, you can paste it again and again.   The new feature adds to the list of time-saving shortcuts already built into Windows Phone, like the ability to tap an address on a webpage to map it (US only).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Faster apps and games&lt;/strong&gt;&lt;br /&gt;
Nobody likes to wait. That&amp;#8217;s why we&amp;#8217;ve whittled down the time it takes for apps and games to start up and resume. It&amp;#8217;s all part of our focus on getting you to the things you love, easier and faster.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Better Marketplace search&lt;/strong&gt;&lt;br /&gt;
We&amp;#8217;ve streamlined Marketplace search to make it easier to find specific apps, games, or music. Press the Search button in the apps or games section of Marketplace and you&amp;#8217;ll see only apps or games in the results.  Press Search in the music section of Marketplace to search just the music catalog.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Sure, these are all features that would be nice to have (the Marketplace search has been driving me bonkers, honestly), but what about the other missing features?  No mention of custom ringtones, separate volume controls, or better SkyDrive integration for Office.  There are also a number of looming bugs that desperately need attention, but yet no mention of bug fixes at all.  I sincerely hope that the complete lack of new functionality is eclipsed by the shear number of bug fixes included in this new update.&lt;/p&gt;

&lt;p&gt;I certainly hope that they can get the update out by the end of January (or at least early February), but it would be nice to get a more solid release date than:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Getting phone updates&lt;/strong&gt;&lt;br /&gt;
How will you know when an update is available? Easy. Your phone is designed to automatically tell you via a pop-up message (unless you&amp;#8217;ve turned this option off). For more details, see&amp;#160;&lt;a class=&quot;rteLink accent&quot; href=&quot;http://www.microsoft.com/windowsphone/en-us/howto/wp7/basics/how-do-i-update-my-phone-software.aspx&quot;&gt;How do I update my phone software?&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://kylefarnung.com/2011/01/06/windows-phone-7-january-update&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/windowsphone/en-us/features/update-info.aspx">http://www.microsoft.com/windowsphone/en-us/features/update-info.aspx</a></p><p>The update has been announced since before the phone even launched, but now the "January Update" has become a bit more official.  Microsoft has posted a site (which used to give a <a href="http://www.microsoft.com/windowsphone/en-us/features/january-update.aspx">hint to the release date</a>) listing the three main features of the new update:</p>

<blockquote><p><strong>Copy and paste</strong><br />
Soon you&#8217;ll be able to copy text from emails, text messages, web pages, and Office Mobile documents, and paste it anywhere you can type.   Using copy and paste is easy and intuitive. In many cases you just tap a word, slide your finger to highlight any additional text, then tap the Copy icon. To insert this text in a message or app, just tap the spot where it should go, then tap the Paste icon.   Copy and paste is a handy way to quickly send someone&#8217;s latest Facebook update, turn-by-turn directions from Maps, or a must-see link from Internet Explorer Mobile. Once you&#8217;ve copied something, you can paste it again and again.   The new feature adds to the list of time-saving shortcuts already built into Windows Phone, like the ability to tap an address on a webpage to map it (US only).</p>

<p><strong>Faster apps and games</strong><br />
Nobody likes to wait. That&#8217;s why we&#8217;ve whittled down the time it takes for apps and games to start up and resume. It&#8217;s all part of our focus on getting you to the things you love, easier and faster.</p>

<p><strong>Better Marketplace search</strong><br />
We&#8217;ve streamlined Marketplace search to make it easier to find specific apps, games, or music. Press the Search button in the apps or games section of Marketplace and you&#8217;ll see only apps or games in the results.  Press Search in the music section of Marketplace to search just the music catalog.</p></blockquote>
<p>Sure, these are all features that would be nice to have (the Marketplace search has been driving me bonkers, honestly), but what about the other missing features?  No mention of custom ringtones, separate volume controls, or better SkyDrive integration for Office.  There are also a number of looming bugs that desperately need attention, but yet no mention of bug fixes at all.  I sincerely hope that the complete lack of new functionality is eclipsed by the shear number of bug fixes included in this new update.</p>

<p>I certainly hope that they can get the update out by the end of January (or at least early February), but it would be nice to get a more solid release date than:</p>

<blockquote><p><strong>Getting phone updates</strong><br />
How will you know when an update is available? Easy. Your phone is designed to automatically tell you via a pop-up message (unless you&#8217;ve turned this option off). For more details, see&#160;<a class="rteLink accent" href="http://www.microsoft.com/windowsphone/en-us/howto/wp7/basics/how-do-i-update-my-phone-software.aspx">How do I update my phone software?</a></p>
</blockquote><div class="item_footer"><p><small><a href="http://kylefarnung.com/2011/01/06/windows-phone-7-january-update">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://kylefarnung.com/2011/01/06/windows-phone-7-january-update#comments</comments>
			<wfw:commentRss>http://kylefarnung.com/?tempskin=_rss2&#38;disp=comments&#38;p=155</wfw:commentRss>
		</item>
				<item>
			<title>Windows Phone Lost My Data</title>
			<link>http://kylefarnung.com/2011/01/05/windows-phone-lost-my-data</link>
			<pubDate>Thu, 06 Jan 2011 02:43:32 +0000</pubDate>			<dc:creator>Kyle</dc:creator>
			<category domain="main">Windows Phone</category>			<guid isPermaLink="false">154@http://kylefarnung.com/</guid>
						<description>&lt;p&gt;I have long been a supporter of the Windows Phone 7 OS and phones, but tonight I suffered a major setback.  While doing a routine operation, simply searching using the built-in Bing search, the phone crashed.  The phone does crash from time-to-time, but mostly it&#039;s benign and the phone comes right back up very quickly.  This time was not like that at all, the phone came back as a blank slate and wanted me to set everything up again.  I tried rebooting the phone (powering off and back on) three or four more times to no avail.&lt;/p&gt;

&lt;p&gt;The more unfortunate issue here is the lack of any &quot;cloud&quot; way to recover from such an incident.  Sure your music, videos, and podcasts are all safely stored on your computer (which I don&#039;t have access to at the moment) and your contacts, calendars, and email are all safely stored in the cloud (as long as you aren&#039;t using POP3 and deleting messages from the server), but what about the data generated by the apps that you installed?  What about all of the customizations you performed?  All of this is lost with absolutely no way to recover.&lt;/p&gt;

&lt;p&gt;This isn&#039;t all bad news, Windows Phone does one key thing that the iPhone does not, it allows you to setup the phone without needing a computer.  Given that I had just gotten into town to visit my parents tonight, I would have been hosed with my computer 2700 miles away, but thanks to this one feature at least I have a working phone with &lt;em&gt;some&lt;/em&gt; of my data present.&lt;/p&gt;

&lt;p&gt;I really don&#039;t care what the cause of the problem is, but Microsoft really needs to get that January update out ASAP.  They may not have even fixed the issue that caused this, but hopefully they did fix a bunch of the other nagging, but generally mild, issues I&#039;ve had with the OS since launch.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://kylefarnung.com/2011/01/05/windows-phone-lost-my-data&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>I have long been a supporter of the Windows Phone 7 OS and phones, but tonight I suffered a major setback.  While doing a routine operation, simply searching using the built-in Bing search, the phone crashed.  The phone does crash from time-to-time, but mostly it's benign and the phone comes right back up very quickly.  This time was not like that at all, the phone came back as a blank slate and wanted me to set everything up again.  I tried rebooting the phone (powering off and back on) three or four more times to no avail.</p>

<p>The more unfortunate issue here is the lack of any "cloud" way to recover from such an incident.  Sure your music, videos, and podcasts are all safely stored on your computer (which I don't have access to at the moment) and your contacts, calendars, and email are all safely stored in the cloud (as long as you aren't using POP3 and deleting messages from the server), but what about the data generated by the apps that you installed?  What about all of the customizations you performed?  All of this is lost with absolutely no way to recover.</p>

<p>This isn't all bad news, Windows Phone does one key thing that the iPhone does not, it allows you to setup the phone without needing a computer.  Given that I had just gotten into town to visit my parents tonight, I would have been hosed with my computer 2700 miles away, but thanks to this one feature at least I have a working phone with <em>some</em> of my data present.</p>

<p>I really don't care what the cause of the problem is, but Microsoft really needs to get that January update out ASAP.  They may not have even fixed the issue that caused this, but hopefully they did fix a bunch of the other nagging, but generally mild, issues I've had with the OS since launch.</p><div class="item_footer"><p><small><a href="http://kylefarnung.com/2011/01/05/windows-phone-lost-my-data">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://kylefarnung.com/2011/01/05/windows-phone-lost-my-data#comments</comments>
			<wfw:commentRss>http://kylefarnung.com/?tempskin=_rss2&#38;disp=comments&#38;p=154</wfw:commentRss>
		</item>
				<item>
			<title>Fallout 3, Multi-Core Processors, and You</title>
			<link>http://kylefarnung.com/2010/12/21/fallout-3-multi-core-processors-and-you</link>
			<pubDate>Wed, 22 Dec 2010 01:33:07 +0000</pubDate>			<dc:creator>Kyle</dc:creator>
			<category domain="main">Windows</category>			<guid isPermaLink="false">152@http://kylefarnung.com/</guid>
						<description>&lt;p&gt;&lt;a href=&quot;http://www.pdsys.org/blog/post/2009/02/07/Fallout-3-VideoDisplay-Freezes-sound-keeps-going.aspx&quot;&gt;http://www.pdsys.org/blog/post/2009/02/07/Fallout-3-VideoDisplay-Freezes-sound-keeps-going.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Fallout 3: Game of the Year Edition was only $20 on Steam last night, so I finally decided to pick up a copy. &amp;#160;I&#039;ve played a lot of the game already on the Xbox 360, so I&#039;m pretty familiar with the beginning areas, but I spent most of that time dealing with an annoying bug where the game would freeze, but not crash. &amp;#160;I could no longer control the game, but the ambient audio continues to play; the only resolution being to kill the process. &amp;#160;Needless to say, it really ruins the experience in the game and worst yet, it seems to be a really common problem for anyone who has more than two processor cores (I have eight, so the problem is multiplied further). &amp;#160;There doesn&#039;t appear to be any sort of official fix, but people have reported success with some custom modifications to the configuration.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The game engine has some issues with processors that have more than 2 cores. You can force the game to only use two of them and it will stop the freezing. I haven&#039;t had it freeze once since I did this several days ago.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open up the fallout.ini file in: My Documents\My Games\Fallout3        &lt;br /&gt;&lt;br /&gt;Find the line: &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;bUseThreadedAI=0&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;change it to: &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;bUseThreadedAI=1&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Add another line after it and insert: &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;iNumHWThreads=2&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;This will limit the game to 2 cores and prevent the engine bug from causing the game to freeze.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://kylefarnung.com/2010/12/21/fallout-3-multi-core-processors-and-you&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><a href="http://www.pdsys.org/blog/post/2009/02/07/Fallout-3-VideoDisplay-Freezes-sound-keeps-going.aspx">http://www.pdsys.org/blog/post/2009/02/07/Fallout-3-VideoDisplay-Freezes-sound-keeps-going.aspx</a></p><p>Fallout 3: Game of the Year Edition was only $20 on Steam last night, so I finally decided to pick up a copy. &#160;I've played a lot of the game already on the Xbox 360, so I'm pretty familiar with the beginning areas, but I spent most of that time dealing with an annoying bug where the game would freeze, but not crash. &#160;I could no longer control the game, but the ambient audio continues to play; the only resolution being to kill the process. &#160;Needless to say, it really ruins the experience in the game and worst yet, it seems to be a really common problem for anyone who has more than two processor cores (I have eight, so the problem is multiplied further). &#160;There doesn't appear to be any sort of official fix, but people have reported success with some custom modifications to the configuration.</p>
<blockquote>
<p>The game engine has some issues with processors that have more than 2 cores. You can force the game to only use two of them and it will stop the freezing. I haven't had it freeze once since I did this several days ago.</p>
<p><strong>Open up the fallout.ini file in: My Documents\My Games\Fallout3        <br /><br />Find the line: </strong></p>
<p><strong><code>bUseThreadedAI=0</code></strong></p>
<p><strong>change it to: </strong></p>
<p><strong><code>bUseThreadedAI=1</code></strong></p>
<p><strong>Add another line after it and insert: </strong></p>
<p><strong><code>iNumHWThreads=2</code></strong></p>
<p><strong>This will limit the game to 2 cores and prevent the engine bug from causing the game to freeze.</strong></p>
</blockquote><div class="item_footer"><p><small><a href="http://kylefarnung.com/2010/12/21/fallout-3-multi-core-processors-and-you">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://kylefarnung.com/2010/12/21/fallout-3-multi-core-processors-and-you#comments</comments>
			<wfw:commentRss>http://kylefarnung.com/?tempskin=_rss2&#38;disp=comments&#38;p=152</wfw:commentRss>
		</item>
			</channel>
</rss>

