<?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>To Seek, To Strive, To Find &#187; Funny</title>
	<atom:link href="http://www.chavoustie.com/blog/category/funny/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chavoustie.com/blog</link>
	<description>Hey, I&#039;ve been turned into a cow. Can I go home?</description>
	<lastBuildDate>Tue, 18 May 2010 20:56:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A strange game. The only winning move is not to play.</title>
		<link>http://www.chavoustie.com/blog/2007/10/16/a-strange-game-the-only-winning-move-is-not-to-play/</link>
		<comments>http://www.chavoustie.com/blog/2007/10/16/a-strange-game-the-only-winning-move-is-not-to-play/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 17:07:16 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[WTF]]></category>

		<guid isPermaLink="false">http://www.chavoustie.com/blog/2007/10/16/a-strange-game-the-only-winning-move-is-not-to-play/</guid>
		<description><![CDATA[Today I want to talk about the difference between going to the bathroom and causing armageddon.

Take this Visual Studio build menu.  I use it all the time.  It has some pretty options:

Build Solution: build any updated code in this solution
Rebuild Solution: completely clean all my built code and rebuild my solution
Clean Solution: completely [...]]]></description>
			<content:encoded><![CDATA[<p>Today I want to talk about the difference between going to the bathroom and causing armageddon.</p>
<p><img src="http://www.chavoustie.com/images/destruction.jpg" alt="Visual Studio build menu" title="To cause mutually assured destruction, or not to cause mutually assured destruction?" /></p>
<p>Take this Visual Studio build menu.  I use it all the time.  It has some pretty options:</p>
<ul>
<li>Build Solution: build any updated code in this solution</li>
<li>Rebuild Solution: completely clean all my built code and rebuild my solution</li>
<li>Clean Solution: completely clean all my built code</li>
</ul>
<p>Replace Solution with [subproject name] and you get the rest of the options.  An important thing to note here, too is that none of these options come with confirmations &#8212;  I click, and it happens.</p>
<p>This menu is a horrible, horrible thing because it places two options which vary greatly in their impact right next to each other: &#8220;build&#8221; and &#8220;rebuild/clean&#8221;.  I use &#8220;build&#8221; all the time &#8212; I update some code, and I need to build the project so I can test.  It&#8217;s nice and helpful that it comes with a keyboard shortcut.  No real difficulty here.  Well, what if I&#8217;m only working in a subproject and don&#8217;t need to go through the full build script?  Well, there&#8217;s no keyboard shortcut for that (I might be able to define one, and I haven&#8217;t looked, but the principle is still the same), so I need to click the menu option.  That&#8217;s no biggie.  Wait.  I misclicked on &#8220;rebuild&#8221;.  Oh, I&#8217;m still good, it&#8217;s only going to rebuild my project.  Phew.  Wait.  What are you doing?  Why are you cleaning everything?  What the hell is going on?  CTRL-BREAK!  CTRL-BREAK!</p>
<p>See, the glory of this menu is the other option: the &#8220;Project Only ->&#8221; submenu.  If I click &#8220;rebuild&#8221; or &#8220;clean&#8221; on the sideproject that&#8217;s displayed, Visual Studio goesand will rebuild/clean not only the project itself, but <em>all of its dependencies</em>.  If you have a lot of shared code (like the solution I&#8217;m working on does), it <em>all gets blown away and rebuilt</em>.  If I want to rebuild <em>only</em> the project I&#8217;m in, I have to use the &#8220;Project Only&#8221; menu.  This misclick can cost me anywhere from one to three hours of my day (depending on how long it takes to build everything from the ground up, or how quickly I can mash CTRL-BREAK).</p>
<p>In a fit of rage after doing this again about 20 minutes ago, I likened this menu to putting a &#8220;launch nuclear weapons&#8221; button right next to the &#8220;flush the toilet&#8221; button.   I flush the toilet all the time.  I&#8217;d imagine other people who use the same restroom as I enjoy the fact that I don&#8217;t leave the toilet unflushed.  I don&#8217;t, however, want to cause global thermonuclear war.  And even if I accidentally pressed the button, I&#8217;d expect to be asked again, just to make sure I <em>really</em> wanted to end the human race.</p>
<p>Anybody have anything to keep me busy for another two hours?</p>
<p><a href="http://www.imdb.com/title/tt0086567/quotes">[title reference]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chavoustie.com/blog/2007/10/16/a-strange-game-the-only-winning-move-is-not-to-play/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Who&#8217;s more foolish? The fool, or the fool who follows him?</title>
		<link>http://www.chavoustie.com/blog/2007/06/25/whos-more-foolish-the-fool-or-the-fool-who-follows-him/</link>
		<comments>http://www.chavoustie.com/blog/2007/06/25/whos-more-foolish-the-fool-or-the-fool-who-follows-him/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 14:09:34 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Funny]]></category>
		<category><![CDATA[Me]]></category>

		<guid isPermaLink="false">http://www.chavoustie.com/blog/2007/06/25/whos-more-foolish-the-fool-or-the-fool-who-follows-him/</guid>
		<description><![CDATA[This is indeed my life story.  
Star Wars fans hate it when previously-deceased characters are brought back to life, but we also hate Timothy Zahn for not bringing his characters back to life. Star Wars fans did not hate Grand Admiral Thrawn, but we do now, because he is always dead.
So true.
Also, if you [...]]]></description>
			<content:encoded><![CDATA[<p>This is indeed <a href="http://www.jivemagazine.com/column.php?pid=3381 ">my life story</a>.  </p>
<blockquote><p>Star Wars fans hate it when previously-deceased characters are brought back to life, but we also hate Timothy Zahn for not bringing his characters back to life. Star Wars fans did not hate Grand Admiral Thrawn, but we do now, because he is always dead.</p></blockquote>
<p>So true.</p>
<p>Also, if you don&#8217;t understand the irony in <a href="http://riseofforums.com/forums/index.php?topic=120.msg137#msg137">the placement of Bill and Ted&#8217;s Excellent Adventure in this list</a>, you need more culture in your life.  As an aside, it&#8217;s the list of the 100 best <em>rated</em> sci-fi films of all time according to <a href="http://www.rottentomatoes.com/features/special/2007/scifi/?r=100&#038;mid=1006722">Rotten Tomatoes</a>.  YMMV.</p>
<p>[<a href="http://en.wikiquote.org/wiki/Star_Wars_Episode_IV:_A_New_Hope">title reference</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chavoustie.com/blog/2007/06/25/whos-more-foolish-the-fool-or-the-fool-who-follows-him/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>That&#8217;s what he does. That&#8217;s all he does! You can&#8217;t stop him.</title>
		<link>http://www.chavoustie.com/blog/2007/06/14/thats-what-he-does-thats-all-he-does-you-cant-stop-him/</link>
		<comments>http://www.chavoustie.com/blog/2007/06/14/thats-what-he-does-thats-all-he-does-you-cant-stop-him/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 14:41:04 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Funny]]></category>

		<guid isPermaLink="false">http://www.chavoustie.com/blog/2007/06/14/thats-what-he-does-thats-all-he-does-you-cant-stop-him/</guid>
		<description><![CDATA[Entirely too funny to pass up posting:

EB: Autonomic Insight, baby.  Aww yeah.  Ironic that it comes from a Visual Studio Ad, though.
[reference]
]]></description>
			<content:encoded><![CDATA[<p>Entirely too funny to pass up posting:</p>
<p><img src="http://ianolsen.files.wordpress.com/2006/10/cylons-debuggingmatters.Png" title="Bears.  Beets.  Battlestar Galactica." /></p>
<p>EB: Autonomic Insight, baby.  Aww yeah.  Ironic that it comes from a Visual Studio Ad, though.</p>
<p>[<a href="http://www.imdb.com/title/tt0088247/">reference</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chavoustie.com/blog/2007/06/14/thats-what-he-does-thats-all-he-does-you-cant-stop-him/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>That&#8217;s a great plan, Walter.</title>
		<link>http://www.chavoustie.com/blog/2007/05/24/thats-a-great-plan-walter/</link>
		<comments>http://www.chavoustie.com/blog/2007/05/24/thats-a-great-plan-walter/#comments</comments>
		<pubDate>Thu, 24 May 2007 19:08:10 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Funny]]></category>

		<guid isPermaLink="false">http://www.chavoustie.com/blog/2007/05/24/thats-a-great-plan-walter/</guid>
		<description><![CDATA[Debugging a multithreaded application is not easy task. The best thing to do is avoid bugs.
&#8230;maybe I should be reading a different tutorial.
[title reference]
]]></description>
			<content:encoded><![CDATA[<blockquote><p>Debugging a multithreaded application is not easy task. The best thing to do is avoid bugs.</p></blockquote>
<p>&#8230;maybe I should be reading a different tutorial.</p>
<p>[<a href="http://www.imdb.com/title/tt0118715/quotes">title reference</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chavoustie.com/blog/2007/05/24/thats-a-great-plan-walter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>johnsobm &gt; You</title>
		<link>http://www.chavoustie.com/blog/2006/02/06/johnsobm-you/</link>
		<comments>http://www.chavoustie.com/blog/2006/02/06/johnsobm-you/#comments</comments>
		<pubDate>Mon, 06 Feb 2006 21:52:05 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Funny]]></category>

		<guid isPermaLink="false">http://www.chavoustie.com/blog/?p=48</guid>
		<description><![CDATA[From #cosi (censored for those feint of heart):
[16:47] * Quits: ziggy (F*CK EVERYBODY. I QUIT.)
[16:50] * Quits: johnsobm (Success)
Hide your wallets!  johnsobm is coming!
]]></description>
			<content:encoded><![CDATA[<p>From #cosi (censored for those feint of heart):</p>
<p><code>[16:47] * Quits: ziggy (F*CK EVERYBODY. I QUIT.)<br />
[16:50] * Quits: johnsobm (Success)</code></p>
<p>Hide your wallets!  johnsobm is coming!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chavoustie.com/blog/2006/02/06/johnsobm-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>See, here I&#8217;m now by myself, uh, er, talking to myself. That&#8217;s, that&#8217;s chaos theory.</title>
		<link>http://www.chavoustie.com/blog/2006/02/06/see-here-im-now-by-myself-uh-er-talking-to-myself-thats-thats-chaos-theory/</link>
		<comments>http://www.chavoustie.com/blog/2006/02/06/see-here-im-now-by-myself-uh-er-talking-to-myself-thats-thats-chaos-theory/#comments</comments>
		<pubDate>Mon, 06 Feb 2006 21:30:48 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Funny]]></category>

		<guid isPermaLink="false">http://www.chavoustie.com/blog/?p=47</guid>
		<description><![CDATA[If any of you have ever read Dinosaur Comics before, you know it&#8217;s pretty random.  Well, it gets more random with their magic RANDOMIZER!  You can basically create your own comics based off of three panels from other comics.  It can be surprisingly deep, whilest very funny at the same time.
A few [...]]]></description>
			<content:encoded><![CDATA[<p>If any of you have ever read <a title="THE HIDDEN MEANING IS IN THE TITLE TAG!" href="http://www.qwantz.com">Dinosaur Comics</a> before, you know it&#8217;s pretty random.  Well, it gets more random with their magic <a title="Qwantz Randomizer!" href="http://www.qwantz.com/random.html">RANDOMIZER</a>!  You can basically create your own comics based off of three panels from other comics.  It can be surprisingly <a title="My feelings!  They are exposed!" href="http://www.chavoustie.com/images/deep.jpg">deep</a>, whilest very <a title="THE PRESIDENT HAS BEEN KIDNAPPED BY NINJAS" href="http://www.chavoustie.com/images/president.jpg">funny</a> at the same time.</p>
<p>A few others that I thought were deserving:</p>
<p><a title="Regret in comical form." href="http://www.chavoustie.com/images/regret.jpg">Regret</a><br />
<a title="I had a utopian society once." href="http://www.chavoustie.com/images/utopia.jpg">Utopia</a><br />
<a title="Damn you science!  Foiled again!" href="http://www.chavoustie.com/images/advice.jpg">Advice</a><br />
<a title="Could this system really work?" href="http://www.chavoustie.com/images/cars.jpg"> Cars</a></p>
<p>[<a title="Objects in Mirror may be Closer Than They Appear" href="http://www.imdb.com/title/tt0107290/">title context</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chavoustie.com/blog/2006/02/06/see-here-im-now-by-myself-uh-er-talking-to-myself-thats-thats-chaos-theory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
