<?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 delicious robots blog</title>
	<atom:link href="http://blog.deliciousrobots.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.deliciousrobots.com</link>
	<description>an exploration of electronic space and other things</description>
	<lastBuildDate>Sat, 27 Feb 2010 02:59:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Joystick Support in PrBoom 2.5.0 by steveth45</title>
		<link>http://blog.deliciousrobots.com/2009/04/25/joystick-support-in-prboom-250/comment-page-1/#comment-2555</link>
		<dc:creator>steveth45</dc:creator>
		<pubDate>Sat, 27 Feb 2010 02:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deliciousrobots.com/?p=48#comment-2555</guid>
		<description>The initial commit on github is vanilla PrBoom 2.5.0. I haven&#039;t made changes since my last commit. Got distracted with other things, you know.</description>
		<content:encoded><![CDATA[<p>The initial commit on github is vanilla PrBoom 2.5.0. I haven&#8217;t made changes since my last commit. Got distracted with other things, you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Joystick Support in PrBoom 2.5.0 by Flandry</title>
		<link>http://blog.deliciousrobots.com/2009/04/25/joystick-support-in-prboom-250/comment-page-1/#comment-2541</link>
		<dc:creator>Flandry</dc:creator>
		<pubDate>Fri, 26 Feb 2010 01:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deliciousrobots.com/?p=48#comment-2541</guid>
		<description>This is good stuff; it&#039;s exactly what i need to make the accelerometer -&gt; joystick wrapper in Maemo more useful for the PrBoom port. Two questions:
Which exact version did you start with?
Do you have a diff from that version to your changes? 
I used the December svn for the port because of a fix that went in at the time, so i need to know where i&#039;ll be starting at for the base.

Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>This is good stuff; it&#8217;s exactly what i need to make the accelerometer -&gt; joystick wrapper in Maemo more useful for the PrBoom port. Two questions:<br />
Which exact version did you start with?<br />
Do you have a diff from that version to your changes?<br />
I used the December svn for the port because of a fix that went in at the time, so i need to know where i&#8217;ll be starting at for the base.</p>
<p>Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Node.js and JSON Template : A delicious pairing by Steven Roussey</title>
		<link>http://blog.deliciousrobots.com/2009/11/26/node-js-and-json-template-a-delicious-pairing/comment-page-1/#comment-2487</link>
		<dc:creator>Steven Roussey</dc:creator>
		<pubDate>Fri, 19 Feb 2010 17:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deliciousrobots.com/?p=220#comment-2487</guid>
		<description>There is a CommonJS version of json-template at:

http://github.com/andychu/json-template</description>
		<content:encoded><![CDATA[<p>There is a CommonJS version of json-template at:</p>
<p><a href="http://github.com/andychu/json-template" rel="nofollow">http://github.com/andychu/json-template</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Things Done by Nick</title>
		<link>http://blog.deliciousrobots.com/2010/01/27/getting-things-done/comment-page-1/#comment-2471</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 18 Feb 2010 20:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deliciousrobots.com/?p=264#comment-2471</guid>
		<description>I agree that good, fast, and cheap can be achieved, but I think you then rely on motivation, which can be pretty elusive.</description>
		<content:encoded><![CDATA[<p>I agree that good, fast, and cheap can be achieved, but I think you then rely on motivation, which can be pretty elusive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Things Done by Chris McDonald</title>
		<link>http://blog.deliciousrobots.com/2010/01/27/getting-things-done/comment-page-1/#comment-2470</link>
		<dc:creator>Chris McDonald</dc:creator>
		<pubDate>Thu, 18 Feb 2010 20:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deliciousrobots.com/?p=264#comment-2470</guid>
		<description>I&#039;ll definitely be sharing this post with some friends of mine, you have some really valuable insights.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll definitely be sharing this post with some friends of mine, you have some really valuable insights.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiler code generation: just flatten the tree by steveth45</title>
		<link>http://blog.deliciousrobots.com/2010/02/09/compiler-code-generation-just-flatten-the-tree/comment-page-1/#comment-2416</link>
		<dc:creator>steveth45</dc:creator>
		<pubDate>Tue, 09 Feb 2010 20:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deliciousrobots.com/?p=286#comment-2416</guid>
		<description>No, thank you, to implementing the C++ spec. It&#039;s an over-complicated spec, by far, and an over-used language.

If you can create new features in the language itself with macros, than you don&#039;t have to add them to the compiler, keeping it relatively simple. You just have to have a parse tree that can be manipulated by the language itself. I&#039;m still thinking about how to get that to happen. I&#039;m not at that point yet, though.</description>
		<content:encoded><![CDATA[<p>No, thank you, to implementing the C++ spec. It&#8217;s an over-complicated spec, by far, and an over-used language.</p>
<p>If you can create new features in the language itself with macros, than you don&#8217;t have to add them to the compiler, keeping it relatively simple. You just have to have a parse tree that can be manipulated by the language itself. I&#8217;m still thinking about how to get that to happen. I&#8217;m not at that point yet, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiler code generation: just flatten the tree by Ben Garney</title>
		<link>http://blog.deliciousrobots.com/2010/02/09/compiler-code-generation-just-flatten-the-tree/comment-page-1/#comment-2415</link>
		<dc:creator>Ben Garney</dc:creator>
		<pubDate>Tue, 09 Feb 2010 18:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deliciousrobots.com/?p=286#comment-2415</guid>
		<description>Try implementing the C++ language specification and tell us what you think then. :)

Compilers are pretty straightforward for small languages but as the language gets more complex the compiler becomes more complex. Because the compiler must be highly reliable this makes it very risky to add big new features, especially if you want them to work in a way that makes sense to developers who are not compiler-writers.

I do agree that everyone should work with compiler tech so they understand their development stack better.</description>
		<content:encoded><![CDATA[<p>Try implementing the C++ language specification and tell us what you think then. <img src='http://blog.deliciousrobots.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Compilers are pretty straightforward for small languages but as the language gets more complex the compiler becomes more complex. Because the compiler must be highly reliable this makes it very risky to add big new features, especially if you want them to work in a way that makes sense to developers who are not compiler-writers.</p>
<p>I do agree that everyone should work with compiler tech so they understand their development stack better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Node.js and JSON Template : A delicious pairing by Stephen Belanger</title>
		<link>http://blog.deliciousrobots.com/2009/11/26/node-js-and-json-template-a-delicious-pairing/comment-page-1/#comment-2349</link>
		<dc:creator>Stephen Belanger</dc:creator>
		<pubDate>Sat, 06 Feb 2010 06:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deliciousrobots.com/?p=220#comment-2349</guid>
		<description>Nice catch! I&#039;ve been tinkering with node.js quite a bit lately and have been trying to decide on a good template engine--this one looks beautiful. It&#039;s just perfect for what I need. :)

There&#039;s nothing quite so elegant as JSON for passing data around. ;)</description>
		<content:encoded><![CDATA[<p>Nice catch! I&#8217;ve been tinkering with node.js quite a bit lately and have been trying to decide on a good template engine&#8211;this one looks beautiful. It&#8217;s just perfect for what I need. <img src='http://blog.deliciousrobots.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>There&#8217;s nothing quite so elegant as JSON for passing data around. <img src='http://blog.deliciousrobots.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My life without God by Laura</title>
		<link>http://blog.deliciousrobots.com/2009/12/10/my-life-without-god/comment-page-1/#comment-2006</link>
		<dc:creator>Laura</dc:creator>
		<pubDate>Thu, 24 Dec 2009 20:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deliciousrobots.com/?p=247#comment-2006</guid>
		<description>James 1:27
Religion that God our Father accepts as pure and faultless is this: to look after orphans and widows in their distress and to keep oneself from being polluted by the world.</description>
		<content:encoded><![CDATA[<p>James 1:27<br />
Religion that God our Father accepts as pure and faultless is this: to look after orphans and widows in their distress and to keep oneself from being polluted by the world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My life without God by Christie Goss</title>
		<link>http://blog.deliciousrobots.com/2009/12/10/my-life-without-god/comment-page-1/#comment-1982</link>
		<dc:creator>Christie Goss</dc:creator>
		<pubDate>Wed, 23 Dec 2009 00:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deliciousrobots.com/?p=247#comment-1982</guid>
		<description>I respect where you are with God and that you do not care to be a hypocrite.  Thanks for calling our home loving and devout; your Dad and I tried to follow God because we believe He is who He says he is.

My life with God began with a miracle or two and revelation.  So, no matter how I feel, I can hearken back to that initial experience.  Yes, some of the church raises false expectations, like God wants us all to prosper materially, for instance.  

I have been reading a book (one that&#039;s been on my shelf for years and somehow made the cut during my many moves) that states the blessing of obedience in the OT was prosperity; the blessing to believers in the NT is adversity.  Adversity?  It develops our inner life and causes us to go deeper.  Job said, &quot;though he slay me, yet will I trust Him.&quot;  

This may not apply to you, but some believers have their eyes on people - church leaders, especially.  When the leaders disappoint because of bad behavior  these folks seem to lose their faith in God.  

Jesus died on a cross for our sins; nothing people do changes that.  I&#039;ve found most healing comes from either forgiving someone or repenting of one&#039;s own failings (sin).  This seems to help clear the decks.  We can muck up our relationship with God so we cannot perceive Him.  He is clear: he said &quot;I will never leave you nor forsake you.&quot;  The problem is on our side.

But even if we walk a sterling walk, clear and holy as we can, we sometimes do not sense that God is near.  Many great saints have written of this experience of dryness or silence on God&#039;s part.  But we walk by faith, not by sight.  &quot;Let God be true and every man a liar&quot; the scripture says. 

I know God loves you Stephen, and I appreciate your honesty about your doubts; God is not intimidated by them.</description>
		<content:encoded><![CDATA[<p>I respect where you are with God and that you do not care to be a hypocrite.  Thanks for calling our home loving and devout; your Dad and I tried to follow God because we believe He is who He says he is.</p>
<p>My life with God began with a miracle or two and revelation.  So, no matter how I feel, I can hearken back to that initial experience.  Yes, some of the church raises false expectations, like God wants us all to prosper materially, for instance.  </p>
<p>I have been reading a book (one that&#8217;s been on my shelf for years and somehow made the cut during my many moves) that states the blessing of obedience in the OT was prosperity; the blessing to believers in the NT is adversity.  Adversity?  It develops our inner life and causes us to go deeper.  Job said, &#8220;though he slay me, yet will I trust Him.&#8221;  </p>
<p>This may not apply to you, but some believers have their eyes on people &#8211; church leaders, especially.  When the leaders disappoint because of bad behavior  these folks seem to lose their faith in God.  </p>
<p>Jesus died on a cross for our sins; nothing people do changes that.  I&#8217;ve found most healing comes from either forgiving someone or repenting of one&#8217;s own failings (sin).  This seems to help clear the decks.  We can muck up our relationship with God so we cannot perceive Him.  He is clear: he said &#8220;I will never leave you nor forsake you.&#8221;  The problem is on our side.</p>
<p>But even if we walk a sterling walk, clear and holy as we can, we sometimes do not sense that God is near.  Many great saints have written of this experience of dryness or silence on God&#8217;s part.  But we walk by faith, not by sight.  &#8220;Let God be true and every man a liar&#8221; the scripture says. </p>
<p>I know God loves you Stephen, and I appreciate your honesty about your doubts; God is not intimidated by them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
