<?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 Intrepid Blog</title>
	<atom:link href="http://blog.affien.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.affien.com</link>
	<description>A few thoughts</description>
	<lastBuildDate>Thu, 28 Jan 2010 22:42:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on RGB to Hex (and why the python interactive mode is so damned handy) by sameer</title>
		<link>http://blog.affien.com/archives/2004/12/20/rgb-to-hex-and-why-the-python-interactive-mode-is-so-damned-handy/comment-page-1/#comment-178602</link>
		<dc:creator>sameer</dc:creator>
		<pubDate>Thu, 28 Jan 2010 22:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/archives/2004/12/20/rgb-to-hex-and-why-the-python-interactive-mode-is-so-damned-handy/#comment-178602</guid>
		<description>Eric, you might want to use 

return &quot;#%02X%02X%02X&quot; % (r,g,b) to get a 0 to show up as 00</description>
		<content:encoded><![CDATA[<p>Eric, you might want to use </p>
<p>return &#8220;#%02X%02X%02X&#8221; % (r,g,b) to get a 0 to show up as 00</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GStreamer: accurate duration by Kwikrick</title>
		<link>http://blog.affien.com/archives/2009/04/19/gstreamer-accurate-duration/comment-page-1/#comment-178520</link>
		<dc:creator>Kwikrick</dc:creator>
		<pubDate>Thu, 29 Oct 2009 11:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.affien.com/?p=371#comment-178520</guid>
		<description>Thanks, this is just what I was looking for...</description>
		<content:encoded><![CDATA[<p>Thanks, this is just what I was looking for&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Php sucks (and I still use it) by LS</title>
		<link>http://blog.affien.com/archives/2005/02/21/why-php-sucks-and-i-still-use-it/comment-page-1/#comment-178484</link>
		<dc:creator>LS</dc:creator>
		<pubDate>Mon, 05 Oct 2009 16:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/archives/2005/02/21/why-php-sucks-and-i-still-use-it/#comment-178484</guid>
		<description>Yes, PHP suck,.. I use it,.. but it sucks!! really sucks!.. if you don&#039;t use a framework (ej: Symfony, Zend, etc) sucks more,.. Sessions have a magic rare behaviour, OOP?? LOL... is simply based on a bunch of functions,... variables?? LOL, magic methods? there are just official workarounds, debugers / IDE.. you have to use 5 tools at least to reach 10% of the IDE of other languajes...  I got a certification in php but is a pain in the ass doing big project with it... 

ASP.NET, Java, FLEX are much better...</description>
		<content:encoded><![CDATA[<p>Yes, PHP suck,.. I use it,.. but it sucks!! really sucks!.. if you don&#8217;t use a framework (ej: Symfony, Zend, etc) sucks more,.. Sessions have a magic rare behaviour, OOP?? LOL&#8230; is simply based on a bunch of functions,&#8230; variables?? LOL, magic methods? there are just official workarounds, debugers / IDE.. you have to use 5 tools at least to reach 10% of the IDE of other languajes&#8230;  I got a certification in php but is a pain in the ass doing big project with it&#8230; </p>
<p>ASP.NET, Java, FLEX are much better&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 21 by Zef Hemel</title>
		<link>http://blog.affien.com/archives/2009/08/31/21/comment-page-1/#comment-178461</link>
		<dc:creator>Zef Hemel</dc:creator>
		<pubDate>Mon, 31 Aug 2009 12:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.affien.com/archives/2009/08/31/21/#comment-178461</guid>
		<description>Congrats!</description>
		<content:encoded><![CDATA[<p>Congrats!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GStreamer: accurate duration by Bas Westerbaan</title>
		<link>http://blog.affien.com/archives/2009/04/19/gstreamer-accurate-duration/comment-page-1/#comment-178441</link>
		<dc:creator>Bas Westerbaan</dc:creator>
		<pubDate>Tue, 14 Jul 2009 21:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.affien.com/?p=371#comment-178441</guid>
		<description>The fakesink keeps accepting (in some sense), so it runs as fast as possible.  It takes a second or so.</description>
		<content:encoded><![CDATA[<p>The fakesink keeps accepting (in some sense), so it runs as fast as possible.  It takes a second or so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GStreamer: accurate duration by dismal_denizen</title>
		<link>http://blog.affien.com/archives/2009/04/19/gstreamer-accurate-duration/comment-page-1/#comment-178440</link>
		<dc:creator>dismal_denizen</dc:creator>
		<pubDate>Mon, 13 Jul 2009 22:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.affien.com/?p=371#comment-178440</guid>
		<description>Inaccurate durations are really a bummer when using GStreamer, especially when making some sort of seeker. Does the solution presented here take time equal to the duration of the MP3 file to run? (I&#039;m using Ruby, and I don&#039;t want to install the dependencies for your Python script).</description>
		<content:encoded><![CDATA[<p>Inaccurate durations are really a bummer when using GStreamer, especially when making some sort of seeker. Does the solution presented here take time equal to the duration of the MP3 file to run? (I&#8217;m using Ruby, and I don&#8217;t want to install the dependencies for your Python script).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django annoyances: no reverse select_related by Bas Westerbaan</title>
		<link>http://blog.affien.com/archives/2009/05/30/django-annoyances-no-reverse-select_related/comment-page-1/#comment-178399</link>
		<dc:creator>Bas Westerbaan</dc:creator>
		<pubDate>Sun, 31 May 2009 12:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.affien.com/?p=380#comment-178399</guid>
		<description>Yeah, that is what I was thinking about.  However, it&#039;s still a waste to have to fetch all comments, when possibly only displaying 30 of them.  (You changed the direction of the reference in your code).</description>
		<content:encoded><![CDATA[<p>Yeah, that is what I was thinking about.  However, it&#8217;s still a waste to have to fetch all comments, when possibly only displaying 30 of them.  (You changed the direction of the reference in your code).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django annoyances: no reverse select_related by Andrew</title>
		<link>http://blog.affien.com/archives/2009/05/30/django-annoyances-no-reverse-select_related/comment-page-1/#comment-178398</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 31 May 2009 09:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.affien.com/?p=380#comment-178398</guid>
		<description>You can work around it using select_related to retrieve comments to the pages, and then combine them in the python code using groupby.

from django.utils.itercompat import groupby

comments = Comment.objects.filter(**kwargs).select_related(&#039;page&#039;)
pages_with_comments = dict(groupby(comments, lambda t: t.page))</description>
		<content:encoded><![CDATA[<p>You can work around it using select_related to retrieve comments to the pages, and then combine them in the python code using groupby.</p>
<p>from django.utils.itercompat import groupby</p>
<p>comments = Comment.objects.filter(**kwargs).select_related(&#8217;page&#8217;)<br />
pages_with_comments = dict(groupby(comments, lambda t: t.page))</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django annoyances: no reverse select_related by Mike Scott</title>
		<link>http://blog.affien.com/archives/2009/05/30/django-annoyances-no-reverse-select_related/comment-page-1/#comment-178397</link>
		<dc:creator>Mike Scott</dc:creator>
		<pubDate>Sat, 30 May 2009 18:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.affien.com/?p=380#comment-178397</guid>
		<description>Its something thats been bugging me for quite some time, and just lately its become quite a nusance. If django gracefully degraded and gave you appropriate manual controls for this exact sort of thing it wouldn&#039;t  be so bad. But I can&#039;t seem to work that bit out quite yet.</description>
		<content:encoded><![CDATA[<p>Its something thats been bugging me for quite some time, and just lately its become quite a nusance. If django gracefully degraded and gave you appropriate manual controls for this exact sort of thing it wouldn&#8217;t  be so bad. But I can&#8217;t seem to work that bit out quite yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python Url Encoding by Sven</title>
		<link>http://blog.affien.com/archives/2005/06/25/python-url-encoding/comment-page-1/#comment-178391</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Tue, 19 May 2009 21:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/?p=102#comment-178391</guid>
		<description>Thanks for this code snippet. On my device a don&#039;t have urllib, thus your approach saved my day :-)</description>
		<content:encoded><![CDATA[<p>Thanks for this code snippet. On my device a don&#8217;t have urllib, thus your approach saved my day <img src='http://blog.affien.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
