<?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 Language Hacker | Robert Elwell&#039;s Blog</title>
	<atom:link href="http://robertelwell.info/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://robertelwell.info/blog</link>
	<description>PHP Web Development, Computational Linguistics, and Nerdy Miscellany</description>
	<lastBuildDate>Fri, 09 Sep 2011 11:42:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Zend_Search_Lucene Tips by Lachlan Pease</title>
		<link>http://robertelwell.info/blog/zend_search_lucene-tips/#comment-974</link>
		<dc:creator>Lachlan Pease</dc:creator>
		<pubDate>Fri, 09 Sep 2011 11:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://robertelwell.info/blog/?p=16#comment-974</guid>
		<description>An excellent article that I&#039;ll certainly be leveraging, and recommending to anyone interested in full-text search in PHP. I might recommend, however, that you use the following implementation of My_Filter_Searchable - it should be faster (even if only marginally), and use less memory.

&lt;code&gt;
class My_Filter_Searchable extends Zend_Filter
{
    public function __construct() {
        parent::__construct();
        $this-&gt;addFilter(&#039;StripTags&#039;)
             -&gt;addFilter(&#039;Alnum&#039;)
             -&gt;addFilter(&#039;StringTrim&#039;)
             -&gt;addFilter(&#039;StringToLower&#039;);
    }
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>An excellent article that I&#8217;ll certainly be leveraging, and recommending to anyone interested in full-text search in PHP. I might recommend, however, that you use the following implementation of My_Filter_Searchable &#8211; it should be faster (even if only marginally), and use less memory.</p>
<p><code><br />
class My_Filter_Searchable extends Zend_Filter<br />
{<br />
    public function __construct() {<br />
        parent::__construct();<br />
        $this-&gt;addFilter('StripTags')<br />
             -&gt;addFilter('Alnum')<br />
             -&gt;addFilter('StringTrim')<br />
             -&gt;addFilter('StringToLower');<br />
    }<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stack Overflow Fatigue? by exoboy</title>
		<link>http://robertelwell.info/blog/stack-overflow-fatigue/#comment-968</link>
		<dc:creator>exoboy</dc:creator>
		<pubDate>Mon, 01 Aug 2011 22:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://robertelwell.info/blog/?p=9#comment-968</guid>
		<description>When I started using SO, it was great! I often asked questions and answered them.

However, lately I have noticed that within MOMENTS of posting a question I get a flurry of &quot;You don&#039;t want to do it that way&quot; comments. Or I get immediately tagged with a &quot;This is a duplicate question&quot; tag, even though I searched and found nothing similar enough to truly be considered a duplicate. Or, I get a lot of comments on why this is a bad question.... Holy #$%@! I just want some help, I do not want a critique on my very existence.

Honestly, all of these bad-taggers are making it more about the procedural rules and accepted behaviors then about the QUESTIONS.... this is why I find myself going back less and less. If you don&#039;t do things they way THEY would, then be prepared for an onslaught of crap.

I love the idea of SO, but something needs to be done about all of the white-noise generating users who have nothing better to do than to nit pic over useless minutiae.

If you don&#039;t like a question, don&#039;t vote it down! Just don&#039;t answer it or comment and let it die in obscurity....

Sheesh!</description>
		<content:encoded><![CDATA[<p>When I started using SO, it was great! I often asked questions and answered them.</p>
<p>However, lately I have noticed that within MOMENTS of posting a question I get a flurry of &#8220;You don&#8217;t want to do it that way&#8221; comments. Or I get immediately tagged with a &#8220;This is a duplicate question&#8221; tag, even though I searched and found nothing similar enough to truly be considered a duplicate. Or, I get a lot of comments on why this is a bad question&#8230;. Holy #$%@! I just want some help, I do not want a critique on my very existence.</p>
<p>Honestly, all of these bad-taggers are making it more about the procedural rules and accepted behaviors then about the QUESTIONS&#8230;. this is why I find myself going back less and less. If you don&#8217;t do things they way THEY would, then be prepared for an onslaught of crap.</p>
<p>I love the idea of SO, but something needs to be done about all of the white-noise generating users who have nothing better to do than to nit pic over useless minutiae.</p>
<p>If you don&#8217;t like a question, don&#8217;t vote it down! Just don&#8217;t answer it or comment and let it die in obscurity&#8230;.</p>
<p>Sheesh!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Search_Lucene Tips by Zend_Search_Lucene Tips &#171; madclog.nl</title>
		<link>http://robertelwell.info/blog/zend_search_lucene-tips/#comment-960</link>
		<dc:creator>Zend_Search_Lucene Tips &#171; madclog.nl</dc:creator>
		<pubDate>Thu, 16 Jun 2011 08:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://robertelwell.info/blog/?p=16#comment-960</guid>
		<description>[...] Found a good article with some tips on implementing Zend Framework&#8217;s search engine: Lucene http://robertelwell.info/blog/zend_search_lucene-tips/   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] Found a good article with some tips on implementing Zend Framework&#8217;s search engine: Lucene <a href="http://robertelwell.info/blog/zend_search_lucene-tips/" rel="nofollow">http://robertelwell.info/blog/zend_search_lucene-tips/</a>   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Partial vs. Helper in the Zend Framework: When to use which? by Ivan Ilijasic</title>
		<link>http://robertelwell.info/blog/zend-partial-vs-helper/#comment-660</link>
		<dc:creator>Ivan Ilijasic</dc:creator>
		<pubDate>Sun, 06 Mar 2011 11:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://robertelwell.info/blog/?p=8#comment-660</guid>
		<description>Good article. I&#039;ve been playing with ZF for a while and this is my practice:
- If I need some functionality that I&#039;ll use in almost every page, I use helper. For example, I use helper to display if user is logged
- If I have specific module for my right sidebar, I use partial helper method because If I have several modules with different display logic for each page, it&#039;s much easier for me to have a specific template snippet with it&#039;s own model.
- If I have some static snippets (footer, static header logo part etc.) I use render method</description>
		<content:encoded><![CDATA[<p>Good article. I&#8217;ve been playing with ZF for a while and this is my practice:<br />
- If I need some functionality that I&#8217;ll use in almost every page, I use helper. For example, I use helper to display if user is logged<br />
- If I have specific module for my right sidebar, I use partial helper method because If I have several modules with different display logic for each page, it&#8217;s much easier for me to have a specific template snippet with it&#8217;s own model.<br />
- If I have some static snippets (footer, static header logo part etc.) I use render method</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rediska and Sesh: Minimizing RAM usage in your session. by Jak Sprats</title>
		<link>http://robertelwell.info/blog/rediska-and-sesh/#comment-64</link>
		<dc:creator>Jak Sprats</dc:creator>
		<pubDate>Sat, 25 Sep 2010 02:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://robertelwell.info/blog/?p=13#comment-64</guid>
		<description>Im a redis user and I was working on a project that had to be very tight w/ RAM, so I forked redis and came up w/ redisql (code: http://github.com/JakSprats/Redisql documentation: http://code.google.com/p/redisql/). Redisql is basically a SQL database on top of redis, so it is almost (85% speed) as fast as redis, but it has a lot of memory optimisations that redis does not, because I REALLY needed to be tight w/ RAM.

The project may be of interest to you, and I forked rediska and wrote a client: (http://github.com/JakSprats/Rediska) so trying it out should be straightforward, in your case.

If your data can fit into a schema, this is a definite win in terms of memory usage.</description>
		<content:encoded><![CDATA[<p>Im a redis user and I was working on a project that had to be very tight w/ RAM, so I forked redis and came up w/ redisql (code: <a href="http://github.com/JakSprats/Redisql" rel="nofollow">http://github.com/JakSprats/Redisql</a> documentation: <a href="http://code.google.com/p/redisql/" rel="nofollow">http://code.google.com/p/redisql/</a>). Redisql is basically a SQL database on top of redis, so it is almost (85% speed) as fast as redis, but it has a lot of memory optimisations that redis does not, because I REALLY needed to be tight w/ RAM.</p>
<p>The project may be of interest to you, and I forked rediska and wrote a client: (<a href="http://github.com/JakSprats/Rediska" rel="nofollow">http://github.com/JakSprats/Rediska</a>) so trying it out should be straightforward, in your case.</p>
<p>If your data can fit into a schema, this is a definite win in terms of memory usage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stack Overflow Fatigue? by The problem with reputation points, and other forms of game mechanics &#124; Smash Company</title>
		<link>http://robertelwell.info/blog/stack-overflow-fatigue/#comment-63</link>
		<dc:creator>The problem with reputation points, and other forms of game mechanics &#124; Smash Company</dc:creator>
		<pubDate>Tue, 21 Sep 2010 15:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://robertelwell.info/blog/?p=9#comment-63</guid>
		<description>[...] seriousness. Even small amounts of money make a discussion serious. Trying to use game mechanics, and a points system, removes that seriousness, because games are not serious, unless there is money involved: Stack [...]</description>
		<content:encoded><![CDATA[<p>[...] seriousness. Even small amounts of money make a discussion serious. Trying to use game mechanics, and a points system, removes that seriousness, because games are not serious, unless there is money involved: Stack [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Migrating to Apache Solr from Zend_Search_Lucene by Lanell Underwood</title>
		<link>http://robertelwell.info/blog/apache-solr-from-zend-search-lucene/#comment-24</link>
		<dc:creator>Lanell Underwood</dc:creator>
		<pubDate>Wed, 01 Sep 2010 17:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://robertelwell.info/blog/?p=12#comment-24</guid>
		<description>Came across your web site via yahoo the other day and absolutely find it irresistible. Continue this fantastic work.</description>
		<content:encoded><![CDATA[<p>Came across your web site via yahoo the other day and absolutely find it irresistible. Continue this fantastic work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Migrating to Apache Solr from Zend_Search_Lucene by Elfrieda Veteto</title>
		<link>http://robertelwell.info/blog/apache-solr-from-zend-search-lucene/#comment-23</link>
		<dc:creator>Elfrieda Veteto</dc:creator>
		<pubDate>Tue, 31 Aug 2010 07:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://robertelwell.info/blog/?p=12#comment-23</guid>
		<description>This is a great post and may be one that needs to be followed up to see what are the results

A neighbor emailed this link the other day and I am desperately hoping for your next blog post. Keep on on the the best work.</description>
		<content:encoded><![CDATA[<p>This is a great post and may be one that needs to be followed up to see what are the results</p>
<p>A neighbor emailed this link the other day and I am desperately hoping for your next blog post. Keep on on the the best work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rediska and Sesh: Minimizing RAM usage in your session. by Celia Thein</title>
		<link>http://robertelwell.info/blog/rediska-and-sesh/#comment-21</link>
		<dc:creator>Celia Thein</dc:creator>
		<pubDate>Mon, 30 Aug 2010 10:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://robertelwell.info/blog/?p=13#comment-21</guid>
		<description>Unearthed your web site via yahoo the other day and absolutely enjoy it. Carry on the excellent work.</description>
		<content:encoded><![CDATA[<p>Unearthed your web site via yahoo the other day and absolutely enjoy it. Carry on the excellent work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stack Overflow Fatigue? by gf</title>
		<link>http://robertelwell.info/blog/stack-overflow-fatigue/#comment-2</link>
		<dc:creator>gf</dc:creator>
		<pubDate>Thu, 01 Jul 2010 06:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://robertelwell.info/blog/?p=9#comment-2</guid>
		<description>I think SO is great to be honest, it&#039;s the only place on the internet that I know of that you can get answers from people who understand what you&#039;re talking about.&lt;br /&gt;&lt;br /&gt;Places like ExpertsExchange, Yahoo! Answers and good old newsgroups just don&#039;t cut it these days and this is an area where SO thrives as it capitlises on the advantages of all those platforms - but without all the guff to go with it.&lt;br /&gt;&lt;br /&gt;I don&#039;t see the SO platform as some sort of achievement/level up system anymore, I just see it as a nice place to go to either &lt;br /&gt;&lt;br /&gt;a) Read up on interesting topics&lt;br /&gt;b) Help someone with a problem&lt;br /&gt;&lt;br /&gt;It&#039;s a nice safe haven for programmers and that can&#039;t be a bad thing!</description>
		<content:encoded><![CDATA[<p>I think SO is great to be honest, it&#39;s the only place on the internet that I know of that you can get answers from people who understand what you&#39;re talking about.</p>
<p>Places like ExpertsExchange, Yahoo! Answers and good old newsgroups just don&#39;t cut it these days and this is an area where SO thrives as it capitlises on the advantages of all those platforms &#8211; but without all the guff to go with it.</p>
<p>I don&#39;t see the SO platform as some sort of achievement/level up system anymore, I just see it as a nice place to go to either </p>
<p>a) Read up on interesting topics<br />b) Help someone with a problem</p>
<p>It&#39;s a nice safe haven for programmers and that can&#39;t be a bad thing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

