<?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"
	>

<channel>
	<title>Robins blogg</title>
	<atom:link href="http://rosenberg.homelinux.net/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://rosenberg.homelinux.net/wordpress</link>
	<description>Tjafs, högt tänkade (a'la Arne Anka: skriv först - tänk sen)</description>
	<pubDate>Wed, 15 Apr 2009 23:17:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Annual update</title>
		<link>http://rosenberg.homelinux.net/wordpress/?p=85</link>
		<comments>http://rosenberg.homelinux.net/wordpress/?p=85#comments</comments>
		<pubDate>Wed, 15 Apr 2009 23:14:18 +0000</pubDate>
		<dc:creator>site admin</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://rosenberg.homelinux.net/wordpress/?p=85</guid>
		<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>
		<wfw:commentRss>http://rosenberg.homelinux.net/wordpress/?feed=rss2&amp;p=85</wfw:commentRss>
		</item>
		<item>
		<title>D830</title>
		<link>http://rosenberg.homelinux.net/wordpress/?p=84</link>
		<comments>http://rosenberg.homelinux.net/wordpress/?p=84#comments</comments>
		<pubDate>Fri, 14 Mar 2008 22:17:20 +0000</pubDate>
		<dc:creator>site admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://rosenberg.homelinux.net/wordpress/?p=84</guid>
		<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>
		<wfw:commentRss>http://rosenberg.homelinux.net/wordpress/?feed=rss2&amp;p=84</wfw:commentRss>
		</item>
		<item>
		<title>Bash fd abuse</title>
		<link>http://rosenberg.homelinux.net/wordpress/?p=83</link>
		<comments>http://rosenberg.homelinux.net/wordpress/?p=83#comments</comments>
		<pubDate>Sat, 23 Feb 2008 11:02:14 +0000</pubDate>
		<dc:creator>site admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://rosenberg.homelinux.net/wordpress/?p=83</guid>
		<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>
		<wfw:commentRss>http://rosenberg.homelinux.net/wordpress/?feed=rss2&amp;p=83</wfw:commentRss>
		</item>
		<item>
		<title>JGit/EGit version 0.3 announced</title>
		<link>http://rosenberg.homelinux.net/wordpress/?p=82</link>
		<comments>http://rosenberg.homelinux.net/wordpress/?p=82#comments</comments>
		<pubDate>Tue, 25 Sep 2007 19:40:03 +0000</pubDate>
		<dc:creator>site admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://rosenberg.homelinux.net/wordpress/?p=82</guid>
		<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>
		<wfw:commentRss>http://rosenberg.homelinux.net/wordpress/?feed=rss2&amp;p=82</wfw:commentRss>
		</item>
	</channel>
</rss>
