<?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; WTF</title>
	<atom:link href="http://www.chavoustie.com/blog/category/wtf/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>I hate waiting.</title>
		<link>http://www.chavoustie.com/blog/2006/02/02/i-hate-waiting/</link>
		<comments>http://www.chavoustie.com/blog/2006/02/02/i-hate-waiting/#comments</comments>
		<pubDate>Thu, 02 Feb 2006 18:03:31 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[WTF]]></category>

		<guid isPermaLink="false">http://www.chavoustie.com/blog/?p=46</guid>
		<description><![CDATA[The gallery is fixed!  Yey.  I just upgraded Apache and PHP on Spence&#8217;s box since he didn&#8217;t have time to do it.  Apparently they needed reverse proxy support that they didn&#8217;t have for some &#8220;secret project&#8221; that he won&#8217;t tell me about that involves Sykpe or something.
At any rate, I finally have [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" title="Pictures!" href="http://www.chavoustie.com/gallery/">The gallery</a> is fixed!  Yey.  I just upgraded Apache and PHP on Spence&#8217;s box since he didn&#8217;t have time to do it.  Apparently they needed reverse proxy support that they didn&#8217;t have for some &#8220;secret project&#8221; that he won&#8217;t tell me about that involves Sykpe or something.</p>
<p>At any rate, I finally have internet in my apartment.  After waiting a month.  After 2 visits from Verizon and 5 from Comcast.  I could have had Verizon FIOS (fiber) really cheaply but they didn&#8217;t believe that I was able to get it in my apartment (even though my landlord&#8217;s office, which is in the building right in front of mine, can get it).  They made a request to the &#8220;engineering department&#8221; (i.e. those who control <em>The Database of Homes and Apartment that Does Not Lie About What Services are Available to You</em>) to update my record and they came back saying it would take another 3 weeks (I&#8217;d been talking to them on the phone for 2 weeks already) for them to do it.  And even then, they couldn&#8217;t guarantee that I&#8217;d be able to get fiber.  Bah.</p>
<p>So I call Comcast.  Not a very different experience, really.  They got really hung up on the fact that my building was new and  had never had cable service before.   They sent out 3 service guys before it got through their head.  Each time they came, they went &#8220;oh, you don&#8217;t have a line running to this building.&#8221;  And every time I would reply &#8220;I know, I told you guys this over the phone.  Every time I call I tell you this.&#8221;  Finally I got in touch with the local contractor who would actually be doing the work and they got it straightened out, and they said they would be coming to run the line and install my cable.  The lied.  They had trouble fitting a cable line down a 4 inch PVC pipe and they blamed the 1 inch Verizon line in it.  Go figure.  Comcast sent out yet another contractor on yet another day to install the line and I finally got service two days shy of a month after first calling them.</p>
<p>Now I just need to get some more furnature (and rugs!) for my apartment, which incidentally breeds, raises, and pastures dust bunnies.</p>
<p>[<a target="_blank" title="Inigo Montoya: But, I promise I will not kill you until you reach the top. " href="http://www.imdb.com/title/tt0093779/">title context</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chavoustie.com/blog/2006/02/02/i-hate-waiting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dee Dee! I&#8217;m confused&#8230;</title>
		<link>http://www.chavoustie.com/blog/2006/01/17/dee-dee-im-confused/</link>
		<comments>http://www.chavoustie.com/blog/2006/01/17/dee-dee-im-confused/#comments</comments>
		<pubDate>Tue, 17 Jan 2006 16:13:50 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[WTF]]></category>

		<guid isPermaLink="false">http://www.chavoustie.com/blog/?p=45</guid>
		<description><![CDATA[I woke up this morning to find that we&#8217;re building chocolate cities that still have plantations.
First, Nagin says &#8220;This city will be a majority African-American city. It&#8217;s the way God wants it to be.&#8221;  Then, he says &#8220;How do you make chocolate? You take dark chocolate, you mix it with white milk, and it [...]]]></description>
			<content:encoded><![CDATA[<p>I woke up this morning to find that we&#8217;re building <a title="New Orleans" href="http://www.cnn.com/2006/US/01/17/nagin.city/index.html">chocolate cities</a> that still have <a title="House of Representatives" href="http://www.cnn.com/2006/POLITICS/01/17/clinton.king.ap/index.html">plantations</a>.</p>
<p>First, Nagin says <em>&#8220;This city will be a majority African-American city. It&#8217;s the way God wants it to be.&#8221;</em>  Then, he says <em>&#8220;How do you make chocolate? You take dark chocolate, you mix it with white milk, and it becomes a delicious drink. That is the chocolate I am talking about.&#8221;</em>   Hmm&#8230;</p>
<p>Hillary Clinton also makes my brain hurt.  <em>&#8220;[The House] has been run like a plantation, and you know what I&#8217;m talking about.&#8221;</em>  To a majority African-American crowd.  In a church.  On Martin Luther King, Jr. Day.  No, Hillary.  Just no.</p>
<p>Dexter definitely said it best.</p>
<p>[<a title="Dexter's Laboratory" href="http://www.imdb.com/title/tt0115157/">title context</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chavoustie.com/blog/2006/01/17/dee-dee-im-confused/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
