<?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 on: Event based JSON and YAML parsing</title>
	<atom:link href="http://tenderlovemaking.com/2010/04/17/event-based-json-and-yaml-parsing/feed/" rel="self" type="application/rss+xml" />
	<link>http://tenderlovemaking.com/2010/04/17/event-based-json-and-yaml-parsing/</link>
	<description>The act of making love, tenderly.</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:38:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ary Borenszweig</title>
		<link>http://tenderlovemaking.com/2010/04/17/event-based-json-and-yaml-parsing/comment-page-1/#comment-152191</link>
		<dc:creator>Ary Borenszweig</dc:creator>
		<pubDate>Wed, 08 Feb 2012 20:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=432#comment-152191</guid>
		<description>Thanks, Aaron! We&#039;ve used your technique to efficiently parse data from Elastic Search.</description>
		<content:encoded><![CDATA[<p>Thanks, Aaron! We&#8217;ve used your technique to efficiently parse data from Elastic Search.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erwin</title>
		<link>http://tenderlovemaking.com/2010/04/17/event-based-json-and-yaml-parsing/comment-page-1/#comment-130790</link>
		<dc:creator>Erwin</dc:creator>
		<pubDate>Fri, 04 Feb 2011 16:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=432#comment-130790</guid>
		<description>Got an issue today with &#039;psyche&#039;  and get rid of it on my production server ...
On my local computer ( Mac OSX 10.6.6) psyche was not there and I use the I18n rails module
without any problem...  ( ruby 1.9.2-p136 / Rails 3.0.3 )
I installed a remote production server ( Centos 5) with the same configuration ( but obviously not the same distribution)  and running my app raised a YAML parsing error of my locale files

The parsing error message  just mentioned a line # and a column #, but hard to find as the I18N module joined all the locale .yml files before parsing in a tmp file !
So, running in console mode, I found that the parsing error originated from &#039;psyche&#039;... getting rid of it, forced the parsing with &#039;syck&#039; and now the app is running fine ....

FYI ,   Rails 3 + Ruby 1.9.2 + Centos 5 =&gt;  need to hack it</description>
		<content:encoded><![CDATA[<p>Got an issue today with &#8216;psyche&#8217;  and get rid of it on my production server &#8230;<br />
On my local computer ( Mac OSX 10.6.6) psyche was not there and I use the I18n rails module<br />
without any problem&#8230;  ( ruby 1.9.2-p136 / Rails 3.0.3 )<br />
I installed a remote production server ( Centos 5) with the same configuration ( but obviously not the same distribution)  and running my app raised a YAML parsing error of my locale files</p>
<p>The parsing error message  just mentioned a line # and a column #, but hard to find as the I18N module joined all the locale .yml files before parsing in a tmp file !<br />
So, running in console mode, I found that the parsing error originated from &#8216;psyche&#8217;&#8230; getting rid of it, forced the parsing with &#8216;syck&#8217; and now the app is running fine &#8230;.</p>
<p>FYI ,   Rails 3 + Ruby 1.9.2 + Centos 5 =&gt;  need to hack it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olle</title>
		<link>http://tenderlovemaking.com/2010/04/17/event-based-json-and-yaml-parsing/comment-page-1/#comment-126987</link>
		<dc:creator>Olle</dc:creator>
		<pubDate>Tue, 30 Nov 2010 11:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=432#comment-126987</guid>
		<description>Thoroughly enjoy the flippant style, as well.

Flippant, because _why was flippant. Sadpanda.</description>
		<content:encoded><![CDATA[<p>Thoroughly enjoy the flippant style, as well.</p>
<p>Flippant, because _why was flippant. Sadpanda.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristian Mandrup</title>
		<link>http://tenderlovemaking.com/2010/04/17/event-based-json-and-yaml-parsing/comment-page-1/#comment-126931</link>
		<dc:creator>Kristian Mandrup</dc:creator>
		<pubDate>Mon, 29 Nov 2010 16:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=432#comment-126931</guid>
		<description>I never had success installing psych as a gem... I have been using Ruby 1.9.2-p0 ever since it came out, so that is not the problem. Could you please make it available on rubygems as a gem :) Thanks!</description>
		<content:encoded><![CDATA[<p>I never had success installing psych as a gem&#8230; I have been using Ruby 1.9.2-p0 ever since it came out, so that is not the problem. Could you please make it available on rubygems as a gem <img src='http://tenderlovemaking.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Patterson</title>
		<link>http://tenderlovemaking.com/2010/04/17/event-based-json-and-yaml-parsing/comment-page-1/#comment-120008</link>
		<dc:creator>Aaron Patterson</dc:creator>
		<pubDate>Thu, 29 Jul 2010 22:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=432#comment-120008</guid>
		<description>Hey Mark!  Ya, I usually write method definitions with no parenthesis.  I guess I&#039;m just used to it that way now.  It used to surprise me when there were no parenthesis on method definitions, but I&#039;ve grown to like it.

I&#039;m glad you enjoyed the post!  Thank you!</description>
		<content:encoded><![CDATA[<p>Hey Mark!  Ya, I usually write method definitions with no parenthesis.  I guess I&#8217;m just used to it that way now.  It used to surprise me when there were no parenthesis on method definitions, but I&#8217;ve grown to like it.</p>
<p>I&#8217;m glad you enjoyed the post!  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Turner</title>
		<link>http://tenderlovemaking.com/2010/04/17/event-based-json-and-yaml-parsing/comment-page-1/#comment-120006</link>
		<dc:creator>Mark Turner</dc:creator>
		<pubDate>Thu, 29 Jul 2010 22:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=432#comment-120006</guid>
		<description>I&#039;m starting to see more and more method definitions only enclosing the parameters in parentheses when there are more than one. You did it above (eg. &quot;def listen listener&quot;). 

I&#039;m not sure if its to cut down on keystrokes, but it does take me a quick moment to process. Beyond that I loved the socket code... we don&#039;t see enough &quot;low&quot; level ruby stuff around anymore.</description>
		<content:encoded><![CDATA[<p>I&#8217;m starting to see more and more method definitions only enclosing the parameters in parentheses when there are more than one. You did it above (eg. &#8220;def listen listener&#8221;). </p>
<p>I&#8217;m not sure if its to cut down on keystrokes, but it does take me a quick moment to process. Beyond that I loved the socket code&#8230; we don&#8217;t see enough &#8220;low&#8221; level ruby stuff around anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Interesting Ruby Tidbits That Don’t Need Separate Posts #30</title>
		<link>http://tenderlovemaking.com/2010/04/17/event-based-json-and-yaml-parsing/comment-page-1/#comment-113611</link>
		<dc:creator>Interesting Ruby Tidbits That Don’t Need Separate Posts #30</dc:creator>
		<pubDate>Mon, 19 Apr 2010 18:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=432#comment-113611</guid>
		<description>[...] Patterson (a.k.a. tenderlove) of Nokogiri fame has written a blog post about building an event-bsased Twitter stream parser with Ruby 1.9.2 and Psych. Typically in Ruby, JSON and YAML parsing are done in an &quot;immediate&quot; [...]</description>
		<content:encoded><![CDATA[<p>[...] Patterson (a.k.a. tenderlove) of Nokogiri fame has written a blog post about building an event-bsased Twitter stream parser with Ruby 1.9.2 and Psych. Typically in Ruby, JSON and YAML parsing are done in an &quot;immediate&quot; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

