<?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/"
   >
<channel>
    <title>matsch's blog - Allgemein</title>
    <link>http://matsch.binaervarianz.de/blog/</link>
    <description>SiSha und andere Trivialitäten.</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.3 - http://www.s9y.org/</generator>
    <pubDate>Mon, 05 Jan 2009 23:17:56 GMT</pubDate>

    <image>
        <url>http://matsch.binaervarianz.de/blog/uploads/buttons/matsch-back.jpg</url>
        <title>RSS: matsch's blog - Allgemein - SiSha und andere Trivialitäten.</title>
        <link>http://matsch.binaervarianz.de/blog/</link>
        <width>71</width>
        <height>70</height>
    </image>

<item>
    <title>Debian Linux Bluetooth Headset Roundup 2009</title>
    <link>http://matsch.binaervarianz.de/blog/index.php?/archives/331-Debian-Linux-Bluetooth-Headset-Roundup-2009.html</link>
            <category>Allgemein</category>
    
    <comments>http://matsch.binaervarianz.de/blog/index.php?/archives/331-Debian-Linux-Bluetooth-Headset-Roundup-2009.html#comments</comments>
    <wfw:comment>http://matsch.binaervarianz.de/blog/wfwcomment.php?cid=331</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://matsch.binaervarianz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=331</wfw:commentRss>
    

    <author>nospam@example.com (Matthias Korn [matsch])</author>
    <content:encoded>
    &lt;p&gt;This is a quick&#039;n&#039;dirty writeup of installing my bluetooth headset &lt;a href=&quot;http://www.plantronics.com/europe_union/en_GB/products/mobile/bluetooth-headsets/pulsar590e&quot; title=&quot;Plantronics )) Mobile )) Bluetooth Mobile Headsets )) Plantronics Pulsar 590E Bluetooth headset&quot;&gt;Plantronics Pulsar 590&lt;/a&gt; under &lt;a href=&quot;http://www.debian.org/releases/unstable/&quot; title=&quot;Debian -- The unstable distribution (sid) &quot;&gt;Debian Unstable&lt;/a&gt; using the &lt;a href=&quot;http://wiki.bluez.org/&quot; title=&quot;BlueZ - Trac&quot;&gt;bluez-audio&lt;/a&gt; package. It is still a bit quirky and I haven&#039;t completely verified all steps but will update this post as I gather new insights. These are the steps I took:&lt;/p&gt;

&lt;p&gt;1. Install the necessary packages:
&lt;pre&gt;$ sudo apt-get install bluetooth bluez-audio bluez-utils&lt;/pre&gt;

2. Scan for the bluetooth device in your computer:
&lt;pre&gt;$ hcitool dev&lt;/pre&gt;
&lt;pre&gt;Devices:
        hci0    00:1B:DC:0F:98:E5&lt;/pre&gt;

3. List the available bluetooth devices in range (maybe you have to switch them to pairing mode):
&lt;pre&gt;$ hcitool scan&lt;/pre&gt;
&lt;pre&gt;Scanning ...
        00:03:89:7F:A4:30       590Plantronics&lt;/pre&gt;

4. Change your HCId configuration (change the corresponding lines):
&lt;pre&gt;$ sudo nano /etc/bluetooth/hcid.conf&lt;/pre&gt;
&lt;pre&gt;        security auto;     # instead of security user;
        passkey &quot;0000&quot;; # instead of passkey &quot;1234&quot;;&lt;/pre&gt;

5. Restart the bluetooth deamon:
&lt;pre&gt;$ sudo /etc/init.d/bluetooth restart&lt;/pre&gt;

