<?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>OlliN&#039;s</title>
	<atom:link href="http://www.nautsch.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nautsch.net</link>
	<description>Notizen über Software und Anderes von Oliver Nautsch</description>
	<lastBuildDate>Fri, 03 Feb 2012 09:12:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Style Wars outtakes project certificate</title>
		<link>http://www.nautsch.net/2012/01/20/style-wars-outtakes-project-certificate/</link>
		<comments>http://www.nautsch.net/2012/01/20/style-wars-outtakes-project-certificate/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 07:51:33 +0000</pubDate>
		<dc:creator>ollin</dc:creator>
				<category><![CDATA[leute]]></category>

		<guid isPermaLink="false">http://www.nautsch.net/?p=684</guid>
		<description><![CDATA[<p>Yesterday I received an nice certificate for my <a href="http://www.kickstarter.com/projects/1254583771/style-wars-the-outtakes">contribution</a> to the <a href="http://www.stylewars.com/">Style Wars</a> <a href="http://www.stylewars.com/outtakes-project">outtakes project</a>. I&#8217;m really looking forward to seeing the results of the project.</p> <p>&#160;</p> <p>&#160;</p>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I received an nice certificate for my <a href="http://www.kickstarter.com/projects/1254583771/style-wars-the-outtakes">contribution</a> to the <a href="http://www.stylewars.com/">Style Wars</a> <a href="http://www.stylewars.com/outtakes-project">outtakes project</a>. I&#8217;m really looking forward to seeing the results of the project.</p>
<div id="attachment_685" class="wp-caption alignnone" style="width: 310px"><a href="http://www.nautsch.net/wp-content/uploads/style.wars_.award_.png"><img class="size-medium wp-image-685" title="style.wars.award" src="http://www.nautsch.net/wp-content/uploads/style.wars_.award_-300x239.png" alt="Style Wars Outtakes Project" width="300" height="239" /></a><p class="wp-caption-text">Style Wars Outtakes Project</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nautsch.net/2012/01/20/style-wars-outtakes-project-certificate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I protest against SOPA and PIPA!</title>
		<link>http://www.nautsch.net/2012/01/18/i-protest-against-sopa-and-pipa/</link>
		<comments>http://www.nautsch.net/2012/01/18/i-protest-against-sopa-and-pipa/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 15:55:53 +0000</pubDate>
		<dc:creator>ollin</dc:creator>
				<category><![CDATA[leute]]></category>

		<guid isPermaLink="false">http://www.nautsch.net/?p=682</guid>
		<description><![CDATA[<p>Read more at <a href="http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative/Learn_more">wikipedia</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>Read more at <a href="http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative/Learn_more">wikipedia</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nautsch.net/2012/01/18/i-protest-against-sopa-and-pipa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s never to late for git.</title>
		<link>http://www.nautsch.net/2011/12/18/its-never-to-late-for-git/</link>
		<comments>http://www.nautsch.net/2011/12/18/its-never-to-late-for-git/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 11:32:57 +0000</pubDate>
		<dc:creator>ollin</dc:creator>
				<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.nautsch.net/?p=637</guid>
		<description><![CDATA[<p>If not already done, every software developer must try <a href="http://git-scm.com/">GIT</a> - the fast, distributed version control system. It&#8217;s such a nice and useful tool. Once every week I find a new little nice feature.</p> <p>The last month I used the git-client together with a svn-remote repository and I will never use the svn client again. It is so handy to [...]]]></description>
			<content:encoded><![CDATA[<p>If not already done, every software developer must try <a href="http://git-scm.com/">GIT</a> - the fast, distributed version control system. It&#8217;s such a nice and useful tool. Once every week I find a new little nice feature.</p>
<p>The last month I used the git-client together with a svn-remote repository and I will never use the svn client again. It is so handy to have the full history of the repository on my notebook.  I can commit my changes every time to my local repository and merging/branching is just fun.  I&#8217;m so much faster &#8230;</p>
<p>Here my path to git</p>
<ul>
<li><a href="http://www.viget.com/extend/effectively-using-git-with-subversion/">Effectively Using Git With Subversion</a></li>
<li><a href="http://inventage.com/employees.html">Dominik</a> (a colleague which answered my first questions)</li>
<li><a href="http://pragprog.com/book/pg_git/pragmatic-guide-to-git">Pragmatic Guide to Git</a> by Travis Swicegood</li>
<li><a href="http://book.git-scm.com/">The Git Community Book</a></li>
<li>the git man pages</li>
<li>&#8230; and using it every day</li>
</ul>
<p>Here my favorite git client in action (the command line client <img src='http://www.nautsch.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  :</p>
<div id="attachment_638" class="wp-caption alignnone" style="width: 310px"><a href="http://www.nautsch.net/wp-content/uploads/git.command.line_.png"><img class="size-medium wp-image-638" title="git.command.line" src="http://www.nautsch.net/wp-content/uploads/git.command.line_-300x166.png" alt="" width="300" height="166" /></a><p class="wp-caption-text">git command line</p></div>
<p>There are plugins for eclise, idea, windows, mac&#8230; So give it a try and have fun!</p>
<p>And if you want to have the little nice prompt add the following lines to your .bashrc:</p>

<div class="wp_codebox"><table><tr id="p6372"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
</pre></td><td class="code" id="p637code2"><pre class="bash" style="font-family:monospace;">...
<span style="color: #666666; font-style: italic;">#-----------------------------------</span>
<span style="color: #666666; font-style: italic;"># git in prompt</span>
<span style="color: #666666; font-style: italic;">#-----------------------------------</span>
        <span style="color: #007800;">RED</span>=<span style="color: #ff0000;">&quot;\[\033[0;31m\]&quot;</span>
     <span style="color: #007800;">YELLOW</span>=<span style="color: #ff0000;">&quot;\[\033[0;33m\]&quot;</span>
      <span style="color: #007800;">GREEN</span>=<span style="color: #ff0000;">&quot;\[\033[0;32m\]&quot;</span>
       <span style="color: #007800;">BLUE</span>=<span style="color: #ff0000;">&quot;\[\033[0;34m\]&quot;</span>
  <span style="color: #007800;">LIGHT_RED</span>=<span style="color: #ff0000;">&quot;\[\033[1;31m\]&quot;</span>
<span style="color: #007800;">LIGHT_GREEN</span>=<span style="color: #ff0000;">&quot;\[\033[1;32m\]&quot;</span>
      <span style="color: #007800;">WHITE</span>=<span style="color: #ff0000;">&quot;\[\033[1;37m\]&quot;</span>
 <span style="color: #007800;">LIGHT_GRAY</span>=<span style="color: #ff0000;">&quot;\[\033[0;37m\]&quot;</span>
 <span style="color: #007800;">COLOR_NONE</span>=<span style="color: #ff0000;">&quot;\[\e[0m\]&quot;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">function</span> parse_git_branch <span style="color: #7a0874; font-weight: bold;">&#123;</span>
        <span style="color: #c20cb9; font-weight: bold;">git</span> rev-parse <span style="color: #660033;">--git-dir</span> <span style="color: #000000; font-weight: bold;">&amp;</span>amp;<span style="color: #000000; font-weight: bold;">&amp;</span>gt; <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>null
        <span style="color: #007800;">git_status</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$(git status 2&amp;gt; /dev/null)</span>&quot;</span>
        <span style="color: #007800;">branch_pattern</span>=<span style="color: #ff0000;">&quot;^# On branch ([^<span style="color: #007800;">${IFS}</span>]*)&quot;</span>
        <span style="color: #007800;">remote_pattern</span>=<span style="color: #ff0000;">&quot;# Your branch is (.*) of&quot;</span>
        <span style="color: #007800;">diverge_pattern</span>=<span style="color: #ff0000;">&quot;# Your branch and (.*) have diverged&quot;</span>
&nbsp;
        <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000; font-weight: bold;">!</span> <span style="color: #800000;">${git_status}</span> =~ <span style="color: #ff0000;">&quot;working directory clean&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
                <span style="color: #007800;">state</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">${RED}</span>?&quot;</span>
        <span style="color: #000000; font-weight: bold;">else</span>
                <span style="color: #007800;">state</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">${GREEN}</span>?&quot;</span>
        <span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
        <span style="color: #666666; font-style: italic;"># add an else if or two here if you want to get more specific</span>
        <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #800000;">${git_status}</span> =~ <span style="color: #800000;">${remote_pattern}</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
                <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #800000;">${BASH_REMATCH[1]}</span> == <span style="color: #ff0000;">&quot;ahead&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
                        <span style="color: #007800;">remote</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">${YELLOW}</span>?&quot;</span>
                <span style="color: #000000; font-weight: bold;">else</span>
                        <span style="color: #007800;">remote</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">${YELLOW}</span>?&quot;</span>
                <span style="color: #000000; font-weight: bold;">fi</span>
        <span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
        <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #800000;">${git_status}</span> =~ <span style="color: #800000;">${diverge_pattern}</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
                <span style="color: #007800;">remote</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">${YELLOW}</span>?&quot;</span>
        <span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
        <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #800000;">${git_status}</span> =~ <span style="color: #800000;">${branch_pattern}</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
                <span style="color: #007800;">branch</span>=<span style="color: #800000;">${BASH_REMATCH[1]}</span>
                <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot; (<span style="color: #007800;">${branch}</span>)<span style="color: #007800;">${remote}</span><span style="color: #007800;">${state}</span>&quot;</span>
        <span style="color: #000000; font-weight: bold;">fi</span>
<span style="color: #7a0874; font-weight: bold;">&#125;</span>
<span style="color: #000000; font-weight: bold;">function</span> prompt_func<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span>
        <span style="color: #007800;">previous_return_value</span>=<span style="color: #007800;">$?</span>;
        <span style="color: #007800;">prompt</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">${GREEN}</span><span style="color: #007800;">${USER:-$(type whoami &amp;gt;/dev/null &amp;amp;&amp;amp; whoami)}</span>@<span style="color: #007800;">$(type uname &amp;gt;/dev/null &amp;amp;&amp;amp; uname -n)</span> <span style="color: #007800;">${BLUE}</span>[\w<span style="color: #007800;">${GREEN}</span><span style="color: #007800;">$(parse_git_branch)</span><span style="color: #007800;">${BLUE}</span>]<span style="color: #007800;">${COLOR_NONE}</span> &quot;</span>
        <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">test</span> <span style="color: #007800;">$previous_return_value</span> <span style="color: #660033;">-eq</span> <span style="color: #000000;">0</span>
        <span style="color: #000000; font-weight: bold;">then</span>
                <span style="color: #666666; font-style: italic;"># PS1=&quot;${prompt}? &quot;</span>
                <span style="color: #007800;">PS1</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">${prompt}</span> \<span style="color: #000099; font-weight: bold;">\$</span> &quot;</span>
        <span style="color: #000000; font-weight: bold;">else</span>
                <span style="color: #666666; font-style: italic;">#PS1=&quot;${prompt}${RED}?${COLOR_NONE}&quot;</span>
                <span style="color: #007800;">PS1</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">${prompt}</span><span style="color: #007800;">${RED}</span>\<span style="color: #000099; font-weight: bold;">\$</span> <span style="color: #007800;">${COLOR_NONE}</span>&quot;</span>
        <span style="color: #000000; font-weight: bold;">fi</span>
<span style="color: #7a0874; font-weight: bold;">&#125;</span>
&nbsp;
<span style="color: #007800;">PROMPT_COMMAND</span>=prompt_func</pre></td></tr></table></div>

<p>I found this script at <a href="https://gist.github.com/1485616">github</a> and changed it a little bit. Thx to <a href="https://github.com/trapni">trapni</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nautsch.net/2011/12/18/its-never-to-late-for-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rodeln 1987</title>
		<link>http://www.nautsch.net/2011/12/16/rodeln-1987/</link>
		<comments>http://www.nautsch.net/2011/12/16/rodeln-1987/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 09:42:49 +0000</pubDate>
		<dc:creator>ollin</dc:creator>
				<category><![CDATA[leute]]></category>

		<guid isPermaLink="false">http://www.nautsch.net/?p=632</guid>
		<description><![CDATA[<p>In meiner Jugend habe ich sehr intensiv <a href="http://de.wikipedia.org/wiki/Rennrodeln">Rodelsport</a> betrieben. Vor zwei Wochen nun habe ich ein Bild geschenkt bekommen, auf dem ich beim Rodeln zu sehen bin. Leider habe ich nur dieses eine Bild. Wenn jemand noch mehr Bilder hat, dann meldet Euch doch bitte bei mir&#8230; würde mich sehr freuen!</p> <p>Ich glaube es [...]]]></description>
			<content:encoded><![CDATA[<p>In meiner Jugend habe ich sehr intensiv <a href="http://de.wikipedia.org/wiki/Rennrodeln">Rodelsport</a> betrieben. Vor zwei Wochen nun habe ich ein Bild geschenkt bekommen, auf dem ich beim Rodeln zu sehen bin. Leider habe ich nur dieses eine Bild. Wenn jemand noch mehr Bilder hat, dann meldet Euch doch bitte bei mir&#8230; würde mich sehr freuen!</p>
<p>Ich glaube es wurde 1987 bei der <a href="http://de.wikipedia.org/wiki/Kinder-_und_Jugendspartakiade">DDR Spartakiade</a> in <a href="http://de.wikipedia.org/wiki/Oberwiesenthal">Oberwiesenthal</a> aufgenommen.</p>
<div id="attachment_633" class="wp-caption alignnone" style="width: 273px"><a href="http://www.nautsch.net/wp-content/uploads/oliver.nautsch.rodeln.1987.oberwiesenthal.png"><img class="size-medium wp-image-633" title="1987 - Oberwiesenthal" src="http://www.nautsch.net/wp-content/uploads/oliver.nautsch.rodeln.1987.oberwiesenthal-263x300.png" alt="" width="263" height="300" /></a><p class="wp-caption-text">1987 - Oberwiesenthal</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nautsch.net/2011/12/16/rodeln-1987/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Clean Coder</title>
		<link>http://www.nautsch.net/2011/11/08/the-clean-coder/</link>
		<comments>http://www.nautsch.net/2011/11/08/the-clean-coder/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 07:56:49 +0000</pubDate>
		<dc:creator>ollin</dc:creator>
				<category><![CDATA[bücher]]></category>
		<category><![CDATA[leute]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.nautsch.net/?p=626</guid>
		<description><![CDATA[<p>Habe gestern Abend <a href="http://www.amazon.de/Clean-Coder-Conduct-Professional-Programmers/dp/0137081073/">&#8220;The Clean Coder&#8221; von Robert C. Martin </a>(<a href="http://en.wikipedia.org/wiki/Robert_Cecil_Martin">Uncle Bob</a>) fertig gelesen. Ich wäre so froh gewesen, wenn ich dieses Buch als Berufseinsteiger gelesen hätte. Es hätte mich so manche Fettnäpfchen vermeiden lassen.</p> <p>Spannend zu lesen war seine Meinung über den &#8220;Flow&#8221;. Dieser Zustand beim Programmieren, oder Arbeiten allgemein, wo man [...]]]></description>
			<content:encoded><![CDATA[<p>Habe gestern Abend <a href="http://www.amazon.de/Clean-Coder-Conduct-Professional-Programmers/dp/0137081073/">&#8220;The Clean Coder&#8221; von Robert C. Martin </a>(<a href="http://en.wikipedia.org/wiki/Robert_Cecil_Martin">Uncle Bob</a>) fertig gelesen. Ich wäre so froh gewesen, wenn ich dieses Buch als Berufseinsteiger gelesen hätte. Es hätte mich so manche Fettnäpfchen vermeiden lassen.</p>
<p>Spannend zu lesen war seine Meinung über den &#8220;Flow&#8221;. Dieser Zustand beim Programmieren, oder Arbeiten allgemein, wo man die Zeit vergisst und einem schier alles gelingt. Uncle Bob findet diesen Zustand eher hinderlich, weil man den Blick für das Grosse verliert. Ich denke es hängt ein wenig vom Arbeitsstil ab. Ich habe immer zu Beginn mein Notizbuch vor mir liegen, wo ich den grossen Kontext aufzeichne. Manchmal komme ich dann schon in Flow während ich beim dem Design bin &#8211; also einem relativ hohen Abstraktionsniveau. Trotzdem hat mich das Buch etwas kritischer gegenüber dem Flow werden lassen.</p>
<p>Einen völlig anderen Blickwinkel auf den Flow hat z.B.  Joel Spolsky (bekannt von dem Blog &#8220;<a href="http://www.joelonsoftware.com/">Joel on Software</a>&#8220;).  Er erzählt in einem <a href="http://www.youtube.com/watch?v=NF8ZVB-v3IM">Interview</a>, wie wichtig er den Flow findet und das er die Büros sogar so gestaltet, das man sich richtig gut in die Arbeit vertiefen kann.</p>
<p>Es gibt aber in dem Buch noch sehr viele andere Perlen und Denkanstösse zu finden. Lesen!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nautsch.net/2011/11/08/the-clean-coder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hiking early September 2011</title>
		<link>http://www.nautsch.net/2011/10/19/hiking-early-september-2011/</link>
		<comments>http://www.nautsch.net/2011/10/19/hiking-early-september-2011/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 09:11:07 +0000</pubDate>
		<dc:creator>ollin</dc:creator>
				<category><![CDATA[leute]]></category>
		<category><![CDATA[reisen]]></category>

		<guid isPermaLink="false">http://www.nautsch.net/?p=613</guid>
		<description><![CDATA[<p>In early September I was walking. From the village of &#8220;<a href="http://de.wikipedia.org/wiki/Bauen_UR">Bauen</a>&#8220; I wanted to run up the mountain &#8221;<a href="http://de.wikipedia.org/wiki/Oberbauenstock">Oberbauenstock</a>&#8220;. But I started too late. So I had to turn back on the Fulberg.</p> <p></p>]]></description>
			<content:encoded><![CDATA[<p>In early September I was walking. From the village of &#8220;<a href="http://de.wikipedia.org/wiki/Bauen_UR">Bauen</a>&#8220; I wanted to run up the mountain &#8221;<a href="http://de.wikipedia.org/wiki/Oberbauenstock">Oberbauenstock</a>&#8220;. But I started too late. So I had to turn back on the Fulberg.</p>
<div id="attachment_614" class="wp-caption alignnone" style="width: 235px"><a href="http://www.nautsch.net/wp-content/uploads/1.jpg"><img class="size-medium wp-image-614 " title="Bauen" src="http://www.nautsch.net/wp-content/uploads/1-e1319014677962-225x300.jpg" alt="" width="225" height="300" /></a><p class="wp-caption-text">Bauen</p></div>
<p><span id="more-613"></span></p>
<div id="attachment_615" class="wp-caption alignnone" style="width: 235px"><a href="http://www.nautsch.net/wp-content/uploads/2-e1319014746278.jpg"><img class="size-medium wp-image-615" title="Water" src="http://www.nautsch.net/wp-content/uploads/2-e1319014746278-225x300.jpg" alt="" width="225" height="300" /></a><p class="wp-caption-text">Water</p></div>
<div id="attachment_616" class="wp-caption alignnone" style="width: 310px"><a href="http://www.nautsch.net/wp-content/uploads/3.jpg"><img class="size-medium wp-image-616 " title="Fulberg Nidwalden" src="http://www.nautsch.net/wp-content/uploads/3-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Fulberg Nidwalden</p></div>
<div id="attachment_618" class="wp-caption alignnone" style="width: 310px"><a href="http://www.nautsch.net/wp-content/uploads/5.jpg"><img class="size-medium wp-image-618" title="Vierwaldstättersee (Lake Lucerne)" src="http://www.nautsch.net/wp-content/uploads/5-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Vierwaldstättersee (Lake Lucerne) </p></div>
<div id="attachment_617" class="wp-caption alignnone" style="width: 310px"><a href="http://www.nautsch.net/wp-content/uploads/4.jpg"><img class="size-medium wp-image-617" title="Sun and Mountains" src="http://www.nautsch.net/wp-content/uploads/4-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Sun and Mountains</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.nautsch.net/2011/10/19/hiking-early-september-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>from the balcony</title>
		<link>http://www.nautsch.net/2011/09/12/from-the-balcony/</link>
		<comments>http://www.nautsch.net/2011/09/12/from-the-balcony/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 19:15:50 +0000</pubDate>
		<dc:creator>ollin</dc:creator>
				<category><![CDATA[leute]]></category>

		<guid isPermaLink="false">http://www.nautsch.net/?p=605</guid>
		<description><![CDATA[<p>&#160;</p>]]></description>
			<content:encoded><![CDATA[<div id="attachment_606" class="wp-caption alignnone" style="width: 310px"><a href="http://www.nautsch.net/wp-content/uploads/P1010766.jpg"><img class="size-medium wp-image-606 " title="sunset" src="http://www.nautsch.net/wp-content/uploads/P1010766-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">sunset</p></div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nautsch.net/2011/09/12/from-the-balcony/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>netbeans 7 update and the license agreement dialog</title>
		<link>http://www.nautsch.net/2011/08/09/netbeans-7-update-and-the-license-agreement-dialog/</link>
		<comments>http://www.nautsch.net/2011/08/09/netbeans-7-update-and-the-license-agreement-dialog/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 12:19:56 +0000</pubDate>
		<dc:creator>ollin</dc:creator>
				<category><![CDATA[netbeans]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.nautsch.net/?p=597</guid>
		<description><![CDATA[<p>I&#8217;ve just updated NetBeans. The following dialog appeared:</p> <p>How many people read those 85 263 lines of text carefully?</p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just updated NetBeans. The following dialog appeared:</p>
<div id="attachment_598" class="wp-caption alignnone" style="width: 243px"><a href="http://www.nautsch.net/wp-content/uploads/netbeans70update.-license.dialog.png"><img class="size-medium wp-image-598" title="" src="http://www.nautsch.net/wp-content/uploads/netbeans70update.-license.dialog-233x300.png" alt="" width="233" height="300" /></a><p class="wp-caption-text">License Agreement Dialog</p></div>
<p>How many people read those <strong>85 263</strong> lines of text <em>carefully</em>?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nautsch.net/2011/08/09/netbeans-7-update-and-the-license-agreement-dialog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greetings from Croatia</title>
		<link>http://www.nautsch.net/2011/08/03/greetings-from-croatia/</link>
		<comments>http://www.nautsch.net/2011/08/03/greetings-from-croatia/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 10:43:44 +0000</pubDate>
		<dc:creator>ollin</dc:creator>
				<category><![CDATA[reisen]]></category>

		<guid isPermaLink="false">http://www.nautsch.net/?p=586</guid>
		<description><![CDATA[<p>Ferien&#8230; Schwimmen. Joggen. Lesen. Schlafen. Essen. Freunde treffen. Compi ist auch dabei.</p> <p></p> <a href="http://www.nautsch.net/wp-content/uploads/DSC_0334.jpg"></a> Škrip <p>&#160;</p> <p>&#160;</p> <p>&#160;</p>]]></description>
			<content:encoded><![CDATA[<p>Ferien&#8230; Schwimmen. Joggen. Lesen. Schlafen. Essen. Freunde treffen. Compi ist auch dabei.</p>
<div id="attachment_591" class="wp-caption alignnone" style="width: 310px"><a href="http://www.nautsch.net/wp-content/uploads/DSC_04041.jpg"><img class="size-medium wp-image-591" title="Sonnenuntergang über Dalmatien" src="http://www.nautsch.net/wp-content/uploads/DSC_04041-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">Sonnenuntergang über Dalmatien</p></div>
<p><span id="more-586"></span></p>
<div class="mceTemp">
<div id="attachment_589" class="wp-caption alignnone" style="width: 310px"><a href="http://www.nautsch.net/wp-content/uploads/DSC_0246.jpg"><img class="size-medium wp-image-589 " title="Die Adria bei der Insel Brac" src="http://www.nautsch.net/wp-content/uploads/DSC_0246-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">Die Adria bei der Insel Brac</p></div>
<dl id="attachment_590" class="wp-caption alignnone" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.nautsch.net/wp-content/uploads/DSC_0334.jpg"><img class="size-medium wp-image-590" title="Škrip" src="http://www.nautsch.net/wp-content/uploads/DSC_0334-300x199.jpg" alt="" width="300" height="199" /></a></dt>
<dd class="wp-caption-dd">Škrip</dd>
</dl>
</div>
<p>&nbsp;</p>
<div id="attachment_592" class="wp-caption alignnone" style="width: 310px"><a href="http://www.nautsch.net/wp-content/uploads/DSC_0476.jpg"><img class="size-medium wp-image-592" title="Supetar" src="http://www.nautsch.net/wp-content/uploads/DSC_0476-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">Supetar</p></div>
<p>&nbsp;</p>
<div id="attachment_593" class="wp-caption alignnone" style="width: 235px"><a href="http://www.nautsch.net/wp-content/uploads/P1010563.jpg"><img class="size-medium wp-image-593" title="Cat and Rats" src="http://www.nautsch.net/wp-content/uploads/P1010563-e1312368147872-225x300.jpg" alt="" width="225" height="300" /></a><p class="wp-caption-text">Cat and Rats</p></div>
<div id="attachment_588" class="wp-caption alignnone" style="width: 310px"><a href="http://www.nautsch.net/wp-content/uploads/DSC_0200.jpg"><img class="size-medium wp-image-588" title="Unsere Lieblingsbadestelle" src="http://www.nautsch.net/wp-content/uploads/DSC_0200-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">Unsere Lieblingsbadestelle</p></div>
<div id="attachment_587" class="wp-caption alignnone" style="width: 310px"><a href="http://www.nautsch.net/wp-content/uploads/DSC_0082.jpg"><img class="size-medium wp-image-587" title="Endlich Regen" src="http://www.nautsch.net/wp-content/uploads/DSC_0082-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">Endlich Regen</p></div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nautsch.net/2011/08/03/greetings-from-croatia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using amazon bookstore again</title>
		<link>http://www.nautsch.net/2011/05/25/using-amazon-bookstore-again/</link>
		<comments>http://www.nautsch.net/2011/05/25/using-amazon-bookstore-again/#comments</comments>
		<pubDate>Wed, 25 May 2011 14:36:18 +0000</pubDate>
		<dc:creator>ollin</dc:creator>
				<category><![CDATA[leute]]></category>

		<guid isPermaLink="false">http://www.nautsch.net/?p=571</guid>
		<description><![CDATA[<p>I&#8217;m using the amazon bookstore <a href="http://www.nautsch.net/2010/12/06/amazon-account-closed-wikileaks/">again</a>. The bookstore has no real rivals and I like and need books. In the last few months I used:</p> books.ch exlibris.ch buch.de buch.ch buecher.de buchhaus.ch <p>But I still don&#8217;t use the Amazon Web Services&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using the amazon bookstore <a href="http://www.nautsch.net/2010/12/06/amazon-account-closed-wikileaks/">again</a>. The bookstore has no real rivals and I like and need books. In the last few months I used:</p>
<ul>
<li>books.ch</li>
<li>exlibris.ch</li>
<li>buch.de</li>
<li>buch.ch</li>
<li>buecher.de</li>
<li>buchhaus.ch</li>
</ul>
<p>But I still don&#8217;t use the Amazon Web Services&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nautsch.net/2011/05/25/using-amazon-bookstore-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.374 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-05 22:23:40 -->

