<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    
    <title>Hanno's blog - English</title>
    <link>http://www.hboeck.de/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.4 - http://www.s9y.org/</generator>
    <pubDate>Thu, 09 Sep 2010 02:12:52 GMT</pubDate>

    <image>
        <url>http://www.hboeck.de/templates/hanno/img/s9y_banner_small.png</url>
        <title>RSS: Hanno's blog - English - </title>
        <link>http://www.hboeck.de/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Test your browser for Clickjacking protection</title>
    <link>http://www.hboeck.de/archives/740-Test-your-browser-for-Clickjacking-protection.html</link>
            <category>Code</category>
            <category>English</category>
            <category>Security</category>
    
    <comments>http://www.hboeck.de/archives/740-Test-your-browser-for-Clickjacking-protection.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=740</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=740</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    In 2008, a rather interesting new kind of security problem within web applications was found called &lt;a href=&quot;http://www.sectheory.com/clickjacking.htm&quot;&gt;Clickjacking&lt;/a&gt;. The idea is rather simple but genious: A webpage from the attacked web application is loaded into an iframe (a way to display a webpage within another webpage), but so small that the user cannot see it. Via javascript, this iframe is always placed below the mouse cursor and a button is focused in the iframe. When the user clicks anywhere on an attackers page, it clicks the button in his webapp causing some action the user didn&#039;t want to do.&lt;br /&gt;
