<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ra`s fnord</title>
	<atom:link href="http://ra.fnord.at/feed/" rel="self" type="application/rss+xml" />
	<link>http://ra.fnord.at</link>
	<description>blog</description>
	<lastBuildDate>Wed, 14 Mar 2012 14:56:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Easy and secure anonymous internet usage</title>
		<link>http://ra.fnord.at/2011/05/easy-and-secure-anonymous-internet-usage/</link>
		<comments>http://ra.fnord.at/2011/05/easy-and-secure-anonymous-internet-usage/#comments</comments>
		<pubDate>Sun, 29 May 2011 15:42:31 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/?p=247</guid>
		<description><![CDATA[Short version: An easy and secure way for anonymous int [...]]]></description>
			<content:encoded><![CDATA[<h3>Short version:</h3>
<p> An easy and secure way for anonymous internet usage: </p>
<ol>
<li dir="ltr">Install and start <a href="http://www.virtualbox.org/">Virtualbox</a> (at least version 4).</li>
<li dir="ltr">Download two VM images: <a href="https://github.com/downloads/ra--/Tor-gateway/Tor%20gateway%200.5.1.ova">Tor gateway</a> and <a href="http://pluto.fsinf.at/~ra/Tor%20workstation%200.1.6.ova">Tor workstation</a></li>
<li dir="ltr">Import the images (in Virtualbox File-&gt;Import Appliance)</li>
</ol>
<p dir="ltr">To start using the internet anonymously you just have to start both VMs <em>Tor gateway</em> VM and <em>Tor workstation</em> VM. As soon as they they finished booting, you can use the anonymous internet access through the Tor workstation. If you want to stop using the internet anonymously, just power down both VMs.</p>
<h3>Long version:</h3>
<p> The goal of this article is to provide a solution to use the internet anonymously in an easy and secure way. Anonymous as in no one but you must be able to tell that you are communication with a certain receiver (like browsing a website: No one must know that you are surfing that certain website). A way to use the internet anonymously is to use an internet connection that can not be tracked down to your person and a computer that has no information stored about you. Which means quite an effort every single time you want to use the internet anonymously. For an internet connection that can not be tracked down to your person, software like <a href="http://www.torproject.org/">Tor</a> has been developed to accomplish this also over a non-anonymous internet connection. Checking if the computer has no information stored about you, can not be handled by the Tor software and must be handled by the user! Currently there is one major problem if you want to use the internet anonymously: You really do have to understand the functioning of computer networks and the Tor software to a degree that is far away from being trivial &#8211; otherwise you might probably use the software in an insecure way. Let me give you some examples: </p>
<ol>
<li>Install the Tor client to your Operating System and configure your browser to use the local TOR client through <a href="http://en.wikipedia.org/wiki/SOCKS">SOCKS</a>-proxy functionality of Tor (or use extensions like <a href="https://www.torproject.org/torbutton/">Torbutton</a> for Firefox to do that for you). While this is quite easy to accomplish, it has a major security drawback: If you use your everyday browser it has a lot of information stored about you and your browsing history and behavior which it might leak. Even if you use some other browser, you must turn of all plugins like Java or Flash and disable Javascript (or use a proxy like <a href="http://www.privoxy.org/">Privoxy</a> to do that for you) so they can not leak information like which sites you visited or in which network or city you are, &#8230; But this breaks lots of websites nowadays. While this approach might be easy it is usable for browsers only and far from being &quot;secure&quot;.</li>
<li>If you use the <a href="http://tsocks.sourceforge.net/">tsocks</a>/torify approach which allows non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use SOCKS without any modification, you can use most applications. But they might still leak information about the local system themselves. Besides there is the risk of just forgetting to type the “torify” in front of the command that should be executed. Which is definitely <strong>not</strong> what one wants to happen. So this approach is neither &quot;easy&quot; nor &quot;secure&quot;.</li>
<li>The VM approach I already wrote about in an <a href="/2010/02/routing-unmodified-virtual-machines-through-the-tor-network/">article</a> earlier, puts the software you are using on the internet into an virtual machine (VM) which reduces the risk to leak information about you and the information within the VM. The drawback is that you have to configure a <a href="/2010/02/routing-unmodified-virtual-machines-through-the-tor-network/">redirection with a packet filter</a> or firewall on your host system and that you have to set up and configure a VM to use as an anonymous workstation. So this approach is still far from being &quot;easy&quot;.</li>
</ol>
<p> Which is why I want to discuss a new approach that is at least as secure as the last one above (#3) but additionally should be quite easy to use: </p>
<ol>
<li>Install and start <a href="http://www.virtualbox.org/">Virtualbox</a> (at least version 4).</li>
<li>Download two VM images: <a href="https://github.com/downloads/ra--/Tor-gateway/Tor%20gateway%200.5.1.ova">Tor gateway</a> and <a href="http://pluto.fsinf.at/~ra/Tor%20workstation%200.1.6.ova">Tor workstation</a></li>
<li>Import the images (in Virtualbox File-&gt;Import Appliance)</li>
</ol>
<p> To start using the internet anonymously you just have to start both VMs <em>Tor gateway</em> VM and <em>Tor workstation</em> VM. As soon as they finished booting, you can use the anonymous internet access through the Tor workstation. If you want to stop using the internet anonymously, just power down both VMs. The task of routing traffic through the Tor network has been moved to the <em>Tor gateway</em> VM. So you do <strong>not</strong> have to modify your local system any more then installing Virtualbox and importing both VMs. You do have a preconfigured Tor workstation ready to use that boots within a minute and you can be sure to anonymously use the internet. The Tor gateway runs OpenWRT Linux using just about 8Mb of disk space and 32Mb of RAM. It boots in less then 3 seconds and transparently routes all traffic generated within the Tor gateway itself and every traffic coming on the virtual internal interface &quot;<em>tor</em>&quot; through the Tor network. You do not need to do anything but start when you want to use Tor and stop the VM when you finished. The Tor workstation runs Micro Core Linux using about 120Mb of disk space and 192Mb of RAM. It boots in less then a minute and has some browsers (Firefox, Chromium and Opera) and a terminal installed. It only stores information within a session. So if you shut it down and boot it again it does not have any information about the previous session. Of course you are not forced to use the Tor workstation. You can use <strong>any</strong> other VM (Linux, Windows, AmigaOS, just any TCP/IP capable Operating System). Just configure the network settings of the VM (in Virtualbox Settings-&gt;Network-&gt;Adapter attached to <em>internal network </em> &quot;tor&quot;). Please report, if you encounter any unwanted behavior or find any problems! Also do so if you have got any suggestions to improve the VMs or this approach as a whole. Side note: The content of the communication between you (Tor workstation VM) and any receiver (e.g. a website) is necessarily only encrypted within the Tor network. So if you open an unencrypted connection to any receiver the Tor exit node which in fact opens the connection to the receiver is able to see the content of the connection. So do not send any sensible information like passwords over unencrypted connections!</p>
<p><strong>Information for developers</strong></p>
<p>There is a <a href="https://github.com/ra--/Tor-gateway">git repository</a> available for building the Tor gateway image from scratch. Feedback and patches are welcome.</p>
<p><strong>Changelog</strong></p>
<p><a href="https://github.com/downloads/ra--/Tor-gateway/Tor%20gateway%200.5.1.ova">Tor gateway 0.5.1</a>:</p>
<ul>
<li>Updated Tor version to 0.2.2.35</li>
</ul>
<p><a href="https://github.com/downloads/ra--/Tor-gateway/Tor%20gateway%200.5.0.ova">Tor gateway 0.5.0</a>:</p>
<ul>
<li>First version built from source</li>
<li>Upgrade to OpenWRT <em>Backfire</em> 10.03.1</li>
</ul>
<p><a href="https://github.com/downloads/ra--/Tor-gateway/Tor%20gateway%200.3.5.ova">Tor gateway 0.3.5</a>:</p>
<ul>
<li>/etc/iptables.conf removed unneeded nat rule, fixed permissions</li>
<li>/usr/local/lib deleted</li>
<li>/etc/init.d/firewall added</li>
<li>start firewall, dhcpd and tor from init (clean /etc/rc.local) </li>
<li>cleaned /etc/rc.d</li>
<li>only load needed netfilter kernel modules</li>
</ul>
<p><a href="https://github.com/downloads/ra--/Tor-gateway/Tor%20fast%20gateway%200.1.0.ova">Tor fast gateway 0.1.0</a>:</p>
<ul>
<li>Updated Tor version to 0.2.2.35</li>
</ul>
<p><a href="https://github.com/downloads/ra--/Tor-gateway/Tor%20fast%20gateway%200.0.2.ova">Tor fast gateway 0.0.2</a>:</p>
<ul>
<li>fixed grub entry</li>
<li>deleted unneeded file /root/fwstop.sh</li>
</ul>
<p><a href="https://github.com/downloads/ra--/Tor-gateway/Tor%20fast%20gateway%200.0.1.ova">Tor fast gateway 0.0.1</a> (based on Tor gateway 0.3.4):</p>
<p>To use the fast gateway you need to change the internal network of workstation VM to &quot;torfast&quot;.</p>
<ul>
<li>python and sudo packages installed</li>
<li>32-&gt;48MB RAM</li>
<li>HD resized to 30MB</li>
<li>/etc/tor/torrc directory port activated, added default entry/exit fingerprints, disable logging, no extra-info, authentication cookie</li>
<li>/etc/init.d/firewall added</li>
<li>/usr/local/lib deleted</li>
<li>load only needed netfilter kernel modules</li>
<li>torctl user and group added</li>
<li>/etc/rc.local auth cookie permissions, sudo</li>
<li>/etc/iptables.conf removed unneeded nat rule</li>
<li>vbox: internal network &quot;tor&quot;-&gt;&quot;torfast&quot;</li>
<li>/usr/local/TorCtl added pytorctl library + fastgw.py script</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2011/05/easy-and-secure-anonymous-internet-usage/feed/</wfw:commentRss>
		<slash:comments>127</slash:comments>
		</item>
		<item>
		<title>IBM/Lenovo X60s BIOS upgrade</title>
		<link>http://ra.fnord.at/2010/08/ibmlenovo-x60s-bios-upgrade-2/</link>
		<comments>http://ra.fnord.at/2010/08/ibmlenovo-x60s-bios-upgrade-2/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 15:37:41 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/?p=237</guid>
		<description><![CDATA[The IBM/Lenovo X60s has two Mini-PCI-Express slots: On [...]]]></description>
			<content:encoded><![CDATA[<p>The IBM/Lenovo X60s has two Mini-PCI-Express slots: One for a WLAN and the other for WWAN-device.<br />
IBM/Lenovo whitelists some device according to their PCI IDs in the BIOS. So if you want to use a WLAN or WWAN card that has not been &#8220;blessed&#8221; by IBM/Lenovo you will see the error &#8220;1802&#8243; or &#8220;1804&#8243;, the BIOS will disable the device and it can not be used by the operating system.</p>
<p>&#8220;<a href="http://forum.thinkpads.com/memberlist.php?mode=viewprofile&amp;u=20094">Zender</a>&#8221; did a lot of work and <a href="http://www.endeer.cz/bios.tools/bios.html">published</a> information on how to bypass that errors. If you want the direct URL to the BIOS modifications contact me as Zender does not want the URL to be publicly available.</p>
<p>Using his BIOS modification and the instructions on <a href="http://www.thinkwiki.org/wiki/BIOS_Upgrade/X_Series#Approach_2:_Load_an_USB_driver.2C_create_RAM_disk_and_copy_the_files_to_the_RAM_disk">thinkwiki</a> I put together a <a href="/wp-content/uploads/7buj27uc.iso">BIOS update CDROM-ISO</a> to upgrade the BIOS from an external USB-CDROM which I tested on my X60s but it should also work on X60. Two notes: If you already have the latest BIOS version, you have to downgrade the BIOS first and if you have a custom logo you have to remove that (and than apply it again).</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2010/08/ibmlenovo-x60s-bios-upgrade-2/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Building an auditory and visual stimulation device with EEG feedback loop</title>
		<link>http://ra.fnord.at/2010/06/building-an-auditory-and-visual-stimulation-device-with-eeg-feedback-loop/</link>
		<comments>http://ra.fnord.at/2010/06/building-an-auditory-and-visual-stimulation-device-with-eeg-feedback-loop/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 14:18:46 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/?p=216</guid>
		<description><![CDATA["Building an auditory and visual stimulation device wit [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;<em>Building an auditory and visual stimulation device with EEG feedback loop. An open source software and hardware approach for controllable brainwave entrainment.</em>&#8221; is the title of my bachelor thesis.</p>
<p>More populistic I could say this is about finding out if it is possible to build a device which lets a human sleep and wake up again purposely.</p>
<p>Sounds interesting? Do not hesitate to read the <a href="/wp-content/uploads/Annessi-Building-an-AVSD-with-EEG-feedback.pdf">thesis</a> and/or leave a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2010/06/building-an-auditory-and-visual-stimulation-device-with-eeg-feedback-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Routing unmodified Virtual Machines through the TOR network</title>
		<link>http://ra.fnord.at/2010/02/routing-unmodified-virtual-machines-through-the-tor-network/</link>
		<comments>http://ra.fnord.at/2010/02/routing-unmodified-virtual-machines-through-the-tor-network/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 16:43:13 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/?p=205</guid>
		<description><![CDATA[So far I had three different TOR setups:

	A browser  [...]]]></description>
			<content:encoded><![CDATA[<p>So far I had three different <a href="http://www.torproject.org/">TOR</a> setups:</p>
<ul>
<li>A browser (<a href="http://www.mozilla.com/firefox/">Firefox</a>) using a local HTTP proxy (<a href="http://www.privoxy.org/">Privoxy</a>) which uses a local TOR client through <a href="http://en.wikipedia.org/wiki/SOCKS">SOCKS</a>.</li>
<li><a href="http://tsocks.sourceforge.net/">tsocks</a>/torify to make non-SOCKS-aware-applications work through TOR.</li>
<li>A virtual machine (VM) where some applications are configured to use the local HTTP proxy and/or TOR client.</li>
</ul>
<p>Each of these setups has different disadvantages and neither fits my requirements:</p>
<ul>
<li>In the browser approach I had to turn off all plugins (Java, Flash, ..) and Javascript so they can not leak information about the local system. Unfortunately this breaks many websites nowadays.</li>
<li>The tsocks/torify approach works for most applications but they may leak information about the local system themselves. Anyway there is a small risk of just forgetting to type the &#8220;torify&#8221; in front of the command I want to execute which I really do <strong>not</strong> want to happen.</li>
<li>The VM approach is like putting the two previous approaches into a VM. So the risk of leaking local information is reduced to the VM. Anyway I have to make applications running within the VM explicitely use the TOR network. Besides I want to take care that no other traffic but TOR is going out of the VM which means I have to set up a packet filter on the host.</li>
</ul>
<p>One solution might be to transparently route a VM through the TOR network so that a VM does not need to be modified in any way. It is quite simple and should work on all OS although I just tried it on a Linux host. As already said, the VM can run any OS!</p>
<p>The host must to redirect all TCP packets to a transparent SOCKS proxy which itself forwards the packets to a TOR client. UDP packets with destination port 53 are redirected to a small script which puts the payload into a TCP packet and forwards it to a TOR client. This is necessary because TOR itself can only handle TCP packets. The host must drop all other packets coming from the VM.</p>
<p>How this works under a Linux host:</p>
<ul>
<li> Create an unprivileged user &#8220;torbob&#8221; that runs the VMs.</li>
<li>Choose a virtualization software. I decided to go for <a href="http://wiki.qemu.org/Main_Page">qemu</a>/<a href="http://www.linux-kvm.org/page/Main_Page">kvm</a> since I am already familiar with it. Using <a href="http://www.virtualbox.org/">Virtualbox</a> or <a href="http://www.vmware.com/">VMware</a> should also work.</li>
<li>Install, configure and run a transparent SOCKS proxy. I use <a href="http://darkk.net.ru/redsocks/">redsocks</a> but there are also others around. Remember the port it is listening on (31337 in this case). <strong>Update: </strong>This is not necessary anymore, because Tor has an inbuilt SOCKS proxy since version 0.2.0.1-alpha. Just add &#8220;TransListenAddress 127.0.0.1&#8243; and &#8220;TransPort 31337&#8243; to your torrc.</li>
<li>Configure and run the tor-dns-proxy.py script from <a href="http://monkey.org/~dugsong/dsocks/">dsocks</a> which does the UDP-&gt;TCP packet DNS conversion and remember the port it is listening on (1253 in this case). <strong>Update: </strong>This is not necessary anymore, because Tor has this inbuilt since version 0.2.0.1-alpha. Just add &#8221; DNSListenAddress 127.0.0.1&#8243; and &#8220;DNSPort 1253&#8243; to your torrc. If you want to be able to resolve .onion domains, you also have to add &#8220;VirtualAddrNetwork 10.192.0.0/10&#8243; to your torrc.</li>
<li>Redirect the packets from the VM to the local daemons:</li>
</ul>
<p>iptables -A OUTPUT -t nat -p tcp -m owner &#8211;uid-owner torbob -j REDIRECT &#8211;to-ports 31337<br />
iptables -A OUTPUT -t nat -p udp &#8211;dport 53 -m owner &#8211;uid-owner torbob -j REDIRECT &#8211;to-ports 1253</p>
<ul>
<li>Make sure that packets to that daemons are accepted and all other packets from that user are dropped/logged:</li>
</ul>
<p>iptables -A OUTPUT -d 127.0.0.1/32 -p tcp -m tcp &#8211;dport 31337 -m owner &#8211;uid-owner torbob -j ACCEPT<br />
iptables -A OUTPUT -d 127.0.0.1/32 -p udp -m udp &#8211;dport 1253 -m owner &#8211;uid-owner torbob -j ACCEPT<br />
iptables -A OUTPUT -m owner &#8211;uid-owner torbob -j LOG<br />
iptables -A OUTPUT -m owner &#8211;uid-owner torbob -j DROP</p>
<ul>
<li>If you want to share files through SMB between the host and the VM you have to add a few more rules *before* the rules above:</li>
</ul>
<p>iptables -A OUTPUT -t nat -d 127.0.0.1/32 -p tcp -m tcp &#8211;dport 445 -m owner &#8211;uid-owner torbob -j RETURN<br />
iptables -A OUTPUT -t nat -d 127.0.0.1/32 -p tcp -m tcp &#8211;dport 139 -m owner &#8211;uid-owner torbob -j RETURN<br />
iptables -A OUTPUT -d 127.0.0.1/32 -p udp -m udp &#8211;dport 137 -m owner &#8211;uid-owner torbob -j ACCEPT<br />
iptables -A OUTPUT -d 127.0.0.1/32 -p tcp -m tcp &#8211;dport 445 -m owner &#8211;uid-owner torbob -j ACCEPT<br />
iptables -A OUTPUT -d 127.0.0.1/32 -p tcp -m tcp &#8211;dport 139 -m owner &#8211;uid-owner torbob -j ACCEPT</p>
<ul>
<li>Thats it. Now starting a VM (or running any other program) as user &#8220;torbob&#8221; will either route its traffic through the TOR network (or drop the packets if they use an unsupported protocol).</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2010/02/routing-unmodified-virtual-machines-through-the-tor-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mindfuck installation vor dem Freihaus</title>
		<link>http://ra.fnord.at/2009/05/mindfuck-installation-vor-dem-freihaus/</link>
		<comments>http://ra.fnord.at/2009/05/mindfuck-installation-vor-dem-freihaus/#comments</comments>
		<pubDate>Sat, 30 May 2009 16:24:50 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Conspiracy]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[Vienna]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/?p=179</guid>
		<description><![CDATA[Eine sehr nette Mindfuck-Installation entdeckt vor ca 2 [...]]]></description>
			<content:encoded><![CDATA[<p>Eine sehr nette Mindfuck-Installation entdeckt vor ca 2 Wochen vor dem Eingang zum Freihaus:</p>
<p><img class="aligncenter size-large wp-image-191" title="dsc001811" src="http://ra.fnord.at/wp-content/uploads/dsc001811-768x1024.jpg" alt="dsc001811" width="600" height="800" /><img class="aligncenter size-large wp-image-192" title="dsc001781" src="http://ra.fnord.at/wp-content/uploads/dsc001781-1024x768.jpg" alt="dsc001781" width="800" height="600" /><img class="aligncenter size-large wp-image-193" title="dsc001801" src="http://ra.fnord.at/wp-content/uploads/dsc001801-1024x768.jpg" alt="dsc001801" width="800" height="600" /><img class="aligncenter size-large wp-image-194" title="dsc001791" src="http://ra.fnord.at/wp-content/uploads/dsc001791-1024x768.jpg" alt="dsc001791" width="800" height="600" /></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2009/05/mindfuck-installation-vor-dem-freihaus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instant messaging file transfers just do not work</title>
		<link>http://ra.fnord.at/2009/05/instant-messaging-file-transfers-just-do-not-work/</link>
		<comments>http://ra.fnord.at/2009/05/instant-messaging-file-transfers-just-do-not-work/#comments</comments>
		<pubDate>Sat, 30 May 2009 12:34:49 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/?p=181</guid>
		<description><![CDATA[A few days ago I wanted to quickly send a file through  [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago I wanted to quickly send a file through my instant messaging client which neither worked through xmpp nor icq. It came to my mind that I keep having this problem for years now and having to send files through email sucks.</p>
<p>So I decided to write a small script which is executed from the context menu of konqueror or dolphin (kde file browsers). It compresses a file or directory, sets a password and uploads it to filefactory.com .</p>
<p><a href="http://kde-apps.org/content/show.php?content=105900">project site on kde-apps.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2009/05/instant-messaging-file-transfers-just-do-not-work/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Petition: 15% Radanteil in Wien (bis 2020)</title>
		<link>http://ra.fnord.at/2009/05/petition-15-radanteil-in-wien-bis-2020/</link>
		<comments>http://ra.fnord.at/2009/05/petition-15-radanteil-in-wien-bis-2020/#comments</comments>
		<pubDate>Tue, 26 May 2009 13:55:26 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Vienna]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/?p=174</guid>
		<description><![CDATA[Eine meines Erachtens begrüßenswerte Petition. [...]]]></description>
			<content:encoded><![CDATA[<p>Eine meines Erachtens begrüßenswerte <a href="http://lobby.ig-fahrrad.org/15-radanteil-petition-zur-charta-von-bruessel/">Petition</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2009/05/petition-15-radanteil-in-wien-bis-2020/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash cookies</title>
		<link>http://ra.fnord.at/2009/04/flash-cookies/</link>
		<comments>http://ra.fnord.at/2009/04/flash-cookies/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 23:08:50 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/?p=168</guid>
		<description><![CDATA[If you are concered about your privacy while browsing y [...]]]></description>
			<content:encoded><![CDATA[<p>If you are concered about your privacy while browsing you probably know about <a href="http://en.wikipedia.org/wiki/HTTP_cookie">cookies</a> and handle them properly (delete them automatically when closing a browser session, block all cookies except whitelisted ones, ..).</p>
<p>Macromedia/Adobe introduced something similar to cookies called &#8220;<a href="http://en.wikipedia.org/wiki/Local_Shared_Object">Local Shared Object</a>&#8221; in Flash6. Unfortunately browsers (at least <a href="http://www.mozilla.com/en-US/firefox/firefox.html">Firefox</a>) currently do not handle Flash cookies easily. If you tell your browser to clear its cookies they simply persist.</p>
<p>I was very surprised by the vast amount of flash cookies located on my system. Take a look yourself &#8220;~/.macromedia/Flash_Player/#SharedObjects/&#8221; for Linux, &#8220;~/Library/Preferences/Macromedia/Flash Player/#SharedObjects/&#8221; for Mac OS X or &#8220;%APPDATA%\Macromedia\Flash Player\#SharedObjects\&#8221; for Windows XP/Vista.</p>
<p>Two Flash cookies on my system are related to a browser game all others were not needed and I deleted them. You can configure your <a href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager06.html">flash preferences at Adobe</a>. If you want to deny all Flash cookies you need to set the amount of disk space that can be used to &#8220;None&#8221; at the &#8220;Global Storage Settings&#8221;. You will then be asked everytime a Flash object wants to set a cookies unless you also enable &#8220;Never ask again&#8221;.</p>
<p><a href="http://tips.webdesign10.com/flash-cookies-privacy">Some more information about Flash cookies.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2009/04/flash-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wie funktioniert unser Geldsystem?</title>
		<link>http://ra.fnord.at/2009/02/wie-funktioniert-unser-geldsystem/</link>
		<comments>http://ra.fnord.at/2009/02/wie-funktioniert-unser-geldsystem/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 14:09:25 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Conspiracy]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/?p=156</guid>
		<description><![CDATA[Zuerst wird der Animationsfilm "Goldschmied Fabian - Gi [...]]]></description>
			<content:encoded><![CDATA[<p>Zuerst wird der Animationsfilm &#8220;Goldschmied Fabian &#8211; Gib mir die Welt +5%&#8221; gezeigt und danach hält Nicolas Hofer seinen Vortrag &#8220;Die Evolution des Geldbilds&#8221;.</p>
<p>Für mich bisher die beste Erklärung zu unserem Geldsystem in einem Video. Auch wenn es insgesamt recht lange dauert (2:18h), kann ich es jedem Interessiertem empfehlen.</p>
<p><a title="URL für den Download." href="http://www.archive.org/download/AZK_Nicolas_Hofer_080927/AZK_080927_Ev-Geldbild_1.5k_512kb.mp4">URL für den Download.</a></p>
<p><embed type="application/x-shockwave-flash" width="640" 	height="504" 	allowfullscreen="true" 	allowscriptaccess="always" 	src="http://www.archive.org/flow/flowplayer.commercial-3.0.5.swf" 	w3c="true" 	flashvars='config={"key":"#$b6eb72a0f2f1e29f3d4","playlist":[{"url":"http://www.archive.org/download/AZK_Nicolas_Hofer_080927/format=Thumbnail?.jpg","autoPlay":true,"scaling":"fit"},{"url":"http://www.archive.org/download/AZK_Nicolas_Hofer_080927/AZK_080927_Ev-Geldbild_1.5k_512kb.mp4","autoPlay":false,"accelerated":true,"scaling":"fit"},{"url":"http://www.archive.org/download/AZK_Nicolas_Hofer_080927/AZK_080927_Ev-Geldbild_1k_512kb.mp4","autoPlay":false,"accelerated":true,"scaling":"fit"},{"url":"http://www.archive.org/download/AZK_Nicolas_Hofer_080927/AZK_080927_Ev-Geldbild_2k_512kb.mp4","autoPlay":false,"accelerated":true,"scaling":"fit"},{"url":"http://www.archive.org/download/AZK_Nicolas_Hofer_080927/AZK_080927_Ev-Geldbild_hq_512kb.mp4","autoPlay":false,"accelerated":true,"scaling":"fit"},{"url":"http://www.archive.org/download/AZK_Nicolas_Hofer_080927/AZK_080927_Ev-Geldbild_low_512kb.mp4","autoPlay":false,"accelerated":true,"scaling":"fit"},{"url":"http://www.archive.org/download/AZK_Nicolas_Hofer_080927/AZK_080927_Ev-Geldbild_small_512kb.mp4","autoPlay":false,"accelerated":true,"scaling":"fit"}],"clip":{"autoPlay":false,"accelerated":true,"scaling":"fit"},"canvas":{"backgroundColor":"0x000000","backgroundGradient":"none"},"plugins":{"audio":{"url":"http://www.archive.org/flow/flowplayer.audio-3.0.3-dev.swf"},"controls":{"playlist":true,"fullscreen":true,"gloss":"high","backgroundColor":"0x000000","backgroundGradient":"medium","sliderColor":"0x777777","progressColor":"0x777777","timeColor":"0xeeeeee","durationColor":"0x01DAFF","buttonColor":"0x333333","buttonOverColor":"0x505050"}},"contextMenu":[{"Item AZK_Nicolas_Hofer_080927 at archive.org":"function()"},"-","Flowplayer 3.0.5"]}'> </embed></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2009/02/wie-funktioniert-unser-geldsystem/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://www.archive.org/download/AZK_Nicolas_Hofer_080927/AZK_080927_Ev-Geldbild_1.5k_512kb.mp4" length="603519386" type="video/mp4" />
<enclosure url="http://www.archive.org/download/AZK_Nicolas_Hofer_080927/AZK_080927_Ev-Geldbild_1k_512kb.mp4" length="603517115" type="video/mp4" />
<enclosure url="http://www.archive.org/download/AZK_Nicolas_Hofer_080927/AZK_080927_Ev-Geldbild_2k_512kb.mp4" length="603528414" type="video/mp4" />
<enclosure url="http://www.archive.org/download/AZK_Nicolas_Hofer_080927/AZK_080927_Ev-Geldbild_hq_512kb.mp4" length="605086515" type="video/mp4" />
<enclosure url="http://www.archive.org/download/AZK_Nicolas_Hofer_080927/AZK_080927_Ev-Geldbild_low_512kb.mp4" length="602112027" type="video/mp4" />
<enclosure url="http://www.archive.org/download/AZK_Nicolas_Hofer_080927/AZK_080927_Ev-Geldbild_small_512kb.mp4" length="592907130" type="video/mp4" />
		</item>
		<item>
		<title>2 Monate Arte-Magazin (gratis)</title>
		<link>http://ra.fnord.at/2008/12/2-monate-arte-magazin-gratis/</link>
		<comments>http://ra.fnord.at/2008/12/2-monate-arte-magazin-gratis/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 11:16:18 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/?p=147</guid>
		<description><![CDATA[Einfach bei arte-magazin.de bestellen. (: [...]]]></description>
			<content:encoded><![CDATA[<p>Einfach bei <a href="http://www.arte-magazin.de/gratisabo">arte-magazin.de</a> bestellen. (:</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2008/12/2-monate-arte-magazin-gratis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox extensions</title>
		<link>http://ra.fnord.at/2008/11/firefox-extensions/</link>
		<comments>http://ra.fnord.at/2008/11/firefox-extensions/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 10:23:50 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/?p=128</guid>
		<description><![CDATA[These are the firefox extensions I use today. I hope so [...]]]></description>
			<content:encoded><![CDATA[<p>These are the firefox extensions I use today. I hope some of them are as useful for you as they are for me. If you know any extensions I should not have left out or think that one of the below is outdated just leave a comment..</p>
<ul>
<li><a href="http://adblockplus.org/">adblock plus</a>: ad blocker</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/2497">cookiesafe</a>: control cookie persmissions from within the statusbar.</li>
<li><a href="http://www.customizegoogle.com/">customizegoogle</a>: enhance google search results by adding extra information and remove ads and spam.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/26">download statusbar</a>: nice download manager</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/998">tagsifter</a>: tag your bookmarks. finally bookmarks become useable..</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/3362">update scanner</a>: monitors webpages for updates which still don&#8217;t provide rss feeds</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/6843">mitm me</a>: bypass the very annoying ssl errors introduced in firefox3 with a single click.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/918">gtranslate</a>: translates the selected text via google translate</li>
<li><a href="http://mozilla.dorando.at/readme.html">keyconfig</a>: nice key configuration. Personally I use it to configure the forward and back keys.</li>
<li><a href="http://noscript.net/">noscript</a>: allows JavaScript, Java, Flash and other plugins to be executed only by web sites of your choice.</li>
<li><a href="http://fasterfox.mozdev.org/">fasterfox</a>: performance and network tweaks for firefox</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/2254">unplug</a>: download flash movies easily (for firefox3 there is no &#8220;official&#8221; but a &#8220;<a href="http://lummox.wz.cz/misc/unplug.html">modded</a>&#8221; version which just alters the version check).</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/573">add n edit cookies</a>: cookie editor that allows you add and edit session and saved cookies</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/6349">bugmenot</a>: bypass annoying web registrations with the context menu (input from ).</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/953">refcontrol</a>: control what gets sent as http referer on per-site basis.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1122">tab mix plus</a>: has a very rich (not to say bloated) feature set. Currently I use the multi row tab feature and the closed tabs icon (which is way better than the default one).</li>
<li><a href="http://getfirebug.com/">firebug</a>: edit, debug, and monitor CSS, HTML, and JavaScript live</li>
<li><a href="http://www.safecache.com/">safecache</a>: defends against cache-based tracking techniques but is currently only available for firefox2.</li>
<li><a href="http://www.safehistory.com/">safehistory</a>: defends against visited-link-based tracking techniques but is also only available for firefox2.<a href="http://www.safehistory.com/"><br />
</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2008/11/firefox-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kmail auto add address to addressbook</title>
		<link>http://ra.fnord.at/2008/11/kmail-auto-add-address-to-addressbook/</link>
		<comments>http://ra.fnord.at/2008/11/kmail-auto-add-address-to-addressbook/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 13:45:22 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/?p=124</guid>
		<description><![CDATA[I just figured out how to automatically add addresses I [...]]]></description>
			<content:encoded><![CDATA[<p>I just figured out how to automatically add addresses I wrote an email to to my addressbook in <a href="http://kontact.kde.org/kmail/">kmail</a>. Christian Schaarschmidt wrote a <a href="https://bugs.kde.org/attachment.cgi?id=19248">small patch</a> which adds a filter you can define for your outgoing mails. Unfortunately it&#8217;s not available in vanilla kmail (yet?). I added an updated ebuild+patch to my <a href="http://code.google.com/p/ra-gentoo-overlay/source/browse/trunk/kde-base/kmail">gentoo repository</a> so one can easily use it.</p>
<p>I think got used to that feature with the previous mail client I used: <a href="http://www.mozilla.com/en-US/thunderbird/">thunderbird</a> and I am wondering if the mail client I used before thunderbird (<a href="http://www.mutt.org/">mutt</a>) has a similar feature.</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2008/11/kmail-auto-add-address-to-addressbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mindmachine</title>
		<link>http://ra.fnord.at/2008/11/mindmachine/</link>
		<comments>http://ra.fnord.at/2008/11/mindmachine/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 16:39:45 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/?p=120</guid>
		<description><![CDATA[I just created a new tumblelog/soup in which I will doc [...]]]></description>
			<content:encoded><![CDATA[<p>I just created a new <a href="http://mindmachine.soup.io/">tumblelog/soup</a> in which I will document the progress of creating a Sound&amp;Light-Machine with EEG feedback loop (aka Mindmachine). The soup is currently empty but I will feed it within the next weeks with the current status of the project.</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2008/11/mindmachine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google proxy</title>
		<link>http://ra.fnord.at/2008/10/google-proxy/</link>
		<comments>http://ra.fnord.at/2008/10/google-proxy/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 13:44:20 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/?p=115</guid>
		<description><![CDATA[Some time ago I had the idea to write a google proxy wh [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago I had the idea to write a google proxy which implements the features of the <a href="http://www.customizegoogle.com/">customizegoogle</a> extension for firefox but should be browser and operating system independent. Today I stumbled across <a href="http://www.scroogle.org/">scroogle</a> which apparently does implement some of the features (and uses ssl).<br />
If you want to use it as default search engine in firefox, enter &#8220;about:config&#8221; in the location bar, search for &#8220;keyword.url&#8221; and change the value to &#8220;https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=&#8221;.<br />
There are also <a href="http://mycroft.mozdev.org/search-engines.html?name=scroogle">search engine plugins</a> available.</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2008/10/google-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo overlay</title>
		<link>http://ra.fnord.at/2008/10/gentoo-overlay/</link>
		<comments>http://ra.fnord.at/2008/10/gentoo-overlay/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 19:55:31 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/?p=110</guid>
		<description><![CDATA[I finally put my local ebuilds online. Browse my Gentoo [...]]]></description>
			<content:encoded><![CDATA[<p>I finally put my local ebuilds online. <a href="http://code.google.com/p/ra-gentoo-overlay/source/browse/trunk">Browse</a> my <a href="http://www.gentoo.org/">Gentoo</a> <a href="http://code.google.com/p/ra-gentoo-overlay/">overlay</a>.</p>
<p>Update:<br />
New URL: <a href="git://github.com/ra--/ra-gentoo-overlay.git">git://github.com/ra&#8211;/ra-gentoo-overlay.git</a><br />
Browse online: <a href="http://github.com/ra--/ra-gentoo-overlay/tree/master">http://github.com/ra&#8211;/ra-gentoo-overlay/tree/master</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2008/10/gentoo-overlay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic renewing at libraries using the aleph software (tested with Vienna University of Technology and University of Vienna)</title>
		<link>http://ra.fnord.at/2008/09/automatic-renewing-at-libraries-using-the-aleph-software-tested-with-vienna-university-of-technology-and-university-of-vienna/</link>
		<comments>http://ra.fnord.at/2008/09/automatic-renewing-at-libraries-using-the-aleph-software-tested-with-vienna-university-of-technology-and-university-of-vienna/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 10:12:33 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/?p=108</guid>
		<description><![CDATA[Since I use the libraries of universities quite heavily [...]]]></description>
			<content:encoded><![CDATA[<p>Since I use the libraries of universities quite heavily I wrote a small perl script <a href="http://ra.fnord.at/wp-content/uploads/alephrenew.pl">&#8220;alephrenew.pl&#8221;</a> about two years ago which does the renewing of books for me.</p>
<p>The reason for writing it was that I gain an advantage (to other people using the library) when I renew every day (if there are reservations on the book one with the oldest renewing date has to bring it back &#8211; at least as far as I understand the behaviour of the <a href="http://www.exlibrisgroup.com/category/Aleph">Aleph</a> software).</p>
<p>The help should be self explaining:</p>
<blockquote><p>Usage: ./alephrenew.pl [-h] [-q] -b &lt;baseurl&gt; -u &lt;username&gt; -p &lt;password&gt; [-r &lt;seconds&gt;]</p>
<p>-h    : this help message<br />
-q    : quiet (suppress success message)<br />
-b    : baseurl without trailing slash (eg. http://aleph.ub.tuwien.ac.at)<br />
-u    : username (eg. $E123456) &#8211; you will probably need to escape the &#8220;$&#8221;<br />
-p    : password &#8211; your date of birth in the form of YYYYMMDD (eg. 19730425)<br />
if you did not change it<br />
-r    : wait random time between 1 and &#8220;seconds&#8221; seconds (before starting and<br />
1 to 30 seconds between the requests &#8211; so it does not look like a script)</p>
<p>Examples:<br />
./alephrenew.pl -q -b http://aleph.ub.tuwien.ac.at -u \$E123456 -p 19730425 -r 3600<br />
./alephrenew.pl -b http://aleph.univie.ac.at -u \$E098765 -p 19851224</p>
<p>A crontab entry may look like this:<br />
0 0 * * 2-6 /path/to/alephrenew.pl -q -b http://aleph.ub.tuwien.ac.at -u \$E3862419 -p 0wN4g3 -r 7200</p></blockquote>
<p>It&#8217;s tested with the libraries of the <a href="http://www.tuwien.ac.at/">Vienna University of Technology</a> and the <a href="http://www.univie.ac.at/">University of Vienna</a> but should work with any other library using the Aleph software.</p>
<p>It is released under the terms of the <a href="http://www.gnu.org/licenses/gpl-2.0.html#TOC1">GPLv2</a>.</p>
<p>I do appreciate your feedback!</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2008/09/automatic-renewing-at-libraries-using-the-aleph-software-tested-with-vienna-university-of-technology-and-university-of-vienna/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Earth</title>
		<link>http://ra.fnord.at/2008/09/google-earth/</link>
		<comments>http://ra.fnord.at/2008/09/google-earth/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 19:09:48 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/?p=107</guid>
		<description><![CDATA[I experienced Google Earth being really slow after upda [...]]]></description>
			<content:encoded><![CDATA[<p>I experienced <a href="http://earth.google.com/index.html">Google Earth</a> being really slow after updating it to version 4.3. Disabling atmosphere in the view menu made it work again.</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2008/09/google-earth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetworkManager applet for KDE</title>
		<link>http://ra.fnord.at/2008/04/networkmanager-applet-for-kde/</link>
		<comments>http://ra.fnord.at/2008/04/networkmanager-applet-for-kde/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 09:59:52 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/2008/04/networkmanager-applet-for-kde/</guid>
		<description><![CDATA[A few days ago I figured out that the NetworkManager ap [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago I figured out that the <a href="http://www.gnome.org/projects/NetworkManager/">NetworkManager applet</a> for <a href="http://www.gnome.org/">Gnome</a> is also working in <a href="http://www.kde.org">KDE</a>. I use it because it has less bugs, compiles against the current svn of NetworkManager and works more reliable in general then the <a href="http://en.opensuse.org/Projects/KNetworkManager">KNetworkManager</a>. Someone should have told me before that this works. (:</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2008/04/networkmanager-applet-for-kde/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Soup</title>
		<link>http://ra.fnord.at/2008/04/soup/</link>
		<comments>http://ra.fnord.at/2008/04/soup/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 09:44:27 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/2008/04/soup/</guid>
		<description><![CDATA[The last months I more and more used a tumble blogging  [...]]]></description>
			<content:encoded><![CDATA[<p>The last months I more and more used a tumble blogging platform with social features called &#8220;<a href="http://www.soup.io">soup</a>&#8220;. It&#8217;s easy to create content very fast, but one disadvantage compared to a wordpress blog is the lack of good editor. I use it quite heavily anyway.</p>
<p>Here is my soup <a href="http://ra.soup.io/">ra.soup.io</a>  and its <a href="http://ra.soup.io/rss">RSS feed</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2008/04/soup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New driver in linux kernel for intel 3945 wlan chip</title>
		<link>http://ra.fnord.at/2008/04/new-driver-in-linux-kernel-for-intel-3945-wlan-chip/</link>
		<comments>http://ra.fnord.at/2008/04/new-driver-in-linux-kernel-for-intel-3945-wlan-chip/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 09:29:26 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/2008/04/new-driver-in-linux-kernel-for-intel-3945-wlan-chip/</guid>
		<description><![CDATA[I already tried the new driver for the intel 3945 wlan  [...]]]></description>
			<content:encoded><![CDATA[<p>I already tried the new driver for the intel 3945 wlan chip (<a href="http://intellinuxwireless.org/?p=iwlwifi">iwl3945</a>) a couple of times, but it always ran more unsatisfying than the old driver (<a href="http://ipw3945.sourceforge.net/">ipw3945</a>) &#8211; even though the old driver has many problems (needs a daemon running, sometimes problems when resuming from suspend/hibernate, ..).</p>
<p>The new version in the <a href="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.25.tar.bz2">2.6.25</a> <a href="http://www.kernel.org">linux kernel</a> works quite well for me (the one in <a href="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2">2.6.24</a> did not), but the wlan led is not working. <a href="https://ra.fnord.at/wp-content/uploads/iwl3945-led.patch">This patch</a> makes it work (I removed the support for the 4965 chip since I don&#8217;t need it. If you need it: this is the <a href="http://git.kernel.org/?p=linux/kernel/git/rchatre/iwlwifi-2.6.git;a=commit;h=ec2ce7fc7890b37d564a274513d8d99ed4edb9ac">source</a> to the patch).</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2008/04/new-driver-in-linux-kernel-for-intel-3945-wlan-chip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Corrupt Banking System</title>
		<link>http://ra.fnord.at/2007/12/corrupt-banking-system/</link>
		<comments>http://ra.fnord.at/2007/12/corrupt-banking-system/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 22:49:00 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/2007/12/corrupt-banking-system/</guid>
		<description><![CDATA[Videos explaining monetary theory for layman/non-econom [...]]]></description>
			<content:encoded><![CDATA[<p>Videos explaining monetary theory for layman/non-economists.</p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/cy-fD78zyvI" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/cy-fD78zyvI" /></object></p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/hfXavRTM4Fg" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/hfXavRTM4Fg" /></object></p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/_yvRZoM-2r8" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/_yvRZoM-2r8" /></object></p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/f0p8LepIuVM" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/f0p8LepIuVM" /></object></p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/PzXZ_Hs1g6U" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/PzXZ_Hs1g6U" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/12/corrupt-banking-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gegen die Ausweitung der polizeilichen Überwachung auf Handy- und Internet-User</title>
		<link>http://ra.fnord.at/2007/12/gegen-die-ausweitung-der-polizeilichen-uberwachung-auf-handy-und-internet-user/</link>
		<comments>http://ra.fnord.at/2007/12/gegen-die-ausweitung-der-polizeilichen-uberwachung-auf-handy-und-internet-user/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 14:36:51 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Conspiracy]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/2007/12/gegen-die-ausweitung-der-polizeilichen-uberwachung-auf-handy-und-internet-user/</guid>
		<description><![CDATA[Eine lobenswerte Aktion der Grünen.

Jetzt unterschr [...]]]></description>
			<content:encoded><![CDATA[<p>Eine lobenswerte Aktion der Grünen.</p>
<p>Jetzt unterschreiben auf  <a href="http://ueberwachungsstaat.at/">ueberwachungsstaat.at</a> (ein wenig Hintergrundinformation ist dort ebenfalls vorhanden).</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/12/gegen-die-ausweitung-der-polizeilichen-uberwachung-auf-handy-und-internet-user/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nina Sonnenberg aka Fiva MC beim WDR Poetry Slam</title>
		<link>http://ra.fnord.at/2007/12/nina-sonnenberg-aka-fiva-mc-beim-wdr-poetry-slam/</link>
		<comments>http://ra.fnord.at/2007/12/nina-sonnenberg-aka-fiva-mc-beim-wdr-poetry-slam/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 09:51:53 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/2007/12/nina-sonnenberg-aka-fiva-mc-beim-wdr-poetry-slam/</guid>
		<description><![CDATA[Die Einleitung (erste Minute) ist vielleicht nicht so s [...]]]></description>
			<content:encoded><![CDATA[<p>Die Einleitung (erste Minute) ist vielleicht nicht so sehenswert. Den Text allerdings empfinde ich  als unheimlich beeindruckend und tief berührend. *ohne weitere Worte*</p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/2JrLxYT7ccA" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/2JrLxYT7ccA" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/12/nina-sonnenberg-aka-fiva-mc-beim-wdr-poetry-slam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>suspend/hibernate buttons in kde shutdown dialog</title>
		<link>http://ra.fnord.at/2007/10/suspendhibernate-buttons-in-kde-shutdown-dialog/</link>
		<comments>http://ra.fnord.at/2007/10/suspendhibernate-buttons-in-kde-shutdown-dialog/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 15:05:59 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/2007/10/suspendhibernate-buttons-in-kde-shutdown-dialog/</guid>
		<description><![CDATA[I took a patch  which implements the suspend/hibernate  [...]]]></description>
			<content:encoded><![CDATA[<p>I took a <a href="http://archive.ubuntu.com/ubuntu/pool/main/k/kdebase/kdebase_3.5.7-1ubuntu28.diff.gz">patch</a>  which implements the suspend/hibernate buttons within the shutdown dialog in kde from the <a href="http://www.kubuntu.org/">kubuntu</a> guys and made it work on <a href="http://www.gentoo.org/">gentoo</a>.</p>
<p>If you have no clue what this is all about here are two screenshots <a href="http://www.kde-apps.org/content/preview.php?preview=1&amp;id=47593&amp;file1=47593-1.png&amp;file2=47593-2.png&amp;file3=&amp;name=Hibernate%2FSuspend+Button+for+KDE+Shutdown+Dialog">[1]</a> <a href="http://www.kde-apps.org/content/preview.php?preview=2&amp;id=47593&amp;file1=47593-1.png&amp;file2=47593-2.png&amp;file3=&amp;name=Hibernate%2FSuspend+Button+for+KDE+Shutdown+Dialog">[2]</a> (actually these do not represent the patch exactly, but you should get the idea).</p>
<p>The kde split ebuild for ksmserver: <a href="http://ra.fnord.at/wp-content/uploads/ksmserver-357_suspend_hibernatetar.bz2">ebuild </a>(I will do the update to the kde-all-in-one ebuild on request).</p>
<p>To make use of the feature emerge with USE=&#8221;dbus hal&#8221;.  If you don&#8217;t see any icons next to the suspend/hibernate buttons, make sure you use an icon set that provides the files &#8220;suspend.png&#8221; and &#8220;hibernate.png&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/10/suspendhibernate-buttons-in-kde-shutdown-dialog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kernel patches</title>
		<link>http://ra.fnord.at/2007/09/kernel-patches/</link>
		<comments>http://ra.fnord.at/2007/09/kernel-patches/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 15:07:36 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/2007/09/kernel-patches/</guid>
		<description><![CDATA[I updated some kernel patches:

	disk-protection patc [...]]]></description>
			<content:encoded><![CDATA[<p>I updated some kernel patches:</p>
<ul>
<li>disk-protection patch for <a href="http://www.thinkwiki.org/wiki/HDAPS">hdaps</a> which is used for hard disk head parking on ibm/lenovo notebooks if acceleration is measured: <a href="http://ra.fnord.at/wp-content/uploads/disk-protect-2623-rc8.patch">disk-protect-2623-rc8.patch</a><br />
Source patch: <a href="http://article.gmane.org/gmane.linux.drivers.hdaps.devel/993">2.6.20</a></li>
<li>aggressive link power management (ALPM is a technique where the SATA AHCI controller will put the SATA link to the disk into a very low power mode when there&#8217;s no IO going on for some time)<br />
<a href="http://ra.fnord.at/wp-content/uploads/aggressive_link_power_management-2622.patch">aggressive_link_power_management-2622.patch</a><br />
<a href="http://ra.fnord.at/wp-content/uploads/aggressive_link_power_management-2623-rc8.patch">aggressive_link_power_management-2623-rc8.patch</a><br />
Some more information on <a href="http://www.lesswatts.org/tips/disks.php#alpm">lesswatts.org</a><br />
Source patches on <a href="http://www.kernel.org/pub/linux/kernel/people/kristen/patches/SATA/alpm/">kernel.org</a></li>
<li><a href="http://ra.fnord.at/wp-content/uploads/e1000-x60-fix.patch">e1000 fix on x60s</a> which fixes the initialization of e1000 on ibm/lenovo thinkpad x60s if no cable is connected.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/09/kernel-patches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seitan</title>
		<link>http://ra.fnord.at/2007/09/seitan/</link>
		<comments>http://ra.fnord.at/2007/09/seitan/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 18:35:41 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/2007/09/seitan/</guid>
		<description><![CDATA[Den Freunden der guten Küche kann ich Seitan nur ans H [...]]]></description>
			<content:encoded><![CDATA[<p>Den Freunden der guten Küche kann ich Seitan nur ans Herz legen. Er ist gesund und ausgesprochen lecker.<br />
Informationen:<a href="http://de.wikipedia.org/wiki/Seitan"></a></p>
<ul>
<li><a href="http://de.wikipedia.org/wiki/Seitan">Wikipedia (deutsch)</a></li>
<li><a href="http://en.wikipedia.org/wiki/Seitan">Wikipedia (englisch, aber weit ausführlicher)</a></li>
<li><a href="http://www.seitan.at/sa_infos.htm">Seitan.at</a></li>
</ul>
<p>Mittlerweile ist Seitan auch in diversen Großmärkten erhältlich (Rewe und andere, für die man keine Werbung machen sollte). Empfehlenswert ist allerdings <a href="http://www.seitan.at/">Reinberger Naturküche</a> für Seitan in Österreich.</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/09/seitan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>konq-pdf (various PDF service menus for KDE)</title>
		<link>http://ra.fnord.at/2007/09/konq-pdf-various-pdf-service-menus-for-kde/</link>
		<comments>http://ra.fnord.at/2007/09/konq-pdf-various-pdf-service-menus-for-kde/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 18:20:47 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/2007/09/konq-pdf-various-pdf-service-menus-for-kde/</guid>
		<description><![CDATA[A few weeks ago I stumbled accross konq-pdf which offer [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I stumbled accross <a href="http://www.egregorion.net/2007/07/23/konq-pdf/">konq-pdf</a> which offers various PDF related service (&#8220;right click&#8221;) menus for konqueror. These menus contain joining/adding files, changing pages per sheet, rotating, converting to other formats, extracting images, .. in a few words: it&#8217;s very handy if you don&#8217;t want to remember all the command line parameters for pdftk/pdfjam you just need once in a while. (:</p>
<p>There are just two things I found in the software:<br />
The kde submenu text in pdfnup.desktop &#8220;X-KDE-Submenu=Paginate&#8221; is not<br />
very clear. &#8220;X-KDE-Submenu=Pages per sheet&#8221; would be better imho.</p>
<p>A small bug in pdfjoin.desktop makes it always display the italian kde<br />
submenu: &#8220;X-KDE-Submenu=Unisci o aggiungi&#8221; should be replaced by<br />
&#8220;X-KDE-Submenu[it]=Unisci o aggiungi&#8221;.</p>
<p>I just wrote the author Giuseppe Benigno an email, so these &#8220;bugs&#8221; probably get fixed soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/09/konq-pdf-various-pdf-service-menus-for-kde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New location</title>
		<link>http://ra.fnord.at/2007/09/new-location/</link>
		<comments>http://ra.fnord.at/2007/09/new-location/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 17:48:47 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ra.fnord.at/2007/09/new-location/</guid>
		<description><![CDATA[As you are reading this you probably already know: this [...]]]></description>
			<content:encoded><![CDATA[<p>As you are reading this you probably already know: this blog moved away from <a href="http://www.twoday.net/">twoday</a> to <a href="http://www.wordpress.org/">wordpress</a> and is now reachable under a new url <a href="http://ra.fnord.at/">http://ra.fnord.at/</a> on my own server. Update the feed url. Everything will be much better.. (:</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/09/new-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bugmenot firefox extension</title>
		<link>http://ra.fnord.at/2007/09/bugmenot-firefox-extension/</link>
		<comments>http://ra.fnord.at/2007/09/bugmenot-firefox-extension/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 14:02:43 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/09/21/bugmenot-firefox-extension/</guid>
		<description><![CDATA[The firefox  extension for bugmenot is still working (a [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.mozilla.org/en/products/firefox/">firefox </a> extension for <a href="http://www.bugmenot.com/">bugmenot</a> is still working (at least for firefox 2.0.0.6)</p>
<p>Source: <a href="http://roachfiend.com/archives/2005/02/07/bugmenot/">http://roachfiend.com/archives/2005/02/07/bugmenot/</a><br />
Direct installation link: <a href="http://extensions.roachfiend.com/bugmenot.xpi">http://extensions.roachfiend.com/bugmenot.xpi</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/09/bugmenot-firefox-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Power Saving Projects</title>
		<link>http://ra.fnord.at/2007/09/linux-power-saving-projects/</link>
		<comments>http://ra.fnord.at/2007/09/linux-power-saving-projects/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 11:46:51 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/09/21/linux-power-saving-projects/</guid>
		<description><![CDATA[Even more linux power saving information from intel on  [...]]]></description>
			<content:encoded><![CDATA[<p>Even more linux power saving information from intel on <a href="http://lesswatts.org/">LessWatts.org</a>.</p>
<p>Source: <a href="http://kerneltrap.org/Linux/Power_Saving_Projects">http://kerneltrap.org/Linux/Power_Saving_Projects</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/09/linux-power-saving-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>uswsusp</title>
		<link>http://ra.fnord.at/2007/09/uswsusp/</link>
		<comments>http://ra.fnord.at/2007/09/uswsusp/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 20:01:59 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/09/18/uswsusp/</guid>
		<description><![CDATA[Ich habe eigentlich die letzten Jahre auf suspend2/tuxo [...]]]></description>
			<content:encoded><![CDATA[<p>Ich habe eigentlich die letzten Jahre auf <a href="http://tuxonice.net/">suspend2/tuxonice</a> gesetzt, nun aber <a href="http://suspend.sourceforge.net/">uswsusp</a> ausprobiert, da hier mittlerweile auch compression und splash funktioniert, und bin begeistert: selbe Funktionalität und stabiler. (:</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/09/uswsusp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LCD-Display Reinigen</title>
		<link>http://ra.fnord.at/2007/09/lcd-display-reinigen/</link>
		<comments>http://ra.fnord.at/2007/09/lcd-display-reinigen/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 19:57:57 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/09/18/lcd-display-reinigen/</guid>
		<description><![CDATA[Lt IBM-Handbuch nimmt man dazu am besten eine 1:1-Misch [...]]]></description>
			<content:encoded><![CDATA[<p>Lt IBM-Handbuch nimmt man dazu am besten eine 1:1-Mischung Wasser:<a href="http://de.wikipedia.org/wiki/2-Propanol">Isopropylalkohol</a>. Funktioniert einwandfrei (auch für die Tasten &#8211; da allerdings 1:4)</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/09/lcd-display-reinigen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tod durch Verhungern</title>
		<link>http://ra.fnord.at/2007/09/tod-durch-verhungern/</link>
		<comments>http://ra.fnord.at/2007/09/tod-durch-verhungern/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 19:55:46 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/09/18/tod-durch-verhungern/</guid>
		<description><![CDATA[Eine Lesung des Tagebuchs eines Japaners, der den Freit [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ra.fnord.at/wp-content/uploads/Otomo%20Yoshihide_Shimada%20Masahiko%20-%20My%20Dear%20Mummy.ogg">Eine Lesung des Tagebuchs eines Japaners, der den Freitod durch Verhungern wählte, mit musikalischer Untermalung.<br />
</a><br />
Morbide, aber empfehlenswert.</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/09/tod-durch-verhungern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StudiKZ</title>
		<link>http://ra.fnord.at/2007/09/studikz/</link>
		<comments>http://ra.fnord.at/2007/09/studikz/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 10:28:00 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Conspiracy]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/09/14/studikz/</guid>
		<description><![CDATA[Ein schon ein wenig alter, aber interessanter Artikel z [...]]]></description>
			<content:encoded><![CDATA[<p>Ein schon ein wenig alter, aber interessanter Artikel zum StudiVZ (sofern wirklich ein Leser hier einen Account dort hat):<br />
<a href="http://rettetdiewelt.blogspot.com/2007/03/interessantes-ber-das-studikz.html">http://rettetdiewelt.blogspot.com/2007/03/interessantes-ber-das-studikz.html</a></p>
<p>Der <a href="http://de.wikipedia.org/wiki/Studivz">Wikipedia-Artikel</a> ist ebenso nicht uninteressant.</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/09/studikz/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kernel &#8220;Trusted Path Execution&#8221; patch (tpe)</title>
		<link>http://ra.fnord.at/2007/09/kernel-trusted-path-execution-patch-tpe/</link>
		<comments>http://ra.fnord.at/2007/09/kernel-trusted-path-execution-patch-tpe/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 17:33:29 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/09/10/kernel-trusted-path-execution-patch-tpe/</guid>
		<description><![CDATA[I just finished a patch to the Linux kernel which imple [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished a patch to the <a href="http://www.kernel.org/">Linux kernel</a> which implements &#8220;trusted path execution&#8221;.</p>
<p>You can specifiy a trusted directory and a group as &#8220;trusted&#8221; or &#8220;untrusted&#8221;.<br />
If the group is untrusted all users belonging to this group will only be able to execute files from the trusted directory. If the group is trusted all users will only be able to execute files from the trusted directory but users belonging to the group (and root of course).</p>
<p>Get it here: <a href="http://ra.fnord.at/wp-content/uploads/linux-2618-tpe_restriction.patch" title="Trusted path execution patch for the linux kernel 2.6.18">linux-2.6.18-tpe_restriction</a> (patch, 5 KB)</p>
<p>The patch is based on <a href="http://www.grsecurity.org/">grsecurity</a> &#8211; so credits go to Brad Spengler.</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/09/kernel-trusted-path-execution-patch-tpe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox &#8220;restore dialog&#8221;-patch</title>
		<link>http://ra.fnord.at/2007/08/firefox-restore-dialog-patch/</link>
		<comments>http://ra.fnord.at/2007/08/firefox-restore-dialog-patch/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 16:41:08 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/08/30/firefox-restore-dialog-patch/</guid>
		<description><![CDATA[If browser.startup.page is set to 3 ("When firefox star [...]]]></description>
			<content:encoded><![CDATA[<p>If browser.startup.page is set to 3 (&#8220;When firefox starts&#8221; -&gt; &#8220;Show my windows and tabs from last time&#8221;) <a href="http://www.mozilla-europe.org/en/products/firefox/">firefox</a> should always restore automatically the browsing session (but after a crash).<br />
Each time after logging out (at least from <a href="http://www.kde.org/">kde</a>) the restore dialog appears (&#8220;Restore session&#8221; / &#8220;Start new session&#8221;).<br />
This is quite annoying for me since I never pressed &#8220;Start new session&#8221;, but by mistake.</p>
<p>The ideal solution is that logging out will not result in an improper shutdown of firefox, but I wrote a small <a href="http://ra.fnord.at/wp-content/uploads/firefox-2006-always_restore_session.patch">patch</a> that introduces the browser.sessionstore.resume_session_always setting which works for me.</p>
<p>I also updated <a href="http://www.gentoo.org/">Gentoo&#8217;s</a> <a href="http://ra.fnord.at/wp-content/uploads/firefox-2006ebuildtar.bz2">ebuild for firefox 2.0.0.6</a> to use this patch (just extract it to your /usr/local/portage directory).</p>
<p><strong>Update:</strong> The above bug is fixed in firefox3. As a work around, you can create a new string preference &#8220;browser.sessionstore.restore_prompt_uri&#8221; and set it to &#8220;javascript:window.close();&#8221; (without the quotes).<br />
Unfortunately I could not find a way to make this work with <a href="http://www.noscript.net/">NoScript</a> (yet).</p>
<p><strong>Update #2:</strong><br />
Good news (:<br />
<a href="http://maone.net/">Giorgio Maone</a> kindly updated the <a href="http://www.noscript.net/">NoScript</a> plugin to allow the trick above. You currently have to use the <a href="http://noscript.net/getit#devel">development version</a> (<a href="http://software.informaction.com/data/betas/noscript-1.1.6.18.xpi">1.1.6.18</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/08/firefox-restore-dialog-patch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Robert Anton Wilson Meme-orial Videos</title>
		<link>http://ra.fnord.at/2007/08/robert-anton-wilson-meme-orial-videos/</link>
		<comments>http://ra.fnord.at/2007/08/robert-anton-wilson-meme-orial-videos/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 12:31:53 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Conspiracy]]></category>
		<category><![CDATA[English]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/08/01/robert-anton-wilson-meme-orial-videos/</guid>
		<description><![CDATA[The Robert Anton Wilson Meme-orial Videos
Recorded Sun [...]]]></description>
			<content:encoded><![CDATA[<p>The Robert Anton Wilson Meme-orial Videos<br />
Recorded Sunday, February 18, 2007 in Santa Cruz, CA<br />
<a href="http://www.smi2le.com/">http://www.smi2le.com/</a></p>
<p>RAW@Wikipedia: <a href="http://en.wikipedia.org/wiki/Robert_Anton_Wilson">http://en.wikipedia.org/wiki/Robert_Anton_Wilson</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/08/robert-anton-wilson-meme-orial-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kernel Patches (proc &amp; dmesg restriction)</title>
		<link>http://ra.fnord.at/2007/07/kernel-patches-proc-dmesg-restriction/</link>
		<comments>http://ra.fnord.at/2007/07/kernel-patches-proc-dmesg-restriction/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 16:38:11 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/07/31/kernel-patches-proc-dmesg-restriction/</guid>
		<description><![CDATA[I updated two kernel patches to the Linux kernel.

	l [...]]]></description>
			<content:encoded><![CDATA[<p>I updated two kernel patches to the <a href="http://www.kernel.org/">Linux kernel</a>.</p>
<ul>
<li><a href="http://ra.fnord.at/wp-content/uploads/linux-2618-proc_restrictions.patch" title="Linux Kernel Patch: Restrict users from viewing all processes + additional /proc restrictions">linux-2.6.18-proc_restrictions.patch</a> (patch, 12 KB) which basically restricts non-root users from viewing all processes (plus an option for some additional /proc restrictions). It is possible to define a GID which is not affected by the restrictions.</li>
<li><a href="http://ra.fnord.at/wp-content/uploads/linux-2618-dmesg_restriction.patch" title="Linux Kernel Patch: Restrict users from viewing kernel log buffer messages">linux-2.6.18-dmesg_restriction.patch</a> (patch, 1 KB) which restricts non-root users from viewing kernel log buffer messages.</li>
</ul>
<p>Both patches are based on <a href="http://www.grsecurity.org/">grsecurity</a> &#8211; so credits go to Brad Spengler.</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/07/kernel-patches-proc-dmesg-restriction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenWRT: 802.1x WPA2 TLS</title>
		<link>http://ra.fnord.at/2007/07/openwrt-8021x-wpa2-tls/</link>
		<comments>http://ra.fnord.at/2007/07/openwrt-8021x-wpa2-tls/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 16:26:55 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/07/31/openwrt-8021x-wpa2-tls/</guid>
		<description><![CDATA[Ein nettes Howto wie man unter OpenWRT WPA2 TLS lauffä [...]]]></description>
			<content:encoded><![CDATA[<p>Ein nettes <a href="http://www.schrankmonster.de/PermaLink,guid,9c689944-a7ee-4952-9b1f-300017922b71.aspx">Howto</a> wie man unter <a href="http://openwrt.org/">OpenWRT</a> <a href="http://en.wikipedia.org/wiki/Wi-Fi_Protected_Access#EAP_types_under_WPA-_and_WPA2-_Enterprise">WPA2</a> <a href="http://en.wikipedia.org/wiki/EAP-TLS">TLS</a> lauffähig bekommt. Auch nützlich, wenn man kein OpenWRT nutzt (im speziellen die Zertifikatgenerierung für Windows Clients).</p>
<p><a href="http://www.schrankmonster.de/PermaLink,guid,9c689944-a7ee-4952-9b1f-300017922b71.aspx">http://www.schrankmonster.de/PermaLink,guid,9c689944-a7ee-4952-9b1f-300017922b71.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/07/openwrt-8021x-wpa2-tls/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to fold a t-shirt?</title>
		<link>http://ra.fnord.at/2007/07/how-to-fold-a-t-shirt/</link>
		<comments>http://ra.fnord.at/2007/07/how-to-fold-a-t-shirt/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 18:08:42 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/07/17/how-to-fold-a-t-shirt/</guid>
		<description><![CDATA[Did you ever get angry about folding t-shirts?
Try thi [...]]]></description>
			<content:encoded><![CDATA[<p>Did you ever get angry about folding t-shirts?<br />
Try this! (:</p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/ydFJU_Lc2_Q" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/ydFJU_Lc2_Q" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/07/how-to-fold-a-t-shirt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chaos Communication Camp 2007</title>
		<link>http://ra.fnord.at/2007/07/chaos-communication-camp-2007/</link>
		<comments>http://ra.fnord.at/2007/07/chaos-communication-camp-2007/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 12:30:29 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/07/15/chaos-communication-camp-2007/</guid>
		<description><![CDATA[The Chaos Communication Camp is an international, five- [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://events.ccc.de/camp/2007/Home">Chaos Communication Camp</a> is an international, five-day open-air event for hackers and associated life-forms.<br />
The Camp features two conference tracks with interesting lectures, workshops and other stuff.<br />
It will take place from August 8th to 12th 2007 in <a href="http://events.ccc.de/camp/2007/Location">Finowfurt near Berlin</a>.</p>
<p>The <a href="http://www.metalab.at/">Metalab</a> crew organizes flight &amp; shuttle from vienna to the camp and back: <a href="http://campflug.at/">http://campflug.at/</a></p>
<p><a href="http://events.ccc.de/camp/2007/Home"><img src="http://ra.fnord.at/wp-content/uploads/campposter_preview.jpg" title="Chaos Communication Camp Poster" alt="Chaos Communication Camp Poster" border="0" height="320" width="226" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/07/chaos-communication-camp-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kostenfreie KUbuntu CDs</title>
		<link>http://ra.fnord.at/2007/07/kostenfreie-kubuntu-cds/</link>
		<comments>http://ra.fnord.at/2007/07/kostenfreie-kubuntu-cds/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 12:15:48 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[Vienna]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/07/15/kostenfreie-kubuntu-cds/</guid>
		<description><![CDATA[Die Fachschaft Informatik auf der TU Wien verteilt kost [...]]]></description>
			<content:encoded><![CDATA[<p>Die <a href="http://www.fsinf.at/">Fachschaft Informatik</a> auf der <a href="http://www.tuwien.ac.at/">TU Wien</a> verteilt kostenfrei <a href="http://www.kubuntu.org/">KUbuntu</a> &#8220;Feisty Fawn&#8221;-CDs.<br />
Siehe <a href="http://www.fsinf.at/node/477">http://www.fsinf.at/node/477</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/07/kostenfreie-kubuntu-cds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Radfalle der Wiener Gr&#252;nen</title>
		<link>http://ra.fnord.at/2007/07/radfalle-der-wiener-grnen/</link>
		<comments>http://ra.fnord.at/2007/07/radfalle-der-wiener-grnen/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 10:22:00 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Vienna]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/07/13/radfalle-der-wiener-grnen/</guid>
		<description><![CDATA[Mit der Annahme, daß Radfahrer selbst die besten Exper [...]]]></description>
			<content:encoded><![CDATA[<p>Mit der Annahme, daß Radfahrer selbst die besten Experten sind,<br />welche Problemstellen in Wien für Radler im Alltag existieren,<br />wurde das Projekt <a href="http://wien.gruene.at/radfalle">Radfalle</a> ins Leben gerufen.<br />
Dazu wird <a href="http://maps.google.com/">Google Maps</a> benutzt um Gefahrenstellen für Radfahrer in Wien zu markieren.<br />Das ganze im tollen &#8220;Web2.0&#8243;-Stil: jeder kann und soll mitmachen.</p>
<p>Auch wenn einige Eingaben ein wenig seltsam anmuten, scheint mir das <a href="http://wien.gruene.at/radfalle">Projekt</a> sehr sinnvoll. (:</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/07/radfalle-der-wiener-grnen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>join the space station rescue team</title>
		<link>http://ra.fnord.at/2007/07/join-the-space-station-rescue-team/</link>
		<comments>http://ra.fnord.at/2007/07/join-the-space-station-rescue-team/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 05:33:23 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/07/04/join-the-space-station-rescue-team/</guid>
		<description><![CDATA[Die Raumstation c-base ist akut bedroht und benötigt d [...]]]></description>
			<content:encoded><![CDATA[<p>Die Raumstation <a href="http://www.c-base.org/">c-base</a> ist akut bedroht und benötigt dringend Geld.<br />
Spenden abgeben, Mitglied werden, .. auf der <a href="http://www.c-base.org/">c-base Homepage</a>.</p>
<p>c-base Homepage: <a href="http://www.c-base.org/">http://www.c-base.org/</a><br />
c-base @ Wikipedia: <a href="http://de.wikipedia.org/wiki/C-base">http://de.wikipedia.org/wiki/C-base</a></p>
<p>Quelle: <a href="http://netzpolitik.org/2007/c-base-spendenaktion">http://netzpolitik.org/2007/c-base-spendenaktion</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/07/join-the-space-station-rescue-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suspend2 Becomes TuxOnIce</title>
		<link>http://ra.fnord.at/2007/07/suspend2-becomes-tuxonice/</link>
		<comments>http://ra.fnord.at/2007/07/suspend2-becomes-tuxonice/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 05:22:15 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/07/04/suspend2-becomes-tuxonice/</guid>
		<description><![CDATA[The Suspend2 project has been renamed to TuxOnIce Nigel [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.suspend2.net/">Suspend2</a> project has been renamed to <a href="http://www.tuxonice.net/">TuxOnIce</a> Nigel Cunningham announced on the <a href="http://www.tux.org/lkml">lkml</a>.</p>
<p>Source: <a href="http://kerneltrap.org/node/8476">http://kerneltrap.org/node/8476</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/07/suspend2-becomes-tuxonice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux f&#252;r Kinder</title>
		<link>http://ra.fnord.at/2007/06/linux-fr-kinder/</link>
		<comments>http://ra.fnord.at/2007/06/linux-fr-kinder/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 07:19:41 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/06/25/linux-fr-kinder/</guid>
		<description><![CDATA[Quelle: http://www.jux-net.info/juxlala/index.html
Dow [...]]]></description>
			<content:encoded><![CDATA[<p>Quelle: <a href="http://www.jux-net.info/juxlala/index.html">http://www.jux-net.info/juxlala/index.html</a><br />
Download: <a href="http://www.jux-net.info/juxlala/isos/">http://www.jux-net.info/juxlala/isos/</a></p>
<p>Da wären Erfahrungsberichte sehr interessant. (:</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/06/linux-fr-kinder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arte-Themenabend: &#8220;&#220;berwachungsstaat&#8221;</title>
		<link>http://ra.fnord.at/2007/06/arte-themenabend-berwachungsstaat/</link>
		<comments>http://ra.fnord.at/2007/06/arte-themenabend-berwachungsstaat/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 07:04:31 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Conspiracy]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/06/25/arte-themenabend-berwachungsstaat/</guid>
		<description><![CDATA[Dienstag 19.06 ab 20:40
http://www.arte.tv/de/programm [...]]]></description>
			<content:encoded><![CDATA[<p>Dienstag 19.06 ab 20:40<br />
<a href="http://www.arte.tv/de/programm/242,day=4,week=25,year=2007.html">http://www.arte.tv/de/programm/242,day=4,week=25,year=2007.html</a></p>
<p>Quelle: <a href="http://netzpolitik.org/2007/arte-themenabend-ueberwachungsstaat/">http://netzpolitik.org/2007/arte-themenabend-ueberwachungsstaat/</a></p>
<p>Update:<br />
Mittlerweile auch schon im Netz gelandet:<br />
<a href="http://netzpolitik.org/2007/aufzeichung-des-arte-themenabend-zum-ueberwachungsstaat/">http://netzpolitik.org/2007/aufzeichung-des-arte-themenabend-zum-ueberwachungsstaat/</a><br />
<a href="http://www2.htl-donaustadt.at/~ange/bigbrother.avi">http://www2.htl-donaustadt.at/~ange/bigbrother.avi</a><br />
<a href="http://thepiratebay.org/tor/3719239">http://thepiratebay.org/tor/3719239</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/06/arte-themenabend-berwachungsstaat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Im Sommer kostenlos nach Deutschland, USA, Grossbritannien, Italien, Schweiz und Polen telefonieren</title>
		<link>http://ra.fnord.at/2007/06/im-sommer-kostenlos-nach-deutschland-usa-grossbritannien-italien-schweiz-und-polen-telefonieren/</link>
		<comments>http://ra.fnord.at/2007/06/im-sommer-kostenlos-nach-deutschland-usa-grossbritannien-italien-schweiz-und-polen-telefonieren/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 11:22:41 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/06/20/im-sommer-kostenlos-nach-deutschland-usa-grossbritannien-italien-schweiz-und-polen-telefonieren/</guid>
		<description><![CDATA[Ist doch mal was. (:
http://telgo.cc/special/wb/summer [...]]]></description>
			<content:encoded><![CDATA[<p>Ist doch mal was. (:<br />
<a href="http://telgo.cc/special/wb/summer_special1.php">http://telgo.cc/special/wb/summer_special1.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/06/im-sommer-kostenlos-nach-deutschland-usa-grossbritannien-italien-schweiz-und-polen-telefonieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Goa Deco</title>
		<link>http://ra.fnord.at/2007/06/goa-deco/</link>
		<comments>http://ra.fnord.at/2007/06/goa-deco/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 10:27:00 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Party]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/06/13/goa-deco/</guid>
		<description><![CDATA[Für Goafraggles (:
Die Leute von Schaumwelt machen se [...]]]></description>
			<content:encoded><![CDATA[<p>Für Goafraggles (:<br />
Die Leute von <a href="http://www.schaumwelt.de/">Schaumwelt</a> machen sehr ansprechende Deko. Gallerie gibts <a href="http://www.schaumwelt.de/Gallery/Gallery%20Start.htm">hier</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/06/goa-deco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Think before you post</title>
		<link>http://ra.fnord.at/2007/06/think-before-you-post/</link>
		<comments>http://ra.fnord.at/2007/06/think-before-you-post/#comments</comments>
		<pubDate>Thu, 07 Jun 2007 15:18:30 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/06/07/think-before-you-post/</guid>
		<description><![CDATA[[youtube N80nUa7rhYw]
[youtube iwBz-hxjSLU]
 Source:  [...]]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/N80nUa7rhYw" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/N80nUa7rhYw" /></object></p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/iwBz-hxjSLU" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/iwBz-hxjSLU" /></object></p>
<p> Source: <a href="http://www.jasonblogs.com/2007/06/05/think-before-you-post/">http://www.jasonblogs.com/2007/06/05/think-before-you-post/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/06/think-before-you-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vorteile des Ueberwachungsstaats</title>
		<link>http://ra.fnord.at/2007/06/vorteile-des-ueberwachungsstaats/</link>
		<comments>http://ra.fnord.at/2007/06/vorteile-des-ueberwachungsstaats/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 18:52:02 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Conspiracy]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/06/05/vorteile-des-ueberwachungsstaats/</guid>
		<description><![CDATA[Quelle: http://podcast.motorfm.de/list/1006_motor_fm_vo [...]]]></description>
			<content:encoded><![CDATA[<p>Quelle: <a href="http://podcast.motorfm.de/list/1006_motor_fm_vorteile_des_ueberwachungsstaats,1.htm">http://podcast.motorfm.de/list/1006_motor_fm_vorteile_des_ueberwachungsstaats,1.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/06/vorteile-des-ueberwachungsstaats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freiheit statt Angst</title>
		<link>http://ra.fnord.at/2007/05/freiheit-statt-angst/</link>
		<comments>http://ra.fnord.at/2007/05/freiheit-statt-angst/#comments</comments>
		<pubDate>Wed, 30 May 2007 22:44:00 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Conspiracy]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Vienna]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/05/31/freiheit-statt-angst/</guid>
		<description><![CDATA[Freiheit statt Angst - Demonstration gegen Sicherheits- [...]]]></description>
			<content:encoded><![CDATA[<p>Freiheit statt Angst &#8211; Demonstration gegen Sicherheits- und Überwachungswahn<br />
Wann: 7. Juni 2007<br />
Wo: 19:00 Universität Wien<br />
Ziel: Verkehrsministerium</p>
<p>1. Weniger Überwachung<br />
Wir fordern<br />
* keine Totalprotokollierung von Telefon, Handy und Internet (Vorratsdatenspeicherung),<br />
* Stopp der Videoüberwachung des öffentlichen Raums, keine automatische Gesichtskontrolle,<br />
* Stopp von Biometrie und RFID-Chips in Ausweisen und Pässen,<br />
* keine Aufzeichnung des Flugreiseverkehrs,<br />
* kein automatischer Kfz-Kennzeichenabgleich auf öffentlichen Straßen.</p>
<p>2. Bestehende Überwachungsgesetze auf den Prüfstand stellen<br />
Wir fordern eine unabhängige Überprüfung aller beschlossenen Überwachungsgesetze auf ihre Wirksamkeit und schädlichen Nebenwirkungen.</p>
<p>3. Stopp für neue Überwachungsgesetze<br />
Nach der inneren Aufrüstung der letzten Jahre fordern wir einen sofortigen Stopp neuer Gesetzesvorhaben auf dem Gebiet der inneren Sicherheit,<br /> wenn sie mit weiteren Grundrechtseingriffen verbunden sind.</p>
<p>Quelle: <a href="http://ppoe.or.at/freiheitstattangst">http://ppoe.or.at/freiheitstattangst</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/05/freiheit-statt-angst/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rechtzeitig drauf schauen, dass man&#8217;s hat, wenn man&#8217;s braucht</title>
		<link>http://ra.fnord.at/2007/05/rechtzeitig-drauf-schauen-dass-mans-hat-wenn-mans-braucht/</link>
		<comments>http://ra.fnord.at/2007/05/rechtzeitig-drauf-schauen-dass-mans-hat-wenn-mans-braucht/#comments</comments>
		<pubDate>Wed, 23 May 2007 09:57:26 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Conspiracy]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/05/23/rechtzeitig-drauf-schauen-dass-mans-hat-wenn-mans-braucht/</guid>
		<description><![CDATA[Die Quintessenz einen neuen Artikel zur Vorratsdatenspe [...]]]></description>
			<content:encoded><![CDATA[<p>Die <a href="http://www.quintessenz.at/">Quintessenz</a> einen neuen <a href="http://quintessenz.at/d/000100003865">Artikel zur Vorratsdatenspeicherung</a> veröffentlicht.</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/05/rechtzeitig-drauf-schauen-dass-mans-hat-wenn-mans-braucht/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Seedcamp Festival</title>
		<link>http://ra.fnord.at/2007/05/seedcamp-festival/</link>
		<comments>http://ra.fnord.at/2007/05/seedcamp-festival/#comments</comments>
		<pubDate>Sun, 20 May 2007 09:00:24 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Party]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/05/20/seedcamp-festival/</guid>
		<description><![CDATA[Vom 8.-10. Juni findet dieses Jahr wieder ein Seedcamp  [...]]]></description>
			<content:encoded><![CDATA[<p>Vom 8.-10. Juni findet dieses Jahr wieder ein Seedcamp Festival statt!</p>
<p><a href="http://www.seedcamp.at/festival/"><img src="http://ra.fnord.at/wp-content/uploads/yugo_slavia.jpg" alt="yugo_slavia" border="0" height="223" width="246" /></a></p>
<p>See you there! (:</p>
<p>Festival: <a href="http://www.seedcamp.at/festival/">http://www.seedcamp.at/festival/</a><br />
Programm: <a href="http://www.seedcamp.at/festival/programm/">http://www.seedcamp.at/festival/programm/</a><br />
Webseite: <a href="http://www.seedcamp.at/">http://www.seedcamp.at/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/05/seedcamp-festival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding Power Consumption</title>
		<link>http://ra.fnord.at/2007/05/understanding-power-consumption/</link>
		<comments>http://ra.fnord.at/2007/05/understanding-power-consumption/#comments</comments>
		<pubDate>Wed, 16 May 2007 07:50:06 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/05/16/understanding-power-consumption/</guid>
		<description><![CDATA[Intel released a utility "powertop" for detecting what  [...]]]></description>
			<content:encoded><![CDATA[<p>Intel released a utility &#8220;powertop&#8221; for detecting what Linux programs and kernel tunables are resulting in the most power consumption.</p>
<p>Source: <a href="http://kerneltrap.org/node/8207">http://kerneltrap.org/node/8207</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/05/understanding-power-consumption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nein zur Vorratsdatenspeicherung in &#214;sterreich!</title>
		<link>http://ra.fnord.at/2007/05/nein-zur-vorratsdatenspeicherung-in-sterreich/</link>
		<comments>http://ra.fnord.at/2007/05/nein-zur-vorratsdatenspeicherung-in-sterreich/#comments</comments>
		<pubDate>Tue, 15 May 2007 19:31:42 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Conspiracy]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/05/15/nein-zur-vorratsdatenspeicherung-in-sterreich/</guid>
		<description><![CDATA[Follow the white rabbit: https://secure.argedaten.at/ph [...]]]></description>
			<content:encoded><![CDATA[<p>Follow the white rabbit: <a href="https://secure.argedaten.at/php/formservice.php?form=AD_vorrat">https://secure.argedaten.at/php/formservice.php?form=AD_vorrat</a></p>
<p><a href="https://secure.argedaten.at/php/formservice.php?form=AD_vorrat"><img src="http://ra.fnord.at/wp-content/uploads/ueberwachung.jpg" alt="ueberwachung" border="0" height="60" width="120" /></a></p>
<p>Einige Links:<br />
<a href="http://www2.argedaten.at/php/cms_monitor.php?q=PUB-TEXT-ARGEDATEN&amp;s=28764tot">http://www2.argedaten.at/php/cms_monitor.php?q=PUB-TEXT-ARGEDATEN&amp;s=28764tot</a><br />
<a href="http://www2.argedaten.at/php/cms_monitor.php?question=DATA-RETENTION">http://www2.argedaten.at/php/cms_monitor.php?question=DATA-RETENTION</a><br />
<a href="http://www.vorratsdatenspeicherung.de/index.php?option=com_content&amp;task=view&amp;id=78&amp;Itemid=86#Kritik">http://www.vorratsdatenspeicherung.de/index.php?option=com_content&amp;task=view&amp;id=78&amp;Itemid=86#Kritik</a><br />
<a href="http://www.vorratsdatenspeicherung.de/index.php?option=com_content&amp;task=view&amp;id=83&amp;Itemid=87#Verbindungsdaten_sind_zur_Bek.C3.A4mpfung_von_Terrorismus_und_organisierter_Kriminalit.C3.A4t_unverzichtbar">http://www.vorratsdatenspeicherung.de/index.php?option=com_content&amp;task=view&amp;id=83&amp;Itemid=87#Verbindungsdaten_sind_zur_Bek.C3.A4mpfung_von_Terrorismus_und_organisierter_Kriminalit.C3.A4t_unverzichtbar</a><br />
<a href="http://www.vorratsdatenspeicherung.de/index.php?option=com_content&amp;task=view&amp;id=77&amp;Itemid=85#Stellungnahmen">http://www.vorratsdatenspeicherung.de/index.php?option=com_content&amp;task=view&amp;id=77&amp;Itemid=85#Stellungnahmen</a><br />
<a href="http://de.wikipedia.org/wiki/Richtlinie_%C3%BCber_die_Vorratsdatenspeicherung">http://de.wikipedia.org/wiki/Richtlinie_%C3%BCber_die_Vorratsdatenspeicherung</a><br />
<a href="http://www.freenet.at/">http://www.freenet.at/</a></p>
<p>&#8220;Man bekämpft die Feinde des Rechtsstaats nicht mit dessen Abbau, und man verteidigt die Freiheit nicht mit deren Einschränkung.&#8221;<br />
- Otto Schily und andere Mitglieder der Humanistischen Union, 1978</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/05/nein-zur-vorratsdatenspeicherung-in-sterreich/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#214;H-Wahlen</title>
		<link>http://ra.fnord.at/2007/05/h-wahlen/</link>
		<comments>http://ra.fnord.at/2007/05/h-wahlen/#comments</comments>
		<pubDate>Tue, 15 May 2007 15:00:42 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/05/15/h-wahlen/</guid>
		<description><![CDATA[Die ÖH-Wahlen stehen an.
Einige (TU-lastige) Informat [...]]]></description>
			<content:encoded><![CDATA[<p>Die ÖH-Wahlen stehen an.<br />
Einige (TU-lastige) Information gibt es dabei auf der <a href="http://htu.at/cms/cms.php?id=269">HTU-Seite</a>.</p>
<p>Meine Empfehlung: <a href="http://www.unipiraten.at/wiki/Hauptseite">Unipiraten</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/05/h-wahlen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Atze Schr&#246;der gespielt von Hubertus Albers</title>
		<link>http://ra.fnord.at/2007/05/atze-schrder-gespielt-von-hubertus-albers/</link>
		<comments>http://ra.fnord.at/2007/05/atze-schrder-gespielt-von-hubertus-albers/#comments</comments>
		<pubDate>Fri, 11 May 2007 17:07:18 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/05/11/atze-schrder-gespielt-von-hubertus-albers/</guid>
		<description><![CDATA[Im wahrsten Sinne ein Witzbold.. *kopfschüttel*
Quell [...]]]></description>
			<content:encoded><![CDATA[<p>Im wahrsten Sinne ein Witzbold.. *kopfschüttel*</p>
<p>Quelle: <a href="http://netzpolitik.org/2007/atze-schroeder-vs-wikipedia/">http://netzpolitik.org/2007/atze-schroeder-vs-wikipedia/</a><br />
Quelle: <a href="http://www.heise.de/newsticker/meldung/89650/">http://www.heise.de/newsticker/meldung/89650/</a><br />
Quelle: <a href="http://german.imdb.com/name/nm0775641/bio">http://german.imdb.com/name/nm0775641/bio</a><br />
Link: <a href="http://de.wikipedia.org/wiki/Atze_Schr%C3%B6der">http://de.wikipedia.org/wiki/Atze_Schr%C3%B6der</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/05/atze-schrder-gespielt-von-hubertus-albers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internetlexikon mit allen Tieren und Pflanzen</title>
		<link>http://ra.fnord.at/2007/05/internetlexikon-mit-allen-tieren-und-pflanzen/</link>
		<comments>http://ra.fnord.at/2007/05/internetlexikon-mit-allen-tieren-und-pflanzen/#comments</comments>
		<pubDate>Wed, 09 May 2007 17:38:20 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/05/09/internetlexikon-mit-allen-tieren-und-pflanzen/</guid>
		<description><![CDATA[Klingt zwar ein bisschen nach spezieller Wikipedia (ohn [...]]]></description>
			<content:encoded><![CDATA[<p>Klingt zwar ein bisschen nach spezieller Wikipedia (ohne der Möglichkeit, daß jederman editieren kann), aber die Idee finde ich gut. (:<br />
Link: <a href="http://www.eol.org/">http://www.eol.org/</a><br />
Quelle: <a href="http://science.orf.at/science/links/148070">http://science.orf.at/science/links/148070</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/05/internetlexikon-mit-allen-tieren-und-pflanzen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Landkarte des Internets</title>
		<link>http://ra.fnord.at/2007/05/landkarte-des-internets/</link>
		<comments>http://ra.fnord.at/2007/05/landkarte-des-internets/#comments</comments>
		<pubDate>Wed, 02 May 2007 18:10:20 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/05/02/landkarte-des-internets/</guid>
		<description><![CDATA[http://imgs.xkcd.com/comics/online_communities.png
Que [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://imgs.xkcd.com/comics/online_communities.png">http://imgs.xkcd.com/comics/online_communities.png</a></p>
<p>Quelle: <a href="http://netzpolitik.org/2007/landkarte-des-internets/">http://netzpolitik.org/2007/landkarte-des-internets/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/05/landkarte-des-internets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daham is daham</title>
		<link>http://ra.fnord.at/2007/05/daham-is-daham/</link>
		<comments>http://ra.fnord.at/2007/05/daham-is-daham/#comments</comments>
		<pubDate>Wed, 02 May 2007 18:07:41 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/05/02/daham-is-daham/</guid>
		<description><![CDATA[http://www.gruene.at/dahamisdaham/ [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gruene.at/dahamisdaham/">http://www.gruene.at/dahamisdaham/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/05/daham-is-daham/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Die verbotene Zahl</title>
		<link>http://ra.fnord.at/2007/05/die-verbotene-zahl/</link>
		<comments>http://ra.fnord.at/2007/05/die-verbotene-zahl/#comments</comments>
		<pubDate>Wed, 02 May 2007 18:01:01 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/05/02/die-verbotene-zahl/</guid>
		<description><![CDATA[13256278887989457651018865901401704640
Quellen: http:/ [...]]]></description>
			<content:encoded><![CDATA[<p><strong>13256278887989457651018865901401704640</strong></p>
<p>Quellen: <a href="http://netzpolitik.org/2007/die-verbotene-zahl/">http://netzpolitik.org/2007/die-verbotene-zahl/</a>  <a href="http://09f911029d74e35bd84156c5635688c0.colourfuldeception.com/">http://09f911029d74e35bd84156c5635688c0.colourfuldeception.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/05/die-verbotene-zahl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alltag &#220;berwachung</title>
		<link>http://ra.fnord.at/2007/05/alltag-berwachung/</link>
		<comments>http://ra.fnord.at/2007/05/alltag-berwachung/#comments</comments>
		<pubDate>Tue, 01 May 2007 11:28:48 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Conspiracy]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/05/01/alltag-berwachung/</guid>
		<description><![CDATA[Die Dokumentation "Alltag Überwachung - Zwischen Terro [...]]]></description>
			<content:encoded><![CDATA[<p>Die Dokumentation &#8220;Alltag Überwachung &#8211; Zwischen Terror, Sicherheit und digitaler Kontrolle&#8221; wurde von Roman Mischel und Fiete Stegers für die Tagesschau produziert und dort zunächst in vier Teilen veröffentlicht. Die Autoren gehen der Frage nach: &#8220;Leben wir mittlerweile in einem Überwachungsstaat?&#8221;<br />
Video: <a href="http://chaosradio.ccc.de/media/video/alltag-ueberwachung.mp4">http://chaosradio.ccc.de/media/video/alltag-ueberwachung.mp4</a><br />
Quelle: <a href="http://chaosradio.ccc.de/ctv083.html">http://chaosradio.ccc.de/ctv083.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/05/alltag-berwachung/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://chaosradio.ccc.de/media/video/alltag-ueberwachung.mp4" length="366462272" type="video/mp4" />
		</item>
		<item>
		<title>Video&#252;berwachung bei den Wr.Linien</title>
		<link>http://ra.fnord.at/2007/04/videoberwachung-bei-den-wrlinien/</link>
		<comments>http://ra.fnord.at/2007/04/videoberwachung-bei-den-wrlinien/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 09:30:50 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Conspiracy]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Vienna]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/04/13/videoberwachung-bei-den-wrlinien/</guid>
		<description><![CDATA[Heise berichtet darüber:
http://www.heise.de/newstick [...]]]></description>
			<content:encoded><![CDATA[<p>Heise berichtet darüber:<br />
<a href="http://www.heise.de/newsticker/meldung/88186/from/rss09">http://www.heise.de/newsticker/meldung/88186/from/rss09</a></p>
<p>Fazit: Effektiver Nutzen ist gering, da die Videoaufnahmen nur 48 Stunden gespeichert werden dürfen und eine Auswertung nur gemacht wird wenn eine vorsätzliche Straftat begangen wurde, bei der mehr als ein Jahr Freiheitsstrafe droht &#8211; also nichts mit Handtaschendiebstahl, Drogendealern, ..</p>
<p>Weiters kostete der Ausbau der Videoüberwachung im Jahr 2006 alleine für einige U1 Waggons 3.7 Mio € !<br />
In Absurdität wird das ganze gesteigert dadurch, daß die Vandalismusschäden nicht mehr als 200.000 € pro Jahr betragen.<br />
-&gt; Die Kosten würden sich nach knapp 20 Jahren ammortisieren (unter der Annahme, daß die Vandalismuskosten auf 0,- fallen). &#8220;Würde&#8221;, weil die Technik spätestens nach 8 Jahren ausgetauscht werden muß..</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/04/videoberwachung-bei-den-wrlinien/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suspect Nation</title>
		<link>http://ra.fnord.at/2007/04/suspect-nation/</link>
		<comments>http://ra.fnord.at/2007/04/suspect-nation/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 09:39:36 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Conspiracy]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/04/06/suspect-nation/</guid>
		<description><![CDATA[Ist die neue Überwachungstechnologie ein Risiko für d [...]]]></description>
			<content:encoded><![CDATA[<p>Ist die neue Überwachungstechnologie ein Risiko für die Menschen, die sie beschützen soll?</p>
<p>Autoren: Henry Porter, Neil Ferguson<br />
Video: <a href="http://chaosradio.ccc.de/media/video/suspect-nation.mp4">http://chaosradio.ccc.de/media/video/suspect-nation.mp4</a></p>
<p>Quellen: <a href="http://chaosradio.ccc.de/ctv086.html">http://chaosradio.ccc.de/ctv086.html</a> <a href="http://www.channel4.com/more4/documentaries/doc-feature.jsp?id=107">http://www.channel4.com/more4/documentaries/doc-feature.jsp?id=107</a></p>
<p>Edit: Gleich noch ein nettes Video passend zum Thema: <a href="http://chaosradio.ccc.de/media/video/big-brother-state.mp4">http://chaosradio.ccc.de/media/video/big-brother-state.mp4</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/04/suspect-nation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://chaosradio.ccc.de/media/video/big-brother-state.mp4" length="51261286" type="video/mp4" />
<enclosure url="http://chaosradio.ccc.de/media/video/suspect-nation.mp4" length="150832135" type="video/mp4" />
		</item>
		<item>
		<title>GNU/Linux on Dell notebooks/workstations</title>
		<link>http://ra.fnord.at/2007/04/gnulinux-on-dell-notebooksworkstations/</link>
		<comments>http://ra.fnord.at/2007/04/gnulinux-on-dell-notebooksworkstations/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 22:29:00 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/04/02/gnulinux-on-dell-notebooksworkstations/</guid>
		<description><![CDATA[Dell announced to support GNU/Linux on notebook and (co [...]]]></description>
			<content:encoded><![CDATA[<p>Dell announced to support GNU/Linux on notebook and (consumer)workstations.<br />
<a href="http://direct2dell.com/one2one/archive/2007/03/28/9655.aspx">http://direct2dell.com/one2one/archive/2007/03/28/9655.aspx</a><br />
<a href="http://www1.euro.dell.com/content/topics/global.aspx/ideastorm/ideasinaction">http://www1.euro.dell.com/content/topics/global.aspx/ideastorm/ideasinaction</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/04/gnulinux-on-dell-notebooksworkstations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Studienbeihilfe wird um zw&#246;lf Prozent erh&#246;ht</title>
		<link>http://ra.fnord.at/2007/03/studienbeihilfe-wird-um-zwlf-prozent-erhht/</link>
		<comments>http://ra.fnord.at/2007/03/studienbeihilfe-wird-um-zwlf-prozent-erhht/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 17:44:03 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/03/27/studienbeihilfe-wird-um-zwlf-prozent-erhht/</guid>
		<description><![CDATA[http://www.orf.at/ticker/248523.html (: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.orf.at/ticker/248523.html">http://www.orf.at/ticker/248523.html</a> (:</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/03/studienbeihilfe-wird-um-zwlf-prozent-erhht/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links (:</title>
		<link>http://ra.fnord.at/2007/03/links/</link>
		<comments>http://ra.fnord.at/2007/03/links/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 20:09:45 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/03/21/links/</guid>
		<description><![CDATA[Kurz und schmerzlos:
"NEO" - ergonomisches Layout auf  [...]]]></description>
			<content:encoded><![CDATA[<p>Kurz und schmerzlos:</p>
<p><a href="http://pebbles.schattenlauf.de/layout.php">&#8220;NEO&#8221; &#8211; ergonomisches Layout auf einer Standard-Tastatur</a></p>
<p><a href="http://wiki.openmoko.org/wiki/Neo1973">First phone designed to run OpenMoko.</a></p>
<p><a href="http://community.livejournal.com/optimus_project/">Keyboard mit LCD Display auf jeder Taste</a></p>
<p><a href="http://www.fscklog.com/2007/01/die_mglichkeite.html">Die Möglichkeiten von Multi-Touch (Jeff Han)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/03/links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype ist b&#246;se[tm]</title>
		<link>http://ra.fnord.at/2007/03/skype-ist-bsetm/</link>
		<comments>http://ra.fnord.at/2007/03/skype-ist-bsetm/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 11:14:57 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/03/03/skype-ist-bsetm/</guid>
		<description><![CDATA[Philippe Biondi und Fabrice Desclaux haben gestern auf  [...]]]></description>
			<content:encoded><![CDATA[<p>Philippe Biondi und Fabrice Desclaux haben gestern auf der <a href="http://www.blackhat.com/">Blackhat</a> den Vortrag <a href="http://www.blackhat.com/html/bh-europe-06/bh-eu-06-speakers.html#Biondi">Silver Needle in the Skype</a> gehalten, in dem sie Skype einmal genauer unter die Lupe genommen haben.<br />
Die Folien gibt es <a href="http://www.secdev.org/conf/skype_BHEU06.pdf">hier</a>.<br />
Fazit: Falls Skype noch läuft: Abdrehen &#8211; JETZT!<br />
Und Alternativen wie <a href="http://de.wikipedia.org/wiki/Jabber#Jingle-Erweiterung">Jingle/Jabber</a> verwenden.</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/03/skype-ist-bsetm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>neuverhandeln.at</title>
		<link>http://ra.fnord.at/2007/02/neuverhandelnat/</link>
		<comments>http://ra.fnord.at/2007/02/neuverhandelnat/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 23:02:58 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/02/07/neuverhandelnat/</guid>
		<description><![CDATA["Grüne starten Homepage, auf der jeder den rot-schwarz [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Grüne starten Homepage, auf der jeder den rot-schwarzen Regierungspakt erweitern oder umschreiben kann.&#8221;</p>
<p><a href="http://www.neuverhandeln.at/">http://www.neuverhandeln.at/</a></p>
<p><a href="http://derstandard.at/?url=/?id=2755861">http://derstandard.at/?url=/?id=2755861</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/02/neuverhandelnat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 2.0 &#8230; The Machine is Us/ing Us</title>
		<link>http://ra.fnord.at/2007/02/web-20-the-machine-is-using-us/</link>
		<comments>http://ra.fnord.at/2007/02/web-20-the-machine-is-using-us/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 22:55:00 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/02/07/web-20-the-machine-is-using-us/</guid>
		<description><![CDATA[[youtube 6gmP4nk0EOE]
 [...]]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/6gmP4nk0EOE" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/6gmP4nk0EOE" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/02/web-20-the-machine-is-using-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>23C3 videos</title>
		<link>http://ra.fnord.at/2007/01/23c3-videos/</link>
		<comments>http://ra.fnord.at/2007/01/23c3-videos/#comments</comments>
		<pubDate>Sat, 13 Jan 2007 16:38:38 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/01/13/23c3-videos/</guid>
		<description><![CDATA[The first 23C3 videos are already online.
Get them @ f [...]]]></description>
			<content:encoded><![CDATA[<p>The first 23C3 videos are already online.<br />
Get them @ <a href="ftp://dewy.fem.tu-ilmenau.de/CCC/23C3/video/">ftp://dewy.fem.tu-ilmenau.de/CCC/23C3/video/</a></p>
<p>Update:<br />
They are officially online @ <a href="ftp://ftp.ccc.de/congress/23c3/video">ftp://ftp.ccc.de/congress/23c3/video</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/01/23c3-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Robert Anton Wilson died ):</title>
		<link>http://ra.fnord.at/2007/01/robert-anton-wilson-died/</link>
		<comments>http://ra.fnord.at/2007/01/robert-anton-wilson-died/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 19:04:36 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Conspiracy]]></category>
		<category><![CDATA[English]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/01/11/robert-anton-wilson-died/</guid>
		<description><![CDATA[Blog entry regarding Robert Anton Wilson`s death: http: [...]]]></description>
			<content:encoded><![CDATA[<p>Blog entry regarding <a href="http://en.wikipedia.org/wiki/Robert_Anton_Wilson">Robert Anton Wilson</a>`s death: <a href="http://robertantonwilson.blogspot.com/2007/01/raw-essence.html">http://robertantonwilson.blogspot.com/2007/01/raw-essence.html</a></p>
<p>Robert Anton Wilson´s blog: <a href="http://robertantonwilson.blogspot.com/index.html">http://robertantonwilson.blogspot.com/index.html</a></p>
<p>All Hail Eris!</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/01/robert-anton-wilson-died/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s fun to hack the RFID!</title>
		<link>http://ra.fnord.at/2007/01/its-fun-to-hack-the-rfid/</link>
		<comments>http://ra.fnord.at/2007/01/its-fun-to-hack-the-rfid/#comments</comments>
		<pubDate>Fri, 05 Jan 2007 12:24:52 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/01/05/its-fun-to-hack-the-rfid/</guid>
		<description><![CDATA[Live-Performance by monochrom at the 23C3.
Get the vid [...]]]></description>
			<content:encoded><![CDATA[<p>Live-Performance by <a href="http://www.monochrom.at/">monochrom</a> at the <a href="http://events.ccc.de/congress/2006/Home">23C3</a>.</p>
<p>Get the <a href="http://chaosradio.ccc.de/media/video/monochrom-rfid.m4v">video</a>!<br />
The <a href="http://www.monochrom.at/rfid/">text</a> is released under a Creative Commons License.</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/01/its-fun-to-hack-the-rfid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://chaosradio.ccc.de/media/video/monochrom-rfid.m4v" length="47967906" type="video/mp4" />
		</item>
		<item>
		<title>Die letzte Masche</title>
		<link>http://ra.fnord.at/2007/01/die-letzte-masche/</link>
		<comments>http://ra.fnord.at/2007/01/die-letzte-masche/#comments</comments>
		<pubDate>Wed, 03 Jan 2007 21:14:51 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2007/01/03/die-letzte-masche/</guid>
		<description><![CDATA[Lesenswert, auch wenn der Artikel schon etwas Älter is [...]]]></description>
			<content:encoded><![CDATA[<p>Lesenswert, auch wenn der Artikel schon etwas Älter ist:<br />
<a href="http://www.zeit.de/2006/42/515-Dorfer">Alfred Dorfer über die scheidende Bildungsministerin Elisabeth Gehrer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2007/01/die-letzte-masche/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who can you trust?</title>
		<link>http://ra.fnord.at/2006/12/who-can-you-trust/</link>
		<comments>http://ra.fnord.at/2006/12/who-can-you-trust/#comments</comments>
		<pubDate>Fri, 22 Dec 2006 18:28:23 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2006/12/22/who-can-you-trust/</guid>
		<description><![CDATA[is the title of the 23rd Chaos Communication Congress w [...]]]></description>
			<content:encoded><![CDATA[<p>is the title of the <a href="http://events.ccc.de/congress/2006/Home">23rd Chaos Communication Congress</a> which will take place from 27th to 30th december in Berlin.</p>
<p><a href="http://events.ccc.de/congress/2006/Home"><img src="http://ra.fnord.at/wp-content/uploads/23c3_100x84_subline.jpg" border="0" alt="23C3" /></a></p>
<p>See you there! (:</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2006/12/who-can-you-trust/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Funny comic</title>
		<link>http://ra.fnord.at/2006/11/funny-comic/</link>
		<comments>http://ra.fnord.at/2006/11/funny-comic/#comments</comments>
		<pubDate>Thu, 16 Nov 2006 17:00:00 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2006/11/16/funny-comic/</guid>
		<description><![CDATA[http://e-sheep.com/rave/
und ein witziges Comic zu ein [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://e-sheep.com/rave/">http://e-sheep.com/rave/</a></p>
<p>und ein witziges Comic zu einem ernsten Thema:<br />
<a href="http://chaosradio.ccc.de/media/pdf/der-wahlschrank.pdf">http://chaosradio.ccc.de/media/pdf/der-wahlschrank.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2006/11/funny-comic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java is free and open source now!</title>
		<link>http://ra.fnord.at/2006/11/java-is-free-and-open-source-now/</link>
		<comments>http://ra.fnord.at/2006/11/java-is-free-and-open-source-now/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 17:51:31 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[English]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2006/11/13/java-is-free-and-open-source-now/</guid>
		<description><![CDATA[Finally.. it´s released under the GPLv2.
Source: http [...]]]></description>
			<content:encoded><![CDATA[<p>Finally.. it´s released under the GPLv2.</p>
<p>Source: <a href="http://www.sun.com/software/opensource/java/">http://www.sun.com/software/opensource/java/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2006/11/java-is-free-and-open-source-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jeder ist verd&#228;chtig</title>
		<link>http://ra.fnord.at/2006/11/jeder-ist-verdchtig/</link>
		<comments>http://ra.fnord.at/2006/11/jeder-ist-verdchtig/#comments</comments>
		<pubDate>Fri, 10 Nov 2006 21:47:11 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Conspiracy]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2006/11/10/jeder-ist-verdchtig/</guid>
		<description><![CDATA[Zwei witzige Mixes zu dem um sich greifenden Sicherheit [...]]]></description>
			<content:encoded><![CDATA[<p>Zwei witzige Mixes zu dem um sich greifenden Sicherheitswahn, der in Deutschland wenigstens etwas heißer diskutiert wird..<br />
<a href="http://chaosradio.ccc.de/media/audio/bundestag_united-sicherheitswahn.mp3">MP3 #1</a> und <a href="http://chaosradio.ccc.de/media/audio/bundestag_united-kontrolle_muss_sein.mp3">MP3 #2</a>.</p>
<p><a href="http://chaosradio.ccc.de/ctv065.html">Quelle #1</a><br />
<a href="http://chaosradio.ccc.de/ctv066.html">Quelle #2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2006/11/jeder-ist-verdchtig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://chaosradio.ccc.de/media/audio/bundestag_united-kontrolle_muss_sein.mp3" length="5088858" type="audio/mpeg" />
<enclosure url="http://chaosradio.ccc.de/media/audio/bundestag_united-sicherheitswahn.mp3" length="6660174" type="audio/mpeg" />
		</item>
		<item>
		<title>Teegesch&#228;ft in Wien</title>
		<link>http://ra.fnord.at/2006/11/teegeschft-in-wien/</link>
		<comments>http://ra.fnord.at/2006/11/teegeschft-in-wien/#comments</comments>
		<pubDate>Fri, 10 Nov 2006 10:42:00 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Vienna]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/1970/01/01/teegeschft-in-wien/</guid>
		<description><![CDATA[Wer in Wien auf der Suche nach einem guten Teegeschäft [...]]]></description>
			<content:encoded><![CDATA[<p>Wer in Wien auf der Suche nach einem guten Teegeschäft ist, dem kann ich das <a href="http://www.tastea.at/">Tastea</a> ans Herz legen.</p>
<p>Sehr gute Auswahl, sehr freundlich, gute Lage (altes AKH). (:</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2006/11/teegeschft-in-wien/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gladio (german)</title>
		<link>http://ra.fnord.at/2006/10/gladio-german/</link>
		<comments>http://ra.fnord.at/2006/10/gladio-german/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 09:20:43 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Conspiracy]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2006/10/19/gladio-german/</guid>
		<description><![CDATA[Gladio war der Name einer Geheimorganisation von NATO,  [...]]]></description>
			<content:encoded><![CDATA[<p>Gladio war der Name einer Geheimorganisation von NATO, CIA und des britischen MI6 während des Kalten Kriegs.</p>
<p>&#8220;Man musste Zivilisten angreifen, Männer, Frauen, Kinder, unschuldige Menschen, unbekannte Menschen, die weit weg vom politischen Spiel waren. Der Grund dafür war einfach. Die Anschläge sollten das italienische Volk dazu bringen, den Staat um größere Sicherheit zu bitten. Diese politische Logik liegt all den Massakern und Terroranschlägen zu Grunde, welche ohne richterliches Urteil bleiben, weil der Staat sich ja nicht selber verurteilen kann.&#8221;</p>
<p>Vincenzo Vinciguerra</p>
<p>Detailierter Artikel auf Wikipedia:<br />
<a href="http://de.wikipedia.org/wiki/Gladio">http://de.wikipedia.org/wiki/Gladio</a><br />
Im englischen Artikel steht auch etwas über Österreich:<br />
<a href="http://en.wikipedia.org/wiki/Gladio">http://en.wikipedia.org/wiki/Gladio</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2006/10/gladio-german/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Talvin Singh in Vienna</title>
		<link>http://ra.fnord.at/2006/10/talvin-singh-in-vienna/</link>
		<comments>http://ra.fnord.at/2006/10/talvin-singh-in-vienna/#comments</comments>
		<pubDate>Sat, 07 Oct 2006 12:41:15 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Party]]></category>
		<category><![CDATA[Vienna]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2006/10/07/talvin-singh-in-vienna/</guid>
		<description><![CDATA[Talvin Singh has not been to Vienna many many years... [...]]]></description>
			<content:encoded><![CDATA[<p>Talvin Singh has not been to Vienna many many years&#8230;<br />
He will be playing live at <a href="http://www.szenewien.com/Framesets/frames_concerts.htm">Szene Wien</a> on October 4th!</p>
<p>For the guys not knowing Talvin Singh (shame on you =P ):<br />
<a href="http://www.talvinsingh.com/">Talvin Singh&#8217;s Homepage</a><br />
<a href="http://en.wikipedia.org/wiki/Talvin_Singh">Talvin Singh @ Wikipedia</a><br />
<a href="http://myspace.com/talvinsinghuk">Talvin Singh @ myspace</a></p>
<p>Enjoy his great sound! (:</p>
<p>Update:<br />
See a crappy snapshot:<br />
<a href="http://ra.fnord.at/wp-content/uploads/talvin_singh21.jpg"><img src="http://ra.fnord.at/wp-content/uploads/talvin_singh2.jpg" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2006/10/talvin-singh-in-vienna/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google code search</title>
		<link>http://ra.fnord.at/2006/10/google-code-search/</link>
		<comments>http://ra.fnord.at/2006/10/google-code-search/#comments</comments>
		<pubDate>Thu, 05 Oct 2006 10:59:00 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/1970/01/01/google-code-search/</guid>
		<description><![CDATA[Now google offers the possibility to search in public s [...]]]></description>
			<content:encoded><![CDATA[<p>Now google offers the possibility to search in public source code with regular expressions and limit the results depending on the license used.</p>
<p><a href="http://www.google.com/codesearch">http://www.google.com/codesearch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2006/10/google-code-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSSL security advisory</title>
		<link>http://ra.fnord.at/2006/09/openssl-security-advisory/</link>
		<comments>http://ra.fnord.at/2006/09/openssl-security-advisory/#comments</comments>
		<pubDate>Mon, 25 Sep 2006 20:40:25 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2006/09/25/openssl-security-advisory/</guid>
		<description><![CDATA[Ouch..
See: http://www.openssl.org/news/secadv_2006090 [...]]]></description>
			<content:encoded><![CDATA[<p>Ouch..</p>
<p>See: <a href="http://www.openssl.org/news/secadv_20060905.txt">http://www.openssl.org/news/secadv_20060905.txt</a></p>
<p>Update: Now there is even an public exploit available <a href="http://www.cdc.informatik.tu-darmstadt.de/securebrowser/">http://www.cdc.informatik.tu-darmstadt.de/securebrowser/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2006/09/openssl-security-advisory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux kernel patches</title>
		<link>http://ra.fnord.at/2006/09/linux-kernel-patches/</link>
		<comments>http://ra.fnord.at/2006/09/linux-kernel-patches/#comments</comments>
		<pubDate>Mon, 25 Sep 2006 20:14:02 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2006/09/25/linux-kernel-patches/</guid>
		<description><![CDATA[I put two patches online i put together some weeks ago: [...]]]></description>
			<content:encoded><![CDATA[<p>I put two patches online i put together some weeks ago:<br />
A patch to build the driver for the rt2500 wireless chipset within the linux kernel (statically or as a module): <a href="http://ra.fnord.at/wp-content/uploads/linux-2617-rt2500-1.diff">linux-2.6.17-rt2500-1.diff</a> (diff, 1,155 KB)<br />
A patch to build the kqemu module within the linux kernel (statically or as a module): <a href="http://ra.fnord.at/wp-content/uploads/kqemu-2617.diff">kqemu-2.6.17.diff</a> (diff, 19 KB)</p>
<p>As you can see, I do prefer a kernel without modules. (:</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2006/09/linux-kernel-patches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E-Voting</title>
		<link>http://ra.fnord.at/2006/09/e-voting/</link>
		<comments>http://ra.fnord.at/2006/09/e-voting/#comments</comments>
		<pubDate>Mon, 25 Sep 2006 19:01:22 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2006/09/25/e-voting/</guid>
		<description><![CDATA[Interview with Avi Rubin on CNN
Source (german): http: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://berlin.ccc.de/~tim/tim.geekheim.de/avi-rubin-cnn.m4v">Interview with Avi Rubin on CNN</a><br />
Source (german): <a href="http://tim.geekheim.de/2006/08/24/wahlcomputer-langsam-auch-in-den-usa-ein-thema/">http://tim.geekheim.de/2006/08/24/wahlcomputer-langsam-auch-in-den-usa-ein-thema/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2006/09/e-voting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://berlin.ccc.de/~tim/tim.geekheim.de/avi-rubin-cnn.m4v" length="12643012" type="video/mp4" />
		</item>
		<item>
		<title>Six Tips to Protect Your Online Search Privacy</title>
		<link>http://ra.fnord.at/2006/09/six-tips-to-protect-your-online-search-privacy/</link>
		<comments>http://ra.fnord.at/2006/09/six-tips-to-protect-your-online-search-privacy/#comments</comments>
		<pubDate>Sun, 24 Sep 2006 21:13:20 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2006/09/24/six-tips-to-protect-your-online-search-privacy/</guid>
		<description><![CDATA[Summary:
1. Don't put personally identifying informati [...]]]></description>
			<content:encoded><![CDATA[<p>Summary:<br />
1. Don&#8217;t put personally identifying information in your search terms (easy)<br />
2. Don&#8217;t use your ISP&#8217;s search engine (easy)<br />
3. Don&#8217;t login to your search engine or related tools (intermediate)<br />
4. Block &#8220;cookies&#8221; from your search engine (intermediate)<br />
5. Vary your IP address (intermediate)<br />
6. Use web proxies and anonymizing software like Tor (advanced)</p>
<p><a href="http://www.eff.org/Privacy/search/searchtips.php">More in depth original version</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2006/09/six-tips-to-protect-your-online-search-privacy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>0 Db ion cooled computer</title>
		<link>http://ra.fnord.at/2006/09/0-db-ion-cooled-computer/</link>
		<comments>http://ra.fnord.at/2006/09/0-db-ion-cooled-computer/#comments</comments>
		<pubDate>Tue, 19 Sep 2006 18:44:54 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2006/09/19/0-db-ion-cooled-computer/</guid>
		<description><![CDATA[A completly silent machine (no moving parts at all!).
 [...]]]></description>
			<content:encoded><![CDATA[<p>A completly silent machine (no moving parts at all!).<br />
Using ion cooling, ram drive, .. see for yourself:<br />
<a href="http://inventgeek.com/Projects/IonCooler/Overview.aspx"><img src="http://ra.fnord.at/wp-content/uploads/main.jpg" border="0" alt="cooled computer" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2006/09/0-db-ion-cooled-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watercooled Xbox laptop</title>
		<link>http://ra.fnord.at/2006/09/watercooled-xbox-laptop/</link>
		<comments>http://ra.fnord.at/2006/09/watercooled-xbox-laptop/#comments</comments>
		<pubDate>Mon, 11 Sep 2006 17:05:50 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2006/09/11/watercooled-xbox-laptop/</guid>
		<description><![CDATA[Ever wanted a watercooled xbox laptop?
Ben Heckendorn  [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted a watercooled xbox laptop?<br />
Ben Heckendorn did.<br />
See his documentation including nice photos.</p>
<p><a href="http://benheck.com/Games/Xbox360/x360_page_1.htm"><img src="http://ra.fnord.at/wp-content/uploads/xbox.jpg" border="0" alt="Xbox laptop" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2006/09/watercooled-xbox-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WTH &amp; 22C3 Videos</title>
		<link>http://ra.fnord.at/2006/09/wth-22c3-videos/</link>
		<comments>http://ra.fnord.at/2006/09/wth-22c3-videos/#comments</comments>
		<pubDate>Thu, 07 Sep 2006 14:38:00 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/1970/01/01/wth-22c3-videos/</guid>
		<description><![CDATA[Beside from the lock bumping video I enjoyed this WTH &#038; [...]]]></description>
			<content:encoded><![CDATA[<p>Beside from the lock bumping video I enjoyed this WTH &#038; 22C3 videos most (every video is several 100Mb in size):<br />
<a href="http://rehash.xs4all.nl/wth/rawtapes/wth-quantum-cryptography-an-introduction/wth-quantum-cryptography-an-introduction-50.mp4">http://rehash.xs4all.nl/wth/rawtapes/wth-quantum-cryptography-an-introduction/wth-quantum-cryptography-an-introduction-50.mp4</a><br />
<a href="http://rehash.whatthehack.org/wth/rawtapes/wth_do_we_run_out_of_oil/wth_do_we_run_out_of_oil_27.mp4">http://rehash.whatthehack.org/wth/rawtapes/wth_do_we_run_out_of_oil/wth_do_we_run_out_of_oil_27.mp4</a><br />
<a href="http://rehash.whatthehack.org/wth/rawtapes/wth_politics_of_psychedelic_research/wth_politics_of_psychedelic_research_35.mp4">http://rehash.whatthehack.org/wth/rawtapes/wth_politics_of_psychedelic_research/wth_politics_of_psychedelic_research_35.mp4</a><br />
<a href="http://rehash.whatthehack.org/wth/rawtapes/wth-digital-identities-and-the-power-of-hacking/wth-digital-identities-and-the-power-of-hacking-62.mp4">http://rehash.whatthehack.org/wth/rawtapes/wth-digital-identities-and-the-power-of-hacking/wth-digital-identities-and-the-power-of-hacking-62.mp4</a></p>
<p><a href="ftp://ftp.ccc.de/congress/22c3/lectures/video/mp4/720x576/22C3-408-en-private_investigations_in_searching.mp4">ftp://ftp.ccc.de/congress/22c3/lectures/video/mp4/720&#215;576/22C3-408-en-private_investigations_in_searching.mp4</a> (this one&#8217;s really great!)<br />
<a href="ftp://ftp.ccc.de/congress/22c3/lectures/video/mp4/720x576/22C3-426-de-entschwoerungstheorie.mp4">ftp://ftp.ccc.de/congress/22c3/lectures/video/mp4/720&#215;576/22C3-426-de-entschwoerungstheorie.mp4</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2006/09/wth-22c3-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lock bumping</title>
		<link>http://ra.fnord.at/2006/09/lock-bumping/</link>
		<comments>http://ra.fnord.at/2006/09/lock-bumping/#comments</comments>
		<pubDate>Thu, 07 Sep 2006 12:55:42 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2006/09/07/lock-bumping/</guid>
		<description><![CDATA[It's very impressing how easy it is to open locks..
Lo [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s very impressing how easy it is to open locks..</p>
<p>Lockpickers site:<br />
<a href="http://www.toool.nl/index-eng.php">http://www.toool.nl/index-eng.php</a></p>
<p>Lock tests:<br />
<a href="http://www.toool.nl/consumer-reports-nl.pdf">http://www.toool.nl/consumer-reports-nl.pdf</a></p>
<p>Bump proof locks:<br />
<a href="http://wiki.whatthehack.org/images/0/00/BumpkeyPresentatie.pdf">http://wiki.whatthehack.org/images/0/00/BumpkeyPresentatie.pdf</a></p>
<p>Video from the whatthehack (~667Mb):<br />
<a href="http://rehash.whatthehack.org/wth/rawtapes/wth-bumping-revisted-lockpicking/wth-bumping-revisted-lockpicking-74.mp4">http://rehash.whatthehack.org/wth/rawtapes/wth-bumping-revisted-lockpicking/wth-bumping-revisted-lockpicking-74.mp4</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2006/09/lock-bumping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First entry</title>
		<link>http://ra.fnord.at/2006/09/first-entry/</link>
		<comments>http://ra.fnord.at/2006/09/first-entry/#comments</comments>
		<pubDate>Thu, 07 Sep 2006 12:51:28 +0000</pubDate>
		<dc:creator>ra</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://sunkist.annessi.at/wordpress/2006/09/07/first-entry/</guid>
		<description><![CDATA[No information here yet, but stay tuned. (: [...]]]></description>
			<content:encoded><![CDATA[<p>No information here yet, but stay tuned. (:</p>
]]></content:encoded>
			<wfw:commentRss>http://ra.fnord.at/2006/09/first-entry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

