<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for HCoder.org</title>
	<atom:link href="http://hcoder.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://hcoder.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 13 Apr 2012 21:17:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Book summary: Eating Animals by emanchado</title>
		<link>http://hcoder.org/2012/04/09/book-summary-eating-animals/comment-page-1/#comment-11459</link>
		<dc:creator>emanchado</dc:creator>
		<pubDate>Fri, 13 Apr 2012 21:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://hcoder.org/?p=1347#comment-11459</guid>
		<description>Hey Krzys!

First of all: avoiding factory farm meat doesn&#039;t necessarily mean eating non-factory farm meat. You can also not eat meat, or simply eat much less than whatever you&#039;re eating now (which is what the author encourages you to do). Isn&#039;t that cheaper in most places anyway? If so, that would actually help your economy :-D

And yeah, you can say that &quot;people just want to eat meat&quot;, but then the problem is not price :-)

Also, even if there are a lot of people that couldn&#039;t afford not eating factory farm meat, there&#039;s a HUGE amount of people that can. I don&#039;t think the point is that everyone has to do it, simply that the more, the merrier :-)

All that said, I also fear that the only way to make this change might be some kind of huge crisis :-(</description>
		<content:encoded><![CDATA[<p>Hey Krzys!</p>
<p>First of all: avoiding factory farm meat doesn&#8217;t necessarily mean eating non-factory farm meat. You can also not eat meat, or simply eat much less than whatever you&#8217;re eating now (which is what the author encourages you to do). Isn&#8217;t that cheaper in most places anyway? If so, that would actually help your economy :-D</p>
<p>And yeah, you can say that &#8220;people just want to eat meat&#8221;, but then the problem is not price :-)</p>
<p>Also, even if there are a lot of people that couldn&#8217;t afford not eating factory farm meat, there&#8217;s a HUGE amount of people that can. I don&#8217;t think the point is that everyone has to do it, simply that the more, the merrier :-)</p>
<p>All that said, I also fear that the only way to make this change might be some kind of huge crisis :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Book summary: Eating Animals by Krzys</title>
		<link>http://hcoder.org/2012/04/09/book-summary-eating-animals/comment-page-1/#comment-11453</link>
		<dc:creator>Krzys</dc:creator>
		<pubDate>Fri, 13 Apr 2012 17:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://hcoder.org/?p=1347#comment-11453</guid>
		<description>Good luck telling your average American single mom of 3 kids, working 2 full-time minimum-wage jobs to make ends meet, that she&#039;s not allowed to feed her kids any factory-farmed food. Good luck telling her to go to Whole Foods and buy organically farmed whatever at double the price of supermarket food. 

I agree that the status quo is insane, but I don&#039;t think that a handful of [relatively] well-off people going out of their way to avoid eating factory farmed food is going to change anything, besides how good those people feel about themselves. The only way that things will change, in my opinion, is if there is a massive global war, or an epidemic of the sort of disease that you mention. A third possibility is that world leaders will enforce a global population reduction - unlikely, but I would probably prefer that solution over the other two.</description>
		<content:encoded><![CDATA[<p>Good luck telling your average American single mom of 3 kids, working 2 full-time minimum-wage jobs to make ends meet, that she&#8217;s not allowed to feed her kids any factory-farmed food. Good luck telling her to go to Whole Foods and buy organically farmed whatever at double the price of supermarket food. </p>
<p>I agree that the status quo is insane, but I don&#8217;t think that a handful of [relatively] well-off people going out of their way to avoid eating factory farmed food is going to change anything, besides how good those people feel about themselves. The only way that things will change, in my opinion, is if there is a massive global war, or an epidemic of the sort of disease that you mention. A third possibility is that world leaders will enforce a global population reduction &#8211; unlikely, but I would probably prefer that solution over the other two.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Book summary: Living with Complexity by zby</title>
		<link>http://hcoder.org/2012/03/07/book-summary-living-with-complexity/comment-page-1/#comment-10960</link>
		<dc:creator>zby</dc:creator>
		<pubDate>Fri, 09 Mar 2012 08:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://hcoder.org/?p=1331#comment-10960</guid>
		<description>As a counterpoint see http://www.infoq.com/presentations/Simple-Made-Easy</description>
		<content:encoded><![CDATA[<p>As a counterpoint see <a href="http://www.infoq.com/presentations/Simple-Made-Easy" rel="nofollow">http://www.infoq.com/presentations/Simple-Made-Easy</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unit testing advice for seasoned hackers (2/2) by emanchado</title>
		<link>http://hcoder.org/2012/02/15/unit-testing-advice-for-seasoned-hackers-22/comment-page-1/#comment-10532</link>
		<dc:creator>emanchado</dc:creator>
		<pubDate>Mon, 20 Feb 2012 21:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://hcoder.org/?p=1322#comment-10532</guid>
		<description>Hey Joaquín,

Thanks for the link, I didn&#039;t know that style of testing. It reminds me a bit of the idea behind fuzzers (which I have never used myself), but more on the structured side.

The last point was the least thought out, and I think that shows. After a bit of feedback and thinking, my conclusion is that the part that bothers me the most is having testcases calculate the expected values (in a non-trivial way). That makes the test code not easy to follow (bad), and you can easily introduce bugs in the code calculating the expected values (terrible), so it&#039;s hard to know what is wrong when some test fails. Which is maybe something similar to the tool you&#039;re linking, but done by hand and extremely error prone.</description>
		<content:encoded><![CDATA[<p>Hey Joaquín,</p>
<p>Thanks for the link, I didn&#8217;t know that style of testing. It reminds me a bit of the idea behind fuzzers (which I have never used myself), but more on the structured side.</p>
<p>The last point was the least thought out, and I think that shows. After a bit of feedback and thinking, my conclusion is that the part that bothers me the most is having testcases calculate the expected values (in a non-trivial way). That makes the test code not easy to follow (bad), and you can easily introduce bugs in the code calculating the expected values (terrible), so it&#8217;s hard to know what is wrong when some test fails. Which is maybe something similar to the tool you&#8217;re linking, but done by hand and extremely error prone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unit testing advice for seasoned hackers (2/2) by Joaquin Caraballo</title>
		<link>http://hcoder.org/2012/02/15/unit-testing-advice-for-seasoned-hackers-22/comment-page-1/#comment-10526</link>
		<dc:creator>Joaquin Caraballo</dc:creator>
		<pubDate>Mon, 20 Feb 2012 12:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://hcoder.org/?p=1322#comment-10526</guid>
		<description>Hi, your post is really useful, as always.

Regarding your addendum &quot;trying to cover all cases in the tests&quot;. I agree with that unit tests and functional tests should test a few good cases instead of _as many as possible_, because one of their goals is to specify the behaviour with examples.

I thought it could be an interesting complement to mention a slightly different way of testing a system that exercises many more cases, that you get by using something of the style of scalacheck (http://code.google.com/p/scalacheck/). Here the writter of the test specifies the properties of the system and the tool generates the examples.

This is much slower, obviously (part of the point is that the tool can generate hundreds, or any number of examples) but, although I must admit that I haven&#039;t used it for a real project, I think it could be an useful complement, particularly when the thing that is interesting to test is very hard to separate from the data (eg machine learning)</description>
		<content:encoded><![CDATA[<p>Hi, your post is really useful, as always.</p>
<p>Regarding your addendum &#8220;trying to cover all cases in the tests&#8221;. I agree with that unit tests and functional tests should test a few good cases instead of _as many as possible_, because one of their goals is to specify the behaviour with examples.</p>
<p>I thought it could be an interesting complement to mention a slightly different way of testing a system that exercises many more cases, that you get by using something of the style of scalacheck (<a href="http://code.google.com/p/scalacheck/" rel="nofollow">http://code.google.com/p/scalacheck/</a>). Here the writter of the test specifies the properties of the system and the tool generates the examples.</p>
<p>This is much slower, obviously (part of the point is that the tool can generate hundreds, or any number of examples) but, although I must admit that I haven&#8217;t used it for a real project, I think it could be an useful complement, particularly when the thing that is interesting to test is very hard to separate from the data (eg machine learning)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unit testing advice for seasoned hackers (2/2) by Unit testing advice for seasoned hackers (1/2) &#124; HCoder.org</title>
		<link>http://hcoder.org/2012/02/15/unit-testing-advice-for-seasoned-hackers-22/comment-page-1/#comment-10482</link>
		<dc:creator>Unit testing advice for seasoned hackers (1/2) &#124; HCoder.org</dc:creator>
		<pubDate>Wed, 15 Feb 2012 22:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://hcoder.org/?p=1322#comment-10482</guid>
		<description>[...] see the second part of this [...]</description>
		<content:encoded><![CDATA[<p>[...] see the second part of this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unit testing advice for seasoned hackers (1/2) by Unit testing advice for seasoned hackers (2/2) &#124; HCoder.org</title>
		<link>http://hcoder.org/2012/02/13/unit-testing-advice-for-seasoned-hackers-12/comment-page-1/#comment-10481</link>
		<dc:creator>Unit testing advice for seasoned hackers (2/2) &#124; HCoder.org</dc:creator>
		<pubDate>Wed, 15 Feb 2012 22:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://hcoder.org/?p=1301#comment-10481</guid>
		<description>[...] is the second part of my unit testing advice. See the first part on this [...]</description>
		<content:encoded><![CDATA[<p>[...] is the second part of my unit testing advice. See the first part on this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs adventures by Jisang Yoo</title>
		<link>http://hcoder.org/2011/11/28/emacs-adventures/comment-page-1/#comment-9491</link>
		<dc:creator>Jisang Yoo</dc:creator>
		<pubDate>Thu, 01 Dec 2011 15:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://hcoder.org/?p=1232#comment-9491</guid>
		<description>&quot;Emacs, in its default configuration, is rubbish. &quot;

I suggest Emacs Starter Kit.

You might also enjoy &#039;Vimgolf in Emacs&#039; by Tim Visher</description>
		<content:encoded><![CDATA[<p>&#8220;Emacs, in its default configuration, is rubbish. &#8221;</p>
<p>I suggest Emacs Starter Kit.</p>
<p>You might also enjoy &#8216;Vimgolf in Emacs&#8217; by Tim Visher</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs adventures by emanchado</title>
		<link>http://hcoder.org/2011/11/28/emacs-adventures/comment-page-1/#comment-9443</link>
		<dc:creator>emanchado</dc:creator>
		<pubDate>Tue, 29 Nov 2011 21:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://hcoder.org/?p=1232#comment-9443</guid>
		<description>Hey Matias, thanks. Fixed now :-)

indy, thanks for the tip, I&#039;ll have a look.</description>
		<content:encoded><![CDATA[<p>Hey Matias, thanks. Fixed now :-)</p>
<p>indy, thanks for the tip, I&#8217;ll have a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs adventures by Matias</title>
		<link>http://hcoder.org/2011/11/28/emacs-adventures/comment-page-1/#comment-9441</link>
		<dc:creator>Matias</dc:creator>
		<pubDate>Tue, 29 Nov 2011 20:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://hcoder.org/?p=1232#comment-9441</guid>
		<description>Nice article, it&#039;s a nice resource that I value as a heavy vim user moving slowly to emacs.

You should check the links to hippie-expand and iy-go-to-char, they are relative to your site.</description>
		<content:encoded><![CDATA[<p>Nice article, it&#8217;s a nice resource that I value as a heavy vim user moving slowly to emacs.</p>
<p>You should check the links to hippie-expand and iy-go-to-char, they are relative to your site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

