<?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"
	>
<channel>
	<title>Comments for igvita.com</title>
	<atom:link href="http://www.igvita.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.igvita.com</link>
	<description>A goal is a dream with a deadline.</description>
	<pubDate>Sun, 20 Jul 2008 21:52:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Monit makes Mongrel play nice! by modulagro</title>
		<link>http://www.igvita.com/2006/11/07/monit-makes-mongrel-play-nice/#comment-106552</link>
		<dc:creator>modulagro</dc:creator>
		<pubDate>Sun, 20 Jul 2008 16:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2006/11/07/monit-makes-mongrel-play-nice/#comment-106552</guid>
		<description></description>
		<content:encoded><![CDATA[<br />
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Faster Pagination in Rails by Owen madden</title>
		<link>http://www.igvita.com/2006/09/10/faster-pagination-in-rails/#comment-106482</link>
		<dc:creator>Owen madden</dc:creator>
		<pubDate>Sat, 19 Jul 2008 20:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2006/09/10/faster-pagination-in-rails/#comment-106482</guid>
		<description>Hello I am working on my first RonR project and I am using paginating_find and it is working well, but I want to use your code so It will have next - previous links instead of 12..etc
I have read all posts but am still confused.  If I put the the windowed_paginating links in for the paginating_links_each def.  It then tells me to put the shared/_paginate.rhtml into my application_helper.rb file.  Do I just copy the code and put it in there after module ApplicationHelper
  then Code then end?.  In my view where I use the paginating-find I have

Visits#index
Find me in app/views/visits/index.html.erb

    All My Visits for - 


    
    
        You have no Visits
            
                     "visits", :action =&#62; "new" } %&#62;
            
        
    
        
            
                 'show', :id =&#62; c.id  %&#62;
            
        
        
        
    
    


So i am not sure how to use the partials and so I get my links to the show action and then the links to the other pages in the pagination.  Any help would be greatly appreciated. - Owen</description>
		<content:encoded><![CDATA[<p>Hello I am working on my first RonR project and I am using paginating_find and it is working well, but I want to use your code so It will have next - previous links instead of 12..etc<br />
I have read all posts but am still confused.  If I put the the windowed_paginating links in for the paginating_links_each def.  It then tells me to put the shared/_paginate.rhtml into my application_helper.rb file.  Do I just copy the code and put it in there after module ApplicationHelper<br />
  then Code then end?.  In my view where I use the paginating-find I have</p>
<p>Visits#index<br />
Find me in app/views/visits/index.html.erb</p>
<p>    All My Visits for - </p>
<p>        You have no Visits</p>
<p>                     &#8220;visits&#8221;, :action =&gt; &#8220;new&#8221; } %&gt;</p>
<p>                 &#8217;show&#8217;, :id =&gt; c.id  %&gt;</p>
<p>So i am not sure how to use the partials and so I get my links to the show action and then the links to the other pages in the pagination.  Any help would be greatly appreciated. - Owen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom PuTTY Color Themes by Daily Links 07/18/2008 &#171; Sirchy&#8217;s Sensorium</title>
		<link>http://www.igvita.com/2008/04/14/custom-putty-color-themes/#comment-106398</link>
		<dc:creator>Daily Links 07/18/2008 &#171; Sirchy&#8217;s Sensorium</dc:creator>
		<pubDate>Fri, 18 Jul 2008 20:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/2008/04/14/custom-putty-color-themes/#comment-106398</guid>
		<description>[...] Custom PuTTY Color Themes - igvita.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Custom PuTTY Color Themes - igvita.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SVD Recommendation System in Ruby by Ilya Grigorik</title>
		<link>http://www.igvita.com/2007/01/15/svd-recommendation-system-in-ruby/#comment-106366</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Fri, 18 Jul 2008 12:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/01/15/svd-recommendation-system-in-ruby/#comment-106366</guid>
		<description>It's hard to generalize between SVD, k-NN, or any other algorithm for that matter - it all depends on the dataset. Depending on the properties, sometimes a simple decision tree can often outperform the rest. 

Looking at the Netflix challenge: some of the most successful early attempts were with k-NN algorithms, SVD folks have had moderate success as well. However, now the trend seems to be towards blending: combining these predictors to capture latent variables and hence improve the performance. 

Machine Learning is as much black art as it's science. ;)</description>
		<content:encoded><![CDATA[<p>It&#8217;s hard to generalize between SVD, k-NN, or any other algorithm for that matter - it all depends on the dataset. Depending on the properties, sometimes a simple decision tree can often outperform the rest. </p>
<p>Looking at the Netflix challenge: some of the most successful early attempts were with k-NN algorithms, SVD folks have had moderate success as well. However, now the trend seems to be towards blending: combining these predictors to capture latent variables and hence improve the performance. </p>
<p>Machine Learning is as much black art as it&#8217;s science. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fighting Technological Indulgences by Ilya Grigorik</title>
		<link>http://www.igvita.com/2008/07/14/fighting-technological-indulgences/#comment-106358</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Fri, 18 Jul 2008 11:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=186#comment-106358</guid>
		<description>Elise, that's a great point: &lt;em&gt;Vision = Focus&lt;/em&gt;. 

Felipe, 37Signals had an insightful view on this (I think): you obviously need vision of what you are building, but also don't worry about satisfying and logging every user request. Your users won't let you forget about the features that really matter.

Re: unique feed. Awesome, and thanks!

David, the only cautionary note I would add around it: you see a lot of startups fizzle after they get their funding. Sometimes, that cash creates a false sense of security - as if, you've already got it made. Wrong.

Declan, those are great tips. We've been using sprint burndowns, but I like the idea of a release (or even further) burndown chart - definitely something I'll try in the future. 

It's also interesting that you've brought up the stifiling angle, because that's the most common response from the developers: "but where's the fun in that?" Somehow we equate product focus to rote execution, which is obviously not the case.</description>
		<content:encoded><![CDATA[<p>Elise, that&#8217;s a great point: <em>Vision = Focus</em>. </p>
<p>Felipe, 37Signals had an insightful view on this (I think): you obviously need vision of what you are building, but also don&#8217;t worry about satisfying and logging every user request. Your users won&#8217;t let you forget about the features that really matter.</p>
<p>Re: unique feed. Awesome, and thanks!</p>
<p>David, the only cautionary note I would add around it: you see a lot of startups fizzle after they get their funding. Sometimes, that cash creates a false sense of security - as if, you&#8217;ve already got it made. Wrong.</p>
<p>Declan, those are great tips. We&#8217;ve been using sprint burndowns, but I like the idea of a release (or even further) burndown chart - definitely something I&#8217;ll try in the future. </p>
<p>It&#8217;s also interesting that you&#8217;ve brought up the stifiling angle, because that&#8217;s the most common response from the developers: &#8220;but where&#8217;s the fun in that?&#8221; Somehow we equate product focus to rote execution, which is obviously not the case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fighting Technological Indulgences by Michael Nielsen &#187; Biweekly links for 07/18/2008</title>
		<link>http://www.igvita.com/2008/07/14/fighting-technological-indulgences/#comment-106357</link>
		<dc:creator>Michael Nielsen &#187; Biweekly links for 07/18/2008</dc:creator>
		<pubDate>Fri, 18 Jul 2008 10:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=186#comment-106357</guid>
		<description>[...] Fighting Technological Indulgences - igvita.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Fighting Technological Indulgences - igvita.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Block Helpers and DRY Views in Rails by mawdo</title>
		<link>http://www.igvita.com/2007/03/15/block-helpers-and-dry-views-in-rails/#comment-106353</link>
		<dc:creator>mawdo</dc:creator>
		<pubDate>Fri, 18 Jul 2008 09:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/03/15/block-helpers-and-dry-views-in-rails/#comment-106353</guid>
		<description>Thanks for the post - saved me a good few hours of effort implementing a similar pattern!</description>
		<content:encoded><![CDATA[<p>Thanks for the post - saved me a good few hours of effort implementing a similar pattern!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SVD Recommendation System in Ruby by ljdk</title>
		<link>http://www.igvita.com/2007/01/15/svd-recommendation-system-in-ruby/#comment-106349</link>
		<dc:creator>ljdk</dc:creator>
		<pubDate>Fri, 18 Jul 2008 09:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/01/15/svd-recommendation-system-in-ruby/#comment-106349</guid>
		<description>Really great post Ilya!
One thing that makes me wonder is how does SVD compare to k-NN in terms of performance and quality i.e. which one should give better results in general. Are there betters ways in collaborative filtering field or folks at amazon or netflix probably use just modifications of those as well? Could you shed some light on that? Thanks.</description>
		<content:encoded><![CDATA[<p>Really great post Ilya!<br />
One thing that makes me wonder is how does SVD compare to k-NN in terms of performance and quality i.e. which one should give better results in general. Are there betters ways in collaborative filtering field or folks at amazon or netflix probably use just modifications of those as well? Could you shed some light on that? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Load Balancing &#038; QoS with HAProxy by Tony Kenobi</title>
		<link>http://www.igvita.com/2008/05/13/load-balancing-qos-with-haproxy/#comment-106264</link>
		<dc:creator>Tony Kenobi</dc:creator>
		<pubDate>Thu, 17 Jul 2008 10:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/2008/05/13/load-balancing-qos-with-haproxy/#comment-106264</guid>
		<description>I like the diagrams. Load balancing is a very misunderstood topic and there are not many posts about it on the net

I blog about high tech stuff like &lt;a href="http://www.loadbalancingswitches.com" rel="nofollow"&gt;layer 7 load balancing&lt;/a&gt;

cheers
Tony</description>
		<content:encoded><![CDATA[<p>I like the diagrams. Load balancing is a very misunderstood topic and there are not many posts about it on the net</p>
<p>I blog about high tech stuff like <a href="http://www.loadbalancingswitches.com" rel="nofollow">layer 7 load balancing</a></p>
<p>cheers<br />
Tony</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 6 Optimization Tips for Ruby MRI by links for 2008-07-17 &#124; Libin Pan</title>
		<link>http://www.igvita.com/2008/07/08/6-optimization-tips-for-ruby-mri/#comment-106235</link>
		<dc:creator>links for 2008-07-17 &#124; Libin Pan</dc:creator>
		<pubDate>Thu, 17 Jul 2008 06:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=185#comment-106235</guid>
		<description>[...] 6 Optimization Tips for Ruby MRI - igvita.com (tags: ruby optimization performance tips programming development rails benchmark) [...]</description>
		<content:encoded><![CDATA[<p>[...] 6 Optimization Tips for Ruby MRI - igvita.com (tags: ruby optimization performance tips programming development rails benchmark) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
