<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Karussell</title>
	<atom:link href="http://karussell.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://karussell.wordpress.com</link>
	<description>Thoughts about Java and more</description>
	<lastBuildDate>Sat, 20 Apr 2013 16:01:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Dell Latitude E6400 &#8211; The Perfect Linux Notebook? Or is Ubuntu The Perfect Linux? by thanks</title>
		<link>http://karussell.wordpress.com/2009/07/03/dell-latitude-e6400-the-perfect-linux-notebook-or-is-ubuntu-the-perfect-linux/#comment-2757</link>
		<dc:creator><![CDATA[thanks]]></dc:creator>
		<pubDate>Sat, 20 Apr 2013 16:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=737#comment-2757</guid>
		<description><![CDATA[Thanks for the info. Thanks for updating!!! ;)]]></description>
		<content:encoded><![CDATA[<p>Thanks for the info. Thanks for updating!!! <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Shortest-Path Algorithms on the German Road Network within a 1.5GB JVM by karussell</title>
		<link>http://karussell.wordpress.com/2012/07/16/running-shortest-path-algorithms-on-the-german-road-network-within-a-1-5gb-jvm/#comment-2738</link>
		<dc:creator><![CDATA[karussell]]></dc:creator>
		<pubDate>Tue, 16 Apr 2013 05:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=3736#comment-2738</guid>
		<description><![CDATA[Thanks, should be updated now.]]></description>
		<content:encoded><![CDATA[<p>Thanks, should be updated now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Shortest-Path Algorithms on the German Road Network within a 1.5GB JVM by Paul</title>
		<link>http://karussell.wordpress.com/2012/07/16/running-shortest-path-algorithms-on-the-german-road-network-within-a-1-5gb-jvm/#comment-2735</link>
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Mon, 15 Apr 2013 15:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=3736#comment-2735</guid>
		<description><![CDATA[Very interesting post but all the links to the code on Github come back with a 404 error]]></description>
		<content:encoded><![CDATA[<p>Very interesting post but all the links to the code on Github come back with a 404 error</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Snacktory &#8211; Yet another Readability clone. This time in Java. by Siqi</title>
		<link>http://karussell.wordpress.com/2011/07/12/snacktory-yet-another-readability-clone-this-time-in-java/#comment-2668</link>
		<dc:creator><![CDATA[Siqi]]></dc:creator>
		<pubDate>Fri, 05 Apr 2013 16:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=3231#comment-2668</guid>
		<description><![CDATA[Hello, I&#039;m trying to get major text from articles but I got a string without new line characters. Is there a way to extract the text while retaining all new line characters? Otherwise there will be only one single paragraphe per article...]]></description>
		<content:encoded><![CDATA[<p>Hello, I&#8217;m trying to get major text from articles but I got a string without new line characters. Is there a way to extract the text while retaining all new line characters? Otherwise there will be only one single paragraphe per article&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maven2. Phases vs. Goals by manmohan</title>
		<link>http://karussell.wordpress.com/2009/02/09/maven2-phases-vs-goals/#comment-2545</link>
		<dc:creator><![CDATA[manmohan]]></dc:creator>
		<pubDate>Fri, 08 Mar 2013 21:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=495#comment-2545</guid>
		<description><![CDATA[install is the phase in maven. Run is the goal of the plug in.]]></description>
		<content:encoded><![CDATA[<p>install is the phase in maven. Run is the goal of the plug in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code Quality Tools in Java by Alexander Rubinov</title>
		<link>http://karussell.wordpress.com/2009/05/24/code-quality-tools-in-java/#comment-2480</link>
		<dc:creator><![CDATA[Alexander Rubinov]]></dc:creator>
		<pubDate>Sun, 03 Feb 2013 21:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=674#comment-2480</guid>
		<description><![CDATA[Hello,

there is a new open source quality tool called CODERU (&lt;a href=&quot;http://coderu.org&quot; rel=&quot;nofollow&quot;&gt;http://coderu.org&lt;/a&gt; , developed by me to support my current project) that uses quite other approach as  FindBugs or PMD. 

While FindBugs and PMD have a focus on the method and algorithm level, CODERU addresses structural quality on package and therefor classes dependency level.

CODERU force you and your teem member to write layered and component oriented code by follow predefined coding rules.

The rules are simple, but prevent arising a complex design problems.

The CODERU-rules rely on reserved package names and the allowed dependency rules between them expressed in a general way.

Unlike other tool forcing you to define allowed or disallowed individual package dependencies CODERU is based on a fixed set of general rules. The dependencies between packages need not be defined explicitly.

For more information visit a &lt;a href=&quot;http://coderu.org&quot; rel=&quot;nofollow&quot;&gt;tool home page&lt;/a&gt; .

Ciao, Alexander]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>there is a new open source quality tool called CODERU (<a href="http://coderu.org" rel="nofollow">http://coderu.org</a> , developed by me to support my current project) that uses quite other approach as  FindBugs or PMD. </p>
<p>While FindBugs and PMD have a focus on the method and algorithm level, CODERU addresses structural quality on package and therefor classes dependency level.</p>
<p>CODERU force you and your teem member to write layered and component oriented code by follow predefined coding rules.</p>
<p>The rules are simple, but prevent arising a complex design problems.</p>
<p>The CODERU-rules rely on reserved package names and the allowed dependency rules between them expressed in a general way.</p>
<p>Unlike other tool forcing you to define allowed or disallowed individual package dependencies CODERU is based on a fixed set of general rules. The dependencies between packages need not be defined explicitly.</p>
<p>For more information visit a <a href="http://coderu.org" rel="nofollow">tool home page</a> .</p>
<p>Ciao, Alexander</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Longest Common Substring Algorithm in Java by karussell</title>
		<link>http://karussell.wordpress.com/2011/04/14/longest-common-substring-algorithm-in-java/#comment-2433</link>
		<dc:creator><![CDATA[karussell]]></dc:creator>
		<pubDate>Thu, 24 Jan 2013 09:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=3140#comment-2433</guid>
		<description><![CDATA[This works for long strings as well but you&#039;ll just need a different int storage ... of course, arrays are limited to 2gb lengths ... BTW: to find common substrings for large text could be better done with lucene]]></description>
		<content:encoded><![CDATA[<p>This works for long strings as well but you&#8217;ll just need a different int storage &#8230; of course, arrays are limited to 2gb lengths &#8230; BTW: to find common substrings for large text could be better done with lucene</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Longest Common Substring Algorithm in Java by Javier</title>
		<link>http://karussell.wordpress.com/2011/04/14/longest-common-substring-algorithm-in-java/#comment-2431</link>
		<dc:creator><![CDATA[Javier]]></dc:creator>
		<pubDate>Wed, 23 Jan 2013 22:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=3140#comment-2431</guid>
		<description><![CDATA[This doesn&#039;t work for really long strings. I am trying to compare strings of size in the million characters and the line &quot;int[][] num = new int[str1.length()][str2.length()];&quot; tries to make an array so huge that it runs out of memory. Saying that each string is 1m characters, the array size would be 1,000,000,000,000...]]></description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t work for really long strings. I am trying to compare strings of size in the million characters and the line &#8220;int[][] num = new int[str1.length()][str2.length()];&#8221; tries to make an array so huge that it runs out of memory. Saying that each string is 1m characters, the array size would be 1,000,000,000,000&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use cases of faceted search for Apache Solr by hass</title>
		<link>http://karussell.wordpress.com/2010/12/08/use-cases-of-faceted-search-for-apache-solr/#comment-2378</link>
		<dc:creator><![CDATA[hass]]></dc:creator>
		<pubDate>Tue, 15 Jan 2013 17:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=2682#comment-2378</guid>
		<description><![CDATA[Hi,
When I do facet=true&amp;facet.field=manu. It gives me list but each int name is just one word. Like in your example i get Canon seperate and USA seperate. How can i get both of them together in one int name?]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
When I do facet=true&amp;facet.field=manu. It gives me list but each int name is just one word. Like in your example i get Canon seperate and USA seperate. How can i get both of them together in one int name?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Memory Efficient Java &#8211; Mission Impossible? by karussell</title>
		<link>http://karussell.wordpress.com/2012/04/18/memory-efficient-java-mission-impossible/#comment-2361</link>
		<dc:creator><![CDATA[karussell]]></dc:creator>
		<pubDate>Fri, 04 Jan 2013 13:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=3528#comment-2361</guid>
		<description><![CDATA[Thanks Peter, I already use the off heap technic with good results in my graphhopper project to access a lot memory also for memory restricted environments like Android.]]></description>
		<content:encoded><![CDATA[<p>Thanks Peter, I already use the off heap technic with good results in my graphhopper project to access a lot memory also for memory restricted environments like Android.</p>
]]></content:encoded>
	</item>
</channel>
</rss>