<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Never Overestimate the Impossible</title>
	<link>http://blog.riverworth.com</link>
	<description>A Random Collection of Thoughts</description>
	<pubDate>Sun, 05 Feb 2012 10:56:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>Comment on Nickels and Dimes (Verisim, part 4) by Kathleen Davies</title>
		<link>http://blog.riverworth.com/index.php/2007/03/10/company-post-mortem-part4/#comment-122</link>
		<author>Kathleen Davies</author>
		<pubDate>Sat, 21 Apr 2007 01:13:02 +0000</pubDate>
		<guid>http://blog.riverworth.com/index.php/2007/03/10/company-post-mortem-part4/#comment-122</guid>
					<description>This is very interesting.  It' will no doubt give you and everyone else who reads it a great deal of insight.  We learn best, I think, not from the mistakes of others but from our own.</description>
		<content:encoded><![CDATA[<p>This is very interesting.  It&#8217; will no doubt give you and everyone else who reads it a great deal of insight.  We learn best, I think, not from the mistakes of others but from our own.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Who&#8217;s Your Daddy? by Brian White</title>
		<link>http://blog.riverworth.com/index.php/2007/01/29/choosing-a-web-hosting-company/#comment-19</link>
		<author>Brian White</author>
		<pubDate>Sat, 24 Feb 2007 00:46:49 +0000</pubDate>
		<guid>http://blog.riverworth.com/index.php/2007/01/29/choosing-a-web-hosting-company/#comment-19</guid>
					<description>I haven't noticed any problems this month other than occasional 2-3 second delay loading my page.  My host has been up 26 days as of today.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t noticed any problems this month other than occasional 2-3 second delay loading my page.  My host has been up 26 days as of today.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Who&#8217;s Your Daddy? by hostr</title>
		<link>http://blog.riverworth.com/index.php/2007/01/29/choosing-a-web-hosting-company/#comment-18</link>
		<author>hostr</author>
		<pubDate>Fri, 23 Feb 2007 22:00:09 +0000</pubDate>
		<guid>http://blog.riverworth.com/index.php/2007/01/29/choosing-a-web-hosting-company/#comment-18</guid>
					<description>Are you still having problems with AN Hosting or did things end up smoothing out?</description>
		<content:encoded><![CDATA[<p>Are you still having problems with AN Hosting or did things end up smoothing out?</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Knowing It All (Verisim, part 2) by Snoopy</title>
		<link>http://blog.riverworth.com/index.php/2007/02/19/company-post-mortem-part2/#comment-17</link>
		<author>Snoopy</author>
		<pubDate>Thu, 22 Feb 2007 02:56:14 +0000</pubDate>
		<guid>http://blog.riverworth.com/index.php/2007/02/19/company-post-mortem-part2/#comment-17</guid>
					<description>There's one thing we couldn't do... turn down the frickin' air conditioning in that building on Colonnade.  Nothing like wearing jeans and fleece inside when it's 30+ C outside.

Without a doubt, that stiffened the fingers so that the code didn't come out fast enough.

:-)</description>
		<content:encoded><![CDATA[<p>There&#8217;s one thing we couldn&#8217;t do&#8230; turn down the frickin&#8217; air conditioning in that building on Colonnade.  Nothing like wearing jeans and fleece inside when it&#8217;s 30+ C outside.</p>
<p>Without a doubt, that stiffened the fingers so that the code didn&#8217;t come out fast enough.</p>
<p> <img src='http://blog.riverworth.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Who&#8217;s Your Daddy? by Sujay</title>
		<link>http://blog.riverworth.com/index.php/2007/01/29/choosing-a-web-hosting-company/#comment-16</link>
		<author>Sujay</author>
		<pubDate>Thu, 08 Feb 2007 20:43:26 +0000</pubDate>
		<guid>http://blog.riverworth.com/index.php/2007/01/29/choosing-a-web-hosting-company/#comment-16</guid>
					<description>gosh.... scary!.....  have had some good luck with 
http://www.valueweb.com/

i think they also own

http://www.gate.com/unix-hosting/

I have used their products i.e. webhosting as well as  as T1 from a sister company of their's - xspedius... good reliable service.</description>
		<content:encoded><![CDATA[<p>gosh&#8230;. scary!&#8230;..  have had some good luck with<br />
<a href="http://www.valueweb.com/" rel="nofollow">http://www.valueweb.com/</a></p>
<p>i think they also own</p>
<p><a href="http://www.gate.com/unix-hosting/" rel="nofollow">http://www.gate.com/unix-hosting/</a></p>
<p>I have used their products i.e. webhosting as well as  as T1 from a sister company of their&#8217;s - xspedius&#8230; good reliable service.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on The Beauty of Self-Testing by bcwhite</title>
		<link>http://blog.riverworth.com/index.php/2006/11/23/the-beauty-of-self-testing/#comment-10</link>
		<author>bcwhite</author>
		<pubDate>Wed, 03 Jan 2007 14:28:20 +0000</pubDate>
		<guid>http://blog.riverworth.com/index.php/2006/11/23/the-beauty-of-self-testing/#comment-10</guid>
					<description>Most of my tests are created after I've written the code. I've found that if I write the test first, then I concentrate on passing the test rather than developing complete code and that leads to further problems down the road due to cases left out because there was no test for it.

I've tried both and just found that this works better for me in the modules I've written.

Of course, the modules I've written with this had no strictly defined API; they just had to accomplish certain tasks. If I had a defined API, then I would be inclined to write tests for the defined behaviors of that API &lt;em&gt;first&lt;/em&gt; and maybe additional tests later.</description>
		<content:encoded><![CDATA[<p>Most of my tests are created after I&#8217;ve written the code. I&#8217;ve found that if I write the test first, then I concentrate on passing the test rather than developing complete code and that leads to further problems down the road due to cases left out because there was no test for it.</p>
<p>I&#8217;ve tried both and just found that this works better for me in the modules I&#8217;ve written.</p>
<p>Of course, the modules I&#8217;ve written with this had no strictly defined API; they just had to accomplish certain tasks. If I had a defined API, then I would be inclined to write tests for the defined behaviors of that API <em>first</em> and maybe additional tests later.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on The Beauty of Self-Testing by gzaban</title>
		<link>http://blog.riverworth.com/index.php/2006/11/23/the-beauty-of-self-testing/#comment-9</link>
		<author>gzaban</author>
		<pubDate>Wed, 03 Jan 2007 11:08:52 +0000</pubDate>
		<guid>http://blog.riverworth.com/index.php/2006/11/23/the-beauty-of-self-testing/#comment-9</guid>
					<description>Couldn't agree with you more! (see post on my site).

It's amazing how great an investment automated testing is. I used to use nunit/nunitasp for all my testing needs back in VS2002.  But VS2005 (team edition) has this really cool feature which automatically creates test harnesses for all public/private members of your classes ... this does reduce the amount of work you have to do to get your unit tests up and going.

Also, I use code to read my test data and expected results/exceptions from excel spreadsheets (using Excel oledb connection - see code on my site).

Out of curiousity, how do you generate your "self tests" ... reflection?</description>
		<content:encoded><![CDATA[<p>Couldn&#8217;t agree with you more! (see post on my site).</p>
<p>It&#8217;s amazing how great an investment automated testing is. I used to use nunit/nunitasp for all my testing needs back in VS2002.  But VS2005 (team edition) has this really cool feature which automatically creates test harnesses for all public/private members of your classes &#8230; this does reduce the amount of work you have to do to get your unit tests up and going.</p>
<p>Also, I use code to read my test data and expected results/exceptions from excel spreadsheets (using Excel oledb connection - see code on my site).</p>
<p>Out of curiousity, how do you generate your &#8220;self tests&#8221; &#8230; reflection?</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Brian&#8217;s Guide to Resume Writing by bcwhite</title>
		<link>http://blog.riverworth.com/index.php/2006/10/17/brians-guide-to-resume-writing/#comment-8</link>
		<author>bcwhite</author>
		<pubDate>Tue, 26 Dec 2006 04:09:58 +0000</pubDate>
		<guid>http://blog.riverworth.com/index.php/2006/10/17/brians-guide-to-resume-writing/#comment-8</guid>
					<description>I don't recommend HTML, either.  I for one keep Mozilla set to display in plain text -- I deplore HTML mail.  Thus, all your nice formatting  will be lost.  Also, if I decide to print it, it may or may not look anything like you intended.

But really, it's always best to check if the employer supplies any guidelines and follow those.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t recommend HTML, either.  I for one keep Mozilla set to display in plain text &#8212; I deplore HTML mail.  Thus, all your nice formatting  will be lost.  Also, if I decide to print it, it may or may not look anything like you intended.</p>
<p>But really, it&#8217;s always best to check if the employer supplies any guidelines and follow those.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Brian&#8217;s Guide to Resume Writing by Greg</title>
		<link>http://blog.riverworth.com/index.php/2006/10/17/brians-guide-to-resume-writing/#comment-7</link>
		<author>Greg</author>
		<pubDate>Mon, 25 Dec 2006 21:57:07 +0000</pubDate>
		<guid>http://blog.riverworth.com/index.php/2006/10/17/brians-guide-to-resume-writing/#comment-7</guid>
					<description>I think HTML format is fine as well. Especially when you are applying for network administrators position.</description>
		<content:encoded><![CDATA[<p>I think HTML format is fine as well. Especially when you are applying for network administrators position.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on The Cost of Motivation by Sujay</title>
		<link>http://blog.riverworth.com/index.php/2006/12/16/the-cost-of-motivation/#comment-6</link>
		<author>Sujay</author>
		<pubDate>Wed, 20 Dec 2006 01:34:09 +0000</pubDate>
		<guid>http://blog.riverworth.com/index.php/2006/12/16/the-cost-of-motivation/#comment-6</guid>
					<description>Extremely good insight :)</description>
		<content:encoded><![CDATA[<p>Extremely good insight <img src='http://blog.riverworth.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
</channel>
</rss>

