<?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>6c696e7578.de - /dev/dissertation</title>
    <link>http://6c696e7578.de/</link>
    <description>user@linux:~$ echo linux | hexdump -C | head -1 | sed &quot;s/0a.*|//g&quot; | tr -d &quot;{0, }&quot; | sed &quot;s#8.*#8.de#g&quot;</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.5 - http://www.s9y.org/</generator>
    <pubDate>Fri, 20 Aug 2010 17:12:30 GMT</pubDate>

    <image>
        <url>http://6c696e7578.de/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: 6c696e7578.de - /dev/dissertation - user@linux:~$ echo linux | hexdump -C | head -1 | sed &quot;s/0a.*|//g&quot; | tr -d &quot;{0, }&quot; | sed &quot;s#8.*#8.de#g&quot;</title>
        <link>http://6c696e7578.de/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Parallelization requires refactoring</title>
    <link>http://6c696e7578.de/article/Parallelization-requires-refactoring</link>
            <category>/dev/dissertation</category>
    
    <comments>http://6c696e7578.de/article/Parallelization-requires-refactoring#comments</comments>
    <wfw:comment>http://6c696e7578.de/wfwcomment.php?cid=147</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://6c696e7578.de/rss.php?version=2.0&amp;type=comments&amp;cid=147</wfw:commentRss>
    

    <author>nospam@example.com (7068696c69707065)</author>
    <content:encoded>
    
&lt;p&gt;Many software systems have grown in code and complexity over more than a decade. They all run well on single core hardware systems, a few with embedded or real-time focus, others with other constrains. Now, processor manufacturer starting to put more and more execution cores on a single silicon die to avoid physical restrictions, such as heat dissipation and power consumption. So, Moore&#039;s law will continue for the next &lt;i&gt;x&lt;/i&gt; decades - at first for processor manufacturer ;-).&lt;/p&gt;&lt;p&gt;But, the big questions are, how to use this additional power of next generation multi-/many-core processors? How to get such grown software systems running on multi-core CPUs so, that they are not slower than before? And - what is much more important - how to make fundamental design changes to achieve this?&lt;/p&gt;&lt;p&gt;Why is the last question so hard to answer? Midsize software projects typically have 50 to 150 software developers. Every developer might be responsible for small software component. All software components calling and offering interfaces for other components. But which person can look through the whole software system, who has knowledge about all the clean and dirty code to make such important design changes? To get responses for all of that questions, we have to start refactoring all previous design decisions and get rid of design by-passes and unnecessary complexity...&lt;/p&gt;&lt;p&gt;That&#039;s always a good point to start!&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 07 Oct 2008 18:53:27 +0200</pubDate>
    <guid isPermaLink="false">http://6c696e7578.de/article/147</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>YouTube video about a fast wait-free hash table</title>
    <link>http://6c696e7578.de/article/YouTube-video-about-a-fast-wait-free-hash-table</link>
            <category>/dev/dissertation</category>
    
    <comments>http://6c696e7578.de/article/YouTube-video-about-a-fast-wait-free-hash-table#comments</comments>
    <wfw:comment>http://6c696e7578.de/wfwcomment.php?cid=146</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://6c696e7578.de/rss.php?version=2.0&amp;type=comments&amp;cid=146</wfw:commentRss>
    

    <author>nospam@example.com (7068696c69707065)</author>
    <content:encoded>
    
&lt;p&gt;Look at your own! Its from &lt;a href=&quot;http://www.stanford.edu/&quot;&gt;Stanford University&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;!-- xhtml clean youtube --&gt;&lt;object type=&quot;application/x-shockwave-flash&quot; width=&quot;425&quot; height=&quot;344&quot; data=&quot;http://www.youtube.com/v/WYXgtXWejRM&amp;amp;hl=de&amp;amp;fs=1&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/WYXgtXWejRM&amp;amp;hl=de&amp;amp;fs=1&quot; /&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/WYXgtXWejRM&amp;amp;hl=de&amp;amp;fs=1&quot; /&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;&lt;/object&gt;&lt;!-- /xhtml clean youtube --&gt;

&lt;!-- &lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/WYXgtXWejRM&amp;amp;hl=de&amp;amp;fs=1&quot; /&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;&lt;embed width=&quot;425&quot; height=&quot;344&quot; src=&quot;http://www.youtube.com/v/WYXgtXWejRM&amp;hl=de&amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; /&gt;&lt;/object&gt; --&gt;

&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Mon, 15 Sep 2008 16:30:02 +0200</pubDate>
    <guid isPermaLink="false">http://6c696e7578.de/article/146</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Embedded World 2008 in Nuernberg</title>
    <link>http://6c696e7578.de/article/Embedded-World-2008-in-Nuernberg</link>
            <category>/dev/dissertation</category>
    
    <comments>http://6c696e7578.de/article/Embedded-World-2008-in-Nuernberg#comments</comments>
    <wfw:comment>http://6c696e7578.de/wfwcomment.php?cid=142</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://6c696e7578.de/rss.php?version=2.0&amp;type=comments&amp;cid=142</wfw:commentRss>
    

    <author>nospam@example.com (7068696c69707065)</author>
    <content:encoded>
    Die &lt;a href=&quot;http://www.embedded-world.de/&quot;&gt;Embedded World&lt;/a&gt; dieses Jahr ist vom 26. bis zum 28. Februar in Nuernberg im Messezentrum. Interessante Themen gibt es dort ja wirklich massenhaft. Wer sich die 18 Euro Eintritt sparen moechte, kann sich durch Registierung auf deren &lt;a href=&quot;http://www.embedded-world.de/main/d6kf7jfn/f8zljxj1/page.html&quot;&gt;Website&lt;/a&gt; ein eTicket holen. Ober der Tarif fuer den &lt;a href=&quot;http://www.elektroniknet.de/home/termine/embedded-world-conference-2008/program/overview&quot;&gt;Kongress&lt;/a&gt; darin enthalten ist, wage ich zu bezweifeln. 
    </content:encoded>

    <pubDate>Thu, 07 Feb 2008 21:57:15 +0100</pubDate>
    <guid isPermaLink="false">http://6c696e7578.de/article/142</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>

</channel>
</rss>