6. Specify the voice setting (haven&#039;t verified if this is necessary and what exactly it does...):
&lt;pre&gt;$ sudo hciconfig hci0 voice 0x0060&lt;/pre&gt;

7. If you don&#039;t use KDE/Gnome you can change the following file to input your pincodes (experimental/unsupported) (else use bluez-gnome or kdebluetooth):
&lt;pre&gt;$ sudo nano /var/lib/bluetooth/&amp;lt;local-device-id&amp;gt;/pincodes&lt;/pre&gt;
&lt;pre&gt;&amp;lt;bluetooth-device-id&amp;gt; &amp;lt;pincode&amp;gt;&lt;/pre&gt;
e.g.
&lt;pre&gt;$ sudo nano /var/lib/bluetooth/00\:1B\:DC\:0F\:98\:E5/pincodes&lt;/pre&gt;
&lt;pre&gt;00:03:89:7F:A4:30 0000&lt;/pre&gt;

8. Change your ALSA settings, setup the bluetooth audio device (check the links for more options):
&lt;pre&gt;$ nano ~/.asoundrc&lt;/pre&gt;
&lt;pre&gt;pcm.bluetooth {
   type bluetooth
   device 00:03:89:7F:A4:30
   profile &quot;auto&quot; # auto, hifi or voice
}&lt;/pre&gt;

9. Setting up your audio player (see links for more player):
&lt;pre&gt;XMMS
Preferences --&amp;gt; Output Plugin (ALSA) --&amp;gt; Configure --&amp;gt; Audio device: &quot;bluetooth&quot;

Amarok 1.4
Settings --&amp;gt;Configure Amarok... --&amp;gt; Engine --&amp;gt; Output plugin: alsa --&amp;gt; Apply
Replace &quot;default&quot; with &quot;bluetooth&quot; in Mono and Stereo field of ALSA Device Config&lt;/pre&gt;

Links:&lt;br /&gt;
&lt;a href=&quot;http://wiki.bluez.org/wiki/HOWTO/AudioDevices&quot; title=&quot;HOWTO/AudioDevices - BlueZ - Trac&quot;&gt;http://wiki.bluez.org/wiki/HOWTO/AudioDevices&lt;/a&gt; (alsa setup and more audio/video player)&lt;br /&gt;
&lt;a href=&quot;https://help.ubuntu.com/community/BluetoothHeadset&quot; title=&quot;HOWTO/AudioDevices - BlueZ - Trac&quot;&gt;https://help.ubuntu.com/community/BluetoothHeadset&lt;/a&gt;&lt;br /&gt;
http://bluetooth-alsa.sourceforge.net/ (deprecated, DON&#039;T USE!!)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bluetooth Remote Control&lt;/strong&gt;&lt;br /&gt;

1. Add the pincode of your mobile phone to
&lt;pre&gt;$ sudo nano /var/lib/bluetooth/00\:1B\:DC\:0F\:98\:E5/pincodes&lt;/pre&gt;

2. Connect to your phone:
&lt;pre&gt;$ sudo hidd --connect 00:19:63:10:8D:BD&lt;/pre&gt;

3. Try server mode  (does not work for me yet, K800i):
&lt;pre&gt;$ sudo hidd -i 00:19:63:10:8D:BD --server [--master]&lt;/pre&gt;

Links:&lt;br /&gt;
&lt;a href=&quot;https://help.ubuntu.com/community/BluetoothRemoteControl&quot; title=&quot;HOWTO/AudioDevices - BlueZ - Trac&quot;&gt;https://help.ubuntu.com/community/BluetoothRemoteControl&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sending files to your mobile phone&lt;/strong&gt;&lt;br /&gt;

1. Install necessary packages:
&lt;pre&gt;$ sudo apt-get install bluez-gnome obex-data-server&lt;/pre&gt;

2. Use bluetooth-sendto:
&lt;pre&gt;$ bluetooth-sendto&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Receiving files from your mobile phone&lt;/strong&gt;&lt;br /&gt;

1. Turn your computer bluetooth device into discovery mode:
&lt;pre&gt;$ sudo hciconfig hci0 piscan&lt;/pre&gt;

2. Run obexpushd and listen to the incoming bluetooth connection:
&lt;pre&gt;$ sudo obexpushd -B&lt;/pre&gt;

3. The files will be stored in your home directory.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Mon, 05 Jan 2009 14:50:35 +0100</pubDate>
    <guid isPermaLink="false">http://matsch.binaervarianz.de/blog/index.php?/archives/331-guid.html</guid>
    <category>amarok</category>
<category>bluetooth</category>
<category>bluez</category>
<category>bluez-audio</category>
<category>debian</category>
<category>english</category>
<category>headset</category>
<category>howto</category>
<category>linux</category>
<category>obex</category>
<category>remote control</category>
<category>tutorial</category>
<category>xmms</category>

</item>
<item>
    <title>WLAN Router/AP</title>
    <link>http://matsch.binaervarianz.de/blog/index.php?/archives/329-WLAN-RouterAP.html</link>
            <category>Allgemein</category>
    
    <comments>http://matsch.binaervarianz.de/blog/index.php?/archives/329-WLAN-RouterAP.html#comments</comments>
    <wfw:comment>http://matsch.binaervarianz.de/blog/wfwcomment.php?cid=329</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://matsch.binaervarianz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=329</wfw:commentRss>
    

    <author>nospam@example.com (Matthias Korn [matsch])</author>
    <content:encoded>
    &lt;p&gt;Ich bräuchte dann auch mal einen WLAN Router. Eigentlich brauch ich erstmal nur einen AP, da mein Internet eh schon aus der Dose kommt. Und eine hohe Reichweite will man natürlich auch immer haben. Ist es da immer noch der &lt;a href=&quot;http://www.buffalo-technology.de/products/wireless/wireless-g-mimo-performance/wireless-g-mimo-performance-broadband-router-and-access-point/&quot; title=&quot;Buffalo Technology - Products - Wireless-G MIMO Performance* Broadband Router and Access Point&quot;&gt;Buffalo WHR-HP-G54&lt;/a&gt; den man kauft? &lt;a href=&quot;https://stefan.binaervarianz.de/?p=247&quot; title=&quot;.:Heimatsender:. &amp;amp;raquo; FÃ¼r 10 Euro&quot;&gt;Stefan&lt;/a&gt; hat den ja wohl auch genommen. Welche Alternativen gibt es?&lt;/p&gt;  
    </content:encoded>

    <pubDate>Sat, 11 Oct 2008 10:34:37 +0200</pubDate>
    <guid isPermaLink="false">http://matsch.binaervarianz.de/blog/index.php?/archives/329-guid.html</guid>
    <category>empfehlung</category>
<category>hardware</category>
<category>router</category>
<category>shopping</category>
<category>wlan</category>

</item>
<item>
    <title>MediaWiki: Integrating your wiki content in other websites</title>
    <link>http://matsch.binaervarianz.de/blog/index.php?/archives/328-MediaWiki-Integrating-your-wiki-content-in-other-websites.html</link>
            <category>Allgemein</category>
    
    <comments>http://matsch.binaervarianz.de/blog/index.php?/archives/328-MediaWiki-Integrating-your-wiki-content-in-other-websites.html#comments</comments>
    <wfw:comment>http://matsch.binaervarianz.de/blog/wfwcomment.php?cid=328</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://matsch.binaervarianz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=328</wfw:commentRss>
    

    <author>nospam@example.com (Matthias Korn [matsch])</author>
    <content:encoded>
    &lt;p&gt;This short how-to explains how you can integrate your wiki content into other websites via iframes or something the like.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Goal&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Additionally to your normal wiki, make your hard-earned content available to other websites with an easy way of integration.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Approach&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We will create a new sub domain for your wiki which will have a different default skin set. This skin will hide all navigation, edit and personal features of the wiki and will only show the content area.&lt;/p&gt;

&lt;p&gt;Advantages of this approach:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Easy to integrate it into other websites using iframes or something similar.&lt;/li&gt;
&lt;li&gt;The skin can be customized as desired.&lt;/li&gt;
&lt;li&gt;Visitors to the normal wiki won&#039;t see any difference&lt;/li&gt;
&lt;li&gt;No modifications of MediaWiki core are necessary.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3. Steps&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Read on&lt;/em&gt;&lt;/strong&gt; at &lt;a href=&quot;http://www.mediawiki.org/wiki/Manual:Integrating_your_wiki_content_in_other_websites&quot; title=&quot;Manual:Integrating your wiki content in other websites - MediaWiki&quot;&gt;MediaWiki.org&lt;/a&gt;...&lt;/p&gt;  
    </content:encoded>

    <pubDate>Sun, 17 Aug 2008 22:55:18 +0200</pubDate>
    <guid isPermaLink="false">http://matsch.binaervarianz.de/blog/index.php?/archives/328-guid.html</guid>
    <category>content</category>
<category>customization</category>
<category>english</category>
<category>external</category>
<category>iframe</category>
<category>mediawiki</category>
<category>website integration</category>
<category>wiki</category>

</item>
<item>
    <title>&quot;Freiheit statt Angst 2008&quot; - Demo in Berlin und weltweiter Aktionstag am Samstag, den 11. Oktober</title>
    <link>http://matsch.binaervarianz.de/blog/index.php?/archives/327-Freiheit-statt-Angst-2008-Demo-in-Berlin-und-weltweiter-Aktionstag-am-Samstag,-den-11.-Oktober.html</link>
            <category>Allgemein</category>
    
    <comments>http://matsch.binaervarianz.de/blog/index.php?/archives/327-Freiheit-statt-Angst-2008-Demo-in-Berlin-und-weltweiter-Aktionstag-am-Samstag,-den-11.-Oktober.html#comments</comments>
    <wfw:comment>http://matsch.binaervarianz.de/blog/wfwcomment.php?cid=327</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://matsch.binaervarianz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=327</wfw:commentRss>
    

    <author>nospam@example.com (Matthias Korn [matsch])</author>
    <content:encoded>
    &lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.freiheitstattangst.de&quot; target=&quot;_top&quot;&gt;
&lt;img src=&quot;http://wiki.vorratsdatenspeicherung.de/images/Webbanner-b_rgb_468x60px.gif&quot; width=&quot;468&quot; 
height=&quot;60&quot; border=&quot;0&quot; title=&quot;Demo gegen Sicherheits- und Überwachungswahn in Berlin am 11. 
Oktober 2008...&quot;&gt;&lt;/a&gt;&lt;/div&gt;  
    </content:encoded>

    <pubDate>Sun, 17 Aug 2008 17:06:44 +0200</pubDate>
    <guid isPermaLink="false">http://matsch.binaervarianz.de/blog/index.php?/archives/327-guid.html</guid>
    
</item>
<item>
    <title>FrOSCon 2008 - Programm-Booklet</title>
    <link>http://matsch.binaervarianz.de/blog/index.php?/archives/326-FrOSCon-2008-Programm-Booklet.html</link>
            <category>Allgemein</category>
            <category>Freizeit</category>
            <category>Studium</category>
    
    <comments>http://matsch.binaervarianz.de/blog/index.php?/archives/326-FrOSCon-2008-Programm-Booklet.html#comments</comments>
    <wfw:comment>http://matsch.binaervarianz.de/blog/wfwcomment.php?cid=326</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://matsch.binaervarianz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=326</wfw:commentRss>
    

    <author>nospam@example.com (Matthias Korn [matsch])</author>
    <content:encoded>
    &lt;p&gt;Auch diese Jahr findet die &lt;a href=&quot;http://www.froscon.de/&quot; title=&quot;FrOSCon: Startseite&quot;&gt;FrOSCon&lt;/a&gt; in Sankt Augustin (bei Bonn) wieder mit interessanten Vorträgen statt. Diesmal am Wochenende des 23./24. August 2008. Die Keynote halten dieses Jahr &lt;a href=&quot;http://programm.froscon.org/2008/events/278.de.html&quot; title=&quot;froscon2008: Keynote: MINIX 3&quot;&gt;Andrew S. Tanenbaum&lt;/a&gt; und &lt;a href=&quot;http://programm.froscon.org/2008/events/277.de.html&quot; title=&quot;froscon2008: Keynote: Simple is hard&quot;&gt;Rasmus Lerdorf&lt;/a&gt;. Weiter im Programm sind Vorträge zu &lt;a href=&quot;http://programm.froscon.org/2008/events/220.de.html&quot; title=&quot;froscon2008: Openmoko 2008&quot;&gt;OpenMoko&lt;/a&gt;, den üblichen OpenSource-Projekte wie &lt;a href=&quot;http://programm.froscon.org/2008/events/148.de.html&quot; title=&quot;froscon2008: Don&#039;t look back&quot;&gt;KDE&lt;/a&gt;, &lt;a href=&quot;http://programm.froscon.org/2008/events/167.de.html&quot; title=&quot;froscon2008: Was ist neu in OpenOffice.org 3.0&quot;&gt;OpenOffice&lt;/a&gt; und &lt;a href=&quot;http://programm.froscon.org/2008/events/159.de.html&quot; title=&quot;froscon2008: OpenStreetMap&quot;&gt;OpenStreeMap&lt;/a&gt;, zu &lt;a href=&quot;http://programm.froscon.org/2008/track/Virtualization/index.de.html&quot; title=&quot;froscon2008: &quot;&gt;Virtualisierungslösungen&lt;/a&gt;, zur &lt;a href=&quot;http://programm.froscon.org/2008/track/Communities/index.de.html&quot; title=&quot;froscon2008: &quot;&gt;OpenSource Community&lt;/a&gt; und einer &lt;a href=&quot;http://programm.froscon.org/2008/track/PHP/index.de.html&quot; title=&quot;froscon2008: &quot;&gt;PHP Sub-Konferenz&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Für interessierte gibt es wieder ein &lt;a href=&quot;http://matsch.binaervarianz.de/FrOSCon08/&quot; title=&quot;FrOSCon2008: Schedule Day 1 - (inofficial) Print Version&quot;&gt;Programm-Booklet zum ausdrucken&lt;/a&gt;.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Thu, 14 Aug 2008 23:21:12 +0200</pubDate>
    <guid isPermaLink="false">http://matsch.binaervarianz.de/blog/index.php?/archives/326-guid.html</guid>
    <category>conference</category>
<category>drucken</category>
<category>froscon</category>
<category>opensource</category>
<category>print version</category>
<category>program</category>

</item>
<item>
    <title>Gustav - Verlass die Stadt</title>
    <link>http://matsch.binaervarianz.de/blog/index.php?/archives/323-Gustav-Verlass-die-Stadt.html</link>
            <category>Allgemein</category>
    
    <comments>http://matsch.binaervarianz.de/blog/index.php?/archives/323-Gustav-Verlass-die-Stadt.html#comments</comments>
    <wfw:comment>http://matsch.binaervarianz.de/blog/wfwcomment.php?cid=323</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://matsch.binaervarianz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=323</wfw:commentRss>
    

    <author>nospam@example.com (Matthias Korn [matsch])</author>
    <content:encoded>
    &lt;div class=&quot;serendipity_imageComment_right&quot; style=&quot;width: 340px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;!-- s9ymdb:93 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;340&quot; height=&quot;340&quot; src=&quot;http://matsch.binaervarianz.de/blog/uploads/gustav-stadt.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Verlass die Stadt&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Nicht das jemand meint, ich hätte nichts gesagt: &lt;a href=&quot;http://www.diskob.com/chicksonspeed-records/verlassdiestadt/stream.html&quot; title=&quot;GUSTAV - VERLASS DIE STADT&quot;&gt;Gustav - Verlass die Stadt&lt;/a&gt;&lt;/p&gt;

&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/ol4lRHh_6R4&amp;hl=en&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/ol4lRHh_6R4&amp;hl=en&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;  
    </content:encoded>

    <pubDate>Thu, 05 Jun 2008 20:01:44 +0200</pubDate>
    <guid isPermaLink="false">http://matsch.binaervarianz.de/blog/index.php?/archives/323-guid.html</guid>
    <category>album</category>
<category>gustav</category>
<category>live</category>
<category>music</category>
<category>musik</category>
<category>pop</category>
<category>video</category>
<category>youtube</category>

</item>
<item>
    <title>Adams Apple by Josef Lee</title>
    <link>http://matsch.binaervarianz.de/blog/index.php?/archives/322-Adams-Apple-by-Josef-Lee.html</link>
            <category>Allgemein</category>
    
    <comments>http://matsch.binaervarianz.de/blog/index.php?/archives/322-Adams-Apple-by-Josef-Lee.html#comments</comments>
    <wfw:comment>http://matsch.binaervarianz.de/blog/wfwcomment.php?cid=322</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://matsch.binaervarianz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=322</wfw:commentRss>
    

    <author>nospam@example.com (Matthias Korn [matsch])</author>
    <content:encoded>
    &lt;center&gt;&lt;div class=&quot;serendipity_imageComment_center&quot; style=&quot;width: 250px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://museumofmodernfiction.wordpress.com/2008/02/10/adams-apple/&#039; title=&quot;Adam&amp;amp;#8217;s Apple &amp;amp;laquo; The Museum Of Modern Fiction&quot;&gt;&lt;!-- s9ymdb:90 --&gt;&lt;img width=&quot;250&quot; height=&quot;354&quot; src=&quot;http://matsch.binaervarianz.de/blog/uploads/adamsapple.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;&lt;em&gt;Click!&lt;/em&gt;&lt;/div&gt;&lt;/div&gt;&lt;/center&gt;

&lt;p&gt;(&lt;em&gt;&lt;strong&gt;Via:&lt;/strong&gt;&lt;/em&gt; &lt;a href=&quot;http://www.startdrawing.org/home/?p=226&quot; title=&quot;startdrawing.org | the asia drawing portal&quot;&gt;startdrawing.org&lt;/a&gt;)&lt;/p&gt;  
    </content:encoded>

    <pubDate>Fri, 15 Feb 2008 19:25:57 +0100</pubDate>
    <guid isPermaLink="false">http://matsch.binaervarianz.de/blog/index.php?/archives/322-guid.html</guid>
    <category>adam</category>
<category>apple</category>
<category>art</category>
<category>english</category>
<category>eve</category>
<category>god</category>
<category>illustration</category>
<category>startdrawing.org</category>
<category>story</category>

</item>
<item>
    <title>Conky als Systemmonitor</title>
    <link>http://matsch.binaervarianz.de/blog/index.php?/archives/320-Conky-als-Systemmonitor.html</link>
            <category>Allgemein</category>
    
    <comments>http://matsch.binaervarianz.de/blog/index.php?/archives/320-Conky-als-Systemmonitor.html#comments</comments>
    <wfw:comment>http://matsch.binaervarianz.de/blog/wfwcomment.php?cid=320</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://matsch.binaervarianz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=320</wfw:commentRss>
    

    <author>nospam@example.com (Matthias Korn [matsch])</author>
    <content:encoded>
    &lt;a  class=&#039;serendipity_image_link&#039;  rel=&#039;lightbox[lightbox_group_entry_320]&#039; href=&#039;http://matsch.binaervarianz.de/blog/uploads/screenshot-conky.png&#039;&gt;&lt;!-- s9ymdb:87 --&gt;&lt;img width=&quot;71&quot; height=&quot;400&quot; style=&quot;float: left; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://matsch.binaervarianz.de/blog/uploads/screenshot-conky_o.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;

&lt;p&gt;Auf &lt;a href=&quot;http://homebrew.binaervarianz.de/index.php?/archives/8-GKrellM-Ersatz-Conky.html&quot; title=&quot;GKrellM-Ersatz: Conky  - Homebrew&quot;&gt;Hinweis von Mario&lt;/a&gt; habe ich nun auch mal &lt;a href=&quot;http://conky.sourceforge.net/&quot; title=&quot;Conky - a light-weight system monitor&quot;&gt;Conky&lt;/a&gt; als &lt;a href=&quot;http://www.gkrellm.net/&quot; title=&quot;Conky - a light-weight system monitor&quot;&gt;GKrellM&lt;/a&gt;-Ersatz ausprobiert. Conky ist, wie eben auch GKrellM, ein Systemmonitor, der die verschiedensten Befindlichkeiten des Systems anzeigt. Im Unterschied zu GKrellM ist Conky komplett text-basiert und läuft entweder in einem eigenen Fenster oder direkt auf der Root-Konsole im X-Window System unter Linux (u.a.). Dies hat natürlich zur Folge, dass einige Dynamik und vor allem Interaktionsfähigkeiten von GKrellM (Festplatten mounten, Lautstärke regeln, XMMS steuern, etc.) verloren geht. Trotzdem ist Conky eine tolle alternative, da es wirklich extrem dem eigenen Belieben nach konfigurierbar ist, weniger Ressourcen verbraucht und einfach mal viel geiler aussieht (bzw. aussehen kann). Im Prinzip kann man mit Conky alles anzeigen lassen, da man ihm die benötigten Informationen einfach über eigene Skripte zukommen lassen kann und somit erweitern.&lt;/p&gt;

&lt;p&gt;Ich habe mir aus der Dokumentation und verschiedenen Beispielen im Netz mal meine eigene individuelle Konfiguration für Conky zurecht geschneidert (hier dazu meine &lt;a href=&quot;/files/.conkyrc&quot;&gt;&lt;code&gt;.conkyrc&lt;/code&gt;&lt;/a&gt;). Speziell für mein System (ThinkPad T60) sind dabei die IBM-spezifischen ACPI-Informationen für die Lüftergeschwindigkeit und verschiedene System-Temperaturen (&lt;code&gt;$ibm_*&lt;/code&gt;). Außerdem habe ich eingebaut, dass nur die Netzwerk-Schnittstellen angezeigt werden, die im Moment auch Up und konfiguriert sind. Auf meinem Debian-System (Debian Unstable) funktioniert das über die Datei &lt;code&gt;/etc/network/run/ifstate&lt;/code&gt; mit folgender Zeile in der &lt;code&gt;.conkyrc&lt;/code&gt; (für eth1):&lt;/p&gt;

&lt;p&gt;&lt;code&gt;${if_existing /etc/network/run/ifstate eth1=eth1} ... $endif&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Hat jemand andere, distributionsübergreifende Ideen (vielleicht in &lt;code&gt;/proc&lt;/code&gt; auslesen?), das zu lösen? &lt;code&gt;ifstate&lt;/code&gt; scheint nicht überall vorhanden zu sein.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&amp;lt;UPDATE 2008-01-20&amp;gt;&lt;/strong&gt; Eine andere (wahrscheinlich Distributions-unabhängige) Idee scheint es zu sein die Datei &lt;code&gt;/sys/class/net/eth1/operstate&lt;/code&gt; zu überprüfen. Für eth1 sieht das dann folgendermaßen aus:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;${if_existing /sys/class/net/eth1/operstate up} ... $endif&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&amp;lt;/UPDATE&amp;gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Auf meinem Wunschzettel steht nun noch die Anzeige der TCP-Verbindungen in Conky, was ich schon bei einigen Beispielen im Netz gesehen habe, sowie evtl. das Monitoring spezieller Ports. Beides kein Problem in Conky.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Thu, 10 Jan 2008 15:41:37 +0100</pubDate>
    <guid isPermaLink="false">http://matsch.binaervarianz.de/blog/index.php?/archives/320-guid.html</guid>
    <category>conky</category>
<category>debian</category>
<category>desktop</category>
<category>gkrellm</category>
<category>linux</category>
<category>systemmonitor</category>
<category>tipps</category>
<category>tools</category>

</item>
<item>
    <title>&quot;Go around twice if you're happy&quot;</title>
    <link>http://matsch.binaervarianz.de/blog/index.php?/archives/317-Go-around-twice-if-youre-happy.html</link>
            <category>Allgemein</category>
    
    <comments>http://matsch.binaervarianz.de/blog/index.php?/archives/317-Go-around-twice-if-youre-happy.html#comments</comments>
    <wfw:comment>http://matsch.binaervarianz.de/blog/wfwcomment.php?cid=317</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://matsch.binaervarianz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=317</wfw:commentRss>
    

    <author>nospam@example.com (Matthias Korn [matsch])</author>
    <content:encoded>
    &lt;p&gt;This video really made my day...&lt;/p&gt;

&lt;object width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/kfPTGTGLA3E&amp;rel=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/kfPTGTGLA3E&amp;rel=1&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;/embed&gt;&lt;/object&gt;

&lt;p&gt;(&lt;strong&gt;&lt;em&gt;Via:&lt;/em&gt;&lt;/strong&gt; &lt;a href=&quot;http://www.woostercollective.com/2007/11/go_around_twice_if_youre_happy.html&quot;  title=&quot;Wooster Collective: &amp;quot;Go around twice if you&#039;re happy&amp;quot;&quot;&gt;Wooster Collective&lt;/a&gt;)&lt;/p&gt;  
    </content:encoded>

    <pubDate>Sat, 24 Nov 2007 02:02:32 +0100</pubDate>
    <guid isPermaLink="false">http://matsch.binaervarianz.de/blog/index.php?/archives/317-guid.html</guid>
    <category>english</category>
<category>happy</category>
<category>video</category>
<category>youtube</category>

</item>
<item>
    <title>AK Vorratsdatenspeicherung</title>
    <link>http://matsch.binaervarianz.de/blog/index.php?/archives/311-AK-Vorratsdatenspeicherung.html</link>
            <category>Allgemein</category>
    
    <comments>http://matsch.binaervarianz.de/blog/index.php?/archives/311-AK-Vorratsdatenspeicherung.html#comments</comments>
    <wfw:comment>http://matsch.binaervarianz.de/blog/wfwcomment.php?cid=311</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://matsch.binaervarianz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=311</wfw:commentRss>
    

    <author>nospam@example.com (Matthias Korn [matsch])</author>
    <content:encoded>
    &lt;object width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/qUUzBsE3rz0&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/qUUzBsE3rz0&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;/embed&gt;&lt;/object&gt;

&lt;p&gt;Spenden-Link: &lt;a href=&quot;http://www.vorratsdatenspeicherung.de/content/view/66/81/lang,de/&quot;  title=&quot;Stoppt die Vorratsdatenspeicherung! - Spenden&quot;&gt;AK Vorratsdatenspeicherung&lt;/a&gt;&lt;/p&gt;  
    </content:encoded>

    <pubDate>Sun, 30 Sep 2007 09:10:57 +0200</pubDate>
    <guid isPermaLink="false">http://matsch.binaervarianz.de/blog/index.php?/archives/311-guid.html</guid>
    <category>ak vorrat</category>
<category>spenden</category>
<category>video</category>
<category>vorratsdatenspeicherung</category>
<category>youtube</category>

</item>
<item>
    <title>Vorratsdatenspeicherung: Planet unter Beobachtung</title>
    <link>http://matsch.binaervarianz.de/blog/index.php?/archives/310-Vorratsdatenspeicherung-Planet-unter-Beobachtung.html</link>
            <category>Allgemein</category>
    
    <comments>http://matsch.binaervarianz.de/blog/index.php?/archives/310-Vorratsdatenspeicherung-Planet-unter-Beobachtung.html#comments</comments>
    <wfw:comment>http://matsch.binaervarianz.de/blog/wfwcomment.php?cid=310</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://matsch.binaervarianz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=310</wfw:commentRss>
    

    <author>nospam@example.com (Matthias Korn [matsch])</author>
    <content:encoded>
    &lt;p&gt;&lt;a href=&quot;http://www.wortfeld.de/&quot;  title=&quot;Wortfeld  &amp;amp;raquo; Medien Netz Politik Weblog   &quot;&gt;Alexander Svensson&lt;/a&gt; hat einen Teaser für die Demo &lt;a href=&quot;http://www.freiheitstattangst.de/&quot;  title=&quot;Wortfeld  &amp;amp;raquo; Medien Netz Politik Weblog   &quot;&gt;&quot;Freiheit statt Angst&quot;&lt;/a&gt; am 22.09.2007 in Berlin erstellt.&lt;/p&gt;

&lt;object width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/8oBEBB1O8Xk&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/8oBEBB1O8Xk&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;/embed&gt;&lt;/object&gt;

&lt;p&gt;Hintergründe zum Vorhaben der Vorratsdatenspeicherung der Bundesregierung findet man auf der Seite des &lt;a href=&quot;http://www.vorratsdatenspeicherung.de/&quot;  title=&quot;Stoppt die Vorratsdatenspeicherung! - Startseite&quot;&gt;AK Vorrat&lt;/a&gt;. Aktiv kann man sich noch an der &lt;a href=&quot;http://verfassungsbeschwerde.vorratsdatenspeicherung.de/&quot;  title=&quot;Stoppt die Vorratsdatenspeicherung! - Startseite&quot;&gt;Verfassungsbeschwerde&lt;/a&gt; beteiligen oder schauen wie man am kommenden Samstag &lt;a href=&quot;http://wiki.vorratsdatenspeicherung.de/Demo#Anreise&quot;  title=&quot;Demonstration in Berlin am 22. September 2007 - Stoppt die Vorratsdatenspeicherung!&quot;&gt;am besten nach Berlin kommt&lt;/a&gt;! (Es gibt &lt;a href=&quot;http://wiki.vorratsdatenspeicherung.de/Demonstration/Anreise&quot;  title=&quot;Demonstration in Berlin am 22. September 2007/Anreise - Stoppt die Vorratsdatenspeicherung!&quot;&gt;Sonderbusse&lt;/a&gt;)&lt;/p&gt;  
    </content:encoded>

    <pubDate>Mon, 17 Sep 2007 20:48:08 +0200</pubDate>
    <guid isPermaLink="false">http://matsch.binaervarianz.de/blog/index.php?/archives/310-guid.html</guid>
    <category>ak vorrat</category>
<category>berlin</category>
<category>bundesregierung</category>
<category>demo</category>
<category>deutschland</category>
<category>freiheit statt angst</category>
<category>gesellschaft</category>
<category>planet unter beobachtung</category>
<category>privacy</category>
<category>verfassungsbeschwerde</category>
<category>video</category>
<category>vorratsdatenspeicherung</category>
<category>überwachung</category>
<category>youtube</category>

</item>
<item>
    <title>MC Frontalot - It Is Pitch Dark</title>
    <link>http://matsch.binaervarianz.de/blog/index.php?/archives/309-MC-Frontalot-It-Is-Pitch-Dark.html</link>
            <category>Allgemein</category>
    
    <comments>http://matsch.binaervarianz.de/blog/index.php?/archives/309-MC-Frontalot-It-Is-Pitch-Dark.html#comments</comments>
    <wfw:comment>http://matsch.binaervarianz.de/blog/wfwcomment.php?cid=309</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://matsch.binaervarianz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=309</wfw:commentRss>
    

    <author>nospam@example.com (Matthias Korn [matsch])</author>
    <content:encoded>
    &lt;p&gt;&lt;a href=&quot;http://frontalot.com/&quot; &gt;MC Frontalot&lt;/a&gt; new music video for the song &lt;a href=&quot;http://www.youtube.com/watch?v=4nigRT2KmCE&quot;  title=&quot;YouTube - MC Frontalot - It Is Pitch Dark&quot;&gt;&quot;It Is Pitch Dark&quot;&lt;/a&gt; about the text-adventure game &lt;a href=&quot;http://en.wikipedia.org/wiki/Zork&quot;  title=&quot;Zork - Wikipedia, the free encyclopedia&quot;&gt;Zork&lt;/a&gt;. MC Frontalot is part of the &lt;a href=&quot;http://www.bedoper.com/nerdcore/&quot;  title=&quot;nerdcorehiphop.org&quot;&gt;Nerdcore&lt;/a&gt; movement. Free compilation CDs can be downloaded at &lt;a href=&quot;http://www.rhymetorrents.com/&quot;  title=&quot;Rhyme Torrents: The Nerdcore Hip-Hop Compilation CD Project&quot;&gt;RhymeTorrents&lt;/a&gt;.&lt;/p&gt;

&lt;object width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/4nigRT2KmCE&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/4nigRT2KmCE&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;/embed&gt;&lt;/object&gt;

&lt;p&gt;(&lt;strong&gt;&lt;em&gt;Via:&lt;/em&gt;&lt;/strong&gt; &lt;a href=&quot;http://blog.ohtv.de/blog/show/101&quot;  title=&quot;OH! NEWS&quot;&gt;OH! NEWS&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Nerdcore For Life!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  
    </content:encoded>

    <pubDate>Mon, 17 Sep 2007 20:30:57 +0200</pubDate>
    <guid isPermaLink="false">http://matsch.binaervarianz.de/blog/index.php?/archives/309-guid.html</guid>
    <category>cds</category>
<category>culture</category>
<category>download</category>
<category>english</category>
<category>frontalot</category>
<category>geeks</category>
<category>hiphop</category>
<category>kultur</category>
<category>mc</category>
<category>music</category>
<category>musik</category>
<category>nerdcore</category>
<category>nerds</category>
<category>rhymetorrents</category>
<category>zork</category>

</item>
<item>
    <title>Rohrfrei der Marke Coca Cola</title>
    <link>http://matsch.binaervarianz.de/blog/index.php?/archives/308-Rohrfrei-der-Marke-Coca-Cola.html</link>
            <category>Allgemein</category>
    
    <comments>http://matsch.binaervarianz.de/blog/index.php?/archives/308-Rohrfrei-der-Marke-Coca-Cola.html#comments</comments>
    <wfw:comment>http://matsch.binaervarianz.de/blog/wfwcomment.php?cid=308</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://matsch.binaervarianz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=308</wfw:commentRss>
    

    <author>nospam@example.com (Matthias Korn [matsch])</author>
    <content:encoded>
    &lt;p&gt;Dass es &lt;a href=&quot;http://matsch.binaervarianz.de/blog/index.php?/archives/161-Cola-+-Ingwer,-gekocht.html&quot;  title=&quot;Cola + Ingwer, gekocht  - matsch&#039;s blog&quot;&gt;zusammen mit Ingwer gekocht&lt;/a&gt; gut gegen Erkältungen ist haben wir ja schon gelernt. Nun hab ich noch einen viel besseren Haushaltstipp bekommen -- Coca Cola soll sehr gut gegen verstopfte Rohre wirken. Und da gibt es kein besseres Testgebiet als unsere Dusche, die trotz Sieb mit tausenden Haaren verstopft &lt;strike&gt;ist&lt;/strike&gt; war.&lt;/p&gt;

&lt;p&gt;Es hat geholfen wie ein Wunder sag ich euch. &lt;em&gt;Vorher:&lt;/em&gt; Die Dusche läuft schon nach 5 Minuten fast über. &lt;em&gt;Nachher:&lt;/em&gt; Auch nach einer Stunde duschen steigt der Wasserspiegel nicht an. Toll! Den Rest hab ich übrigens getrunken.&lt;/p&gt;
&lt;p&gt;P.S.: Es soll auch gut als Kalklöser dienen. Da fällt mir auch schon eine Stelle ein, die es nötig hätte...&lt;/p&gt;  
    </content:encoded>

    <pubDate>Mon, 17 Sep 2007 20:18:30 +0200</pubDate>
    <guid isPermaLink="false">http://matsch.binaervarianz.de/blog/index.php?/archives/308-guid.html</guid>
    <category>coca cola</category>
<category>cola</category>
<category>haushalt</category>
<category>rohrfrei</category>
<category>tipps</category>
<category>verstopfung</category>

</item>
<item>
    <title>Mein erster RFID-Tag</title>
    <link>http://matsch.binaervarianz.de/blog/index.php?/archives/307-Mein-erster-RFID-Tag.html</link>
            <category>Allgemein</category>
    
    <comments>http://matsch.binaervarianz.de/blog/index.php?/archives/307-Mein-erster-RFID-Tag.html#comments</comments>
    <wfw:comment>http://matsch.binaervarianz.de/blog/wfwcomment.php?cid=307</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://matsch.binaervarianz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=307</wfw:commentRss>
    

    <author>nospam@example.com (Matthias Korn [matsch])</author>
    <content:encoded>
    &lt;div class=&quot;serendipity_imageComment_right&quot; style=&quot;width: 110px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a  class=&#039;serendipity_image_link&#039;  rel=&#039;lightbox[lightbox_group_entry_307]&#039; href=&#039;http://matsch.binaervarianz.de/blog/uploads/rfid-tag.jpg&#039;&gt;&lt;!-- s9ymdb:79 --&gt;&lt;img width=&quot;110&quot; height=&quot;54&quot; src=&quot;http://matsch.binaervarianz.de/blog/uploads/rfid-tag.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Kaufland RFID-Tag&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Tatort: Kaufland, City Gallerie, Siegen&lt;/p&gt;
&lt;p&gt;Nun ist es also so weit. Auch im Kaufland (einer Kette der Lidl- bzw. Schwarz-Gruppe) scheint es jetzt RFID-Etiketten zu geben. Dies durfte ich zumindest heute zufällig auf einem Hygiene-Produkt für ~16  feststellen. Auf allen Produkten nutzen sie es noch nicht. Leider habe ich es erst zu Hause bemerkt, sonst hätte ich der Sache gleich weiter nachgehen können.&lt;/p&gt;
&lt;p&gt;Ich glaube nicht, dass der Tag beim Verlassen des Ladens in irgendeiner Form deaktiviert wurde. Wie könnte man das überhaupt machen? Werden sie zerstört? Wird die ID gelöscht (sind die normalen Etiketten überhaupt schreibbar)? Leider habe ich keinen RFID-Reader. Kann ich irgendwie feststellen ob der Tag noch funktionstüchtig ist?&lt;/p&gt;
&lt;p&gt;Ich werde mich als besorgter Bürger dort wohl nochmal hinbegeben müssen...&lt;/p&gt;  
    </content:encoded>

    <pubDate>Sat, 15 Sep 2007 23:25:16 +0200</pubDate>
    <guid isPermaLink="false">http://matsch.binaervarianz.de/blog/index.php?/archives/307-guid.html</guid>
    <category>etiketten</category>
<category>gesellschaft</category>
<category>kaufland</category>
<category>lidl</category>
<category>rfid</category>
<category>schwarz</category>

</item>
<item>
    <title>Vortrag zum neuen Hackerparagraphen von RA Peter Voigt</title>
    <link>http://matsch.binaervarianz.de/blog/index.php?/archives/306-Vortrag-zum-neuen-Hackerparagraphen-von-RA-Peter-Voigt.html</link>
            <category>Allgemein</category>
    
    <comments>http://matsch.binaervarianz.de/blog/index.php?/archives/306-Vortrag-zum-neuen-Hackerparagraphen-von-RA-Peter-Voigt.html#comments</comments>
    <wfw:comment>http://matsch.binaervarianz.de/blog/wfwcomment.php?cid=306</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://matsch.binaervarianz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=306</wfw:commentRss>
    

    <author>nospam@example.com (Matthias Korn [matsch])</author>
    <content:encoded>
    &lt;p&gt;Nachdem ich auf der &lt;a href=&quot;http://www.froscon.org/&quot; &gt;FrOSCon&lt;/a&gt; schon einen Vortrag von RA Peter Voigt  zum Thema Rechtsfallen im Open Source-Bereich gehört habe, wo er eigentlich auch was zum Hackerparagraphen sagen wollte, hat er mich schon ein bisschen heiß gemacht.&lt;/p&gt;

&lt;p&gt;Jetzt habe ich die Audio-Aufzeichung von seinem &lt;a href=&quot;http://chemnitzer.linux-tage.de/2007/vortraege/detail.html?idx=627&quot;  title=&quot;Chemnitzer Linux-Tage - Veranstaltungsdetails &quot;&gt;Vortrag auf dem Chemnitzer Linuxtag&lt;/a&gt; angehört. Er nimmt dort den Hackerparagraphen (v.a. in Bezug auf OpenSource) aus juristischer Sicht auseinander, nennt Lücken, was drunter fällt und was nicht und gibt auch konkrete Vorschläge beim Umgang mit dem neuen §202c. Sehr interessanter Vortrag -- sehr zu empfehlen! Kurze Beschreibung und Audioaufzeichnungen gibt es &lt;a href=&quot;http://chemnitzer.linux-tage.de/2007/vortraege/detail.html?idx=627&quot;  title=&quot;Chemnitzer Linux-Tage - Veranstaltungsdetails &quot;&gt;hier&lt;/a&gt;.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Thu, 06 Sep 2007 23:31:01 +0200</pubDate>
    <guid isPermaLink="false">http://matsch.binaervarianz.de/blog/index.php?/archives/306-guid.html</guid>
    <category>202c</category>
<category>audio</category>
<category>chemnitzer linuxtag</category>
<category>empfehlung</category>
<category>gesetze</category>
<category>hackerparagraph</category>
<category>linuxtag</category>
<category>opensource</category>
<category>peter voigt</category>
<category>recht</category>
<category>rechtsanwalt</category>
<category>vortrag</category>

</item>

</channel>
</rss>