<?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>info.michael-simons.eu &#187; Thoughts</title>
	<atom:link href="http://info.michael-simons.eu/tag/thoughts/feed/" rel="self" type="application/rss+xml" />
	<link>http://info.michael-simons.eu</link>
	<description>Just another nerd blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 10:26:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Old and tired?</title>
		<link>http://info.michael-simons.eu/2011/11/09/old-and-tired/</link>
		<comments>http://info.michael-simons.eu/2011/11/09/old-and-tired/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 07:19:45 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[English posts]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://info.michael-simons.eu/?p=553</guid>
		<description><![CDATA[Right now i&#8217;m at the #jaxcon in Munich. While sitting in a talk, this tweet by @cuchulin caught my attention: #wjax// #jaxcon People seems like java itself: They are getting older and look somehow tired. &#8212; erhard karger (@cuchulin) November 8, 2011 I really don&#8217;t think that&#8217;s Java who&#8217;s old and tired, neither as a [...]]]></description>
			<content:encoded><![CDATA[<p>Right now i&#8217;m at the #jaxcon in Munich. While sitting in a talk, this tweet by @cuchulin caught my attention:</p>
<blockquote class="twitter-tweet" width="500" lang="de"><p><a href="https://twitter.com/search/%2523wjax">#wjax</a>// <a href="https://twitter.com/search/%2523jaxcon">#jaxcon</a> People seems like java itself: They are getting older and look somehow tired.</p>
<p>&mdash; erhard karger (@cuchulin) <a href="https://twitter.com/cuchulin/status/134002280646184960" data-datetime="2011-11-08T20:20:08+00:00">November 8, 2011</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>I really don&#8217;t think that&#8217;s Java who&#8217;s old and tired, neither as a language nor an ecosystem. It&#8217;s the people, who not only are looking tired but who are. Well, at least, I am.</p>
<p>I&#8217;m a curious person and always eager to learn new stuff but the last 3, 4 years the learning process and the stream of new tools, techniques, frameworks and other stuff accelerated even more than it did in the transition from client/server development to multi-tier-architectures 10 years ago. </p>
<p>At each conference there are new tools. New tools to &#8220;get things done&#8221;, new paradigms to organize your work and new tools to create stuff. It&#8217;s getting real hard to choose and if you want to get your head around the full stack, you&#8217;ve plenty of stuff to try, read and experiment on.</p>
<p>The last 2 years saw the coming of so many new languages. Some will vanish, some will stay, but it&#8217;s for sure: Another field of learning.</p>
<p>Given that situation plus the stream of information we get the whole day now (tweets, g+, facebook and more) it&#8217;s a tiring situation. Most of the people in the talks sit in front of their laptops or have an iPad and are constantly checking twitter and the like. Who wouldn&#8217;t be tired?</p>
<p>I really appreciated Adam Beans Talk &#8220;Just developed&#8221; yesterday. We really need to focus more on the things we want to create and to some extend less on the tools and methodologies.</p>
<p>On a personal note: I am tired. Not because of my &#8220;hard&#8221; family life with a 2-year-old, absolutely no. I just can&#8217;t really turn of my head anymore. The boundaries between work, home and spare time are diminishing. Most of the time it&#8217;s a good thing because i can spend more time at home with my family but on the other hand i have all the stuff to think about, to read and to try out often for the late evening and then they are to stay in my head.</p>
<p class="akst_link"><a href="http://info.michael-simons.eu/?p=553&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_553" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2011/11/09/old-and-tired/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Understanding</title>
		<link>http://info.michael-simons.eu/2009/05/08/understanding/</link>
		<comments>http://info.michael-simons.eu/2009/05/08/understanding/#comments</comments>
		<pubDate>Fri, 08 May 2009 06:18:00 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[English posts]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://info.michael-simons.eu/?p=331</guid>
		<description><![CDATA[I&#8217;d love to understand what makes people create abominations such as this: if&#40;&#40;foo ? !bar : true&#41;&#41; if&#40;!somethingelse&#41; dosomething&#40;&#41; I don&#8217;t want to judge anyone, the thing actually worked, but i really want to understand why people don&#8217;t see that this is crap. I&#8217;m really aware of the fact, that things tends to organically grow, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d love to understand what makes people create abominations such as this:</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span>foo <span style="color: #339933;">?</span> <span style="color: #339933;">!</span>bar <span style="color: #339933;">:</span> <span style="color: #000066; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
    <span style="color: #000000; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span>somethingelse<span style="color: #009900;">&#41;</span>
        dosomething<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span></pre></div></div>

<p>I don&#8217;t want to judge anyone, the thing actually worked, but i really want to understand why people don&#8217;t see that this is crap. I&#8217;m really aware of the fact, that things tends to organically grow, but how can it be achieved to raise awareness to this fact? I mean, i&#8217;m probably only a not-totally-bad engineer, but i see things that will break or are just ugly as hell and i want my colleagues to be more aware of pitfalls.</p>
<p>Would make life much easier and probably more conflict free.</p>
<p class="akst_link"><a href="http://info.michael-simons.eu/?p=331&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_331" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2009/05/08/understanding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JAX2009: Impressionen einer Konferenz (ohne Bilder)</title>
		<link>http://info.michael-simons.eu/2009/04/24/jax2009-impressionen-einer-konferenz-ohne-bilder/</link>
		<comments>http://info.michael-simons.eu/2009/04/24/jax2009-impressionen-einer-konferenz-ohne-bilder/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 10:23:25 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[German posts]]></category>
		<category><![CDATA[JAX]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://info.michael-simons.eu/?p=325</guid>
		<description><![CDATA[Wie bereits im letzten Jahr war ich auch dieses Jahr 2 Tage auf der JAX, die dieses Jahr in Mainz statt fand. Nach zahlreichen Konferenzen in den letzten Jahren, u.a. einige DOAGs, werden meine Gefühle bzgl. dieser Veranstaltungen immer gemischter. Ich habe den Eindruck, dass die Schere zwischen guten und schlechten Vorträgen immer größer klafft. [...]]]></description>
			<content:encoded><![CDATA[<p>Wie bereits im letzten Jahr war ich auch dieses Jahr 2 Tage auf der <a href="http://it-republik.de/jaxenter/jax/">JAX</a>, die dieses Jahr in Mainz statt fand.</p>
<p>Nach zahlreichen Konferenzen in den letzten Jahren, u.a. einige DOAGs, werden meine Gefühle bzgl. dieser Veranstaltungen immer gemischter. Ich habe den Eindruck, dass die Schere zwischen guten und schlechten Vorträgen immer größer klafft. Vielleicht eine Folge dessen, dass versucht wird, immer mehr Slots zu füllen.</p>
<p>Bemerkenswert an der JAX dieses Jahr waren natürlich Rails Day an einem Tag, Grails / Groovy Day am nächsten. </p>
<p>Stefan Tilkov hielt einen gut strukturierten Vortrag über REST Technologien im Rahmen des Rails Day. Das, was er präsentierte, hätte von der Thematik auch gut in einige andere Frameworks gepasst, aber trotzdem: Die Präsentation war gelungen. Gute Mischung aus wenigen Folien und Livecoding. Spätestens danach musste dem Zuhörer klar sein, was REST bedeutet. Im selben Track präsentierte Jonathan Weiss &#8220;Advanced Deployment mit Rails&#8221; in einer Art und Weise, wie ich mir keinen Vortrag vorstelle: Viel zu viele textlich überladene Folien und zumindest fürs Publikum, eine ungünstige Themenwahl. So fiel auch leider das &#8220;advanced&#8221; weg, was im Rahmen von Fragen wie &#8220;Was ist besser, JRuby oder Grails?&#8221; (Was ist besser, Apfel oder Birne?) aus dem Publikum wohl auch gut war.</p>
<p>Der Vortrag Rails 3 von Gregg Pollack wurde zwar in einem gänzlich anderem Stil gehalten als Stefans, war aber trotzdem hörenswert: Frei und sicher gesprochen, ohne zu langweilen.</p>
<p>Auch Keynotes können langweilen: Brian Kim von Liferay sprach zum Thema &#8220;Architecting your way through recession: an open source survival kit&#8221;. Ich habe nicht eine Aussage aus diesem Vortrag behalten. </p>
<p>Im Gegensatz dazu &#8220;Fette Maschinen brauchen schlanke Software&#8221; von Klaus Alfert, der sehr anschaulich dokumentierte, warum funktionale oder hybrid funktionale Sprachen in den nächsten Monaten und Jahren immer wichtiger werden. Auch er langweilte nicht mit Textwüsten. Passend dazu, Ted Newards &#8220;Busy Java Developer&#8217;s Guide to Scala&#8221;. Ted ist immer wieder das reinste Vergnügen: &#8220;What&#8217;s your name? &#8211; Rüdiger. &#8211; Ok, Walther.&#8221;</p>
<p>Was ich nicht verstehe, dass teilweise einige Redner augenscheinlich vollkommen unvorbereitet zu einer Konferenz kommen oder aber die Zuhörer mit endlosen Slides, die aussehen wie ein &#8220;man <topic>&#8221; in Powerpoint langweilen, anstatt Slides zur Motivation zu nutzen und zur Abwechslung einmal frei zu sprechen. Die Vorträge, die mich wirklich innerlich aufgeregt oder mir wörtlich die Augen zufallen ließen, erwähne ich mal nicht namentlich.</p>
<p>Im Gegensatz zur <a href="http://www.doag.org/">DOAG</a> ist das Publikum auf der JAX jünger und durchmischter, aber auch teilweise deutlich unhöflicher, was jedes Mal bei der Nahrungsmittelausgabe offensichtlich wurde: Sturm auf das Büffet. Oh wie ich es hasse, wenn Menschen komplett alles an Erziehung vergessen, wenn irgendwo kostenloses Essen rumsteht. Generell zum Essen: Liebe Jaxcon Menschen, lasst doch die Gimmicks wie Taschen, Rucksäcke und Zeugs sein und bestellt etwas höherwertiges Catering <img src='http://info.michael-simons.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Trotzdem, einige nette Gespräche habe ich geführt, u.a. mal ein paar Kollegen von <a href="http://www.codecentric.de/">Codecentric</a> kennen gelernt und einen Vortrag von Mirko gehört (Flush and Clear: O/R Mapping Pitfalls), nachdem ich immer noch über die Sinnhaftigkeit eines select distinct nachdenke am manyToOne Ende einer 1-n Beziehung, um das zusätzliche Select zu sparen <img src='http://info.michael-simons.eu/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . Desweiteren traf ich witziger weise einen Kollegen aus Ausbildungszeiten, die Welt ist wirklich klein. </p>
<p>Alles in allem: Eine gute Veranstaltung, 3 oder 4 Tage wären mir aber definitiv zu viel oder ich müsste mir angewöhnen, aus Vorträgen, die mich aufregen, einfach raus zu gehen. Mal schauen, wie es nächstes Jahr wird&#8230; Eventuell kann man ja bis dahin DOAG und JAX zusammenwerfen <img src='http://info.michael-simons.eu/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p class="akst_link"><a href="http://info.michael-simons.eu/?p=325&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_325" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2009/04/24/jax2009-impressionen-einer-konferenz-ohne-bilder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data organisation</title>
		<link>http://info.michael-simons.eu/2008/07/18/data-organisation/</link>
		<comments>http://info.michael-simons.eu/2008/07/18/data-organisation/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 12:25:40 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[English posts]]></category>
		<category><![CDATA[Filesystems]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://info.michael-simons.eu/?p=184</guid>
		<description><![CDATA[The way i organize my data has changed a lot over the last years. Way back in the last millennium i had folders for everything. A folder within a folder within folders. And somewhere buried deep within that, my applications, music, pictures, email and whatnot. Although Apple does the best a company can going from [...]]]></description>
			<content:encoded><![CDATA[<p>The way i organize my data has changed a lot over the last years.</p>
<p>Way back in the last millennium i had folders for everything. A folder within a folder within folders. And somewhere buried deep within that, my applications, music, pictures, email and whatnot.</p>
<p>Although Apple does the best a company can going from great to <a href="/2008/02/08/3-days-with-linux/">suck</a>, it&#8217;s their OS and applications that changed my mind a lot.</p>
<p>I refuse to browse my music by folders. I like it by artist, album or some other arbitrary tag. The same and more for my email. I was used to have a folder structure <some_important_contact>/private/<year> and so on&#8230; The same for my digital fotos. It sooo much better telling the application &#8220;give my all emails from foobar in the last month&#8221; or &#8220;show me all fotos from the last <a href="/app/daily/wochenschau/2008/25/michael">vacation</a> with me in it&#8221; than digging around somewhere in some folders.</p>
<p><a href="http://en.wikipedia.org/wiki/Spotlight_(software)">Spotlight</a> was the first desktop search i used and after it was stable and performed well after the first view release, it is great. I roughly &#8220;arrange&#8221; data by themes (i.e. images, programming, music) and put programs in one big directory and i&#8217;m done. Oh, remembering my old Windows 95 box with a folder &#8220;dos_app&#8221; for well&#8230; DOS programs and games and a second &#8220;win_app&#8221; for gui thingies&#8230; Hell!</p>
<p>I certainly heard about <a href="http://en.wikipedia.org/wiki/WinFS">Windows Future Storage</a> a.k.a. WinFS back in 2003, a relational filesystem by Microsoft which should have been available in Vista but has never made it that far. Today, i read somewhat more and I&#8217;m really putting my head against the wall. This thing could have been huge! It&#8217;s pity that the problems releasing Vista must have been that big that they (Microsoft) cut their plans of an intelligent file system once again.</p>
<p>After all that Java and Ruby stuff here, i am a database guy, i like the maths behind relations and the power within. Furthermore, this video called <a href="http://download.microsoft.com/download/c/e/2/ce28874c-4f44-4dbd-babb-727685e2be96/WinFS_IWish_720x486_2mbs.wmv">IWish Concept Video</a> must be one of the few cool ad videos Microsoft has ever made. Great stuff and i think absolutely possible with all the great ideas in WinFS.</p>
<p class="akst_link"><a href="http://info.michael-simons.eu/?p=184&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_184" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2008/07/18/data-organisation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://download.microsoft.com/download/c/e/2/ce28874c-4f44-4dbd-babb-727685e2be96/WinFS_IWish_720x486_2mbs.wmv" length="41255958" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Why opinionated software sucks&#8230; Not!</title>
		<link>http://info.michael-simons.eu/2007/12/20/why-opinionated-software-sucks-not/</link>
		<comments>http://info.michael-simons.eu/2007/12/20/why-opinionated-software-sucks-not/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 11:15:32 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://info.michael-simons.eu/2007/12/20/why-opinionated-software-sucks-not/</guid>
		<description><![CDATA[The best software has a vision. The best software takes sides. Make Opinionated Software There&#8217;s been a lot of discussion around David Heinemeier Hanssons principle of &#8220;opinionated software&#8221;. Some people say that &#8220;to David, a piece of opinionated software is written in such a way that makes it easy to do things one way and [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>
The best software has a vision. The best software takes sides.
</p>
</blockquote>
<p><a href="http://gettingreal.37signals.com/ch04_Make_Opinionated_Software.php">Make Opinionated Software</a></p>
<p>There&#8217;s been a lot of discussion around <a href="http://www.loudthinking.com/posts/archives">David Heinemeier Hanssons</a> principle of &#8220;opinionated software&#8221;. <a href="http://tech.rufy.com/2006/11/fatal-flaw-in-opinionated-software.html">Some people say</a> that &#8220;to David, a piece of opinionated software is written in such a way that makes it easy to do things one way and ugly and difficult to do things another way&#8221;.</p>
<p>Maybe this approach &#8220;with a carrot and a stick&#8221; seams odd and old-fashioned, but i think its actually working and because of that, many people don&#8217;t like it.</p>
<p>Imagine, you&#8217;re using a product you like, you value its creator and especially his opinion and then, something you wanna do, doesn&#8217;t work because of obvious arbitrary restriction, you will be pissed for sure.</p>
<p>Certainly not all decisions made with a strong opinion are good, but i think, many of them made boldly had a reason to be done in a definite way and not another, often arising from the same reason you valued the creator of them before.</p>
<p>I&#8217;m writing this because i was really pissed when <a href="http://weblog.rubyonrails.org/2007/12/7/rails-2-0-it-s-done">Rails 2.0</a> came out. It may be sound picky, but in <a href="http://pragprog.com/titles/rails2/">Agile Web Development with Rails&#8221;</a> DHH stated: &#8220;This fom of attribute accessor looks at the coluumn&#8217;s value. It is interpreted as false only if it is the number zero; one of the strings &#8220;0&#8243;, &#8220;f&#8221;, &#8220;false&#8221; or &#8220;&#8221; (the empty string); a nil; or the constant false. Otherwise it is interpreted as true.&#8221;, which means: A convenient method to add a question mark to attribute accessors to query them if they are true or false.</p>
<p>This due to the fact that there is an SQL standard that defines a datatype BOOLEAN but most of the RDBMS do implement them in their own way, most of the time as tinyint constrained to 0 and 1 (Oracle favours &#8220;y&#8221; and &#8220;n&#8221; for whatever reason) and so on.</p>
<p>I myself went with &#8220;t&#8221; or &#8220;f&#8221; as i can easily memorize it (true and false, obviously, sure, we can argue if i shouldn&#8217;t know about 0 being false and all other being true, i do know but the less i need to think about the obvious the more i can concentrate on actually doing something). </p>
<p>So with Rails 2.0 stuff breaks: DHH and the Rails team went with the MySQL approach: 0 and 1 only, 0 is false, 1 is true. This is fine as for example MySQL defines constants like TRUE and FALSE, that although being 1 and 0, conforms to the standard.</p>
<p>As i saw pieces of app failing with the new release (important parts like things being public or not, blocked users and so on), i was angry&#8230; &#8220;The bad guys destroy my toy&#8221; boohoo and i filed <a href="http://dev.rubyonrails.org/ticket/10426">this</a> ticket.</p>
<p>After thinking about (and actually changing my enums(&#8216;t&#8217;,'f&#8217;) to the pseudotype boolean), i think it&#8217;s the right decision. As the model existed before i started working with Rails, i didn&#8217;t use migrations to generate tables, which is pity as with this decision, i would get the right datatypes in all supported databases. But even though, i like things being conform to a standard most vendors seem to listen to.</p>
<p>Without the Railsteam willingly breaking compatibility and being opinionated, i would have sweared less on the one side but i would have missed the opportunity to do some justified rewriting.</p>
<p>For me it&#8217;s ok to be opinionated and a little bit rockstar like, if you got the right reasons. I myself tend to be opinionated enough on my own work but i can defend my decisions most of the time.</p>
<p>It&#8217;s not always nice to be corrected and the corrector maybe doesn&#8217;t seem like a teamplayer, but i can life with the concept of the <a href="http://en.wikipedia.org/wiki/Benevolent_dictator">&#8220;Benevolent Dictator&#8221;</a> when the product does the things its expected to do good and isn&#8217;t a &#8220;creative&#8221; mess.</p>
<p><small>Just in case you haven&#8217;t seen the great movie <a href="http://en.wikipedia.org/wiki/Borat">Borat</a> or are totally unaware to irony, i don&#8217;t think that software with an opinion and attitude suck.</small></p>
<p class="akst_link"><a href="http://info.michael-simons.eu/?p=137&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_137" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2007/12/20/why-opinionated-software-sucks-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sad things in germany</title>
		<link>http://info.michael-simons.eu/2007/08/31/sad-things-in-germany/</link>
		<comments>http://info.michael-simons.eu/2007/08/31/sad-things-in-germany/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 11:24:37 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Shortcuts]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://info.michael-simons.eu/2007/08/31/sad-things-in-germany/</guid>
		<description><![CDATA[Haltet die Fresse! Glotzt mehr TV! &#8220;Shut up and watch tv&#8221;: Martin Schmitt ends his witty blog as a result §202c StGB that forbids &#8220;Hackertools&#8221; like wireshark, nmap and co as well as instructions for penetration tests for example. German Heise News. The post is well and sad written and i can totally understand him, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://binblog.de/2007/08/30/haltet-die-fresse-glotzt-mehr-tv/">Haltet die Fresse! Glotzt mehr TV!</a></p>
<p>&#8220;Shut up and watch tv&#8221;: Martin Schmitt ends his witty blog as a result §202c StGB that forbids &#8220;Hackertools&#8221; like wireshark, nmap and co as well as instructions for penetration tests for example. </p>
<p><a href="http://www.heise.de/newsticker/meldung/90223">German Heise News</a>.</p>
<p>The post is well and sad written and i can totally understand him, although i really liked this blog. <img src='http://info.michael-simons.eu/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p class="akst_link"><a href="http://info.michael-simons.eu/?p=117&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_117" class="akst_share_link " rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://info.michael-simons.eu/2007/08/31/sad-things-in-germany/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.476 seconds -->

