<?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 Ikke&#039;s blog</title>
	<atom:link href="http://eikke.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://eikke.com</link>
	<description>&#039;cause this is what I do</description>
	<lastBuildDate>Sat, 21 Aug 2010 16:25:43 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on About by Javier Ruiz</title>
		<link>http://eikke.com/about/comment-page-1/#comment-37955</link>
		<dc:creator>Javier Ruiz</dc:creator>
		<pubDate>Sat, 21 Aug 2010 16:25:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-37955</guid>
		<description>Many thanks for the thorough example on using C++ classes in C (found in the old blog).
I was stuck trying to call a bunch of C++ classes from IDL, and your explanation has put me on the right track.

All the best,
Javier Ruiz

ps I could not leave a reply in the original post, so I came here...</description>
		<content:encoded><![CDATA[<p>Many thanks for the thorough example on using C++ classes in C (found in the old blog).<br />
I was stuck trying to call a bunch of C++ classes from IDL, and your explanation has put me on the right track.</p>
<p>All the best,<br />
Javier Ruiz</p>
<p>ps I could not leave a reply in the original post, so I came here&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Importing a Git tree into a Subversion repository by ferdinand</title>
		<link>http://eikke.com/importing-a-git-tree-into-a-subversion-repository/comment-page-1/#comment-37531</link>
		<dc:creator>ferdinand</dc:creator>
		<pubDate>Tue, 20 Jul 2010 21:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=125#comment-37531</guid>
		<description>thanks .... this really helped me.</description>
		<content:encoded><![CDATA[<p>thanks &#8230;. this really helped me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python if/else in lambda by James</title>
		<link>http://eikke.com/python-ifelse-in-lambda/comment-page-1/#comment-37385</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 10 Jul 2010 09:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/python-ifelse-in-lambda/#comment-37385</guid>
		<description>Such an important article.  God, this was killing me.</description>
		<content:encoded><![CDATA[<p>Such an important article.  God, this was killing me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django domain redirect middleware by Martin</title>
		<link>http://eikke.com/django-domain-redirect-middleware/comment-page-1/#comment-37338</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 08 Jul 2010 08:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/2007/12/26/django-domain-redirect-middleware/#comment-37338</guid>
		<description>I just used your solution, it works flawlessly.  Thanks !

I know I could have used apache mod_rewrite instead, but I felt more secure with your solution, since I understand django/python much better.</description>
		<content:encoded><![CDATA[<p>I just used your solution, it works flawlessly.  Thanks !</p>
<p>I know I could have used apache mod_rewrite instead, but I felt more secure with your solution, since I understand django/python much better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Importing a Git tree into a Subversion repository by Using svn and git concurrently &#171; Wallento&#39;s Random Stuff</title>
		<link>http://eikke.com/importing-a-git-tree-into-a-subversion-repository/comment-page-1/#comment-36563</link>
		<dc:creator>Using svn and git concurrently &#171; Wallento&#39;s Random Stuff</dc:creator>
		<pubDate>Sat, 12 Jun 2010 18:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=125#comment-36563</guid>
		<description>[...] Initially we want to push our current stuff to the subversion repository. This is not absolutely straight forward, but easily done as described here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Initially we want to push our current stuff to the subversion repository. This is not absolutely straight forward, but easily done as described here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scala tail recursion and decompiler adventures by Jim</title>
		<link>http://eikke.com/scala-tail-recursion-decompiler/comment-page-1/#comment-35604</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sat, 05 Jun 2010 06:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=129#comment-35604</guid>
		<description>&quot;Yea and I always wonder how Java handles recursive calls. I always feel that I can’t get more than 3000 calls on some of the most basic code. I figure with the default 64MB jvm heap size, I sure hope the JVM can take more than that. &quot;

The limitation on the number of nested calls is determined by the (per-thread) stack size, not the heap size.  This can be expanded with -Xss jvm parameter.</description>
		<content:encoded><![CDATA[<p>&#8220;Yea and I always wonder how Java handles recursive calls. I always feel that I can’t get more than 3000 calls on some of the most basic code. I figure with the default 64MB jvm heap size, I sure hope the JVM can take more than that. &#8221;</p>
<p>The limitation on the number of nested calls is determined by the (per-thread) stack size, not the heap size.  This can be expanded with -Xss jvm parameter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On Functional Programming Languages by chris</title>
		<link>http://eikke.com/on-functional-programming-languages/comment-page-1/#comment-34569</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Mon, 24 May 2010 19:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=173#comment-34569</guid>
		<description>Functional programming is not my thing, although a hybrid like Python is quite useful.</description>
		<content:encoded><![CDATA[<p>Functional programming is not my thing, although a hybrid like Python is quite useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Importing a Git tree into a Subversion repository by Steve</title>
		<link>http://eikke.com/importing-a-git-tree-into-a-subversion-repository/comment-page-1/#comment-34380</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 14 May 2010 03:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=125#comment-34380</guid>
		<description>Hi,

I&#039;m trying to import the tree structure of a git repos to a svn via the method you provided, but have been  encountering the following error.

&quot;Couldn&#039;t open a repository: Unable to open an ra_local session to URL: Unable to
 open repository &#039;file:///d:/test/svn_test/repo&#039;: Expected FS format &#039;2&#039;; fo
und format &#039;4&#039; at C:\Program Files\Git/libexec/git-core/git-svn line 1765&quot;

My git and svn are installed in C:/ and the repos are on D:/, a mapped networked shared drive. The stricture of  my folder for the repos is as follow.

test
-&gt;git-test
--&gt;working
-&gt;svn_test
--&gt;repo
--&gt;working

Would appreciate if you cna give me some advise regarding the problem im encountering.

Regards</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to import the tree structure of a git repos to a svn via the method you provided, but have been  encountering the following error.</p>
<p>&#8220;Couldn&#8217;t open a repository: Unable to open an ra_local session to URL: Unable to<br />
 open repository &#8216;file:///d:/test/svn_test/repo&#8217;: Expected FS format &#8216;2&#8242;; fo<br />
und format &#8216;4&#8242; at C:\Program Files\Git/libexec/git-core/git-svn line 1765&#8243;</p>
<p>My git and svn are installed in C:/ and the repos are on D:/, a mapped networked shared drive. The stricture of  my folder for the repos is as follow.</p>
<p>test<br />
-&gt;git-test<br />
&#8211;&gt;working<br />
-&gt;svn_test<br />
&#8211;&gt;repo<br />
&#8211;&gt;working</p>
<p>Would appreciate if you cna give me some advise regarding the problem im encountering.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How not to write Python code by Tom</title>
		<link>http://eikke.com/how-not-to-write-python-code/comment-page-1/#comment-33220</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 08 Apr 2010 20:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/how-not-to-write-python-code/#comment-33220</guid>
		<description>Another nice way to do a switch case is like this: 

def handle_one():
     pass
def handle_two():
    pass

someVariable = &#039;case1&#039;
switchcase = {
    &#039;case1&#039;:handle_one,
    &#039;case2&#039;:handle_two
}[someVariable]()
</description>
		<content:encoded><![CDATA[<p>Another nice way to do a switch case is like this: </p>
<p>def handle_one():<br />
     pass<br />
def handle_two():<br />
    pass</p>
<p>someVariable = &#8216;case1&#8242;<br />
switchcase = {<br />
    &#8216;case1&#8242;:handle_one,<br />
    &#8216;case2&#8242;:handle_two<br />
}[someVariable]()</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On Functional Programming Languages by enaut</title>
		<link>http://eikke.com/on-functional-programming-languages/comment-page-1/#comment-33213</link>
		<dc:creator>enaut</dc:creator>
		<pubDate>Thu, 08 Apr 2010 11:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=173#comment-33213</guid>
		<description>As for the good Project in Haskel join xmonad ;) a tiling windowmanager which is quite fast...</description>
		<content:encoded><![CDATA[<p>As for the good Project in Haskel join xmonad <img src='http://eikke.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  a tiling windowmanager which is quite fast&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
