<?xml version="1.0" encoding="utf-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Robins blogg</title>
	<link>http://rosenberg.homelinux.net/wordpress</link>
	<description>Tjafs, högt tänkade (a'la Arne Anka: skriv först - tänk sen)</description>
	<lastBuildDate>Wed, 15 Apr 2009 23:17:14 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Annual update</title>
		<description><![CDATA[
Seems I write a lot more code than prose. The road to getting the Eclipse plugin pass as an official Eclipse project is underway. See http://www.eclipse.org/proposals/egit/.
It is causing a lot of stir in the community and good reviews. Yeah, it&#8217;s not complete, but seems people like what they see.
Manuel Wolker though not officially a code [...]]]></description>
		<link>http://rosenberg.homelinux.net/wordpress/?p=85</link>
			</item>
	<item>
		<title>D830</title>
		<description><![CDATA[My Dell D830 laptop arrived with FreeDOS supplied. Dell didn&#8217;t install it as the default. My guess is few people use it. An obvious question is which OS (i.e. Linux) version to run. I&#8217;ve been a Mandriva fan ever since I put it into my CDROM drive sometime early 2007. Mostly because stuff works and [...]]]></description>
		<link>http://rosenberg.homelinux.net/wordpress/?p=84</link>
			</item>
	<item>
		<title>Bash fd abuse</title>
		<description><![CDATA[A fun bash feature is redicecting to extra file descriptor. It allows you to filter
stout and stderr separately like this.
(some-command &#124; stdout-filter >&#038;3) 2>&#038;1 &#124; stderr-filter) 3>&#038;1
The first part &#8220;some-command &#124; stdout-filter&#8221; does stdout filtering. Then &#8220;>&#038;3&#8243; send that to another pipe, fd#3.
Meanwhile &#8220;2>&#038;1&#8243; now directs stderr from some-command to stdout (fd#1) and &#8220;&#124; stderr-filter&#8221; [...]]]></description>
		<link>http://rosenberg.homelinux.net/wordpress/?p=83</link>
			</item>
	<item>
		<title>JGit/EGit version 0.3 announced</title>
		<description><![CDATA[
Although not entirely bugfree, I did not find any serious ones so I thought it was time to tag a 0.3 release. I announced it to the Git Mailing list as well as to freshmeat. The screenshot to the left includes about all important features except the Team>Share dialog.
Cheers!
]]></description>
		<link>http://rosenberg.homelinux.net/wordpress/?p=82</link>
			</item>
</channel>
</rss>