What makes this vulnerability especially interesting is that it is a vulnerability within protocols and that it was pretty that there would be no easy fix without any changes to existing technology. A possible attempt to circumvent this would be a javascript frame killer code within every web application, but that&#039;s far away from being a nice solution (as it makes it neccessary to have javascript code around even if your webapp does not use any javascript at all).&lt;br /&gt;
Now, &lt;a href=&quot;http://blogs.msdn.com/b/ie/archive/2009/01/27/ie8-security-part-vii-clickjacking-defenses.aspx&quot;&gt;Microsoft suggested&lt;/a&gt; a new http header &lt;b&gt;X-FRAME-OPTIONS&lt;/b&gt; that can be set to &lt;b&gt;DENY&lt;/b&gt; or &lt;b&gt;SAMEORIGIN&lt;/b&gt;. DENY means that the webpage sending that header may not be displayed in a frame or iframe at all. SAMEORIGIN means that it may only be referenced from webpages on the same domain name (sidenote: I tend to not like Microsoft and their behaviour on standards and security very much, but in this case there&#039;s no reason for that. Although it&#039;s not a standard – yet? - this proposal is completely sane and makes sense).&lt;br /&gt;
Just recently, Firefox added support, all major other browser already did that before (Opera, Chrome), so we finally have a solution to protect against clickjacking (konqueror does not support it yet and I found no plans for it, which may be a sign for the sad state of konqueror development regarding security features - they&#039;re also the only browser not supporting SNI). It&#039;s now up to web application developers to use that header. For most of them – if they&#039;re not using frames at all - it&#039;s probably quite easy, as they can just set the header to DENY all the time. If an app uses frames, it requires a bit more thoughts where to set DENY and where to use SAMEORIGIN.&lt;br /&gt;
It would also be nice to have some &quot;official&quot; IETF or W3C standard for it, but as all major browsers agree on that, it&#039;s okay to start using it now.&lt;br /&gt;
But the main reason I wrote this long introduction: I&#039;ve set up &lt;a href=&quot;http://int21.de/frametest/&quot;&gt;a little test page&lt;/a&gt; where you can check if your browser supports the new header. If it doesn&#039;t, you should look for an update. 
    </content:encoded>

    <pubDate>Thu, 09 Sep 2010 00:22:13 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/740-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>browser</category>
<category>clickjacking</category>
<category>firefox</category>
<category>javascript</category>
<category>microsoft</category>
<category>security</category>
<category>vulnerability</category>
<category>websecurity</category>

</item>
<item>
    <title>Trying to buy an ebook</title>
    <link>http://www.hboeck.de/archives/739-Trying-to-buy-an-ebook.html</link>
            <category>Books</category>
            <category>Computer culture</category>
            <category>Copyright</category>
            <category>English</category>
    
    <comments>http://www.hboeck.de/archives/739-Trying-to-buy-an-ebook.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=739</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=739</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    For a while, I wanted to read the book &quot;The Spirit Level&quot; by Richard Wilkinson and Kate Pickett. But this blog entry is not about this book (I haven&#039;t read it yet). Since a while, I have such a nice ebook-reader (well, it&#039;s not that nice, read my &lt;a href=&quot;http://hboeck.de/archives/728-Hanvon-WISEreader-N526-hardware-fine,-software-a-desaster.html&quot;&gt;older blogpost&lt;/a&gt; about it, but that&#039;s not my point here). I really hate it to carry around kilos of books and I also hate it to decide which books to take with me, so for the first time I tried to actually buy an ebook.&lt;br /&gt;
I found that &lt;a href=&quot;http://www.penguin.co.uk/nf/Book/BookDisplay/0,,9780141921150,00.html&quot;&gt;penguin has this book&lt;/a&gt;. The price is 9,99 £ - interesting enough, the price for the paper variant is 7,99 £. Bits must be really expensive these days. Anyway, I thought 9,99 £ is still a price I was willing to pay, so I clicked on buying, created an account and so on. I was a bit confused when they asked me for the delivery adress, but hey, I don&#039;t mind. At the end, they told me that this book is not available for customers outside the UK.&lt;br /&gt;
I mean... it&#039;s hard for me to comment on that. How stupid is that? I really don&#039;t want to know the strange reason that might have be (I&#039;m pretty sure it has something to do with international copyright law and collecting societies that are unable to arrive in the time of the internet, but I FUCKING DON&#039;T CARE, I JUST WANT TO BUY A BOOK).&lt;br /&gt;
So I tried it further. Amazon has the book, but only for it&#039;s own ebook reader, the Kindle. All german bookstores I found only have the book on paper.&lt;br /&gt;
So - I still don&#039;t have the book. I could buy it on paper - but seriously, I don&#039;t want that. I bought an ebook-reader recently because I thought this gives me the freedom to read alternately in several books without carrying them around. I thought the time has come for that.&lt;br /&gt;
Maybe it&#039;s just that simple: The book publishing industry will have to die - just like the music industry, which sadly still refuses to do that finally.&lt;br /&gt;
&lt;br /&gt;
(sidenote: I found that someone experienced &lt;a href=&quot;http://www.content-space.de/dokuwiki/blog/2010/ebooks_kaufen_unmoeglich&quot;&gt;nearly the same story&lt;/a&gt; - with the same book - and I even know that person. That happened purely by chance.) 
    </content:encoded>

    <pubDate>Tue, 07 Sep 2010 22:12:23 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/739-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>copyright</category>
<category>ebook</category>
<category>penguinbooks</category>
<category>spiritlevel</category>

</item>
<item>
    <title>P != NP and what this may mean to cryptography</title>
    <link>http://www.hboeck.de/archives/738-P-!-NP-and-what-this-may-mean-to-cryptography.html</link>
            <category>Computer culture</category>
            <category>Cryptography</category>
            <category>English</category>
            <category>Science</category>
    
    <comments>http://www.hboeck.de/archives/738-P-!-NP-and-what-this-may-mean-to-cryptography.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=738</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=738</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    Yesterday I &lt;a href=&quot;https://twitter.com/benni_b/status/20708370110&quot;&gt;read via twitter&lt;/a&gt; that the HP researcher Vinay Deolalikar claimed to have &lt;a href=&quot;http://www.hpl.hp.com/personal/Vinay_Deolalikar/Papers/pnp_updated.pdf&quot;&gt;proofen P!=NP&lt;/a&gt;. If you never heared about it, the question whether P=PN or not is probably the biggest unsolved problem in computer science and one of the biggest ones in mathematics. It&#039;s one of the &lt;a href=&quot;http://www.claymath.org/millennium/&quot;&gt;seven millenium problems&lt;/a&gt; that the Clay Mathematics Institute announced in 2000. Only one of them has been solved yet (Poincaré conjecture) and everyone who solves one gets one million dollar for it.&lt;br /&gt;
&lt;br /&gt;
The P/NP-problem is one of the candidates where many have thought that it may never be solved at all and if this result is true, it&#039;s a serious sensation. Obviously, that someone claimed to have solved it does not mean that it is solved. Dozends of pages with complex math need to be peer reviewed by other researchers. Even if it&#039;s correct, it will take some time until it&#039;ll be widely accepted. I&#039;m far away from understanding the math used there, so I cannot comment on it, but it seems &lt;a href=&quot;http://www.hpl.hp.com/personal/Vinay_Deolalikar/&quot;&gt;Vinay Deolalikar&lt;/a&gt; is a serious researcher and has published in the area before, so it&#039;s at least promising. As I&#039;m currently working on &quot;provable&quot; cryptography and this has quite some relation to it, I&#039;ll try to explain it a bit in simple words and will give some outlook what this may mean for the security of your bank accounts and encrypted emails in the future.&lt;br /&gt;
&lt;br /&gt;
P and NP are problem classes that say how hard it is to solve a problem. Generally speaking, P problems are ones that can be solved rather fast - more exactly, their running time can be expressed as a polynom. NP problems on the other hand are problems where a simple method exists to verify if they are correct but it&#039;s still hard to solve them. To give a real-world example: If you have a number of objects and want to put them into a box. Though you don&#039;t know if they fit into the box.  There&#039;s a vast number of possibilitys how to order the objects so they fit into the box, so it may be really hard to find out if it&#039;s possible at all. But if you have a solution (all objects are in the box), you can close the lit and easily see that the solution works (I&#039;m not entirely sure on that but I think this is a variant of KNAPSACK). There&#039;s another important class of problems and that are NP complete problems. Those are like the &quot;kings&quot; of NP problems, their meaning is that if you have an efficient algorithm for one NP complete problem, you would be able to use that to solve all other NP problems.&lt;br /&gt;
&lt;br /&gt;
NP problems are the basis of cryptography. The most popular public key algorithm, RSA, is based on the factoring problem. Factoring means that you divide a non-prime into a number of primes, for example factoring 6 results in 2*3. It is hard to do factoring on a large number, but if you have two factors, it&#039;s easy to check that they are indeed factors of the large number by multiplying them. One big problem with RSA (and pretty much all other cryptographic methods) is that it&#039;s possible that a trick exists that nobody has found yet which makes it easy to factorize a large number. Such a trick would undermine the basis of most cryptography used in the internet today, for example https/ssl.&lt;br /&gt;
&lt;br /&gt;
What one would want to see is cryptography that is provable secure. This would mean that one can proove that it&#039;s really hard (where &quot;really hard&quot; could be something like &quot;this is not possible with normal computers using the amount of mass in the earth in the lifetime of a human&quot;) to break it. With todays math, such proofs are nearly impossible. In math terms, this would be a lower bound for the complexity of a problem.&lt;br /&gt;
&lt;br /&gt;
And that&#039;s where the P!=NP proof get&#039;s interesting. If it&#039;s true that P!=NP then this would mean NP problems are definitely more complex than P problems. So this might be the first breakthrough in defining lower bounds of complexity. I said above that I&#039;m currently working on &quot;proovable&quot; security (with the example of RSA-PSS), but provable in this context means that you have core algorithms that you believe are secure and design your provable cryptographic system around it. Knowing that P!=NP could be the first step in having really &quot;provable secure&quot; algorithms at the heart of cryptography.&lt;br /&gt;
&lt;br /&gt;
I want to stress that it&#039;s only a &quot;first step&quot;. Up until today, nobody was able to design a useful public key cryptography system around an NP hard problem. Factoring is NP, but (at least as far as we know) it&#039;s not NP hard. I haven&#039;t covered the whole topic of quantum computers at all, which opens up a whole lot of other questions (for the curious, it&#039;s unknown if NP hard problems can be solved with quantum computers).&lt;br /&gt;
&lt;br /&gt;
As a final conclusion, if the upper result is true, this will lead to a whole new aera of cryptographic research - and some of it will very likely end up in your webbrowser within some years. 
    </content:encoded>

    <pubDate>Tue, 10 Aug 2010 12:42:33 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/738-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>cmi</category>
<category>cryptography</category>
<category>deolalikar</category>
<category>math</category>
<category>milleniumproblems</category>
<category>pnp</category>
<category>provablesecurity</category>
<category>security</category>

</item>
<item>
    <title>Secure RSA padding: RSA-PSS</title>
    <link>http://www.hboeck.de/archives/737-Secure-RSA-padding-RSA-PSS.html</link>
            <category>Code</category>
            <category>Cryptography</category>
            <category>English</category>
            <category>Linux</category>
            <category>Security</category>
    
    <comments>http://www.hboeck.de/archives/737-Secure-RSA-padding-RSA-PSS.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=737</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=737</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    I got selected for this years &lt;a href=&quot;http://socghop.appspot.com/gsoc/student_project/show/google/gsoc2010/mozilla/t127230761333&quot;&gt;Google Summer of Code with a project for the implementation of RSA-PSS&lt;/a&gt; in the nss library. RSA-PSS will also be the topic of my diploma thesis, so I thought I&#039;d write some lines about it.&lt;br /&gt;
&lt;br /&gt;
RSA is, as you may probably know, the most widely used public key cryptography algorithm. It can be used for signing and encryption, RSA-PSS is about signing (something similar, RSA-OAEP, exists for encryption, but that&#039;s not my main topic).&lt;br /&gt;
&lt;br /&gt;
The formula for the RSA-algorithm is &lt;b&gt;S = M^k mod N&lt;/b&gt; (S is the signature, M the input, k the private key and N some big prime number). One important thing is that M is not the Message itself, but some encoding of the message. A simple way of doing this encoding is using a hash-function, for example SHA256. This is basically how old standards (like PKCS #1 1.5) worked. While no attacks exist against this scheme, it&#039;s believed that this can be improved. One reason is that while the RSA-function accepts an input of size N (which is the same length as the keysize, for example 2048/4096 bit), hash-functions usually produce much smaller inputs (something like 160/256 bit).&lt;br /&gt;
&lt;br /&gt;
An improved scheme for that is the &lt;a href=&quot;http://www.rsa.com/rsalabs/node.asp?id=2005&quot;&gt;Probabilistic Signature Scheme (PSS)&lt;/a&gt;, (&lt;a href=&quot;http://www.cs.ucdavis.edu/~rogaway/papers/exact.html&quot;&gt;Bellare/Rogaway 1996/1998&lt;/a&gt;). PSS is &quot;provable secure&quot;. It does not mean that the outcoming algorithm is &quot;provable secure&quot; (that&#039;s impossible with today&#039;s math), but that the outcome is as secure as the input algorithm RSA and the used hash function (so-called &quot;random oracle model&quot;). A standard for PSS-encryption is PKCS #1 2.1 (republished as &lt;a href=&quot;http://tools.ietf.org/html/rfc3447&quot;&gt;RFC 3447&lt;/a&gt;) So PSS in general is a good idea as a security measure, but as there is no real pressure to implement it, it&#039;s still not used very much. Just an example, the new DNSSEC ressource records &lt;a href=&quot;http://tools.ietf.org/html/rfc5702&quot;&gt;just published last year still use the old PKCS #1 1.5 standard&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
For SSL/TLS, standards to use PSS exist (&lt;a href=&quot;http://tools.ietf.org/html/rfc4055&quot;&gt;RFC 4055&lt;/a&gt;, &lt;a href=&quot;http://tools.ietf.org/html/rfc5756&quot;&gt;RFC 5756&lt;/a&gt;), but implementation is widely lacking. Just recently, &lt;a href=&quot;http://rt.openssl.org/Ticket/Display.html?id=1951&quot;&gt;openssl got support for PSS verification&lt;/a&gt;. The only implementation of signature creation I&#039;m aware of is the java-library &lt;a href=&quot;http://www.bouncycastle.org/&quot;&gt;bouncycastle&lt;/a&gt; (yes, this forced me to write some lines of java code).&lt;br /&gt;
&lt;br /&gt;
The nss library is used by the Mozilla products (Firefox, Thunderbird), so an implementation there is crucial for a more widespread use of PSS. 
    </content:encoded>

    <pubDate>Fri, 14 May 2010 23:22:43 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/737-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>cryptography</category>
<category>gsoc</category>
<category>nss</category>
<category>pss</category>
<category>rsa</category>
<category>rsapss</category>
<category>security</category>
<category>ssl</category>
<category>tls</category>

</item>
<item>
    <title>Easterhegg in Munich</title>
    <link>http://www.hboeck.de/archives/734-Easterhegg-in-Munich.html</link>
            <category>Code</category>
            <category>Computer culture</category>
            <category>Copyright</category>
            <category>Ecology</category>
            <category>English</category>
            <category>Politics</category>
            <category>Security</category>
    
    <comments>http://www.hboeck.de/archives/734-Easterhegg-in-Munich.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=734</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=734</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    &lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.hboeck.de/uploads/easterhegg.jpg&#039;&gt;&lt;!-- s9ymdb:271 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;300&quot; height=&quot;225&quot;  src=&quot;http://www.hboeck.de/uploads/easterhegg.serendipityThumb.jpg&quot;  alt=&quot;EH-Badge und Tasse&quot; /&gt;&lt;/a&gt;I visited this year&#039;s &lt;a href=&quot;http://eh2010.muc.ccc.de/&quot;&gt;easterhegg&lt;/a&gt; in Munich. The easterhegg is an event by the chaos computer club.&lt;br /&gt;
&lt;br /&gt;
I held a talk expressing some thoughts I had in mind for quite a long time about free licenses. The conclusion is mainly that I think it very often may make more sense to use public domain &quot;licensing&quot; instead of free licenses with restrictions. The slides can be &lt;a href=&quot;http://int21.de/slides/slides_publicdomain.odp&quot;&gt;downloaded here&lt;/a&gt; (video recording &lt;a href=&quot;ftp://ftp.ccc.de/events/eh2010/mp4_1024x576/EH2010-3762-de-publicdomain.mp4&quot;&gt;here in high quality / 1024x576&lt;/a&gt; and &lt;a href=&quot;ftp://ftp.ccc.de/events/eh2010/mp4_640x360/EH2010-3762-de-publicdomain.mp4&quot;&gt;here in lower quality / 640x360&lt;/a&gt;). Talk was in german, but the slides are english. I plan to write down a longer text about the subject, but I don&#039;t know when I&#039;ll find time for that.&lt;br /&gt;
&lt;br /&gt;
I also had a 5 minute lightning-talk about RSA-PSS and RSA-OAEP, &lt;a href=&quot;http://int21.de/slides/slides_rsapss_5min.odp&quot;&gt;slides are here&lt;/a&gt; (german). I will probably write my diploma thesis about PSS, so you may read more about that here in the future.&lt;br /&gt;
&lt;br /&gt;
From the other talks, I want to mention one because I think it&#039;s a very interesting project about an important topic: The &lt;a href=&quot;http://mysmartgrid.de/&quot;&gt;mySmartGrid&lt;/a&gt; project is working on an opensource based solution for local smart grids. It&#039;s a research project by Frauenhofer ITWM Kaiserslautern and it sounds very promising. Smart grids will almost definitely come within the next years and if people stick to the solutions provided by big energy companies, this will most likely be a big thread to privacy and will most probably prefer old centralized electricity generation. 
    </content:encoded>

    <pubDate>Mon, 05 Apr 2010 20:58:57 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/734-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>ccc</category>
<category>copyright</category>
<category>easterhegg</category>
<category>licenses</category>
<category>mysmartgrid</category>
<category>publicdomain</category>
<category>rsa</category>
<category>rsaoaep</category>
<category>rsapss</category>

</item>
<item>
    <title>Free and open source developers meeting (FOSDEM)</title>
    <link>http://www.hboeck.de/archives/732-Free-and-open-source-developers-meeting-FOSDEM.html</link>
            <category>Code</category>
            <category>Computer culture</category>
            <category>Copyright</category>
            <category>English</category>
            <category>Gentoo</category>
            <category>Life</category>
            <category>Linux</category>
    
    <comments>http://www.hboeck.de/archives/732-Free-and-open-source-developers-meeting-FOSDEM.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=732</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=732</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    &lt;!-- s9ymdb:270 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;300&quot; height=&quot;225&quot;  src=&quot;http://www.hboeck.de/uploads/fosdem2010.jpg&quot;  alt=&quot;FOSDEM talk&quot; /&gt;After reading a lot about interesting stuff happening at this years &lt;a href=&quot;http://www.fosdem.org/&quot;&gt;FOSDEM&lt;/a&gt;, I decided very short term to go there. The FOSDEM in Brussels is probably one of the biggest (if not the biggest at all) meetings of free software developers. Unlike similar events (like several Linuxtag-events in Germany), it&#039;s focus is mainly on developers, so the talks are more high level.&lt;br /&gt;
&lt;br /&gt;
My impressions from FOSDEM so far: There are much more people compared when I was here a few years ago, so it seems the number of free software developers is inceasing (which is great). The interest focus seems to be to extend free software to other areas. Embedded devices, the BIOS, open hardware (lot&#039;s of interest in 3D-printers).&lt;br /&gt;
&lt;br /&gt;
Yesterday morning, there was a quite interesting talk by &lt;a href=&quot;http://www.cl.cam.ac.uk/~rnc1/&quot;&gt;Richard Clayton&lt;/a&gt; about Phishing, Scam etc. with lots of statistics and info about the supposed business models behind it. Afterwards I had a nice chat with some developers from &lt;a href=&quot;http://openinkpot.org/&quot;&gt;OpenInkpot&lt;/a&gt;. There was a big interest in the &lt;a href=&quot;http://www.coreboot.org/&quot;&gt;Coreboot&lt;/a&gt;-talk, so I (and many others) just didn&#039;t get in because it was full.&lt;br /&gt;
&lt;br /&gt;
Later Gentoo-developer &lt;a href=&quot;http://blogs.gentoo.org/betelgeuse&quot;&gt;Petteri Räty&lt;/a&gt; gave a talk about &quot;How to be a good upstream&quot; and I&#039;d suggest every free software developer to have a look on that (I&#039;ll put the link here later).&lt;br /&gt;
&lt;br /&gt;
I&#039;ve just attended a rather interesting talk about 3D-printers like &lt;a href=&quot;http://reprap.org/&quot;&gt;RepRap&lt;/a&gt; and &lt;a href=&quot;http://makerbot.com/&quot;&gt;MakerBot&lt;/a&gt;.&lt;img src=&quot;http://vg04.met.vgwort.de/na/458b95b832d64331b78253f847821853&quot; width=&quot;1&quot; height=&quot;1&quot; alt=&quot;&quot;/&gt; 
    </content:encoded>

    <pubDate>Sun, 07 Feb 2010 10:34:05 +0100</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/732-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>fosdem fosdem2010 freesoftware linux reprap makerb</category>

</item>
<item>
    <title>SSL-Certificates with SHA256 signature</title>
    <link>http://www.hboeck.de/archives/730-SSL-Certificates-with-SHA256-signature.html</link>
            <category>Cryptography</category>
            <category>English</category>
            <category>Gentoo</category>
            <category>Linux</category>
            <category>Security</category>
    
    <comments>http://www.hboeck.de/archives/730-SSL-Certificates-with-SHA256-signature.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=730</wfw:comment>

    <slash:comments>12</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=730</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    At least since 2005 it&#039;s &lt;a href=&quot;http://www.schneier.com/blog/archives/2005/02/sha1_broken.html&quot;&gt;well known&lt;/a&gt; that the cryptographic hash function SHA1 is seriously flawed and it&#039;s only a matter of time until it will be broken. However, it&#039;s still widely used and it can be expected that it&#039;ll be used long enough to allow real world attacks (as it happened with &lt;a href=&quot;http://events.ccc.de/congress/2008/Fahrplan/events/3023.en.html&quot;&gt;MD5 before&lt;/a&gt;). The NIST (the US National Institute of Standards and Technology) suggests not to use SHA1 after 2010, the german BSI (Bundesamt für Sicherheit in der Informationstechnik) says they should&#039;ve been fadet out by the end of 2009.&lt;br /&gt;
&lt;br /&gt;
The probably most widely used encryption protocol is SSL. It is a protocol that can operate on top of many other internet protocols and is for example widely used for banking accounts.&lt;br /&gt;
&lt;br /&gt;
As SSL is a pretty complex protocol, it needs hash functions at various places, here I&#039;m just looking at one of them. The signatures created by the certificate authorities. Every SSL certificate is signed by a CA, even if you generate SSL certificates yourself, they are self-signed, meaning that the certificate itself is it&#039;s own CA. From what I know, despite the suggestions mentioned above no big CA will give you certificates signed with anything better than SHA1. You can check this with:&lt;br /&gt;
&lt;b&gt;openssl x509 -text -in [your ssl certificate]&lt;/b&gt;&lt;br /&gt;
Look for &quot;Signature Algorithm&quot;. It&#039;ll most likely say sha1WithRSAEncryption. If your CA is good, it&#039;ll show sha256WithRSAEncryption. If your CA is really bad, it may show md5WithRSAEncryption.&lt;br /&gt;
&lt;br /&gt;
When asking for SHA256 support, you often get the answer that the software still has problems, it&#039;s not ready yet. When asking for more information I never got answers. So I tried it myself. On an up-to-date apache webserver with mod_ssl, it was no problem to install a SHA256 signed certificate based on a SHA256 signed test CA. All browsers I&#039;ve tried (Firefox 3.6, Konqueror 4.3.5, Opera 10.10, IE8 and even IE6) had no problem with it. You can check it out at &lt;a href=&quot;https://sha2.hboeck.de/&quot;&gt;https://sha2.hboeck.de/&lt;/a&gt;. You will get a certificate warning (obviously, as it&#039;s signed by my own test CA), but you&#039;ll be able to view the page. If you want to test it without warnings, you can also &lt;a href=&quot;http://sha2.hboeck.de/sha2.crt&quot;&gt;import the CA certificate&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
I&#039;d be interested if this causes any problems (on server or on client side), so please leave a comment if you are aware of any incompatibilities.&lt;img src=&quot;http://vg06.met.vgwort.de/na/9134fb07c35147c389e6d15c267b2a60&quot; width=&quot;1&quot; height=&quot;1&quot; alt=&quot;&quot;/&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Update:&lt;/b&gt; By request in the comments, I&#039;ve also created a &lt;a href=&quot;https://sha512.hboeck.de/&quot;&gt;SHA512 testcase&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Update 2:&lt;/b&gt; StartSSL wrote me that they tried providing SHA256-certificates about a year ago and had too many problems - it wasn&#039;t very specific but they mentioned that earlier Windows XP and Windows 2003 Server versions may have problems. 
    </content:encoded>

    <pubDate>Mon, 01 Feb 2010 23:23:34 +0100</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/730-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>ca</category>
<category>cryptography</category>
<category>hash</category>
<category>md5</category>
<category>security</category>
<category>sha1</category>
<category>sha2</category>
<category>sha256</category>
<category>ssl</category>

</item>
<item>
    <title>Hanvon WISEreader N526 - hardware fine, software a desaster</title>
    <link>http://www.hboeck.de/archives/728-Hanvon-WISEreader-N526-hardware-fine,-software-a-desaster.html</link>
            <category>Books</category>
            <category>Computer culture</category>
            <category>English</category>
    
    <comments>http://www.hboeck.de/archives/728-Hanvon-WISEreader-N526-hardware-fine,-software-a-desaster.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=728</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=728</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    &lt;a class=&quot;serendipity_image_link&quot;  href=&#039;http://www.hboeck.de/uploads/n526.jpg&#039;&gt;&lt;!-- s9ymdb:268 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;225&quot; height=&quot;300&quot;  src=&quot;http://www.hboeck.de/uploads/n526.serendipityThumb.jpg&quot;  alt=&quot;Hanvon WISEreader N526&quot; /&gt;&lt;/a&gt;When asking me what I&#039;d consider the most interesting technical developments in the near future, electronic books would be on the top of my list. So recently, I finally decided to buy one and ordered a &lt;a href=&quot;http://www.vialeon.de/wisereader-n526-p-37.html&quot;&gt;Hanvon WISEreader N526&lt;/a&gt;. It has a pretty fair price, it seemed that free software support was likely to appear some time in the future (more on that later) and it has a touchscreen with pen, which was a feature I wanted to mark things in books.&lt;br /&gt;
&lt;br /&gt;
From the hardware side, the device is pretty ok. Most ebook readers on the market share the same technologie for the display, it could have a bit more contrast, but else it&#039;s pretty okay. The device itself has a keyboard (which is querty, but not really ordered like a querty-keyboard), USB (not working as mass storage though), an audio output and a micro SD slot. Also, as said above, it has a touchscreen that can be used with a pen. So on the hardware side the device is quite fine.&lt;br /&gt;
&lt;br /&gt;
What&#039;s not fine is the software running on it. It makes many features pretty much useless. Just to name a few flaws:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Adding marks with the pen, one of the main features of the hardware, is pretty useless. It works neither on PDFs nor on epub files. It only works for TXT and HTML files, so it&#039;s not possible to do any marks on any layouted file format.&lt;/li&gt;&lt;li&gt;HTML files are not supported. The vendor claims HTML support, but that&#039;s a plain lie. What it does is stripping out all HTML tags and showing the Text. If you know how HTML works, you can expect that this leads to pretty broken results and breaks all layout in HTML. Also, Hyperlinks don&#039;t work at all.&lt;/li&gt;&lt;li&gt;The zooming capabilities are very limited. For text, you only have three zoom levels. All of them are far larger than normal text in a book. For PDF, it&#039;s possible to make it fit on height or width, but not anything in between.&lt;/li&gt;&lt;li&gt;If you browse the files, there is no possibility to show the full filename, it only shows the beginning of the filename (about 20 characters). If you have files named “Author&#039;s name – Book title“ (which seems like a pretty common idea), you will only see some files with the author&#039;s name – not very useful.&lt;/li&gt;&lt;li&gt;The device has a button for landscape view (turn the view 90°). But it doesn&#039;t work. Probably a bug.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
&lt;div class=&quot;serendipity_imageComment_right&quot; style=&quot;width: 300px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;!-- s9ymdb:269 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;300&quot; height=&quot;232&quot;  src=&quot;http://www.hboeck.de/uploads/n526-html-comparison.png&quot;  alt=&quot;Example for HTML rendering&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Example for HTML “support“ compared with original&lt;/div&gt;&lt;/div&gt;I fell pretty angry about that. I&#039;m not sure what to do yet. I have a 14 day return right and I seriously consider taking that opportunity. On the other hand, all of the issues are software issues. As this is a rather new device, it may very well be that the software is in an early state and issues get resolved soon. My problem is: I don&#039;t know that.&lt;br /&gt;
&lt;br /&gt;
Another thing I&#039;m looking at is &lt;a href=&quot;http://openinkpot.org/&quot;&gt;OpenInkpot&lt;/a&gt;. It&#039;s a free firmware for ebook devices and they are working on support for the N526. However, having talked to the developers it seems that support for the touchscreen/pen is pretty unsure, as the vendor refuses to provide any documentation for that. Also, as this is a volunteers project, it&#039;s not clear if and when proper support will be available.&lt;img src=&quot;http://vg03.met.vgwort.de/na/87b1fd13b73d41f49a3600db60480d59&quot; width=&quot;1&quot; height=&quot;1&quot; alt=&quot;&quot;/&gt; 
    </content:encoded>

    <pubDate>Tue, 26 Jan 2010 20:49:11 +0100</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/728-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>ebook</category>
<category>hanvon</category>
<category>n526</category>
<category>openinkpot</category>

</item>
<item>
    <title>BIOS update by extracting HD image from ISO</title>
    <link>http://www.hboeck.de/archives/726-BIOS-update-by-extracting-HD-image-from-ISO.html</link>
            <category>English</category>
            <category>Gentoo</category>
            <category>Linux</category>
    
    <comments>http://www.hboeck.de/archives/726-BIOS-update-by-extracting-HD-image-from-ISO.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=726</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=726</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    Today I faced an interesting Linux problem that made me learn a couple of things I&#039;d like to share. At first, we found an issue on a Thinkpad X301 notebook that was fixed in a newer BIOS version. So we wanted to do a BIOS update. Lenovo provides BIOS updates either for Windows or as bootable ISO CD-images. But the device had no CD-drive and only Linux installed. First we tried &lt;a href=&quot;http://unetbootin.sourceforge.net/&quot;&gt;unetbootin&lt;/a&gt;, a tool to create bootable USB sticks out of ISO-Images. That didn&#039;t work.&lt;br /&gt;
So I had a deeper look at the ISO. What puzzled me was that when mounting it as a loopback device, there were no files on it. After some research I learned that there are different ways to create bootable CDs and one of them is the El Torito extension. It places an image of a harddisk on the CD, when booting, the image is loaded into memory and an OS can be executed (this probably only works for quite simple OSes like DOS, the Lenovo BIOS Upgrade disk is based on PC-DOS). There&#039;s a small PERL-script called &lt;a href=&quot;http://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito&quot;&gt;geteltorito&lt;/a&gt; that is able to extract such images from ISO files.&lt;br /&gt;
It&#039;s possible to boot such harddisk images with grub and &lt;a href=&quot;http://syslinux.zytor.com/wiki/index.php/MEMDISK&quot;&gt;memdisk&lt;/a&gt; (part of syslinux). Install syslinux, place the file memdisk into /boot (found in /usr/lib/syslinux/ or /usr/share/syslinux/) and add something like this to your grub config:&lt;br /&gt;
&lt;div class=&quot;box&quot;&gt;title HD Image&lt;br /&gt;
root (hd0,0)&lt;br /&gt;
kernel /boot/memdisk&lt;br /&gt;
initrd /boot/image.img&lt;/div&gt;&lt;br /&gt;
Or for grub2:&lt;br /&gt;
&lt;div class=&quot;box&quot;&gt;menuentry &quot;HD Image&quot; {&lt;br /&gt;
set root=(hd0,2)&lt;br /&gt;
linux16 /boot/memdisk&lt;br /&gt;
initrd16 /boot/hdimage.img&lt;br /&gt;
}&lt;/div&gt;&lt;br /&gt;
Now you can select bios update in your boot menu and it should boot the BIOS upgrade utility.&lt;br /&gt;
&lt;br /&gt;
(Note that this does not work for all Lenovo BIOS updates, only for those using an El Torito harddisk image - you can mount your iso with &lt;b&gt;mount -o loop [path_to_iso] [mount_path]&lt;/b&gt; to check, if there are any files, this method is not for you) 
    </content:encoded>

    <pubDate>Thu, 14 Jan 2010 21:16:17 +0100</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/726-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>bios</category>
<category>eltorito</category>
<category>freesoftware</category>
<category>grub</category>
<category>iso</category>
<category>linux</category>
<category>memdisk</category>
<category>syslinux</category>
<category>thinkpad</category>

</item>
<item>
    <title>Trip to the UK</title>
    <link>http://www.hboeck.de/archives/717-Trip-to-the-UK.html</link>
            <category>Ecology</category>
            <category>English</category>
            <category>Life</category>
            <category>Politics</category>
    
    <comments>http://www.hboeck.de/archives/717-Trip-to-the-UK.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=717</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=717</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    I&#039;m currently in Scottland on a trip through the UK. I&#039;m trying to get some contacts to the much more active environmental movement here. For those who don&#039;t know, the UK has probably the most active climate movement in the world. I just came from a &lt;a href=&quot;http://www.earthfirstgathering.org.uk/&quot;&gt;gathering&lt;/a&gt; in the Lake District and now I want to visit a &lt;a href=&quot;http://coalactionedinburgh.noflag.org.uk/?page_id=415&quot;&gt;protest site against open cast coal mining in Mainshill&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Afterwards I&#039;ll visit the &lt;a href=&quot;http://climatecamp.org.uk/&quot;&gt;Climate Camp&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
It&#039;s quite interesting to see discussions here. The main topics at the moment are the third runway at the heathrow airport (see e. g. &lt;a href=&quot;http://www.planestupid.com/&quot;&gt;Plane Stupid&lt;/a&gt;) and the building of a &lt;a href=&quot;http://www.nonewcoal.org.uk/&quot;&gt;new coal plant in Kingsnorth&lt;/a&gt; (done by the german company e-on). I heared quotes like »we shouldn&#039;t wait till they build the new plant, they&#039;re burning coal every day in the existing ones«, which is a large difference compared to the discussion in germany. 
    </content:encoded>

    <pubDate>Mon, 24 Aug 2009 15:45:46 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/717-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>climate</category>
<category>climatecamp</category>
<category>co2</category>
<category>england</category>
<category>environment</category>
<category>klima</category>
<category>klimaschutz</category>
<category>klimawandel</category>
<category>kohle</category>
<category>kohlekraft</category>
<category>mainshill</category>
<category>scottland</category>
<category>uk</category>
<category>umwelt</category>

</item>
<item>
    <title>LPIC-1</title>
    <link>http://www.hboeck.de/archives/713-LPIC-1.html</link>
            <category>English</category>
            <category>Life</category>
            <category>Linux</category>
    
    <comments>http://www.hboeck.de/archives/713-LPIC-1.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=713</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=713</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    &lt;!-- s9ymdb:263 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;200&quot; height=&quot;200&quot; style=&quot;float: right; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.hboeck.de/uploads/lpic1.png&quot; alt=&quot;LPIC-1&quot; /&gt;After passing the second exam at the Linuxtag, I&#039;m now officially allowed to call myself LPIC-1. 
    </content:encoded>

    <pubDate>Thu, 09 Jul 2009 10:23:17 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/713-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>linux</category>
<category>lpi</category>
<category>lpic</category>

</item>
<item>
    <title>Looking for router firmware alternatives</title>
    <link>http://www.hboeck.de/archives/710-Looking-for-router-firmware-alternatives.html</link>
            <category>English</category>
            <category>Linux</category>
    
    <comments>http://www.hboeck.de/archives/710-Looking-for-router-firmware-alternatives.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=710</wfw:comment>

    <slash:comments>10</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=710</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    A couple of projects exist for alternative router firmwares. I used to work with Buffalo Routers combined with DD-WRT.&lt;br /&gt;
&lt;br /&gt;
Now DD-WRT became quite unusable for two reasons. First there was a Cross Site Request Forgery reported on bugtraq a while back, where one of the &lt;a href=&quot;http://seclists.org/bugtraq/2008/Dec/0139.html&quot;&gt;DD-WRT developers answered&lt;/a&gt; in a way that clearly showed he doesn&#039;t really understand what CSRF is - so already from a security point of view, DD-WRT seems to be a no-go.&lt;br /&gt;
&lt;br /&gt;
Beside, DD-WRT development more or less is stale at the moment - there are commercial spin-offs and there&#039;s been some controversy if everything they did was compliant to the GPL. Fact is there were no new releases since several months - with open security bugs.&lt;br /&gt;
&lt;br /&gt;
Now I&#039;ve been looking for alternatives. What I&#039;m looking for should be&lt;ul&gt;&lt;li&gt;a ready-to-use router firmware with easy web-interface configuration from the start, not something like OpenWRT&lt;/li&gt;&lt;li&gt;free software&lt;/li&gt;&lt;li&gt;obviously, a project that handles security-reports in a sane way&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
For now, &lt;a href=&quot;http://www.gargoyle-router.com/&quot;&gt;Gargoyle&lt;/a&gt; the only one suitable. It doesn&#039;t officially support my Hardware, but it works anyway. I haven&#039;t looked deeper into it (e. g. didn&#039;t do any security analysis myself), but it seems to do the basic tasks. If you have suggestions of other projects, please leave a comment. 
    </content:encoded>

    <pubDate>Thu, 11 Jun 2009 14:16:44 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/710-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>ddwrt</category>
<category>firmware</category>
<category>freesoftware</category>
<category>gargoyle</category>
<category>router</category>

</item>
<item>
    <title>The return of guybrush threepwood</title>
    <link>http://www.hboeck.de/archives/708-The-return-of-guybrush-threepwood.html</link>
            <category>Computer culture</category>
            <category>English</category>
            <category>Retro Games</category>
    
    <comments>http://www.hboeck.de/archives/708-The-return-of-guybrush-threepwood.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=708</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=708</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    &lt;!-- s9ymdb:260 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;300&quot; height=&quot;188&quot; style=&quot;float: right; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.hboeck.de/uploads/monkeyisland-ship.png&quot; alt=&quot;Ship&quot; /&gt;This news sounds sensational for all fans of old adventure video games: A &lt;a href=&quot;http://www.telltalegames.com/monkeyisland&quot;&gt;new episode of Monkey Island&lt;/a&gt; is planned. Ron Gilbert &lt;a href=&quot;http://grumpygamer.com/8280380&quot;&gt;blogged about it&lt;/a&gt; a few days ago.&lt;br /&gt;
&lt;br /&gt;
For those who don&#039;t know, a very short history of the game series. The first two Monkey Island games were already classics when I played them the first time. In super-pixel graphics, but with an ingenious humor. Already with the third part, many fans were sceptical. Graphics got better, but not 3Dish, which was already pretty common at that time. They even made fun of the tendency to bring all games to 3D back then - they had a 3DFX option, but clicking on that only gave you some sarcastic comment. At least I can say that I found Monkey Island 3 (The Curse of Monkey Island) a deserved successor of the series.&lt;br /&gt;
&lt;br /&gt;
With Monkey Island 4 (Escape from Monkey Island), things got much worse - it had 3D graphics (ugly ones in my opinion) and - probably worse - it completely changed the control. All classic adventures were point and click adventures through the famous SCUMM engine (although the control has changed quite a lot over the time). There even was a SCUMM bar in the first game.&lt;br /&gt;
Part 4 had some kind of keyboard control. And the controlling was really bad. So this was the first game in the series I didn&#039;t play till the end.&lt;br /&gt;
&lt;br /&gt;
I&#039;m excited to see how the new game will be. It will be released in episodes, I don&#039;t know if that&#039;s a good idea, but we&#039;ll see. I haven&#039;t found any information about the controls on their webpage.&lt;br /&gt;
&lt;br /&gt;
Maybe it&#039;s worth raising a petition for a Linux version? Seems they don&#039;t intend to plan one, though it might be a good idea, as probably a lot of Linux users are retro gaming fans as well. 
    </content:encoded>

    <pubDate>Tue, 02 Jun 2009 10:53:48 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/708-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>games</category>
<category>lucasarts</category>
<category>monkeyisland</category>
<category>retrogames</category>
<category>scumm</category>

</item>
<item>
    <title>Gentoo is dangerous for children</title>
    <link>http://www.hboeck.de/archives/705-Gentoo-is-dangerous-for-children.html</link>
            <category>Computer culture</category>
            <category>English</category>
            <category>Gentoo</category>
            <category>Politics</category>
    
    <comments>http://www.hboeck.de/archives/705-Gentoo-is-dangerous-for-children.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=705</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=705</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    &lt;a href=&quot;http://blog.scherbaum.info/2009/05/22/achtung-gentoo-ist-jugendgefahrdend-frei-ab-14/&quot;&gt;Tobias Scherbaum already blogged this&lt;/a&gt;, but only in german, so I&#039;m writing this again for the Planet Gentoo readers.&lt;br /&gt;
&lt;br /&gt;
A german webpage called jugendschutzprogramm.de provides filters for webpages potentially dangerous for children. Now some people noticed that this page considers quite a lot dangerous.&lt;br /&gt;
&lt;br /&gt;
Both gentoo.de and gentoo.org are considered only suitable for people over 14. So if you ever thought about installing Gentoo on the PC of a kid, think again what you might do to that kid.&lt;br /&gt;
&lt;br /&gt;
Beside, my blog is even more dangerous: It&#039;s blocked by default.&lt;br /&gt;
&lt;br /&gt;
The page is supported by a couple of companies providing pornographic content. Interesting enough, it&#039;s also supported by a big german Newspaper (BILD) that regularly has pornographic images on their frontpage. However, their page is considered harmless.&lt;br /&gt;
&lt;br /&gt;
But what&#039;s really frightening is that jugendschutzprogramm.de is part of &lt;a href=&quot;http://en.wikipedia.org/wiki/Internet_Content_Rating_Association&quot;&gt;ICRA&lt;/a&gt;, an international system by big content and internet providers. It&#039;s even supported by the european union.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Update:&lt;/b&gt; Page has XSS, maybe someone wants to play with it?&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&amp;lt;form action=&quot;http://jugendschutzprogramm.de/webmaster/label-generator.php&quot; method=&quot;post&quot;&amp;gt;&lt;br /&gt;
&amp;lt;input name=&quot;URL&quot; value=&#039;&quot;&amp;gt;&amp;lt;script&amp;gt;alert(1)&amp;lt;/script&amp;gt;&#039; type=&quot;text&quot;&amp;gt;&lt;br /&gt;
&amp;lt;input name=&quot;submit&quot; type=&quot;submit&quot;&amp;gt;&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;/i&gt; 
    </content:encoded>

    <pubDate>Sat, 23 May 2009 12:46:05 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/705-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>censorship</category>
<category>freedomofspeech</category>
<category>gentoo</category>
<category>politics</category>
<category>zensur</category>

</item>
<item>
    <title>Big disappointment Star Trek XI</title>
    <link>http://www.hboeck.de/archives/704-Big-disappointment-Star-Trek-XI.html</link>
            <category>English</category>
            <category>Movies</category>
    
    <comments>http://www.hboeck.de/archives/704-Big-disappointment-Star-Trek-XI.html#comments</comments>
    <wfw:comment>http://www.hboeck.de/wfwcomment.php?cid=704</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.hboeck.de/rss.php?version=2.0&amp;type=comments&amp;cid=704</wfw:commentRss>
    

    <author>nospam@example.com (Hanno Böck)</author>
    <content:encoded>
    &lt;!-- s9ymdb:257 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;300&quot; height=&quot;445&quot; style=&quot;float: right; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.hboeck.de/uploads/startrek11.jpg&quot; alt=&quot;Star Trek 11 poster&quot; /&gt;Before I start my review about the movie, I&#039;d like to give some preface about my connection to Star Trek. Although I occasionally watched the series for a long time, I really started getting interested at the worst possible moment - shortly after it was announced that the last series »Enterprise« was stopped (although there were &lt;a href=&quot;http://www.petitiononline.com/NX01/petition.html&quot;&gt;petitions&lt;/a&gt; and &lt;a href=&quot;http://www.trekunited.com/community/index.php?showtopic=13665&quot;&gt;rallies&lt;/a&gt; - I just noted a bit too late to take part).&lt;br /&gt;
So with the last series stopped and the last film »Nemesis« being a flop, it was quite unlikely that Star Trek would continue at all in any way. So the only thing left was experiencing the vast majority of past series (which I&#039;d suggest everyone to do - my favorite is Deep Space 9).&lt;br /&gt;
&lt;br /&gt;
So the message that there should be a new film was surprising and promising. Though from the beginning, I was quite sceptical - the concept of a prequel to the original series with new actors for famous roles seemed difficult. It rarely happened in the past that different actors played the same person in the Star Trek universe and it was only the case for side roles (e. g. Ziyal in DS9, Zefram Cochrane in TOS/ST8). But what was even more disturbing was the director J. J. Abrams - with movies like Armageddon I didn&#039;t find him very predestined for this job. But as I read some quite positive reviews, I gave the movie a chance and went to the cinema on the first day.&lt;br /&gt;
&lt;br /&gt;
To give a conclusion: I was absolutely right not to expect much from the film. It is a middle-class Hollywood action movie and has just nothing from the Star Trek spirit I liked so much.&lt;br /&gt;
The no-gos are countless. I mean, product placement is a pity in films any way, but in a Star Trek movie? And have you ever heard a pop song from the 90s in ST? (Oh, you remember that scene from ST4 in the bus? Has the guy inventing that scene with Kirk in the car ever seen that movie?)&lt;br /&gt;
The film introduces lot&#039;s of characters from other ST stories without any relation. Soval (was the name even mentioned?) has just nothing of the person known from TOS/TNG. Those Romulans - they look different, their ships look different, there&#039;s no connection to any previous Romulan story, it just seems like a randomly picked species name. And the old Spock - yeah, every real Trekkie likes to see Leonard Nimoy is still able to play his role. But if you remember the last time Spock appeared in the ST universe - a plot in TNG with an underground resistance movement on Romulus, where Spock stayed - a quite open end - it&#039;s just predestined to continue telling that story. ST11 doesn&#039;t do that.&lt;br /&gt;
Then there&#039;s this thing with the parallel time line - parallel time lines are a common story methodology in Star Trek, so the idea has potential. But it seems it&#039;s just there so there&#039;s no need to stick with the Star Trek story too much - every mistake can just be explained as something happening in the alternative time line. It didn&#039;t really make any sense to me beside that.&lt;br /&gt;
&lt;br /&gt;
Well, maybe the buzz around the movie opens perspectives for new Star Trek material in the future - and hopefully with more talented directors behind the scenes. Till then, I&#039;ll watch some episodes of &lt;a href=&quot;http://www.hiddenfrontier.com/&quot;&gt;Hidden Frontier&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Update:&lt;/b&gt; Only german, but &lt;a href=&quot;http://www.woz.ch/artikel/2009/nr19/kultur/17855.html&quot;&gt;nice review (WOZ)&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Sat, 09 May 2009 23:58:45 +0200</pubDate>
    <guid isPermaLink="false">http://www.hboeck.de/archives/704-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><category>cinema</category>
<category>movies</category>
<category>startrek</category>
<category>trekkie</category>

</item>

</channel>
</rss>