<?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"
	>

<channel>
	<title>Pragmatic Entropy</title>
	<atom:link href="http://blog.krazyyak.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.krazyyak.com</link>
	<description>Proud Purveyor of Bytes and Pixels Since 1980</description>
	<pubDate>Fri, 10 Oct 2008 03:23:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>A New Homepage (whoa)</title>
		<link>http://blog.krazyyak.com/2008/10/10/a-new-homepage-whoa/</link>
		<comments>http://blog.krazyyak.com/2008/10/10/a-new-homepage-whoa/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 03:23:54 +0000</pubDate>
		<dc:creator>Scott Williams</dc:creator>
		
		<category><![CDATA[Administrative Nonsense]]></category>

		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://blog.krazyyak.com/2008/10/10/a-new-homepage-whoa/</guid>
		<description><![CDATA[Nobody thought I could ever do it. I had a really lame, &#34;Coming Soon&#34; placeholder that pointed to the blog and photo blog for months. Yet I finally got some stuff together and created a radical homepage/portal thing for all my stuff.
There&#8217;s still plenty of work to be done, and lots of stuff isn&#8217;t finished [...] <span class="post_excerpt_readmore"><a href="http://blog.krazyyak.com/2008/10/10/a-new-homepage-whoa/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p>Nobody thought I could ever do it. I had a really lame, &quot;Coming Soon&quot; placeholder that pointed to the <a href="http://blog.krazyyak.com">blog</a> and <a href="http://photo.krazyyak.com">photo blog</a> for months. Yet I finally got some stuff together and created a radical <a href="http://krazyyak.com">homepage/portal</a> thing for all my stuff.</p>
<p>There&#8217;s still plenty of work to be done, and lots of stuff isn&#8217;t finished yet, but I figured it was still alright to publish.</p>
<p>It aggregates all the blogs I maintain (personal, photo, <a href="http://www.sogeti-phoenix.com/Blogs/author/swilliams.aspx">work</a>), and will soon list all of the stuff I do on Twitter, Facebook, Flickr, and more.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.krazyyak.com/2008/10/10/a-new-homepage-whoa/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SVN Report Generator</title>
		<link>http://blog.krazyyak.com/2008/09/28/svn-report-generator/</link>
		<comments>http://blog.krazyyak.com/2008/09/28/svn-report-generator/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 01:13:00 +0000</pubDate>
		<dc:creator>Scott Williams</dc:creator>
		
		<category><![CDATA[Products]]></category>

		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://blog.krazyyak.com/2008/09/28/svn-report-generator/</guid>
		<description><![CDATA[I have always hated writing status reports. Some of my past managers can attest to this. And since I&#8217;d always put them off to the last minute, I&#8217;d forget exactly what it was I&#8217;d been working on, and bosses don&#8217;t like it when a status report consists solely of &#34;I did stuff.&#34;
Since I am a [...] <span class="post_excerpt_readmore"><a href="http://blog.krazyyak.com/2008/09/28/svn-report-generator/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p>I have always hated writing status reports. Some of my past managers can attest to this. And since I&#8217;d always put them off to the last minute, I&#8217;d forget exactly what it was I&#8217;d been working on, and bosses don&#8217;t like it when a status report consists solely of &quot;I did stuff.&quot;</p>
<p>Since I am a programmer, I figured that computers could automate part, if not most, of the process for me. I generally prefer to use <a href="http://subversion.tigris.org/">SubVersion</a> as my Source Control Management system, and there is a handy api out there called <a href="http://pysvn.tigris.org/">pysvn</a>. Using this and the <a href="http://www.djangoproject.com/">Django web framework</a>, I cooked up a <a href="http://krazyyak.com/svnreport/">neat little application</a> that automatically creates a report based on the messages logged with each check-in. </p>
<p>This is a 0.1 release, so it doesn&#8217;t do a whole lot other than look pretty and make a report. But, here are some other features nonetheless:</p>
<ul>
<li>Works with a password protected repository, just enter the username and password (these are not stored). </li>
<li>Intelligent date ranges. If you enter a start date and no enter, it assumes you want every check-in from that date on. Vice versa with end date as well. </li>
<li>Check-in messages can be formatted using the <a href="http://textism.com/tools/textile/">Textile</a> markup generator to look extra pretty. </li>
</ul>
<p>Additionally, if and when bugs are discovered, they can be logged in <a href="https://swilliams.fogbugz.com/default.asp?pg=pgPublicEdit">FogBugz</a>. I do have a slate of features I want to implement in the next revision, but I&#8217;m not sure when I will have the time.</p>
</p>
<h3>Screenshots</h3>
</p>
<p><a title="Index Screen" href="http://krazyyak.com/img/index.jpg"><img alt="Index Page" src="http://krazyyak.com/img/index_t.jpg" /></a>&#160;&#160;&#160; <a title="A Generated Report" href="http://krazyyak.com/img/report.jpg"><img alt="Report Page" src="http://krazyyak.com/img/report_t.jpg" /></a></p>
<hr />
<p>Link to the site: <a href="http://krazyyak.com/svnreport">http://krazyyak.com/svnreport</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.krazyyak.com/2008/09/28/svn-report-generator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Photoblog 0.4 released</title>
		<link>http://blog.krazyyak.com/2008/09/11/photoblog-04-released/</link>
		<comments>http://blog.krazyyak.com/2008/09/11/photoblog-04-released/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 19:09:29 +0000</pubDate>
		<dc:creator>Scott Williams</dc:creator>
		
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://blog.krazyyak.com/2008/09/11/photoblog-04-released/</guid>
		<description><![CDATA[I&#8217;ve deployed the latest version of my Photoblog, 0.4.0. There are a few behind the scenes stuff that make it easier for me to upload photos, so I should hopefully be updating it more regularly. My backlog is still in spring &#8216;07 *cough*. Relevant changes:

Date uploaded is now displayed. My wife showed some confusion over [...] <span class="post_excerpt_readmore"><a href="http://blog.krazyyak.com/2008/09/11/photoblog-04-released/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve deployed the latest version of my <a href="http://photo.krazyyak.com">Photoblog</a>, 0.4.0. There are a few behind the scenes stuff that make it easier for me to upload photos, so I should hopefully be updating it more regularly. My backlog is still in spring &#8216;07 *cough*. Relevant changes:</p>
<ul>
<li>Date uploaded is now displayed. My wife showed some confusion over the ordering of the photos. This should clear things up.</li>
<li>EXIF info is now available for those of you that are interested in that sort of thing. Click on the &#8220;info&#8221; button to display it.</li>
<li>Administration functions improved. A file upload control is available rather than manually FTPing the photo.</li>
</ul>
<p>Development is progressing slowly, but surely. It&#8217;s not really an ambitious project, but I&#8217;ve gotten to know Python and the <a href="http://pylonshq.com">Pylons</a> framework pretty well over the course. Next update will fix a few minor bugs and add more admin functions.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.krazyyak.com/2008/09/11/photoblog-04-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Ideal Home Server</title>
		<link>http://blog.krazyyak.com/2008/09/08/the-ideal-home-server/</link>
		<comments>http://blog.krazyyak.com/2008/09/08/the-ideal-home-server/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 16:46:25 +0000</pubDate>
		<dc:creator>Scott Williams</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<category><![CDATA[Thoughts]]></category>

		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://blog.krazyyak.com/2008/09/08/the-ideal-home-server/</guid>
		<description><![CDATA[
I&#8217;ve written about having a server at home before, but I&#8217;d like to re-evaluate my thoughts on it. I had a quick little Twitter conversation with Mark last night, and felt I should write a bigger blog post a bout my thoughts. Here is my current home network scenario:
I have a Vista based Media Center [...] <span class="post_excerpt_readmore"><a href="http://blog.krazyyak.com/2008/09/08/the-ideal-home-server/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.krazyyak.com/wp-content/uploads/2008/09/croppercapture6.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="152" alt="Twitter Conversation" src="http://blog.krazyyak.com/wp-content/uploads/2008/09/croppercapture6-thumb.png" width="244" align="right" border="0"></a>
<p>I&#8217;ve written about having a server at home before, but I&#8217;d like to re-evaluate my thoughts on it. I had a quick little <a href="http://twitter.com">Twitter</a> conversation with <a href="http://markmacleod.com">Mark</a> last night, and felt I should write a bigger blog post a bout my thoughts. Here is my current home network scenario:</p>
<p>I have a Vista based Media Center in the closet recording TV and an XBOX 360 running as an extender to serve it back up to the family room. The XBOX is very loud, but isn&#8217;t too big of a deal when video/music is playing.</p>
<p>Our backup system pretty much sucks right now. It consists of burning stuff to DVD-R&#8217;s, whenever I remember to do so. I realized last night that I hadn&#8217;t done so in a few <em>months</em> and had about 10 gigabytes of photos not backed up. That is really not good. </p>
<p>So, I&#8217;ve been looking at improving our backup solution. We&#8217;re probably going to end up getting an <a href="http://www.amazon.com/HP-MV2120-500GB-Media-Vault/dp/B0015313O8/ref=pd_bbs_sr_1?ie=UTF8&amp;s=electronics&amp;qid=1220891927&amp;sr=8-1">HP Media Vault</a>, but I considered a few other options as well.</p>
<p>Microsoft released a <a href="http://www.stayathomeserver.com/">Home Server</a> product not too long ago, and by all accounts, it looks to be pretty good. It does backups very well, and serves all the standard media types out to clients. But it just doesn&#8217;t do enough for me. Here&#8217;s what I would consider to be a bunch of killer features:</p>
<ul>
<li>The current backup system is good. Maybe as an added cost allow for online backup over the Internet as well. Kind of like amazon S3, but geared towards home users. Or <a href="http://mozy.com">Mozy</a> integration.</li>
<li><a href="http://www.apple.com/timecapsule/">Time Machine</a> like UI. I personally think the whole &#8220;space&#8221; thing in Time Machine is pretty silly, but the concept is good. Windows actually has the <a href="http://en.wikipedia.org/wiki/Shadow_Copy">functionality</a> already (before Apple even), but the UI is poor.</li>
<li>User management. All I would really like is syncing usernames and passwords across different pc&#8217;s, and maybe some parental controls. Call it Active Directory Lite. </li>
<li>Media Center integration. I would love to be able to consolidate all my extra computers into one box. So this would have a tuner built in and record to its local drives. It would need all the necessary ports to connect it to a home theater.</li>
<li>Quiet and cool. If this is out by the TV, then it can&#8217;t be XBOX loud, and since it will be on all the time, it shouldn&#8217;t be an energy hog. If the new <a href="http://en.wikipedia.org/wiki/Intel_atom">Atom CPU</a> can do HD video, it would be perfect.</li>
</ul>
<p>I realize most of these are rather pie-in-the-sky, but if something like that were squeezed into the form factor of the <a href="http://www.amazon.com/EX470-MediaSmart-Server-Windows-Drive/dp/B000UY1WSK/ref=sr_1_1?ie=UTF8&amp;s=electronics&amp;qid=1220892256&amp;sr=1-1">HP MediaSmart</a>, then I would be all over it. Some of these things may be in the next version of Home Server, so I am eagerly anticipating it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.krazyyak.com/2008/09/08/the-ideal-home-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Recipe: Mediterranean Quesadilla</title>
		<link>http://blog.krazyyak.com/2008/09/02/recipe-mediterranean-quesadilla/</link>
		<comments>http://blog.krazyyak.com/2008/09/02/recipe-mediterranean-quesadilla/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 17:53:24 +0000</pubDate>
		<dc:creator>Scott Williams</dc:creator>
		
		<category><![CDATA[recipes]]></category>

		<guid isPermaLink="false">http://blog.krazyyak.com/2008/09/02/recipe-mediterranean-quesadilla/</guid>
		<description><![CDATA[I really enjoy the flavor that sun dried tomatoes and kalamata olives together and wanted to do something crispy with them. The first time I made this, I didn&#8217;t add the feta, or salt the tortillas. It was still pretty good, but the feta sealed the deal.
I considered using flatbread instead of tortillas, but I [...] <span class="post_excerpt_readmore"><a href="http://blog.krazyyak.com/2008/09/02/recipe-mediterranean-quesadilla/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p>I really enjoy the flavor that sun dried tomatoes and kalamata olives together and wanted to do something crispy with them. The first time I made this, I didn&#8217;t add the feta, or salt the tortillas. It was still pretty good, but the feta sealed the deal.</p>
<p>I considered using flatbread instead of tortillas, but I think that would be too thick. Some fresh basil might be good as a garnish too, I&#8217;ll try that in the future.</p>
<p>And considering I made this up as I went, the measurings are probably inaccurate, use your own discretion.</p>
<p>Ingredients, 1 serving:</p>
<ul>
<li>2 T Diced Shallots (or onions)
<li>1 T Sun Dried Tomatoes, diced
<li>1 T Kalamata Olives, diced
<li>1 Clove Garlic, diced
<li>2 T butter or olive oil
<li>2 T Canola Oil
<li>2 Tortillas (I prefer the &#8220;raw&#8221; ones that need to be cooked)
<li>1/4 Cup Shrimp, chopped
<li>1 T Lemon Juice
<li>1 T White Wine
<li>2 T Feta cheese
<li>Salt for taste</li>
</ul>
<p>Put shrimp in glass bowl and add lemon juice and wine.</p>
<p>Cook up the tortillas (if needed) and set aside.</p>
<p>Melt butter and saute shallots for several minutes over Medium heat. Add tomatoes and olives and continue to saute. Add some white wine to deglaze pan if needed.</p>
<p>Add garlic and shrimp. Cook for a couple of minutes until shrimp is done.</p>
<p>In a clean pan, add canola oil and a small pinch of salt. Turn heat up to medium high. Rub a small amount of salt onto the tortilla. Place one tortilla in pan and add the shrimp/olive/tomato mixture. Add feta cheese and cover with the other tortilla. Brown each side to make it crispy. Remove to plate, and cut into quarters.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.krazyyak.com/2008/09/02/recipe-mediterranean-quesadilla/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Languishing</title>
		<link>http://blog.krazyyak.com/2008/07/08/languishing/</link>
		<comments>http://blog.krazyyak.com/2008/07/08/languishing/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 22:11:59 +0000</pubDate>
		<dc:creator>Scott Williams</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://blog.krazyyak.info/?p=37</guid>
		<description><![CDATA[Sometimes I just do not understand Microsoft. Windows Media Center is a very good DVR/front end, and pound for pound, arguably the best out there right now. It is easy to set up, simple to use, and aesthetically pleasing. And Microsoft claims that it is an important part in their &#34;living room experience,&#34; yet they [...] <span class="post_excerpt_readmore"><a href="http://blog.krazyyak.com/2008/07/08/languishing/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p>Sometimes I just do not understand Microsoft. Windows Media Center is a very good DVR/front end, and pound for pound, arguably the best out there right now. It is easy to set up, simple to use, and aesthetically pleasing. And Microsoft claims that it is an important part in their &quot;living room experience,&quot; yet they have barely done anything to support it.</p>
<p>Media Center is basically the exact same thing that was introduced back in 2003. Yes the UI has been updated, and some things have been added, but the main selling points are the same. It&#8217;s seen about the same level of commitment as Vista&#8217;s &quot;Ultimate Extras.&quot;</p>
<p>What could be done to help right the ship? Firstly is the whole &quot;Internet TV&quot; thing. <a href="http://www.hulu.com">Hulu.com</a> is awesome, and would be a killer feature if it were built into Media Center. <a href="http://www.netflix.com/WatchNow">Netflix&#8217;s Watch Instantly</a> is similar, and already has a <a href="http://www.anpark.com/Software.aspx">3rd Party plugin</a>, but should be bought or re-created in-house.</p>
<p>The second is to focus on one product. The truly amazing thing is just how many separate technologies Microsoft is developing that do the same thing. <a href="http://www.msntv.com">MSN TV</a> is a set top box designed for streaming television over the Internet. <a href="http://www.microsoftmediaroom.com">Media Room</a> has nearly the same feature set as Media Center, and a confusing name to boot. Has anybody even <em>heard</em> of these products? </p>
<p>Additionally, they need to move Media Center to the living room. The Xbox is just too hot and loud, and Extenders are still poorly designed and ugly. If Microsoft could release a set-top box that functioned as a complete Media Center, without the need for a PC, they would have a killer product. Give it a modest hard drive (say 80 gigs) with the option to stream to and from a networked PC. Give it DVR functionality, Flickr, Hulu, Netflix, Joost (maybe), YouTube, and Rhapsody or a similar music streaming service. Dump the worthless and clumsy &quot;stores&quot; that are currently offered: MovieLink, CinemaNow, etc, and tie it into the Xbox Live store. Sell it for $250 - $300 and you&#8217;d have an amazing product that would sell very well if marketed properly. I&#8217;d buy one anyway.</p>
<p>Of course, the cynic in me sees this happening instead: someone (probably Apple, since they&#8217;ve already done it, several times) swooping in and releasing that product and stealing their lunch. Microsoft tries to do something similar, but can&#8217;t keep up (eg. Zune) and fails for several years before pulling the plug. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.krazyyak.com/2008/07/08/languishing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>One of my favorite quotes</title>
		<link>http://blog.krazyyak.com/2008/03/11/one-of-my-favorite-quotes/</link>
		<comments>http://blog.krazyyak.com/2008/03/11/one-of-my-favorite-quotes/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 01:34:27 +0000</pubDate>
		<dc:creator>Scott Williams</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.krazyyak.com/2008/03/11/one-of-my-favorite-quotes/</guid>
		<description><![CDATA[&#34;You can safely assume that you&#8217;ve created God in your own image when it turns out that God hates all the same people you do.&#34;
&#8211; Anne Lamott 
]]></description>
			<content:encoded><![CDATA[<p><i>&quot;You can safely assume that you&#8217;ve created God in your own image when it turns out that God hates all the same people you do.&quot;</i></p>
<p>&#8211; Anne Lamott </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.krazyyak.com/2008/03/11/one-of-my-favorite-quotes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WPF Margins</title>
		<link>http://blog.krazyyak.com/2008/02/13/wpf-margins/</link>
		<comments>http://blog.krazyyak.com/2008/02/13/wpf-margins/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 17:34:32 +0000</pubDate>
		<dc:creator>Scott Williams</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.krazyyak.com/2008/02/13/wpf-margins/</guid>
		<description><![CDATA[Since Intellisense doesn&#8217;t tell you this, here is a quick reminder for what each of the values in the Margin attribute do:
Margin=&#34;left,top,right,bottom&#34;

]]></description>
			<content:encoded><![CDATA[<p>Since Intellisense doesn&#8217;t tell you this, here is a quick reminder for what each of the values in the Margin attribute do:</p>
<blockquote><p><font style="background-color: #ffffff">Margin=&quot;left,top,right,bottom&quot;</font></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.krazyyak.com/2008/02/13/wpf-margins/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Command Central</title>
		<link>http://blog.krazyyak.com/2007/10/31/command-central/</link>
		<comments>http://blog.krazyyak.com/2007/10/31/command-central/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 18:18:39 +0000</pubDate>
		<dc:creator>Scott Williams</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.krazyyak.com/2007/10/31/command-central/</guid>
		<description><![CDATA[This is what my desk looked like about a week ago:



As my wife can attest, I had become a little disgruntled with the whole thing, since there wasn&#8217;t any extra space to actually do anything. So, I did something about it:

I got a small shelf thing from IKEA and put the monitors and laptop on [...] <span class="post_excerpt_readmore"><a href="http://blog.krazyyak.com/2007/10/31/command-central/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p>This is what my desk looked like about a week ago:<br />
<a href='http://www.krazyyak.com/wp-content/uploads/2007/10/desk_before.jpg' title='Desk Pre-Organization'><img src='http://www.krazyyak.com/wp-content/uploads/2007/10/desk_before.thumbnail.jpg' alt='Desk Pre-Organization' /></a>
</p>
<p>
As my wife can attest, I had become a little disgruntled with the whole thing, since there wasn&#8217;t any extra space to actually do anything. So, I did something about it:<br /><a href='http://www.krazyyak.com/wp-content/uploads/2007/10/desk_after.jpg' title='Desk Post-Organization'><img src='http://www.krazyyak.com/wp-content/uploads/2007/10/desk_after.thumbnail.jpg' alt='Desk Post-Organization' /></a><br />
</p>
<p>I got a small shelf thing from IKEA and put the monitors and laptop on top of it, freeing up a ton of space. I use <a href="http://synergy2.sourceforge.net/">Synergy</a> to allow me to use the same mouse and keyboard on both the desktop and laptop. I still need to work on the wiring a bit to make it extra pretty, but I definitely enjoy it more.
</p>
<p>
More notes on the desk at <a href="http://www.flickr.com/photos/swilliams/1808997105/">Flickr</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.krazyyak.com/2007/10/31/command-central/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TFS Uncertainties</title>
		<link>http://blog.krazyyak.com/2007/09/26/tfs-uncertainties/</link>
		<comments>http://blog.krazyyak.com/2007/09/26/tfs-uncertainties/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 20:30:05 +0000</pubDate>
		<dc:creator>Scott Williams</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[TFS]]></category>

		<guid isPermaLink="false">http://www.krazyyak.com/2007/09/26/tfs-uncertainties/</guid>
		<description><![CDATA[
It is generally a Bad Thingtm when I am presented with a dialog from a source control management system and am not sure which button to click that will not destroy all of the changes I have made. Especially when there is no option to branch/shelve these changes just in case I do something stupid.
]]></description>
			<content:encoded><![CDATA[<p>
It is generally a Bad Thing<sup>tm</sup> when I am presented with a dialog from a <a href="http://www.krazyyak.com/category/tfs/">source control management system</a> and am not sure which button to click that will <em>not</em> destroy all of the changes I have made. Especially when there is no option to branch/shelve these changes just in case I do something stupid.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.krazyyak.com/2007/09/26/tfs-uncertainties/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
