<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Felix&#039; Blog</title>
	<atom:link href="http://blog.pontix.de/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.pontix.de</link>
	<description>Software Development, Software Engineering and Software Architecture</description>
	<lastBuildDate>Thu, 27 May 2010 22:36:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google uses automated translation</title>
		<link>http://blog.pontix.de/?p=28</link>
		<comments>http://blog.pontix.de/?p=28#comments</comments>
		<pubDate>Thu, 27 May 2010 22:36:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.pontix.de/?p=28</guid>
		<description><![CDATA[Hi folks,
Google uses automated translation to German. For those who aren&#8217;t able to understand German: In the right bottom is the outstanding time. In English you would say: 1:01 left. If you translate left to German it has more meanings, similar to Englisch. Links means the left direction in English.

]]></description>
			<content:encoded><![CDATA[<p>Hi folks,</p>
<p>Google uses automated translation to German. For those who aren&#8217;t able to understand German: In the right bottom is the outstanding time. In English you would say: 1:01 left. If you translate left to German it has more meanings, similar to Englisch. Links means the left direction in English.</p>
<p><a href="http://blog.pontix.de/wp-content/uploads/2010/05/google.jpg"><img class="alignnone size-medium wp-image-29" title="google" src="http://blog.pontix.de/wp-content/uploads/2010/05/google-300x108.jpg" alt="" width="300" height="108" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pontix.de/?feed=rss2&amp;p=28</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN authentication problems</title>
		<link>http://blog.pontix.de/?p=23</link>
		<comments>http://blog.pontix.de/?p=23#comments</comments>
		<pubDate>Fri, 21 May 2010 19:55:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Gnome keyring]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://blog.pontix.de/?p=23</guid>
		<description><![CDATA[Today I got this error message while &#8220;svn info &#60;repository&#62;&#8221;
Password for &#8216;(null)&#8217; GNOME keyring:
After a long Google search I found a simple solution:
rm ~/.gnome2/keyrings/*
Thats it., but please be careful. All your passwords, which are stored in the keyring are lost after this fix.
]]></description>
			<content:encoded><![CDATA[<p>Today I got this error message while &#8220;svn info &lt;repository&gt;&#8221;</p>
<blockquote><p><em>Password for &#8216;(null)&#8217; GNOME keyring:</em></p></blockquote>
<p>After a long Google search I found a simple solution:</p>
<blockquote><p><em>rm ~/.gnome2/keyrings/*</em></p></blockquote>
<p>Thats it., but please be careful. All your passwords, which are stored in the keyring are lost after this fix.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pontix.de/?feed=rss2&amp;p=23</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to unlock eclipse, firefox, and thunderbird?</title>
		<link>http://blog.pontix.de/?p=18</link>
		<comments>http://blog.pontix.de/?p=18#comments</comments>
		<pubDate>Sat, 08 May 2010 02:20:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://blog.pontix.de/?p=18</guid>
		<description><![CDATA[Hi, today I run into a huge trouble. My linux box was out of order. After a hard reset eclipse, firefox, and thunderbird were locked. Firefox and thunderbird appears with a message, that a other process, that is not runnable holds the lock. Eclipse said that another process holds the lock of this workspace.I fixed [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, today I run into a huge trouble. My linux box was out of order. After a hard reset eclipse, firefox, and thunderbird were locked. Firefox and thunderbird appears with a message, that a other process, that is not runnable holds the lock. Eclipse said that another process holds the lock of this workspace.I fixed it.</p>
<ul>
<li>Firefox: goto ~/.mozilla/firefox/&lt;profile&gt; and remove <em>lock</em> and <em>.parentlock</em>. Then I got another problem. Firefox was different. I had to create a new profile.</li>
<li>Thunderbird: goto ~/.mozilla-thunderbird/&lt;profile&gt; and remove <em>lock</em> and <em>.parentlock.<br />
</em></li>
<li>Eclipse: In &lt;workspace&gt;/.metadata there is a <em>.lock</em> fiel. Remove it.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.pontix.de/?feed=rss2&amp;p=18</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software Architecture: What is a good library?</title>
		<link>http://blog.pontix.de/?p=15</link>
		<comments>http://blog.pontix.de/?p=15#comments</comments>
		<pubDate>Fri, 07 May 2010 03:38:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architechture]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.pontix.de/?p=15</guid>
		<description><![CDATA[In my last post I told you something about parallel libraries. I will talk about some of these in further posts. First at all I have to define: What is a good library for me? There are several metrics for a good library. Here are mine:

Stable, library doesn&#8217;t crash the application
Easy to use, simple API
High [...]]]></description>
			<content:encoded><![CDATA[<p>In my last post I told you something about parallel libraries. I will talk about some of these in further posts. First at all I have to define: What is a good library for me? There are several metrics for a good library. Here are mine:</p>
<ul>
<li>Stable, library doesn&#8217;t crash the application</li>
<li>Easy to use, simple API</li>
<li>High performance (speed, memory consumption)</li>
<li>High Portability</li>
<li>Further support</li>
</ul>
<p>A library should not cover all the problems in software development. I prefer to use more good libraries than one giant library. A library is a piece of code that is very specialist. Library developers should be aware of, that their library would be in use over the next 10 years. Developing a library sounds very easy. But developing a simple library that covers the most problems, for which the library is created for, is one of the hardest jobs in software development. I will show you some examples, which show both sides (good and bad) in further posts here.</p>
<p>So long, stay tuned</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pontix.de/?feed=rss2&amp;p=15</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multi threading: Make it easy as possible</title>
		<link>http://blog.pontix.de/?p=10</link>
		<comments>http://blog.pontix.de/?p=10#comments</comments>
		<pubDate>Thu, 06 May 2010 03:15:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architechture]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Multicore]]></category>
		<category><![CDATA[Multithreadung]]></category>
		<category><![CDATA[TBB]]></category>
		<category><![CDATA[Threading]]></category>

		<guid isPermaLink="false">http://blog.pontix.de/?p=10</guid>
		<description><![CDATA[Multi threading creates a lot of new competitions in software development. Software engineering has a answer to simplify parallel programming: use a library. The library will do all the hard stuff for you. There are different parallel libraries for different languages.

Java: java.util.concurrent, especially since JDK 1.7 Java will provide a huge range of build-in solutions.
Java: [...]]]></description>
			<content:encoded><![CDATA[<p>Multi threading creates a lot of new competitions in software development. Software engineering has a answer to simplify parallel programming: <strong>use a library</strong>. The library will do all the hard stuff for you. There are different parallel libraries for different languages.</p>
<ul>
<li>Java: java.util.concurrent, especially since JDK 1.7 Java will provide a huge range of build-in solutions.</li>
<li>Java: other Libraries are available (Parallel Java Library, <a title="http://www.cs.rit.edu/~ark/pj.shtml" href="http://www.cs.rit.edu/~ark/pj.shtml">http://www.cs.rit.edu/~ark/pj.shtml</a>)</li>
<li>.Net: since .Net 4.0 Microsoft released the Task Parallel Library, great interface <img src='http://blog.pontix.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li>C++: My favorite are the Intel Threading Building Blocks, improved interface, thanks to C++0x</li>
</ul>
<p>I will pick some of these libraries in further posts.</p>
<p>So long</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pontix.de/?feed=rss2&amp;p=10</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello out there</title>
		<link>http://blog.pontix.de/?p=4</link>
		<comments>http://blog.pontix.de/?p=4#comments</comments>
		<pubDate>Thu, 06 May 2010 02:03:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.pontix.de/?p=4</guid>
		<description><![CDATA[This is my new blog. I will post many all about software development. So please, stay tuned.
]]></description>
			<content:encoded><![CDATA[<p>This is my new blog. I will post many all about software development. So please, stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pontix.de/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
