<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>public brain extension</title>
	<atom:link href="http://nickers.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nickers.wordpress.com</link>
	<description>more trivial stuff</description>
	<lastBuildDate>Fri, 17 Aug 2007 09:17:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='nickers.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>public brain extension</title>
		<link>http://nickers.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nickers.wordpress.com/osd.xml" title="public brain extension" />
	<atom:link rel='hub' href='http://nickers.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Skype: Open sourcing it is no option!</title>
		<link>http://nickers.wordpress.com/2007/08/17/skype-open-sourcing-it-is-no-option/</link>
		<comments>http://nickers.wordpress.com/2007/08/17/skype-open-sourcing-it-is-no-option/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 05:30:25 +0000</pubDate>
		<dc:creator>nickers</dc:creator>
				<category><![CDATA[misc]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://nickers.wordpress.com/2007/08/17/skype-open-sourcing-it-is-no-option/</guid>
		<description><![CDATA[While the Skype outage is ongoing and i&#8217;m in need to revitalize some older IM-Accounts at Jabber and MSN, it&#8217;s a good time to think about the whole Skype-thing. Skype is not Open Source and according to Skype&#8217;s CEO Zennström, it will not be. He&#8217;s putting this decision on funny spurious grounds. So to his [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickers.wordpress.com&amp;blog=371595&amp;post=9&amp;subd=nickers&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While the Skype outage is ongoing and i&#8217;m in need to revitalize some older IM-Accounts at Jabber and MSN, it&#8217;s a good time to think about the whole Skype-thing.</p>
<p>Skype is not Open Source and according to Skype&#8217;s CEO Zennström, it will not be. He&#8217;s putting this decision on funny spurious grounds. So to his words, it needs to be closed to save it&#8217;s users from spammers and identity theft and of course it needs to be closed because they need to save their trade secrets.</p>
<p><span id="more-9"></span></p>
<p>A while ago (maybe a year) Andrew Fear of Nvidia was <a href="http://www.coverfire.com/archives/2006/04/18/linux-and-proprietary-graphics-drivers/" title="coverfire">justifying</a> the decision not to open the source of their graphics drivers with a similar funny reason: &#8220;It’s so hard to write a graphics driver that open-sourcing it would not help&#8221; and that people would not ask for it. People didn&#8217;t also ask for safety belts when they were introduced, but they were built into cars even though, cause they can save life. A while after Fear&#8217;s interview the driver was<a href="http://kerneltrap.org/node/7228" title="NVIDIA Binary Graphics Driver Exploit"> exploited</a> through a two years old security hole.</p>
<p>And yesterday a similar <a href="http://heartbeat.skype.com/2007/08/problems_with_skype_login.html" title="problems with skype login">thing</a> happened to Skype. Not a security hole, but the complete breakdown of Service (at least for Windows users). It&#8217;s hardly understandable why it takes more then a day (the problem isn&#8217;t <a href="http://heartbeat.skype.com/2007/08/looking_slightly_better_at_070.html" title="Looking slightly better?">solved</a> at this moment, 24 hours later) to solve the problem and make the service run again. If it&#8217;s a problem of Skype&#8217;s server software, diversity would have helped, two different server systems, independently developed, will hardly fail to the same bug. This is proven in daily business. You may find bugs in a http-daemon, maybe in Apache 2 or in lighty, but you will not see, that all httpd&#8217;s all over the world will be fucked up by the same bug. You may find a failure in Postgres, but this doesn&#8217;t mean that Oracles 10g is also affected. So an independently developed server for Skype would beware you from a breakdown of the complete network. On the other hand, if it&#8217;s a problem of the client software, diversity and the always needed open and documented protocol would have helped too. You will, equal to the server side, not see that two independently developed clients will fail by the same bug.</p>
<p>This brings us to the important point, lack of documentation, or even the will to open it. No-one, except people at Skype, knows really well how the Software works and whats behind those magic numbers forming the TCP and UDP traffic between nodes and supernodes. Because of the obfuscation Skype put into their code, you will never be sure if there isn&#8217;t a backdoor somewhere, or a keylogger or whatever people want to hide from the eyes of the users. One can say that Skype is only doing this to save their trade secrets and to be in control of the development and this may be legitimate, but if i want to use Skype for communication i need to trust Skype. I can&#8217;t control what the software is sending between the users, i can not even control what Skype&#8217;s doing on my PC. <strong>Are you really sure that Skype is not logging the password for your bank account?</strong> Some intelligent people have written a <a href="http://www.secdev.org/conf/skype_BHEU06.pdf" title="Problems with Skype">report(<em>pdf</em>)</a> about Skypes behaviour on the PC, about the obfuscation in Code and the uncontrollable communication over IP. Now you may argue that i even can&#8217;t control what Live Messenger is doing and you may be right. But first of all i&#8217;m also not forced to use Live Messenger (or Yahoo or ICQ) and secondly, the protocol of MSN is <a href="http://www.hypothetic.org/docs/msn/index.php" title="MSN Messenger Protocol">re-engineered</a>, so i can use the network with an open sourced client like <a href="http://www.pidgin.im/">Pidgin </a>, a thing i can&#8217;t do with Skype, because the lack of documentation.</p>
<p>But, thank god, there are more alternatives. I can not only choose another client for IM or VoIP, i can choose completely different protocols. There&#8217;s <a href="http://www.jabber.org/">Jabber</a>, based on <a href="http://en.wikipedia.com/wiki/XMPP">XMPP</a> or <a href="http://www.openwengo.org/">OpenWengo</a>, an open sourced system based on SIP, that can also connect to MSN, Yahoo, ICQ or Jabber. No, Skype isn&#8217;t possible, because of reasons i described earlier, you know, the documentation thing. There may be more alternatives and it&#8217;s up to you to find them. In the end there may be only two reasons to use Skype.</p>
<p>First: Your clients use it extensively. This means your only chance is to win them for an alternative, telling them of the insecurities of Skype. Ask them if they can sleep well, not knowing if Skype is stealing their trade secrets.</p>
<p>Second: You need to be hip. That&#8217;s your problem! It&#8217;s up to you to think about your security. Forget Spybot S&amp;D, AdAware and Norton Antivirus. After securing every inch of your desktop, there&#8217;s still Skype, the uncontrollable monster, even Norton, McAfee and Kaspersky know nothing about.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nickers.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nickers.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nickers.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nickers.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nickers.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nickers.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nickers.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nickers.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nickers.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nickers.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nickers.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nickers.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nickers.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nickers.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nickers.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nickers.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickers.wordpress.com&amp;blog=371595&amp;post=9&amp;subd=nickers&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nickers.wordpress.com/2007/08/17/skype-open-sourcing-it-is-no-option/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ba7f8f170696bd4a68bfbc119aa3dc8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nickers</media:title>
		</media:content>
	</item>
		<item>
		<title>killing the beep</title>
		<link>http://nickers.wordpress.com/2007/08/16/killing-the-beep/</link>
		<comments>http://nickers.wordpress.com/2007/08/16/killing-the-beep/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 07:31:11 +0000</pubDate>
		<dc:creator>nickers</dc:creator>
				<category><![CDATA[helpful]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nickers.wordpress.com/2007/08/16/killing-the-beep/</guid>
		<description><![CDATA[Sitting at my laptop, configuring a Debian test environment in VMware, Helloween in my headphone, i almost got killed by a heart attack when i had my finger on the wrong key, forcing the console to give out a loud, high pitched, screaming beep. This behaviour needs to be changed! So how can i stop [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickers.wordpress.com&amp;blog=371595&amp;post=8&amp;subd=nickers&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sitting at my laptop, configuring a Debian test environment in VMware, Helloween in my headphone, i almost got killed by a heart attack when i had my finger on the wrong key, forcing the console to give out a loud, high pitched, screaming beep. <strong>This behaviour needs to be changed!</strong></p>
<p>So how can i stop those annoying beeps?</p>
<p><span id="more-8"></span><strong>Solution 1:</strong><br />
<code><br />
# modprobe -r pcspkr<br />
</code><br />
This is rigorous, just kill the one who&#8217;s disgusting you. No talk, no discussion, no excuse, just take out the gun and kill him.</p>
<p>If you want to never load the module, add the line &#8220;blacklist pcspkr&#8221; to <em>/etc/modprobe.d/blacklist</em>. And if you now really need the beep for reasons i can&#8217;t follow, it&#8217;s up to you to start it with:<br />
<code><br />
# modprobe pcspkr<br />
</code></p>
<p><strong>Solution 2:</strong><br />
<code><br />
# setterm -blength 50 -bfreq 220<br />
</code><br />
I found this one <a href="http://www.debuntu.org/how-to-turn-off-virtual-console-beep">here</a>. It&#8217;s more diplomatic, political correct. The PC-Speaker has a right to live too. The command just lowers the frequency and shortens the sound to 50 milliseconds, so it&#8217;s tolerable and saves the health of your ears (and heart). Sadly, you can&#8217;t control is the volume.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nickers.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nickers.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nickers.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nickers.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nickers.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nickers.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nickers.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nickers.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nickers.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nickers.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nickers.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nickers.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nickers.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nickers.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nickers.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nickers.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickers.wordpress.com&amp;blog=371595&amp;post=8&amp;subd=nickers&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nickers.wordpress.com/2007/08/16/killing-the-beep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ba7f8f170696bd4a68bfbc119aa3dc8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nickers</media:title>
		</media:content>
	</item>
		<item>
		<title>public brain extension</title>
		<link>http://nickers.wordpress.com/2007/08/16/public-brain-extension/</link>
		<comments>http://nickers.wordpress.com/2007/08/16/public-brain-extension/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 06:51:56 +0000</pubDate>
		<dc:creator>nickers</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://nickers.wordpress.com/2007/08/16/public-brain-extension/</guid>
		<description><![CDATA[Working with many different software tools on Windows and Unixoids the capacities of my brain are more and more reaching it&#8217;s limits. So today i decided to expand my brain and use this tool as an information dump. I wonder how long i&#8217;ll follow this strategy.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickers.wordpress.com&amp;blog=371595&amp;post=7&amp;subd=nickers&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Working with many different software tools on Windows and Unixoids the capacities of my brain are more and more reaching it&#8217;s limits. So today i decided to expand my brain and use this tool as an information dump. I wonder how long i&#8217;ll follow this strategy.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nickers.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nickers.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nickers.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nickers.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nickers.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nickers.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nickers.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nickers.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nickers.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nickers.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nickers.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nickers.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nickers.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nickers.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nickers.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nickers.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nickers.wordpress.com&amp;blog=371595&amp;post=7&amp;subd=nickers&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nickers.wordpress.com/2007/08/16/public-brain-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ba7f8f170696bd4a68bfbc119aa3dc8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nickers</media:title>
		</media:content>
	</item>
	</channel>
</rss>
