<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>b00ber's Weblog</title>
	<atom:link href="http://b00ber.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://b00ber.wordpress.com</link>
	<description>Just another WordPress.com weblog, nothing to get too excited about.</description>
	<lastBuildDate>Thu, 01 Oct 2009 23:34:56 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='b00ber.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/3cf46b3c9dd8487aaec956d6542c5c61?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>b00ber's Weblog</title>
		<link>http://b00ber.wordpress.com</link>
	</image>
			<item>
		<title>Test #1 complete</title>
		<link>http://b00ber.wordpress.com/2009/10/01/test-1-complete/</link>
		<comments>http://b00ber.wordpress.com/2009/10/01/test-1-complete/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 23:34:56 +0000</pubDate>
		<dc:creator>b00ber</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[test case]]></category>

		<guid isPermaLink="false">http://b00ber.wordpress.com/2009/10/01/test-1-complete/</guid>
		<description><![CDATA[I completed my first test case!
I created a test to check that my singleton object was instantiated (not nil).  
I then added a test case that would fail; a check that my NSMutableArray property had 2 items.  It failed!  I then added code to add two objects to the array, reran my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=93&subd=b00ber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I completed my first test case!</p>
<p>I created a test to check that my singleton object was instantiated (not nil).  </p>
<p>I then added a test case that would fail; a check that my NSMutableArray property had 2 items.  It failed!  I then added code to add two objects to the array, reran my tests and it worked. </p>
<p>I know this all sounds trivial, but I&#8217;m trying to follow along with introductory TDD practices first, so that I really learn it.   </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/b00ber.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/b00ber.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/b00ber.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/b00ber.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/b00ber.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/b00ber.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/b00ber.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/b00ber.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/b00ber.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/b00ber.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=93&subd=b00ber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://b00ber.wordpress.com/2009/10/01/test-1-complete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/199c737e85ed3418275c44659db8a101?s=96&#38;d=identicon" medium="image">
			<media:title type="html">b00ber</media:title>
		</media:content>
	</item>
		<item>
		<title>Teaching myself new Dev tricks</title>
		<link>http://b00ber.wordpress.com/2009/09/30/teaching-myself-new-dev-tricks/</link>
		<comments>http://b00ber.wordpress.com/2009/09/30/teaching-myself-new-dev-tricks/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 22:53:15 +0000</pubDate>
		<dc:creator>b00ber</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[Midas]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[Unit Tests]]></category>

		<guid isPermaLink="false">http://b00ber.wordpress.com/?p=89</guid>
		<description><![CDATA[So I&#8217;ve decided to take on a new personal programming project to teach myself the following:

Test Driven Development Methodologies
Design Patterns
Source Control/Build Integration practices
MacOS/Cocoa/Objective-C programming
Assembly language programming

I&#8217;ve already written some throw-away code to test the waters of MacOS programming.  I have an application that runs (yay!), and when you click on the &#8220;open&#8221; menu item creates [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=89&subd=b00ber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So I&#8217;ve decided to take on a new personal programming project to teach myself the following:</p>
<ul>
<li>Test Driven Development Methodologies</li>
<li>Design Patterns</li>
<li>Source Control/Build Integration practices</li>
<li>MacOS/Cocoa/Objective-C programming</li>
<li>Assembly language programming</li>
</ul>
<p>I&#8217;ve already written some throw-away code to test the waters of MacOS programming.  I have an application that runs (yay!), and when you click on the &#8220;open&#8221; menu item creates a window with a (customizable) ToolBar.  I played around with some Singleton pattern tests, and after bumping my head on the differences between Objective-C &#8220;Class&#8221; vs &#8220;Instance&#8221; methods, was able to create a property of that singleton that initialized itself to some values.</p>
<p>Today, I started with Unit testing.  I found a great document (<a title="http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/UnitTesting/UnitTesting.pdf" href="http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/UnitTesting/UnitTesting.pdf" target="_blank">http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/UnitTesting/UnitTesting.pdf</a>) from Apple, about it.  I have setup my test bundle, and added a target to my project.</p>
<p>Tomorrow, I hope to start adding test cases for the next piece of functionality&#8230; &#8220;PlugIns&#8221;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/b00ber.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/b00ber.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/b00ber.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/b00ber.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/b00ber.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/b00ber.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/b00ber.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/b00ber.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/b00ber.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/b00ber.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=89&subd=b00ber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://b00ber.wordpress.com/2009/09/30/teaching-myself-new-dev-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/199c737e85ed3418275c44659db8a101?s=96&#38;d=identicon" medium="image">
			<media:title type="html">b00ber</media:title>
		</media:content>
	</item>
		<item>
		<title>Twitter&#8230;</title>
		<link>http://b00ber.wordpress.com/2009/02/18/twitter/</link>
		<comments>http://b00ber.wordpress.com/2009/02/18/twitter/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 21:13:56 +0000</pubDate>
		<dc:creator>b00ber</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://b00ber.wordpress.com/?p=87</guid>
		<description><![CDATA[Well, in an ever increasingly difficult to keep up-to-date move, I&#8217;ve decided to sign up for Twitter.  Yet another place you can follow my goings on, or lack thereof.
http://twitter.com/mlamb1976
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=87&subd=b00ber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well, in an ever increasingly difficult to keep up-to-date move, I&#8217;ve decided to sign up for Twitter.  Yet another place you can follow my goings on, or lack thereof.</p>
<p><a title="http://twitter.com/mlamb1976" href="http://twitter.com/mlamb1976" target="_blank">http://twitter.com/mlamb1976</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/b00ber.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/b00ber.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/b00ber.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/b00ber.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/b00ber.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/b00ber.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/b00ber.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/b00ber.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/b00ber.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/b00ber.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=87&subd=b00ber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://b00ber.wordpress.com/2009/02/18/twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/199c737e85ed3418275c44659db8a101?s=96&#38;d=identicon" medium="image">
			<media:title type="html">b00ber</media:title>
		</media:content>
	</item>
		<item>
		<title>An unfortunate truncation</title>
		<link>http://b00ber.wordpress.com/2008/11/15/an-unfortunate-truncation/</link>
		<comments>http://b00ber.wordpress.com/2008/11/15/an-unfortunate-truncation/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 03:40:34 +0000</pubDate>
		<dc:creator>b00ber</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[appstore]]></category>

		<guid isPermaLink="false">http://b00ber.wordpress.com/2008/11/15/an-unfortunate-truncation/</guid>
		<description><![CDATA[Check the last app in the list&#8230;  Doubtful that they expected their title to be truncated there.

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=85&subd=b00ber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Check the last app in the list&#8230;  Doubtful that they expected their title to be truncated there.</p>
<p><a href="http://b00ber.files.wordpress.com/2008/11/p-480-320-19832655-a05a-42ce-b098-bba3e41715d2.jpeg"><img src="http://b00ber.files.wordpress.com/2008/11/p-480-320-19832655-a05a-42ce-b098-bba3e41715d2.jpeg?w=200&#038;h=300" alt="" width="200" height="300" class="alignnone size-full wp-image-364" /></a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/b00ber.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/b00ber.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/b00ber.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/b00ber.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/b00ber.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/b00ber.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/b00ber.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/b00ber.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/b00ber.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/b00ber.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=85&subd=b00ber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://b00ber.wordpress.com/2008/11/15/an-unfortunate-truncation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/199c737e85ed3418275c44659db8a101?s=96&#38;d=identicon" medium="image">
			<media:title type="html">b00ber</media:title>
		</media:content>

		<media:content url="http://b00ber.files.wordpress.com/2008/11/p-480-320-19832655-a05a-42ce-b098-bba3e41715d2.jpeg" medium="image" />
	</item>
		<item>
		<title>Out of office &#8211; Welsh style</title>
		<link>http://b00ber.wordpress.com/2008/10/31/out-of-office-welsh-style/</link>
		<comments>http://b00ber.wordpress.com/2008/10/31/out-of-office-welsh-style/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 21:01:03 +0000</pubDate>
		<dc:creator>b00ber</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Lost in translation]]></category>
		<category><![CDATA[OOF]]></category>
		<category><![CDATA[Oops!]]></category>
		<category><![CDATA[Welsh]]></category>

		<guid isPermaLink="false">http://b00ber.wordpress.com/?p=82</guid>
		<description><![CDATA[http://news.bbc.co.uk/2/hi/uk_news/wales/7702913.stm
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=82&subd=b00ber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a title="http://news.bbc.co.uk/2/hi/uk_news/wales/7702913.stm" href="http://news.bbc.co.uk/2/hi/uk_news/wales/7702913.stm" target="_self">http://news.bbc.co.uk/2/hi/uk_news/wales/7702913.stm</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/b00ber.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/b00ber.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/b00ber.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/b00ber.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/b00ber.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/b00ber.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/b00ber.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/b00ber.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/b00ber.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/b00ber.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=82&subd=b00ber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://b00ber.wordpress.com/2008/10/31/out-of-office-welsh-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/199c737e85ed3418275c44659db8a101?s=96&#38;d=identicon" medium="image">
			<media:title type="html">b00ber</media:title>
		</media:content>
	</item>
		<item>
		<title>Update: TV is now fixed</title>
		<link>http://b00ber.wordpress.com/2008/10/16/update-tv-is-now-fixed/</link>
		<comments>http://b00ber.wordpress.com/2008/10/16/update-tv-is-now-fixed/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 22:51:33 +0000</pubDate>
		<dc:creator>b00ber</dc:creator>
				<category><![CDATA[rant]]></category>
		<category><![CDATA[bearings]]></category>
		<category><![CDATA[TV repair]]></category>

		<guid isPermaLink="false">http://b00ber.wordpress.com/?p=80</guid>
		<description><![CDATA[So the repair guys came out and fixed the TV yesterday.  First they replaced the lamp, and then I tried to show them the color saturation issue, and the senior tech thought he saw what I was talking about&#8230; so he pulled the color wheel out.
It turns out it was a good thing he did. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=80&subd=b00ber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So the repair guys came out and fixed the TV yesterday.  First they replaced the lamp, and then I tried to show them the color saturation issue, and the senior tech thought he saw what I was talking about&#8230; so he pulled the color wheel out.</p>
<p>It turns out it was a good thing he did.  The bearings on the one he pulled out (which was the one that was replaced a year ago) were going bad, and you could audibly hear the grinding and see that the wheel was not spinning freely as it should.  Also, it was visibly warped already (probably due to excessive heating from the bearings).</p>
<p>He said that it would&#8217;ve most likely disintegrated (like the first one) within a few months.  </p>
<p>So I&#8217;m now up and running with a brand new lamp (old one had over 10k hours, which is pretty damned good for a bulb!) and a brand new color wheel.</p>
<p>So far, it does look better&#8230; but that could be psychological, because I&#8217;ve been watching TV on a crappy 32&#8243; 480i screen for the past 3 god damned weeks!</p>
<p>Anyway, I plan on paying quite a lot of attention to any issues I have with the TV from now on, and if I have any I&#8217;m going to harp on the support guys to confirm EVERYTHING so they don&#8217;t fuck up again.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/b00ber.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/b00ber.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/b00ber.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/b00ber.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/b00ber.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/b00ber.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/b00ber.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/b00ber.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/b00ber.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/b00ber.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=80&subd=b00ber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://b00ber.wordpress.com/2008/10/16/update-tv-is-now-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/199c737e85ed3418275c44659db8a101?s=96&#38;d=identicon" medium="image">
			<media:title type="html">b00ber</media:title>
		</media:content>
	</item>
		<item>
		<title>Thoughts on the downturn of the market</title>
		<link>http://b00ber.wordpress.com/2008/10/16/thoughts-on-the-downturn-of-the-market/</link>
		<comments>http://b00ber.wordpress.com/2008/10/16/thoughts-on-the-downturn-of-the-market/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 18:29:08 +0000</pubDate>
		<dc:creator>b00ber</dc:creator>
				<category><![CDATA[health]]></category>
		<category><![CDATA[downturn]]></category>
		<category><![CDATA[exercise]]></category>
		<category><![CDATA[market]]></category>

		<guid isPermaLink="false">http://b00ber.wordpress.com/?p=74</guid>
		<description><![CDATA[Say what you will about the market, but I say it looks like a pretty easy exercise program profile:


       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=74&subd=b00ber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Say what you will about the market, but I say it looks like a pretty easy exercise program profile:</p>
<p><a href="http://b00ber.files.wordpress.com/2008/10/picture-2.png"><img class="alignnone size-medium wp-image-77" title="picture-2" src="http://b00ber.files.wordpress.com/2008/10/picture-2.png?w=300&#038;h=113" alt="" width="300" height="113" /></a></p>
<p><a href="http://b00ber.files.wordpress.com/2008/10/picture-2.png"></a><img class="alignnone size-full wp-image-78" title="Picture 1.png" src="http://b00ber.files.wordpress.com/2008/10/xel6700-console.png?w=300&#038;h=353" alt="" width="300" height="353" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/b00ber.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/b00ber.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/b00ber.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/b00ber.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/b00ber.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/b00ber.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/b00ber.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/b00ber.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/b00ber.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/b00ber.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=74&subd=b00ber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://b00ber.wordpress.com/2008/10/16/thoughts-on-the-downturn-of-the-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/199c737e85ed3418275c44659db8a101?s=96&#38;d=identicon" medium="image">
			<media:title type="html">b00ber</media:title>
		</media:content>

		<media:content url="http://b00ber.files.wordpress.com/2008/10/picture-2.png?w=300" medium="image">
			<media:title type="html">picture-2</media:title>
		</media:content>

		<media:content url="http://b00ber.files.wordpress.com/2008/10/xel6700-console.png" medium="image">
			<media:title type="html">Picture 1.png</media:title>
		</media:content>
	</item>
		<item>
		<title>Yet another disillusioned soul</title>
		<link>http://b00ber.wordpress.com/2008/10/13/yet-another-disillusioned-soul/</link>
		<comments>http://b00ber.wordpress.com/2008/10/13/yet-another-disillusioned-soul/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 22:32:07 +0000</pubDate>
		<dc:creator>b00ber</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[disillusionment]]></category>

		<guid isPermaLink="false">http://b00ber.wordpress.com/?p=72</guid>
		<description><![CDATA[Maybe it&#8217;s that I surf blogs that cater to this kind of article, but here&#8217;s another person not exactly enamoured with the &#8220;facebook life&#8221;:
http://www.adbusters.org/magazine/80/quit_facebook.html
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=72&subd=b00ber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Maybe it&#8217;s that I surf blogs that cater to this kind of article, but here&#8217;s another person not exactly enamoured with the &#8220;facebook life&#8221;:</p>
<p><a href="http://www.adbusters.org/magazine/80/quit_facebook.html">http://www.adbusters.org/magazine/80/quit_facebook.html</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/b00ber.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/b00ber.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/b00ber.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/b00ber.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/b00ber.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/b00ber.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/b00ber.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/b00ber.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/b00ber.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/b00ber.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=72&subd=b00ber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://b00ber.wordpress.com/2008/10/13/yet-another-disillusioned-soul/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/199c737e85ed3418275c44659db8a101?s=96&#38;d=identicon" medium="image">
			<media:title type="html">b00ber</media:title>
		</media:content>
	</item>
		<item>
		<title>Service repair contracts FTW!</title>
		<link>http://b00ber.wordpress.com/2008/10/09/service-repair-contracts-ftw/</link>
		<comments>http://b00ber.wordpress.com/2008/10/09/service-repair-contracts-ftw/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 22:11:42 +0000</pubDate>
		<dc:creator>b00ber</dc:creator>
				<category><![CDATA[rant]]></category>
		<category><![CDATA[Circuit City]]></category>
		<category><![CDATA[DLP]]></category>
		<category><![CDATA[TV repair]]></category>

		<guid isPermaLink="false">http://b00ber.wordpress.com/?p=65</guid>
		<description><![CDATA[So, 2 weeks ago (9/25), the lamp on our 56&#8243; projection TV burned out.  Thankfully, when we purchased it we also bought the (normally) worthless &#8220;extended service contract&#8221;.
Lamp replacements are amazingly covered, so we called up Circuit City&#8217;s repair line and asked them to get it fixed.
*Quick side trip for some background info*
About a year [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=65&subd=b00ber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So, 2 weeks ago (9/25), the lamp on our 56&#8243; projection TV burned out.  Thankfully, when we purchased it we also bought the (normally) worthless &#8220;extended service contract&#8221;.</p>
<p>Lamp replacements are amazingly covered, so we called up Circuit City&#8217;s repair line and asked them to get it fixed.</p>
<p><strong><em>*Quick side trip for some background info*</em></strong></p>
<p>About a year ago, the color wheel (it&#8217;s a DLP projection screen) disintegrated, and again the service plan covered it (a $750+ repair for no charge).  Ever since the color wheel was replaced, the color saturation has been &#8220;off&#8221;.  </p>
<p><strong><em>* Now we return you to your regularly scheduled blog entry*</em></strong></p>
<p>Since the color saturation has been weird, we thought: &#8220;Hey, while we have you on the line, can you also have them investigate the color saturation issue?&#8221;</p>
<p>They were more than happy to oblige, and immediately started setting up the appointment.  Unfortunately, there was some confusion (because the lamp is a user replaceable part) on where to send the lamp, and apparently because the color wheel was possibly broken, it has some effect on the lamp, so it was finally determined that the Tech should replace both.  So a call was made, and an appointment was scheduled for Oct 6.</p>
<p>The morning of Oct 6 rolls around, and the service repair company (subcontracted out by CC) calls to confirm the appointment, and they suddenly notice that the repair ticket states that a lamp and/or color wheel replacement part(s) needs to be included. Funny, no one told them to order the parts!  Oh, and by the way, it&#8217;s going to take 7-10 days to order the parts.</p>
<p>So, now we&#8217;ve been without the main TV in our house for 11 days, and it looks like we&#8217;re going to be out another 7-10 days!!!  So we called up Circuit City to complain, and hopefully have them expedite the parts, or do *something*.  Unfortunately, since it&#8217;s a subcontractor, they are not able to expedite the parts.  So I asked if they could ship me the lamp, and I&#8217;d replace it myself (in the original call, they noted that they could overnight us a lamp &#8211; shipping at our cost).  &#8221;Sorry, we can&#8217;t do that, because with the color wheel being a problem, it could negatively effect the lifetime of the lamp, and we can&#8217;t authorize actions that would impact the supportability of the &#8211; blah blah blah&#8230; &#8211; So the Tech has to replace them both at the same time&#8221;.  I suggested that they send me a lamp, and the Tech brings a lamp, and that the lamp be swapped out at that time&#8230; but they didn&#8217;t bite on that.</p>
<p>&#8220;We can&#8217;t authorize the cost ($250) of the additional lamp&#8221;.  </p>
<p>The only &#8220;additional compensation&#8221; they *are* authorized to provide is: reimbursement (to the tune of $40 per week for 2 weeks) to cover the cost of a rental TV.  &#8221;This is a courtesy to you, and is not within the confines of the contract.&#8221;</p>
<p>So, I call up Rent-a-center&#8230; they only rent by the month (not two weeks), at a cost of $125, and I&#8217;m responsible for a $650 &#8220;security deposit&#8221; (fully refundable).  There is no way I&#8217;m going to pay $45 for the &#8220;convenience&#8221; of renting a replacement TV because some idiot fucked up.</p>
<p>Anyway&#8230; to make a long story even longer, and wrap up the reason for today&#8217;s rant&#8230;</p>
<p>The service contractor called today, amazingly they have received the parts (both color wheel *and* lamp)!  HURRAAYYYY!  Television salvation is within our grasps!</p>
<p>&#8220;&#8230; and by the way, we&#8217;re booked up solid, the earliest we can get out to you is next Wednesday.&#8221;</p>
<p> <br />
FUCK!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/b00ber.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/b00ber.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/b00ber.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/b00ber.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/b00ber.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/b00ber.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/b00ber.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/b00ber.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/b00ber.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/b00ber.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=65&subd=b00ber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://b00ber.wordpress.com/2008/10/09/service-repair-contracts-ftw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/199c737e85ed3418275c44659db8a101?s=96&#38;d=identicon" medium="image">
			<media:title type="html">b00ber</media:title>
		</media:content>
	</item>
		<item>
		<title>Today is my birthday.</title>
		<link>http://b00ber.wordpress.com/2008/10/08/today-is-my-birthday/</link>
		<comments>http://b00ber.wordpress.com/2008/10/08/today-is-my-birthday/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 17:13:12 +0000</pubDate>
		<dc:creator>b00ber</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://b00ber.wordpress.com/?p=61</guid>
		<description><![CDATA[Happy birthday to me.
http://www.unhappybirthday.com/
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=61&subd=b00ber&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Happy birthday to me.</p>
<p><a href="http://www.unhappybirthday.com/">http://www.unhappybirthday.com/</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/b00ber.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/b00ber.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/b00ber.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/b00ber.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/b00ber.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/b00ber.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/b00ber.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/b00ber.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/b00ber.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/b00ber.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b00ber.wordpress.com&blog=3710571&post=61&subd=b00ber&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://b00ber.wordpress.com/2008/10/08/today-is-my-birthday/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/199c737e85ed3418275c44659db8a101?s=96&#38;d=identicon" medium="image">
			<media:title type="html">b00ber</media:title>
		</media:content>
	</item>
	</channel>
</rss>