<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Notes from Kris's Journey</title>
	<atom:link href="http://kriszyp.name/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kriszyp.name</link>
	<description>Not There Yet</description>
	<lastBuildDate>Wed, 22 Feb 2012 23:25:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on A Broken Heart for Valentine&#8217;s Day by bill zyp</title>
		<link>http://kriszyp.name/2012/02/22/a-broken-heart-for-valentines-day/#comment-162</link>
		<dc:creator><![CDATA[bill zyp]]></dc:creator>
		<pubDate>Wed, 22 Feb 2012 23:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://kriszyp.name/?p=37#comment-162</guid>
		<description><![CDATA[great job Kris.. we are so proud  of you for taking a stand on these issues..bless you ..papa]]></description>
		<content:encoded><![CDATA[<p>great job Kris.. we are so proud  of you for taking a stand on these issues..bless you ..papa</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What to do with this blog? by uyrafdlnhi</title>
		<link>http://kriszyp.name/2008/01/01/what-to-do-with-this-blog/#comment-151</link>
		<dc:creator><![CDATA[uyrafdlnhi]]></dc:creator>
		<pubDate>Sun, 11 Dec 2011 17:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://kriszyp.com/2008/01/01/what-to-do-with-this-blog/#comment-151</guid>
		<description><![CDATA[yGc8Ox  &lt;a href=&quot;http://fqtdsnzvlazo.com/&quot; rel=&quot;nofollow&quot;&gt;fqtdsnzvlazo&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>yGc8Ox  <a href="http://fqtdsnzvlazo.com/" rel="nofollow">fqtdsnzvlazo</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What to do with this blog? by ogkhjnkloff</title>
		<link>http://kriszyp.name/2008/01/01/what-to-do-with-this-blog/#comment-149</link>
		<dc:creator><![CDATA[ogkhjnkloff]]></dc:creator>
		<pubDate>Sat, 10 Dec 2011 08:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://kriszyp.com/2008/01/01/what-to-do-with-this-blog/#comment-149</guid>
		<description><![CDATA[Cgax7G  &lt;a href=&quot;http://cvzdjjlocwpf.com/&quot; rel=&quot;nofollow&quot;&gt;cvzdjjlocwpf&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>Cgax7G  <a href="http://cvzdjjlocwpf.com/" rel="nofollow">cvzdjjlocwpf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What to do with this blog? by Derex</title>
		<link>http://kriszyp.name/2008/01/01/what-to-do-with-this-blog/#comment-148</link>
		<dc:creator><![CDATA[Derex]]></dc:creator>
		<pubDate>Fri, 09 Dec 2011 18:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://kriszyp.com/2008/01/01/what-to-do-with-this-blog/#comment-148</guid>
		<description><![CDATA[You mean I don&#039;t have to pay for expert advice like this anyomre?!]]></description>
		<content:encoded><![CDATA[<p>You mean I don&#8217;t have to pay for expert advice like this anyomre?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript Expressions &#8211; Beyond JSON by Olly</title>
		<link>http://kriszyp.name/2010/01/16/javascript-expressions-beyond-json/#comment-106</link>
		<dc:creator><![CDATA[Olly]]></dc:creator>
		<pubDate>Wed, 08 Dec 2010 10:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://kriszyp.name/?p=18#comment-106</guid>
		<description><![CDATA[Hmm, apart from dates, I&#039;m not sure why you would want any of the other stuff. Passing NaN is bad enough, but passing a javascript function from the server to the front end via JSON seems downright evil; you&#039;re exposing the client to potentially malicious code, mixing server-side and front-end logic, and potentially having your browser interpret the same functions over and over again.]]></description>
		<content:encoded><![CDATA[<p>Hmm, apart from dates, I&#8217;m not sure why you would want any of the other stuff. Passing NaN is bad enough, but passing a javascript function from the server to the front end via JSON seems downright evil; you&#8217;re exposing the client to potentially malicious code, mixing server-side and front-end logic, and potentially having your browser interpret the same functions over and over again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript Expressions &#8211; Beyond JSON by unscriptable</title>
		<link>http://kriszyp.name/2010/01/16/javascript-expressions-beyond-json/#comment-90</link>
		<dc:creator><![CDATA[unscriptable]]></dc:creator>
		<pubDate>Mon, 13 Sep 2010 21:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://kriszyp.name/?p=18#comment-90</guid>
		<description><![CDATA[Why not add a date type to JSON?  Nobody -- and I mean nobody -- who&#039;s using JSON is not dealing with dates.

With ES5 coming, why not add date primitives while we&#039;re at it?  Hell, we&#039;ve got native XML and RegExp, why not Dates????

Then we could just use the same simple eval-based JSON parsers if we want to -- or use the new native JSON parsers.  

-- J]]></description>
		<content:encoded><![CDATA[<p>Why not add a date type to JSON?  Nobody &#8212; and I mean nobody &#8212; who&#8217;s using JSON is not dealing with dates.</p>
<p>With ES5 coming, why not add date primitives while we&#8217;re at it?  Hell, we&#8217;ve got native XML and RegExp, why not Dates????</p>
<p>Then we could just use the same simple eval-based JSON parsers if we want to &#8212; or use the new native JSON parsers.  </p>
<p>&#8211; J</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Imperative, Functional, and Declarative Programming by John Wright</title>
		<link>http://kriszyp.name/2010/01/16/imperative-functional-and-declarative-programming/#comment-58</link>
		<dc:creator><![CDATA[John Wright]]></dc:creator>
		<pubDate>Mon, 22 Feb 2010 06:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://kriszyp.name/?p=20#comment-58</guid>
		<description><![CDATA[This was really great!  Future blog post idea, expand on this paragraph:

&quot;Furthermore, declarative programming can often allow programmers to work within a &quot;live&quot; interactive environment, where code can be changed on the fly without requiring a restart. Imperative programming often means that the only way to predictably see the effect of a change in imperative code is to restart. We certainly want to be able to move towards faster development techniques that aren’t stuck in windows-style &quot;restart&quot; cycles&quot;]]></description>
		<content:encoded><![CDATA[<p>This was really great!  Future blog post idea, expand on this paragraph:</p>
<p>&#8220;Furthermore, declarative programming can often allow programmers to work within a &#8220;live&#8221; interactive environment, where code can be changed on the fly without requiring a restart. Imperative programming often means that the only way to predictably see the effect of a change in imperative code is to restart. We certainly want to be able to move towards faster development techniques that aren’t stuck in windows-style &#8220;restart&#8221; cycles&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What to do with this blog? by Kari</title>
		<link>http://kriszyp.name/2008/01/01/what-to-do-with-this-blog/#comment-22</link>
		<dc:creator><![CDATA[Kari]]></dc:creator>
		<pubDate>Sat, 08 Mar 2008 05:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://kriszyp.com/2008/01/01/what-to-do-with-this-blog/#comment-22</guid>
		<description><![CDATA[Ummm ... you might want to check out the other 2 comments on here. Maybe you, Mr. Computer-Smart-Genius can get a spam filter for those comments, eh? :-)

ANyway, in response to your question--I like the idea of the spirituality/work/journeys continuum. You know me, no sacred/secular duality here!  I&#039;ll read whatever you write!]]></description>
		<content:encoded><![CDATA[<p>Ummm &#8230; you might want to check out the other 2 comments on here. Maybe you, Mr. Computer-Smart-Genius can get a spam filter for those comments, eh? <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>ANyway, in response to your question&#8211;I like the idea of the spirituality/work/journeys continuum. You know me, no sacred/secular duality here!  I&#8217;ll read whatever you write!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What to do with this blog? by inwandaft</title>
		<link>http://kriszyp.name/2008/01/01/what-to-do-with-this-blog/#comment-21</link>
		<dc:creator><![CDATA[inwandaft]]></dc:creator>
		<pubDate>Sun, 24 Feb 2008 14:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://kriszyp.com/2008/01/01/what-to-do-with-this-blog/#comment-21</guid>
		<description><![CDATA[I&#039;ll mew you later. I piqued the pubis out of my length and pulled my corridors up. Tic and Tac simulated her ecstatically gently.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ll mew you later. I piqued the pubis out of my length and pulled my corridors up. Tic and Tac simulated her ecstatically gently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What to do with this blog? by inwandaft</title>
		<link>http://kriszyp.name/2008/01/01/what-to-do-with-this-blog/#comment-20</link>
		<dc:creator><![CDATA[inwandaft]]></dc:creator>
		<pubDate>Wed, 20 Feb 2008 06:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://kriszyp.com/2008/01/01/what-to-do-with-this-blog/#comment-20</guid>
		<description><![CDATA[Depending on our cindy crawford sex clips of course.]]></description>
		<content:encoded><![CDATA[<p>Depending on our cindy crawford sex clips of course.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

