<?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>Jeff Baier</title>
	<atom:link href="http://jeffbaier.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffbaier.com</link>
	<description></description>
	<lastBuildDate>Mon, 07 Nov 2011 06:42:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title></title>
		<link>http://jeffbaier.com/blog/quote-space-exploration/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quote-space-exploration</link>
		<comments>http://jeffbaier.com/blog/quote-space-exploration/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 15:27:22 +0000</pubDate>
		<dc:creator>jeffbaier</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jeffbaier.com/?p=225</guid>
		<description><![CDATA[Once upon a time, we soared into the solar system… for a few years… then we hurried back. The universe is probably littered with the﻿ one-planet graves of cultures which made the sensible economic decision that there&#8217;s no good reason &#8230; <a href="http://jeffbaier.com/blog/quote-space-exploration/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>Once upon a time, we soared into the solar system… for a few years… then we hurried back. The universe is probably littered with the﻿ one-planet graves of cultures which made the sensible economic decision that there&#8217;s no good reason to go into space&#8211;each discovered, studied, and remembered by the ones who made the irrational decision.</p></blockquote>
<p>via <a href="http://xkcd.com/893/" title="XKCD">XKCD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jeffbaier.com/blog/quote-space-exploration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Turn Capslock on and off in Chrome OS</title>
		<link>http://jeffbaier.com/blog/turn-capslock-on-and-off-in-chrome-os/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=turn-capslock-on-and-off-in-chrome-os</link>
		<comments>http://jeffbaier.com/blog/turn-capslock-on-and-off-in-chrome-os/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 20:18:56 +0000</pubDate>
		<dc:creator>jeffbaier</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://jeffbaier.com/?p=205</guid>
		<description><![CDATA[I have had my Chrome OS netbook since January and I have never had an issue with the lack of a caps lock key&#8230; until today. Somehow while typing, I inadvertently turned it on. On Chrome OS netbooks the caps &#8230; <a href="http://jeffbaier.com/blog/turn-capslock-on-and-off-in-chrome-os/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have had my Chrome OS netbook since January and I have never had an issue with the lack of a caps lock key&#8230; until today. Somehow while typing, I inadvertently turned it on.</p>
<p><a href="http://jeffbaier.com/blog/turn-capslock-on-and-off-in-chrome-os/chromebook-keyboard/" rel="attachment wp-att-206"><img src="http://jeffbaier.com/wp-content/uploads/2011/10/chromebook-keyboard.jpg" alt="The capslock key is replaced by a Search key" title="chromebook-keyboard" width="556" height="350" class="aligncenter size-full wp-image-206" /></a></p>
<p>On Chrome OS netbooks the caps lock key has been replaced by a search button that opens a new tab. After bashing on the search button a bunch of times I used one of the new tabs to search for information about my problem. The solution is simple. Press both shift keys at the same time to activate and deactivate caps lock.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffbaier.com/blog/turn-capslock-on-and-off-in-chrome-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with Django Form Wizards and Django Debug toolbar</title>
		<link>http://jeffbaier.com/blog/problem-with-django-form-wizards-and-django-debug-toolbar/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=problem-with-django-form-wizards-and-django-debug-toolbar</link>
		<comments>http://jeffbaier.com/blog/problem-with-django-form-wizards-and-django-debug-toolbar/#comments</comments>
		<pubDate>Fri, 20 May 2011 23:36:02 +0000</pubDate>
		<dc:creator>jeffbaier</dc:creator>
				<category><![CDATA[Django]]></category>

		<guid isPermaLink="false">http://jeffbaier.com/?p=153</guid>
		<description><![CDATA[Today I ran into a problem while creating a Form Wizard for the first time. I was using Django 1.3 with django-debug-toolbar v0.8.5 on Python 2.6, and when I tried to view the form wizard I got this error: TemplateSyntaxError &#8230; <a href="http://jeffbaier.com/blog/problem-with-django-form-wizards-and-django-debug-toolbar/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I ran into a problem while creating a Form Wizard for the first time. I was using Django 1.3 with django-debug-toolbar v0.8.5 on Python 2.6, and when I tried to view the form wizard I got this error:</p>
<p><em>TemplateSyntaxError at /form/<br />
Caught AttributeError while rendering: &#8216;FormWizard&#8217; object has no attribute &#8216;__name__&#8217;</em></p>
<p>This is not just a problem with Django Debug Toolbar. There are also a number of Django decorators that raise an AttributeError when you use them to decorate a form wizard instance. To make everyone happy, it&#8217;s easiest to just declare the __name__ property in your form wizard classes.</p>
<div class="codecolorer-container python vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br /></div></td><td><div class="python codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #ff7700;font-weight:bold;">class</span> RegistrationWizard<span style="color: black;">&#40;</span>FormWizard<span style="color: black;">&#41;</span>:<br />
&nbsp; &nbsp; <span style="color: #66cc66;">@</span><span style="color: #008000;">property</span><br />
&nbsp; &nbsp; <span style="color: #ff7700;font-weight:bold;">def</span> __name__<span style="color: black;">&#40;</span><span style="color: #008000;">self</span><span style="color: black;">&#41;</span>:<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff7700;font-weight:bold;">return</span> <span style="color: #008000;">self</span>.__class__.__name__<br />
<br />
&nbsp; &nbsp; <span style="color: #ff7700;font-weight:bold;">def</span> done<span style="color: black;">&#40;</span><span style="color: #008000;">self</span><span style="color: #66cc66;">,</span> request<span style="color: #66cc66;">,</span> form_list<span style="color: black;">&#41;</span>:<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff7700;font-weight:bold;">return</span> HttpResponseRedirect<span style="color: black;">&#40;</span>reverse<span style="color: black;">&#40;</span><span style="color: #483d8b;">'registration_complete'</span><span style="color: black;">&#41;</span><span style="color: black;">&#41;</span></div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://jeffbaier.com/blog/problem-with-django-form-wizards-and-django-debug-toolbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git Aliases</title>
		<link>http://jeffbaier.com/blog/git-aliases/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=git-aliases</link>
		<comments>http://jeffbaier.com/blog/git-aliases/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 21:26:40 +0000</pubDate>
		<dc:creator>jeffbaier</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://jeffbaier.com/?p=143</guid>
		<description><![CDATA[We have recently switched to Git and Github for our code projects at work. Now that I&#8217;m in and out of Git all day, I&#8217;ve developed some favorite aliases. 1234567&#91;alias&#93; &#160; &#160; st = status &#160; &#160; br = branch &#8230; <a href="http://jeffbaier.com/blog/git-aliases/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We have recently switched to Git and Github for our code projects at work. Now that I&#8217;m in and out of Git all day, I&#8217;ve developed some favorite aliases.</p>
<div class="codecolorer-container bash vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">alias</span><span style="color: #7a0874; font-weight: bold;">&#93;</span><br />
&nbsp; &nbsp; st = status<br />
&nbsp; &nbsp; br = branch <span style="color: #660033;">-a</span><br />
&nbsp; &nbsp; <span style="color: #c20cb9; font-weight: bold;">df</span> = <span style="color: #000000; font-weight: bold;">!</span><span style="color: #ff0000;">&quot;git diff . | mate&quot;</span><br />
&nbsp; &nbsp; rshow = remote show origin<br />
&nbsp; &nbsp; pretty = log <span style="color: #660033;">--graph</span> <span style="color: #660033;">--pretty</span>=format:<span style="color: #ff0000;">'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)&lt;%an&gt;%Creset'</span> <span style="color: #660033;">--abbrev-commit</span> <span style="color: #660033;">--date</span>=relative<br />
&nbsp; &nbsp; <span style="color: #c20cb9; font-weight: bold;">last</span> = <span style="color: #000000; font-weight: bold;">!</span><span style="color: #ff0000;">&quot;clear;git --no-pager log -1&quot;</span></div></td></tr></tbody></table></div>
<p>Things to note: shell commands can be aliased by adding ! before them. Piping the output of git diff into `mate` opens the diff in my <a href="http://macromates.com/">favorite text editor, Textmate</a>. Also you can chain together multiple commands using a semi-colon.  </p>
]]></content:encoded>
			<wfw:commentRss>http://jeffbaier.com/blog/git-aliases/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Time Traveler&#8217;s Wife</title>
		<link>http://jeffbaier.com/blog/the-time-travelers-wife/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-time-travelers-wife</link>
		<comments>http://jeffbaier.com/blog/the-time-travelers-wife/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 17:07:05 +0000</pubDate>
		<dc:creator>jeffbaier</dc:creator>
				<category><![CDATA[Movies]]></category>

		<guid isPermaLink="false">http://jeffbaier.com/?p=130</guid>
		<description><![CDATA[The Time Traveler&#8217;s Wife I&#8217;m really looking forward to this movie. I haven&#8217;t read the novel yet, but I have heard some really good things. I&#8217;ve also been told it has a similar premise as &#8220;Journeyman&#8221;, which was a TV &#8230; <a href="http://jeffbaier.com/blog/the-time-travelers-wife/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="The Time Traveler's Wife" href="http://trailers.apple.com/trailers/newline/thetimetravelerswife/">The Time Traveler&#8217;s Wife</a></p>
<p>I&#8217;m really looking forward to this movie. I haven&#8217;t read the novel yet, but I have heard some really good things. I&#8217;ve also been told it has a similar premise as &#8220;Journeyman&#8221;, which was a TV show I loved (but was cancelled).</p>
<p style="text-align: left;">I also figure this will count as a &#8220;chick-flick&#8221; and I can take my fiance with me to see it.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffbaier.com/blog/the-time-travelers-wife/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Our House</title>
		<link>http://jeffbaier.com/blog/our-house/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=our-house</link>
		<comments>http://jeffbaier.com/blog/our-house/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 21:30:41 +0000</pubDate>
		<dc:creator>jeffbaier</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jeffbaier.com/?p=127</guid>
		<description><![CDATA[As you probably know, after dating for almost 4 years, Becka and I got engaged. We&#8217;re getting married October 24th. I graduate from college in December. We have decided that after I graduate we&#8217;ll be staying in Hays. Becka already &#8230; <a href="http://jeffbaier.com/blog/our-house/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As you probably know, after dating for almost 4 years, Becka and I got engaged. We&#8217;re getting married October 24th. I graduate from college in December. We have decided that after I graduate we&#8217;ll be staying in Hays. Becka already has a job as a 911 dispatcher for the police department, and I&#8217;ll try to find something computer related in the area after graduation.</p>
<p>My lease was up in June so we started looking for places to live. The places we looked at renting were too expensive, so we started looking at buying a home. After lots of searching and open-houses, we put an offer on this one and it was accepted.</p>
<p style="text-align: left;">It is a 4 bedroom, 2 bathroom home built in the 1930&#8242;s. There is a porch on the front and a deck/patio on the back. We&#8217;re currently doing some renovations that I&#8217;ll post some pictures of later.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffbaier.com/blog/our-house/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Back in the saddle</title>
		<link>http://jeffbaier.com/blog/back-in-the-saddle/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=back-in-the-saddle</link>
		<comments>http://jeffbaier.com/blog/back-in-the-saddle/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 00:56:16 +0000</pubDate>
		<dc:creator>jeffbaier</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jeffbaier.com/?p=120</guid>
		<description><![CDATA[The last time I wrote on this blog was back in January of 2008. A lot has kept me busy (mainly school and work), but I&#8217;ve been feeling the itch to start blogging again.  I have redesigned JeffBaier.com to help &#8230; <a href="http://jeffbaier.com/blog/back-in-the-saddle/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The last time I wrote on this blog was back in January of 2008. A lot has kept me busy (mainly school and work), but I&#8217;ve been feeling the itch to start blogging again. </p>
<p>I have redesigned JeffBaier.com to help me be more productive. The long posts I write are now located under &#8220;<a title="Articles on Jeff Baier .com" href="http://jeffbaier.com/articles/" target="_self">Articles</a>.&#8221; These are mostly Howto&#8217;s, tutorials or long recaps of events or trips. I am reserving my front page for my 3 latest tweets and recent blog posts. My goal is to keep the &#8216;blog&#8217; posts shorter and more interesting. They will most likely include pictures and may end up being more personal in nature. Becka and I just bought a house and we are remodeling. Expect lots of pictures of that.</p>
<p>I was also tired of my old design. Hope you enjoy the new look and content of JeffBaier.com!</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffbaier.com/blog/back-in-the-saddle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cellulitis</title>
		<link>http://jeffbaier.com/blog/cellulitis/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cellulitis</link>
		<comments>http://jeffbaier.com/blog/cellulitis/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 05:13:46 +0000</pubDate>
		<dc:creator>jeffbaier</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.jeffbaier.com/2008/01/01/cellulitis/</guid>
		<description><![CDATA[This is the pictorial story of my bout with <a href="http://en.wikipedia.org/wiki/Cellulitis" title="Wikipedia entry on cellulitis" target="_blank">cellulitis</a>.

Friday, November 9th, I woke up around 4am shivering uncontrollably. I got up and got more blankets and went back to sleep. I woke up later in the morning to go to class. My right leg was hurting badly. It felt like I had pulled a muscle. I also felt nauseas, had a high fever, and also still had chills and shivering. I decided to skip classes, and just sleep all day.

The next morning I woke up and my leg still hurt. I had trouble walking and noticed that my leg was developing what looked like a rash. I eventually went to the Emergency Room, and this picture was taken shortly after I got done.

<a href="http://www.jeffbaier.com/photos/photo/2155329953/Day-1.html" class="tt-flickr"><img src="http://farm3.static.flickr.com/2117/2155329953_b4d786c80c.jpg" alt="Day 1" border="0" height="375" width="500" /></a>

They diagnosed me with cellulitis, prescribed me some pain medication and Bactrim antibiotics, drew a blue line on my leg, and sent me home.

<a href="/photos/album/72157603603391840/Cellulitis.html" title="Cellulitis in my leg">This photo album is of my leg slowly healing.</a> <a href="http://jeffbaier.com/blog/cellulitis/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is the pictorial story of my bout with <a title="Wikipedia entry on cellulitis" href="http://en.wikipedia.org/wiki/Cellulitis" target="_blank">cellulitis</a>.</p>
<p>Friday, November 9th, I woke up around 4am shivering uncontrollably. I got up and got more blankets and went back to sleep. I woke up later in the morning to go to class. My right leg was hurting badly. It felt like I had pulled a muscle. I also felt nauseas, had a high fever, and also still had chills and shivering. I decided to skip classes, and just sleep all day.</p>
<p>The next morning I woke up and my leg still hurt. I had trouble walking and noticed that my leg was developing what looked like a rash. I eventually went to the Emergency Room, and this picture was taken shortly after I got done.</p>
<p style="text-align: center;"><a href="http://www.flickr.com/photos/jeffbaier/sets/72157603603391840/" target="_blank"><img class="flickrimg" src="http://farm3.static.flickr.com/2117/2155329953_b4d786c80c.jpg" border="0" alt="Day 1" width="500" height="375" /></a></p>
<p>They diagnosed me with cellulitis, prescribed me some pain medication and Bactrim antibiotics, drew a blue line on my leg, and sent me home.</p>
<p><a title="Cellulitis in my leg" href="http://www.flickr.com/photos/jeffbaier/sets/72157603603391840/" target="_blank">This photo album is of my leg slowly healing.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jeffbaier.com/blog/cellulitis/feed/</wfw:commentRss>
		<slash:comments>64</slash:comments>
		</item>
		<item>
		<title>VMware Unveils VMware Tools as Open Source Software</title>
		<link>http://jeffbaier.com/blog/vmware-unveils-vmware-tools-as-open-source-software/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmware-unveils-vmware-tools-as-open-source-software</link>
		<comments>http://jeffbaier.com/blog/vmware-unveils-vmware-tools-as-open-source-software/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 19:08:18 +0000</pubDate>
		<dc:creator>jeffbaier</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.jeffbaier.com/2007/10/01/vmware-unveils-vmware-tools-as-open-source-software/</guid>
		<description><![CDATA[VMware is recognized by many as the virtualization leader in the technology industry. They have now announced that they will be releasing a majority of VMware Tools as open source software as part of the project Open Virtual Machine Tools. VMware Tools is a set of guest operating system virtualization components that enhance performance and improve management of VMware virtual machines. The source code is available today to enable Linux vendors to integrate open-sourced VMware Tools into upcoming versions of their operating systems.
<blockquote>"We are very pleased with VMware's demonstrated ability to work with the open source community. Open Virtual Machine Tools streamlines the process of providing ISVs with an edition of Ubuntu optimized for virtual appliances that follows the JeOS concept of Just Enough Operating System and allows us to provide end users of the Ubuntu operating system with a compelling out-of-the-box experience. We look forward to the debut of Open Virtual Machine Tools within a future release of Ubuntu.


<cite>Mark Shuttleworth, founder of the Ubuntu project</cite></blockquote>
VMware's move to open source will prove to be important in making more efficient virtual machines and getting more people to use virtualization products.

via <a href="http://www.vmware.com/company/news/releases/tools.html" target="_blank" title="VMware News and Press Releases">VMworld 2007 Press Release
</a> <a href="http://jeffbaier.com/blog/vmware-unveils-vmware-tools-as-open-source-software/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>VMware is recognized by many as the virtualization leader in the technology industry. They have now announced that they will be releasing a majority of VMware Tools as open source software as part of the project Open Virtual Machine Tools. VMware Tools is a set of guest operating system virtualization components that enhance performance and improve management of VMware virtual machines. The source code is available today to enable Linux vendors to integrate open-sourced VMware Tools into upcoming versions of their operating systems.</p>
<blockquote><p>&#8220;We are very pleased with VMware&#8217;s demonstrated ability to work with the open source community. Open Virtual Machine Tools streamlines the process of providing ISVs with an edition of Ubuntu optimized for virtual appliances that follows the JeOS concept of Just Enough Operating System and allows us to provide end users of the Ubuntu operating system with a compelling out-of-the-box experience. We look forward to the debut of Open Virtual Machine Tools within a future release of Ubuntu.</p>
<p><cite>Mark Shuttleworth, founder of the Ubuntu project</cite></p></blockquote>
<p>VMware&#8217;s move to open source will prove to be important in making more efficient virtual machines and getting more people to use virtualization products.</p>
<p>via <a href="http://www.vmware.com/company/news/releases/tools.html" target="_blank" title="VMware News and Press Releases">VMworld 2007 Press Release<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jeffbaier.com/blog/vmware-unveils-vmware-tools-as-open-source-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploding Batteries Are No Laughing Matter</title>
		<link>http://jeffbaier.com/blog/exploding-batteries-are-no-laughing-matter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exploding-batteries-are-no-laughing-matter</link>
		<comments>http://jeffbaier.com/blog/exploding-batteries-are-no-laughing-matter/#comments</comments>
		<pubDate>Thu, 03 May 2007 03:33:50 +0000</pubDate>
		<dc:creator>jeffbaier</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.jeffbaier.com/2007/05/02/exploding-batteries-are-no-laughing-matter/</guid>
		<description><![CDATA[Apple initiates a worldwide battery recall, and I don't heed their warnings. Battery goes on to expand and break apart. Pics or it didn't happen? I've got your pics right here. <a href="http://jeffbaier.com/blog/exploding-batteries-are-no-laughing-matter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a class="tt-flickr" href="http://www.flickr.com/photos/jeffbaier/767044646/"><img class="aligncenter" src="http://farm2.static.flickr.com/1224/767044646_42aac7a7dc.jpg" border="0" alt="Battery 2" width="500" height="375" /></a></p>
<p>Today I realized I had done something incredibly stupid. About 9 months ago <a title="Apple Battery Recall" href="http://support.apple.com/macbookpro15/batteryexchange/">Apple initiated a worldwide battery recall</a>. I bought one of the 15&#8243; Macbook Pro&#8217;s when they first became available in February of 2006. My original battery had just begun to have problems. It would only hold a charge to about 40%. So the timing of this recall was just about perfect.</p>
<p>I filled out the form, and within a few days I had my brand new battery. You were supposed to send back your old battery, but I didn&#8217;t. I was curious to see what would happen. I never got charged for it, so I went ahead and kept my original battery. I figured having an extra would come in handy, even if it would only hold half a charge.</p>
<p>Flash forward 9 months later, and it wasn&#8217;t that handy to have an extra semi-functional battery. The battery had been stashed away in my old school backpack for the better part of 8 months. Today I found it while cleaning out my room. This is what it looks like now.</p>
<p><strong>The moral of the story is that if Apple is recalling these batteries, it&#8217;s probably for a good reason.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://jeffbaier.com/blog/exploding-batteries-are-no-laughing-matter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

