<?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>Nick's Blog</title>
	<atom:link href="http://tcob.com/feed" rel="self" type="application/rss+xml" />
	<link>http://tcob.com</link>
	<description>tcob.com - Nick Curran's personal web site and blog</description>
	<lastBuildDate>Wed, 20 Jan 2010 21:05:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Home Ownership Lesson</title>
		<link>http://tcob.com/mousy</link>
		<comments>http://tcob.com/mousy#comments</comments>
		<pubDate>Sun, 17 Jan 2010 00:56:25 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[house]]></category>

		<guid isPermaLink="false">http://tcob.com/?p=319</guid>
		<description><![CDATA[File this under &#8220;Good Things to Know if You Own a Home&#8221;
Never store grass seed in plastic bags in your garage for the winter!
I took advantage of the today&#8217;s relative warmth by getting lots of stuff done around the house. Near the top of my list was cleaning the garage. I opened one of the [...]]]></description>
			<content:encoded><![CDATA[<p>File this under &#8220;Good Things to Know if You Own a Home&#8221;</p>
<p><em>Never store grass seed in plastic bags in your garage for the winter!</em></p>
<p>I took advantage of the today&#8217;s relative warmth by getting lots of stuff done around the house. Near the top of my list was cleaning the garage. I opened one of the cabinets above the workbench, and I was very confused to see grass seed, plant food and shredded paper all over the place. Even more confusing was all the crumpled up paper spilling out of my crumpled up leaf-blower bag. Very explanatory and startling was the mouse that popped its head out the bag to see where all that light was coming from.</p>
<p>When I finally went back and opened the cabinet again (with my golf club), several mice scampered off. I gave the leaf bag a few pokes with my pitching wedge, and even more ran out. I contemplated leaving it, but soon enough my to-do list was topped by &#8220;remove the mouse nest from my property.&#8221; I wish I had taken pictures, but the only thing on my mind was getting rid of that mess. It looked and smelled like an unmaintained hamster playground. Gross!</p>
]]></content:encoded>
			<wfw:commentRss>http://tcob.com/mousy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Eat Chicken Wings</title>
		<link>http://tcob.com/how-to-eat-chicken-wings</link>
		<comments>http://tcob.com/how-to-eat-chicken-wings#comments</comments>
		<pubDate>Sat, 07 Nov 2009 00:44:32 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[food]]></category>

		<guid isPermaLink="false">http://tcob.com/?p=314</guid>
		<description><![CDATA[Continuing Lifehacker&#8217;s series on how to eat food, they posted this video on the right way to eat chicken wings. Awesome!


  

]]></description>
			<content:encoded><![CDATA[<p>Continuing <a href="http://lifehacker.com/">Lifehacker</a>&#8217;s series on <a href="http://tcob.com/the-right-way">how to eat food</a>, they posted this video on the <em>right</em> way to eat chicken wings. Awesome!</p>
<div class="centered">
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/BRcOY-PvOC8&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param>
  <embed src="http://www.youtube.com/v/BRcOY-PvOC8&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tcob.com/how-to-eat-chicken-wings/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>message sectionOffset sent to freed object</title>
		<link>http://tcob.com/sectionoffset</link>
		<comments>http://tcob.com/sectionoffset#comments</comments>
		<pubDate>Wed, 14 Oct 2009 15:10:21 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://tcob.com/?p=309</guid>
		<description><![CDATA[Pardon the relatively technical post, but I want to document this problem somewhere in hopes that it saves someone the frustration it caused me.
I&#8217;ve been experimenting with iPhone development lately. For the most part, it&#8217;s been a fun learning process despite the quirks that Xcode, IB, and Obj-C throw at an MS developer. Objective-C is, [...]]]></description>
			<content:encoded><![CDATA[<p>Pardon the relatively technical post, but I want to document this problem somewhere in hopes that it saves someone the frustration it caused me.</p>
<p>I&#8217;ve been experimenting with iPhone development lately. For the most part, it&#8217;s been a fun learning process despite the quirks that Xcode, IB, and Obj-C throw at an MS developer. Objective-C is, at worst, a 20-year-old hack that follows few conventions established by most other OO languagues. </p>
<p>My most recent lesson has been adapting my project to use Core Data for persistence. Early on, I kept receiving the error &#8220;message sectionOffset sent to freed object&#8221; when trying to load a connected table.</p>
<p>I found the solution nowhere online, and the exception is not at all helpful. For me, the problem was that I was trying to access the FetchedResultsController <em>before</em> performFetch had been called. Adding performFetch to my viewDidLoad fixed the issue, and I was on my way. My iPhone app is on its way.</p>
]]></content:encoded>
			<wfw:commentRss>http://tcob.com/sectionoffset/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Right Way</title>
		<link>http://tcob.com/the-right-way</link>
		<comments>http://tcob.com/the-right-way#comments</comments>
		<pubDate>Fri, 10 Jul 2009 19:39:09 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[food]]></category>

		<guid isPermaLink="false">http://tcob.com/?p=303</guid>
		<description><![CDATA[I know I&#8217;m way overdue for a blog post. Grad school on top of a full time job has kept me very busy to say the least. Nevertheless, I saw the following video today and had to post it. I&#8217;m always interested in technique, and I always love learning new ways to do things, especially [...]]]></description>
			<content:encoded><![CDATA[<p>I know I&#8217;m way overdue for a blog post. Grad school on top of a full time job has kept me very busy to say the least. Nevertheless, I saw the following video today and had to post it. I&#8217;m always interested in technique, and I always love learning new ways to do things, especially better ways. With that in mind, <a href="http://lifehacker.com/5311002/open-a-banana-like-a-monkey">this post on Lifehacker</a> floored me. I need a banana now!</p>
<div class="centered">
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/nBJV56WUDng&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/nBJV56WUDng&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"></embed></object>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tcob.com/the-right-way/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>After</title>
		<link>http://tcob.com/ben-and-joe-after</link>
		<comments>http://tcob.com/ben-and-joe-after#comments</comments>
		<pubDate>Tue, 03 Feb 2009 21:58:16 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[family]]></category>

		<guid isPermaLink="false">http://tcob.com/after</guid>
		<description><![CDATA[
  

    Ben and Joe Afterfrom Big Sky 2009
  

It was a great trip. Fantastic weather, really good snow, no injuries, and my favorite part about Big Sky: no lift lines. The interns, as Ryan dubbed them, did really well. As predicted, I certainly had my work cut out for [...]]]></description>
			<content:encoded><![CDATA[<div class="flickr">
  <a href="http://www.flickr.com/photos/tcob/3241970779/"><img src="http://farm4.static.flickr.com/3439/3241970779_fa186f060f.jpg" alt="Grilling 6253" /></a></p>
<div class="credits">
    <span class="caption">Ben and Joe After</span><span class="by">from <a href="http://www.flickr.com/photos/tcob/sets/72157613137913167/">Big Sky 2009</a></span>
  </div>
</div>
<p>It was <a href="http://www.flickr.com/photos/tcob/sets/72157613137913167/">a great trip</a>. Fantastic weather, really good snow, no injuries, and my favorite part about Big Sky: <a href="http://www.flickr.com/photos/tcob/3239847833/in/set-72157613137913167/">no lift lines</a>. The <em>interns</em>, as Ryan dubbed them, did really well. As predicted, I certainly had my work cut out for me just trying to keep up.</p>
<p>We got a lot of fun pictures too. Mine are <a href="http://www.flickr.com/photos/tcob/sets/72157613137913167/">here</a>; Ryan&#8217;s are <a href="http://www.flickr.com/photos/thekesslers/sets/72157613302077443/">here</a>. My favorite has to be <a href="http://www.flickr.com/photos/thekesslers/3251461945/in/set-72157613302077443/">this shot</a> by Ryan. On the afternoon of the last day, we split up for a while. The boys headed to the terrain park while Ryan and I rode a couple blues we hadn&#8217;t seen yet. Our timing was perfect, because our next lift ride took us right over the park while Ben was making his run. He hit the C-box perfectly, and we were able to snap off some aerial photos. This all happened without any coordination.</p>
<p>I already can&#8217;t wait to go back, and the interns will be more than welcome when they&#8217;re ready for their true apprenticeship.</p>
]]></content:encoded>
			<wfw:commentRss>http://tcob.com/ben-and-joe-after/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Before</title>
		<link>http://tcob.com/ben-and-joe-before</link>
		<comments>http://tcob.com/ben-and-joe-before#comments</comments>
		<pubDate>Wed, 28 Jan 2009 18:54:19 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[family]]></category>

		<guid isPermaLink="false">http://tcob.com/before</guid>
		<description><![CDATA[
  

    Ben and Joe Beforefrom Winter 2003
  

I&#8217;ve always loved this picture, taken of my brothers Ben and Joe before their first snowboarding lesson. The total lack of enthusiasm on Joe&#8217;s face kills me. In 2003, I had the pleasure of teaching them how to ride. It was a [...]]]></description>
			<content:encoded><![CDATA[<div class="flickr">
  <a href="http://www.flickr.com/photos/tcob/123967441/"><img src="http://farm1.static.flickr.com/41/123967441_f3f319d8e6.jpg" alt="Grilling 6253" /></a></p>
<div class="credits">
    <span class="caption">Ben and Joe Before</span><span class="by">from <a href="http://www.flickr.com/photos/tcob/sets/72057594099891193/">Winter 2003</a></span>
  </div>
</div>
<p>I&#8217;ve always loved this picture, taken of my brothers Ben and Joe before their first snowboarding lesson. The total lack of enthusiasm on Joe&#8217;s face kills me. In 2003, I had the pleasure of teaching them how to ride. It was a struggle at first, but by the end of the day, they were both riding, turning, and stopping on their own, carving up the blues at Afton Alps. They&#8217;ve both become good riders, and I&#8217;m proud to have been a part of that.</p>
<p>Six years later, I feel very lucky to be able to bring them along to Big Sky this weekend. It&#8217;ll be their first exposure to real mountain snowboarding. I&#8217;m sure this time it&#8217;ll be me who struggles to keep up, and I&#8217;m hoping they&#8217;ll teach me a trick or two. My FS 270 needs work. This time, I&#8217;m assured that they&#8217;re very excited, and I hope to post a successful &#8220;After&#8221; picture soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://tcob.com/ben-and-joe-before/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Apple Makes Good</title>
		<link>http://tcob.com/apple-makes-good</link>
		<comments>http://tcob.com/apple-makes-good#comments</comments>
		<pubDate>Sat, 15 Nov 2008 23:41:08 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.tcob.com/?p=284</guid>
		<description><![CDATA[I&#8217;m generally no fan of Apple. Their marketing is so frequently filled with lies. The Mac v. PC ads are impossibly smarmy. And the Apple Stores: the retail employees are either so uninformed or so blinded by corporate idolatry it makes me ill. (Don&#8217;t get me started on the so-called &#8220;genius&#8221; bar.)
Mac OS has its [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m generally no fan of Apple. Their marketing is so frequently filled with lies. The Mac v. PC ads are impossibly smarmy. And the Apple Stores: the retail employees are either so uninformed or so blinded by corporate idolatry it makes me ill. (Don&#8217;t get me started on the so-called &#8220;genius&#8221; bar.)</p>
<p>Mac OS has its moments, but for every cool feature (Exposé, Spaces), there is as much awfulness (menu bar, Finder, window management, keyboard shortcuts). If you really think it&#8217;s any better than Vista, it&#8217;s probably time to put the Kool-Aid down. And the dev environment, Xcode? What a usability nightmare.</p>
<p>But I&#8217;ve certainly been a fan of their hardware ever since my 3rd-gen iPod. Their computers, phones, and media players are certainly the best looking around, and they always seem very solid. With that in mind, curious about iPhone development, and needing a laptop for grad school, I made the plunge and bought my first Mac &#8211; a refurbished MacBook Pro (MBP). This was in September.</p>
<p>Three weeks later, conveniently past the return period, Apple announced a new line of MBPs that were much cooler than mine. On top of that, mine started making a really high-pitched noise at medium brightness in Vista. Two separate repairs by the &#8220;geniuses&#8221; did nothing to fix the problem, and the laptop was beginning to show signs of having been taken apart and reassembled by non-experts.</p>
<p>Here I was seemingly stuck with an &#8220;obsolete&#8221; machine that made my ears ring and didn&#8217;t nearly shine like it had only six weeks ago.</p>
<p>So I was elated yesterday when I called Apple to pursue a third repair or possible exchange. After only a few minutes on the phone with customer service and a few more minutes on hold, they gave me an exception to the return policy &#8211; I&#8217;ll be getting a full refund for the &#8220;old&#8221; one. I was really impressed by this; kudos to Apple on a great &#8220;make good.&#8221; My new MBP is already on the way. </p>
]]></content:encoded>
			<wfw:commentRss>http://tcob.com/apple-makes-good/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two</title>
		<link>http://tcob.com/two</link>
		<comments>http://tcob.com/two#comments</comments>
		<pubDate>Tue, 11 Nov 2008 14:27:31 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://www.tcob.com/life/two/</guid>
		<description><![CDATA[Happy second anniversary to my sweet Sugarpop! It keeps getting better.
]]></description>
			<content:encoded><![CDATA[<p>Happy second anniversary to my sweet Sugarpop! It keeps getting better.</p>
]]></content:encoded>
			<wfw:commentRss>http://tcob.com/two/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PRK: Day 780</title>
		<link>http://tcob.com/prk-day-780</link>
		<comments>http://tcob.com/prk-day-780#comments</comments>
		<pubDate>Mon, 10 Nov 2008 22:38:04 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[prk]]></category>

		<guid isPermaLink="false">http://www.tcob.com/?p=276</guid>
		<description><![CDATA[I had PRK surgery done two years ago, and my vision has been fantastic. I&#8217;ve generally been pretty comfortable, but every once in a while I&#8217;ll wake up in the middle of the night and my eyelids will be stuck to my eyes. Opening them quickly before I realize this is then very painful.
It happened [...]]]></description>
			<content:encoded><![CDATA[<p>I had <a href="http://en.wikipedia.org/wiki/Photorefractive_keratectomy">PRK surgery</a> done <a href="http://www.tcob.com/topic/prk/">two years ago</a>, and my vision has been <em>fantastic</em>. I&#8217;ve generally been pretty comfortable, but every once in a while I&#8217;ll wake up in the middle of the night and my eyelids will be stuck to my eyes. Opening them quickly before I realize this is then very painful.</p>
<p>It happened again early Sunday morning and my right eye still stings today. I saw Dr. Croissant (his real name), and he explained that it&#8217;s not uncommon and nothing to worry about. I have a &#8220;recurrent abrasion.&#8221; My eyes are dry, and small areas of my cornea are not totally healed since the PRK procedure; this is normal. The dryness makes my lids stick to those healing parts of the cornea and then pull them off. I&#8217;ll be using a salve at night for a while to keep the eyes lubricated until they full heal.</p>
]]></content:encoded>
			<wfw:commentRss>http://tcob.com/prk-day-780/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Windows Media Center Saga</title>
		<link>http://tcob.com/the-windows-media-center-saga</link>
		<comments>http://tcob.com/the-windows-media-center-saga#comments</comments>
		<pubDate>Sun, 09 Nov 2008 02:27:56 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.tcob.com/?p=267</guid>
		<description><![CDATA[Before I begin, let me clarify that I really enjoy Vista and Windows Media Center (WMC). Don&#8217;t let my recent purchases fool you, I haven&#8217;t become a Mac, and it doesn&#8217;t look like I&#8217;m going to. WMC combined with an Xbox 360 or other Media Center Extender (MCE) provides an awesome television viewing experience, especially [...]]]></description>
			<content:encoded><![CDATA[<p>Before I begin, let me clarify that I really enjoy Vista and Windows Media Center (WMC). Don&#8217;t let my <a href="http://www.apple.com/iphone">recent</a> <a href="http://www.apple.com/mac">purchases</a> fool you, I haven&#8217;t become a Mac, and it doesn&#8217;t look like I&#8217;m going to. WMC combined with an Xbox 360 or other Media Center Extender (MCE) provides an awesome television viewing experience, especially in HD.  With the issues ironed out, it&#8217;s been working fantastically for a couple of months now.</p>
<p>However, my experience with it hasn&#8217;t been without its problems. The problems themselves wouldn&#8217;t have been so bad if they had been well documented online, but they weren&#8217;t. This post exists so that hopefully someone else with the same problems can save themselves some of the swearing I&#8217;ve been reduced to.</p>
<h3>My Setup</h3>
<ul>
<li>Windows Vista Ultimate</li>
<li>ASUS P5K Motherboard</li>
<li>Core 2 Quad &#8211; 2.4 Ghz</li>
<li>4GB RAM (I only realize 3.25 under 32-bit Vista)</li>
<li>Seagate Barracuda 7200 rpm, 1TB Hard Drive</li>
<li>SiliconDust&#8217;s <em>awesome</em> <a href="http://www.silicondust.com/products/hdhomerun">HDHomeRun</a> network TV tuner</li>
</ul>
<h3>Problem 1: Total Computer Freeze</h3>
<p>I had used WMC on my old PC (and extended via the 360) without issue, so when I build the new box, I was pretty excited about seeing it all in HD. You can imagine my disappointment when I fired up the MCE on the 360 to try it out, seeing the great picture only to get an error message telling that WMC couldn&#8217;t connect. When I went to the PC to investigate, it was totally locked up. Not like a program had crashed&#8230; not like a blue screen&#8230; not rebooted&#8230; just totally frozen. Nothing to do but turn it off and back on.</p>
<p>This seemed to happen every time I used the extender. Sometimes it would happen immediately after the MCE started, usually it would happen 30 seconds or so in to watching something (live or recorded). Occasionally it would happen after 30 <em>minutes</em> or more of fine performance &#8211; this was the most frustrating, as it would seem that some tweaking I had tried had fixed the problem.</p>
<p><strong>Solution:</strong> It turns out that this freezing has something to do with the onboard network card of my P5K motherboard, either the hardware itself or the drivers. Strangely, simply adding another network card did not fix the problem. I had to to remove the drivers completely and disable the card in the BIOS settings. After doing that and installing a new network card, this problem has gone away.</p>
<h3>Problem 2: &#8220;application has launched UI unexpectedly&#8221; </h3>
<p>I felt great when the total lockup was solved, but that didn&#8217;t last long. Soon enough I began to get the &#8220;application has launched UI unexpectedly&#8221; error from the 360 when trying to launch the MCE. I would reboot, and occasionally that would fix the problem. I also followed the steps in this <a href="http://support.microsoft.com/kb/934542">Microsoft knowledge base article</a>; that seemed to fix the problem too, until a week later when it happened again. Reapplied the steps, problem solved&#8230; until a week later when I was trying to demo my sweet setup to a friend&#8230; boom. This time reapplying the steps several times did nothing, and I was ready to beat my head against the wall when I saw the annoying &#8220;low battery warning&#8221; from my mouse driver pop up.</p>
<p><strong>Solution:</strong> Duh &#8211; that was the unexpected UI! I checked the Startup folder for all users and sure enough, the mouse driver shortcut was there. When someone starts a MCE session, it runs as a separate user on the computer, logged on in the background. So that user was effectively getting the low battery warning with no way to handle them. I moved all the shortcuts from the &#8220;all users&#8221; startup folder and put them in my own startup folder, and I haven&#8217;t seen this happen since.</p>
<p>I hope this helps someone. If so, let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://tcob.com/the-windows-media-center-saga/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
