<?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 #if debug</title>
	<atom:link href="http://ifdebug.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ifdebug.com</link>
	<description>Technical thoughts of a coffee addicted developer</description>
	<lastBuildDate>Sun, 26 Jul 2009 13:31:44 +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 Django, Initial Data &amp; Many To Many Tables by wilma</title>
		<link>http://ifdebug.com/articles/django-initial-data-many-to-many-tables/comment-page-1/#comment-4534</link>
		<dc:creator>wilma</dc:creator>
		<pubDate>Sun, 26 Jul 2009 13:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/articles/django-initial-data-many-to-many-tables/#comment-4534</guid>
		<description>This is a pretty old posting, but yesterday i found this page, so i want to post my solution to this problem here.

What you actually can do is to insert your SQL INSERT statements for the many-to-many table created by django within a sql file of one of the models defined by you.

I had the same problem, a model called &quot;image&quot; and a model called &quot;profile&quot;, where i used a many-to-many relation to &quot;image&quot; in my &quot;profile&quot; model. I now just appended the &quot;profile_images&quot; sql code to my image.sql code. It works great!</description>
		<content:encoded><![CDATA[<p>This is a pretty old posting, but yesterday i found this page, so i want to post my solution to this problem here.</p>
<p>What you actually can do is to insert your SQL INSERT statements for the many-to-many table created by django within a sql file of one of the models defined by you.</p>
<p>I had the same problem, a model called &#8220;image&#8221; and a model called &#8220;profile&#8221;, where i used a many-to-many relation to &#8220;image&#8221; in my &#8220;profile&#8221; model. I now just appended the &#8220;profile_images&#8221; sql code to my image.sql code. It works great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Get Your Google Profile Indexed by Alistair</title>
		<link>http://ifdebug.com/articles/how-to-get-your-google-profile-indexed/comment-page-1/#comment-3894</link>
		<dc:creator>Alistair</dc:creator>
		<pubDate>Sun, 24 May 2009 02:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/articles/how-to-get-your-google-profile-indexed/#comment-3894</guid>
		<description>It has been indexed &amp; it shows up as a normal result in a standard search.

When Google announced those changes, they mentioned that they&#039;d start showing up at the bottom of the search results but highlighted in some manner. When searching for my name, I haven&#039;t been able to trigger that to happen just but I&#039;m sure it&#039;ll start happening in due course as others are seeing it already.</description>
		<content:encoded><![CDATA[<p>It has been indexed &#038; it shows up as a normal result in a standard search.</p>
<p>When Google announced those changes, they mentioned that they&#8217;d start showing up at the bottom of the search results but highlighted in some manner. When searching for my name, I haven&#8217;t been able to trigger that to happen just but I&#8217;m sure it&#8217;ll start happening in due course as others are seeing it already.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Get Your Google Profile Indexed by Andrew</title>
		<link>http://ifdebug.com/articles/how-to-get-your-google-profile-indexed/comment-page-1/#comment-3886</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 23 May 2009 11:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/articles/how-to-get-your-google-profile-indexed/#comment-3886</guid>
		<description>Has it been indexed since writing this post and linking to it ?</description>
		<content:encoded><![CDATA[<p>Has it been indexed since writing this post and linking to it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Favikon, Favicon Generator For The Masses by Al</title>
		<link>http://ifdebug.com/articles/favikon-favicon-generator-for-the-masses/comment-page-1/#comment-3595</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Wed, 29 Apr 2009 14:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/articles/favikon-favicon-generator-for-the-masses/#comment-3595</guid>
		<description>You need to upload the image into the root of your site, so in my case it lives at http://www.lattimore.id.au/favicon.ico. 

Your browser will, by default, look for that particular file name when loading a site to use as the favicon.

In the &lt;head&gt; section of the template for your site, you&#039;ll want to add a line like the following (with the values changed of course):

&lt;code&gt;&lt;link rel=&quot;shortcut icon&quot; href=&quot;http://www.lattimore.id.au/favicon.ico&quot; type=&quot;image/x-icon&quot; /&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You need to upload the image into the root of your site, so in my case it lives at <a href="http://www.lattimore.id.au/favicon.ico" rel="nofollow">http://www.lattimore.id.au/favicon.ico</a>. </p>
<p>Your browser will, by default, look for that particular file name when loading a site to use as the favicon.</p>
<p>In the &lt;head&gt; section of the template for your site, you&#8217;ll want to add a line like the following (with the values changed of course):</p>
<p><code>&lt;link rel="shortcut icon" href="http://www.lattimore.id.au/favicon.ico" type="image/x-icon" /&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Favikon, Favicon Generator For The Masses by Andrew</title>
		<link>http://ifdebug.com/articles/favikon-favicon-generator-for-the-masses/comment-page-1/#comment-3546</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 28 Apr 2009 11:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/articles/favikon-favicon-generator-for-the-masses/#comment-3546</guid>
		<description>I have been trying to set up a favicon for a while now.  I have created several which I believe are the correct format and size but so far I cannot get the little bugger to display.

Where did you upload the icon and did you modify the html of your site to do it the right way (per W3C conventions).</description>
		<content:encoded><![CDATA[<p>I have been trying to set up a favicon for a while now.  I have created several which I believe are the correct format and size but so far I cannot get the little bugger to display.</p>
<p>Where did you upload the icon and did you modify the html of your site to do it the right way (per W3C conventions).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Reader Duplicate Item Improvement by Ionel Maries</title>
		<link>http://ifdebug.com/articles/google-reader-duplicate-item-improvement/comment-page-1/#comment-2379</link>
		<dc:creator>Ionel Maries</dc:creator>
		<pubDate>Sat, 21 Feb 2009 18:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/articles/google-reader-duplicate-item-improvement/#comment-2379</guid>
		<description>You could try this userscript: http://userscripts.org/scripts/show/42498
Very (very) crude but works for most of my dupes.</description>
		<content:encoded><![CDATA[<p>You could try this userscript: <a href="http://userscripts.org/scripts/show/42498" rel="nofollow">http://userscripts.org/scripts/show/42498</a><br />
Very (very) crude but works for most of my dupes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Reader Duplicate Item Improvement by manu</title>
		<link>http://ifdebug.com/articles/google-reader-duplicate-item-improvement/comment-page-1/#comment-2375</link>
		<dc:creator>manu</dc:creator>
		<pubDate>Sat, 21 Feb 2009 04:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/articles/google-reader-duplicate-item-improvement/#comment-2375</guid>
		<description>I would LOVE this feature! I use multiple tracking mechanisms and some come in to my reader and am inundated by duplicate items. If anyone finds a reader which removes duplicates, can u pls let me know?</description>
		<content:encoded><![CDATA[<p>I would LOVE this feature! I use multiple tracking mechanisms and some come in to my reader and am inundated by duplicate items. If anyone finds a reader which removes duplicates, can u pls let me know?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project Euler, Problem #1 by Alistair</title>
		<link>http://ifdebug.com/articles/project-euler-problem-1/comment-page-1/#comment-1191</link>
		<dc:creator>Alistair</dc:creator>
		<pubDate>Wed, 24 Sep 2008 13:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/?p=107#comment-1191</guid>
		<description>Andrew,

There are plenty of different ways to solve the problems and there aren&#039;t extra points for elegant versus brute force solutions.

In your example, a solution like that would work so long as you could remove the duplicate items from the two lists. As an example, the first range statement will include the value 30, which will also be present in the second list. As such, it&#039;ll be summed twice and you&#039;d get an inflated result.

Al</description>
		<content:encoded><![CDATA[<p>Andrew,</p>
<p>There are plenty of different ways to solve the problems and there aren&#8217;t extra points for elegant versus brute force solutions.</p>
<p>In your example, a solution like that would work so long as you could remove the duplicate items from the two lists. As an example, the first range statement will include the value 30, which will also be present in the second list. As such, it&#8217;ll be summed twice and you&#8217;d get an inflated result.</p>
<p>Al</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project Euler, Problem #1 by Andrew</title>
		<link>http://ifdebug.com/articles/project-euler-problem-1/comment-page-1/#comment-1189</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 24 Sep 2008 12:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/?p=107#comment-1189</guid>
		<description>Could you have summed with the range stepping set to 3 &amp; 5 rather than a brute force &#039;try all numbers&#039; approach with singular stepping ?

ie you already know the steps must be in 3s and 5s.

For example:

sum[range(0,1000,3) + range(0,1000,5)]

This gives 266333.</description>
		<content:encoded><![CDATA[<p>Could you have summed with the range stepping set to 3 &amp; 5 rather than a brute force &#8216;try all numbers&#8217; approach with singular stepping ?</p>
<p>ie you already know the steps must be in 3s and 5s.</p>
<p>For example:</p>
<p>sum[range(0,1000,3) + range(0,1000,5)]</p>
<p>This gives 266333.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project Euler, An Exercise In Exploration by Goulie</title>
		<link>http://ifdebug.com/articles/project-euler-an-exercise-in-exploration/comment-page-1/#comment-1171</link>
		<dc:creator>Goulie</dc:creator>
		<pubDate>Mon, 22 Sep 2008 21:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/?p=102#comment-1171</guid>
		<description>You might also want to try http://www.pythonchallenge.com which is essentially the same sort of site, only it&#039;s geared toward the Python programmer.</description>
		<content:encoded><![CDATA[<p>You might also want to try <a href="http://www.pythonchallenge.com" rel="nofollow">http://www.pythonchallenge.com</a> which is essentially the same sort of site, only it&#8217;s geared toward the Python programmer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
