<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for TryingThisAgain</title>
	<atom:link href="http://tryingthisagain.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tryingthisagain.com</link>
	<description>...and again, and again, and once more</description>
	<pubDate>Thu, 09 Sep 2010 06:46:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Tuples rock my world by Mauricio</title>
		<link>http://tryingthisagain.com/2008/04/08/tuples-rock-my-world/#comment-57</link>
		<dc:creator>Mauricio</dc:creator>
		<pubDate>Thu, 08 Jan 2009 20:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://tryingthisagain.com/?p=30#comment-57</guid>
		<description>@David:
I've been using exactly that, a tryparse that returns an option:

let tryParseInt a = 
    match Int32.TryParse a with
    &#124; (false, _) -&#62; None
    &#124; (true, x) -&#62; Some x</description>
		<content:encoded><![CDATA[<p>@David:<br />
I&#8217;ve been using exactly that, a tryparse that returns an option:</p>
<p>let tryParseInt a =<br />
    match Int32.TryParse a with<br />
    | (false, _) -&gt; None<br />
    | (true, x) -&gt; Some x</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cruise Control.NET and VS 2008 web projects by Jerry</title>
		<link>http://tryingthisagain.com/2007/11/21/cruise-controlnet-and-vs-2008-web-projects/#comment-56</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Tue, 23 Dec 2008 16:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://tryingthisagain.com/2007/11/21/cruise-controlnet-and-vs-2008-web-projects/#comment-56</guid>
		<description>You can't install the VS 2008 SDK unless you've already installed VS 2008...</description>
		<content:encoded><![CDATA[<p>You can&#8217;t install the VS 2008 SDK unless you&#8217;ve already installed VS 2008&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cruise Control.NET and VS 2008 web projects by Decker97</title>
		<link>http://tryingthisagain.com/2007/11/21/cruise-controlnet-and-vs-2008-web-projects/#comment-54</link>
		<dc:creator>Decker97</dc:creator>
		<pubDate>Mon, 17 Nov 2008 19:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://tryingthisagain.com/2007/11/21/cruise-controlnet-and-vs-2008-web-projects/#comment-54</guid>
		<description>You can also install the Visual Studio 2008 SDK instead if you don't want to install the express edtion.</description>
		<content:encoded><![CDATA[<p>You can also install the Visual Studio 2008 SDK instead if you don&#8217;t want to install the express edtion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tuples rock my world by Bryanne</title>
		<link>http://tryingthisagain.com/2008/04/08/tuples-rock-my-world/#comment-48</link>
		<dc:creator>Bryanne</dc:creator>
		<pubDate>Tue, 28 Oct 2008 23:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://tryingthisagain.com/?p=30#comment-48</guid>
		<description>Good post.</description>
		<content:encoded><![CDATA[<p>Good post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET MVC routing limitations by Amemnted</title>
		<link>http://tryingthisagain.com/2007/12/14/aspnet-mvc-routing-limitations/#comment-47</link>
		<dc:creator>Amemnted</dc:creator>
		<pubDate>Mon, 22 Sep 2008 18:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://tryingthisagain.com/2007/12/14/aspnet-mvc-routing-limitations/#comment-47</guid>
		<description>omg.. good work, guy</description>
		<content:encoded><![CDATA[<p>omg.. good work, guy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing VS 2008 on Vista makes me want to kill myself by John Baughman</title>
		<link>http://tryingthisagain.com/2007/11/21/installing-vs-2008-on-vista-makes-me-want-to-kill-myself/#comment-13</link>
		<dc:creator>John Baughman</dc:creator>
		<pubDate>Mon, 02 Jun 2008 16:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://tryingthisagain.com/2007/11/21/installing-vs-2008-on-vista-makes-me-want-to-kill-myself/#comment-13</guid>
		<description>By the way, my VS image is from MSDN and it installed correctly on my x86 XP machine. It's an x64 vs. x86 issues in the VS installer. It looks at hardware and ignores the OS, which is pretty bad in that the development tool installer thinks it knows more than the OS.

It looks like the installer team is messed up.</description>
		<content:encoded><![CDATA[<p>By the way, my VS image is from MSDN and it installed correctly on my x86 XP machine. It&#8217;s an x64 vs. x86 issues in the VS installer. It looks at hardware and ignores the OS, which is pretty bad in that the development tool installer thinks it knows more than the OS.</p>
<p>It looks like the installer team is messed up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing VS 2008 on Vista makes me want to kill myself by John Baughman</title>
		<link>http://tryingthisagain.com/2007/11/21/installing-vs-2008-on-vista-makes-me-want-to-kill-myself/#comment-12</link>
		<dc:creator>John Baughman</dc:creator>
		<pubDate>Mon, 02 Jun 2008 16:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://tryingthisagain.com/2007/11/21/installing-vs-2008-on-vista-makes-me-want-to-kill-myself/#comment-12</guid>
		<description>Kurt, just found this after attempting this on a Parallels VM'ed x86 Vista. The VS installer looks at the HOST OS hardware, sees it's x64 (Macbook Pro 10.5.3) and attempts to install the x64 version of the bootloader (or whatever that's called). It also fails installing the 32-bit version.

Oh, the joy.</description>
		<content:encoded><![CDATA[<p>Kurt, just found this after attempting this on a Parallels VM&#8217;ed x86 Vista. The VS installer looks at the HOST OS hardware, sees it&#8217;s x64 (Macbook Pro 10.5.3) and attempts to install the x64 version of the bootloader (or whatever that&#8217;s called). It also fails installing the 32-bit version.</p>
<p>Oh, the joy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building an F# powered indexing system by raj</title>
		<link>http://tryingthisagain.com/2008/05/07/building-an-f-powered-indexing-system/#comment-42</link>
		<dc:creator>raj</dc:creator>
		<pubDate>Mon, 26 May 2008 12:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://tryingthisagain.com/?p=38#comment-42</guid>
		<description>hi, i am searching for a indeing system that require following.
i have multiple file which have gbs of data and i want to index that file format
adv,campaign,ad,chnl,impression,date,clicks,

if i anyone want to search on clicks on adv and particular date, it should show. will this system will full fill my requirement. or any other.</description>
		<content:encoded><![CDATA[<p>hi, i am searching for a indeing system that require following.<br />
i have multiple file which have gbs of data and i want to index that file format<br />
adv,campaign,ad,chnl,impression,date,clicks,</p>
<p>if i anyone want to search on clicks on adv and particular date, it should show. will this system will full fill my requirement. or any other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building an F# powered indexing system (part 2) by Building an F# powered indexing system &#60; Trying This Again</title>
		<link>http://tryingthisagain.com/2008/05/12/building-an-f-powered-indexing-system-part-2/#comment-45</link>
		<dc:creator>Building an F# powered indexing system &#60; Trying This Again</dc:creator>
		<pubDate>Thu, 15 May 2008 13:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://tryingthisagain.com/?p=41#comment-45</guid>
		<description>[...] again, and again, and once more     &#60; C# vs F#: some parallel refactoring (and generalization) Building an F# powered indexing system (part 2) [...]</description>
		<content:encoded><![CDATA[<p>[...] again, and again, and once more     &lt; C# vs F#: some parallel refactoring (and generalization) Building an F# powered indexing system (part 2) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building an F# powered indexing system (part 2) by Dew Drop - May 14, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://tryingthisagain.com/2008/05/12/building-an-f-powered-indexing-system-part-2/#comment-44</link>
		<dc:creator>Dew Drop - May 14, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Wed, 14 May 2008 14:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://tryingthisagain.com/?p=41#comment-44</guid>
		<description>[...] Building an F# Powered Indexing System (Part 2) (Kurt) [...]</description>
		<content:encoded><![CDATA[<p>[...] Building an F# Powered Indexing System (Part 2) (Kurt) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.521 seconds -->
<!-- Cached page served by WP-Cache -->
