<?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"
	>

<channel>
	<title>Crowdway</title>
	<atom:link href="http://blog.crowdway.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.crowdway.com</link>
	<description>Snippets of madness with a dash of salt</description>
	<pubDate>Sun, 25 May 2008 21:22:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Good Luck Phoenix!</title>
		<link>http://blog.crowdway.com/2008/05/25/good-luck-phoenix/</link>
		<comments>http://blog.crowdway.com/2008/05/25/good-luck-phoenix/#comments</comments>
		<pubDate>Sun, 25 May 2008 21:22:13 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Madness]]></category>

		<category><![CDATA[mars]]></category>

		<guid isPermaLink="false">http://blog.crowdway.com/?p=78</guid>
		<description><![CDATA[2 hours and 30 minutes before humanity&#8217;s newest mars lander will touchdown - hopefully unharmed. One of the highlights of the mission is the search for past lifeforms in the polar ice. Some nice links if you&#8217;re interested:

Phoenix (wikipedia)
Phoenix (NASA)
Live stream (NASA)

Let&#8217;s hope Phoenix will fare better than his predecessor. Sleep tight tonight, because we [...]]]></description>
			<content:encoded><![CDATA[<p>2 hours and 30 minutes before humanity&#8217;s newest mars lander will touchdown - hopefully unharmed. One of the highlights of the mission is the search for past lifeforms in the polar ice. Some nice links if you&#8217;re interested:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Phoenix_(spacecraft)">Phoenix</a> (wikipedia)</li>
<li><a href="http://www.nasa.gov/mission_pages/phoenix/main/index.html">Phoenix</a> (NASA)</li>
<li><a href="http://www.nasa.gov/multimedia/nasatv/">Live stream</a> (NASA)</li>
</ul>
<p>Let&#8217;s hope Phoenix will fare better than his predecessor. Sleep tight tonight, because we just might awake to a whole new world.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crowdway.com/2008/05/25/good-luck-phoenix/feed/</wfw:commentRss>
		</item>
		<item>
		<title>1.30192108E+94K</title>
		<link>http://blog.crowdway.com/2008/05/25/130192108e94k/</link>
		<comments>http://blog.crowdway.com/2008/05/25/130192108e94k/#comments</comments>
		<pubDate>Sun, 25 May 2008 09:00:29 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Madness]]></category>

		<category><![CDATA[astix]]></category>

		<guid isPermaLink="false">http://blog.crowdway.com/?p=76</guid>
		<description><![CDATA[A year ago, while drunk, a friend and I were discussing temperature scales. Turns out Fahrenheit used his body temperature to define 100°F, which is totally ridiculous from a scientific point of view. Fahrenheit was actually having a little fever when he developed his scale, which is why 100°F is slightly higher than the normal [...]]]></description>
			<content:encoded><![CDATA[<p>A year ago, while drunk, a friend and I were discussing temperature scales. Turns out Fahrenheit used his body temperature to define 100°F, which is totally ridiculous from a scientific point of view. Fahrenheit was actually having a little fever when he developed his scale, which is why 100°F is slightly higher than the normal human body temperature of 98.2°F.</p>
<p>One could say Celsius was more sane, using the boiling-point of water to define 100°C. If you think about it, though, this isn&#8217;t optimal either. Water boils at differint temperatures depending on the atmospheric pressure. Seen through the alien eye it really doesn&#8217;t make any sense at all: why H²O? Why bound by the conditions of one planet (Earth)?</p>
<p>Mind you, we were drunk.</p>
<p>So off we went and created a new temperature-scale. We figured Kelvin was spot on with defining 0K as the absolute zero, so we used that in our scale. Furthermore, using probably bogus science, we calculated the highest temperature possible in our universe, which turned out to be 1.30192108E+94K, and used that to define 100°.</p>
<p>Out came <a href="http://astix.crowdway.com">Astix</a>, including basic HTML-page explaining the calculations done and Kelvin-To-Astix converter. Enjoy our crazy brainfart.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crowdway.com/2008/05/25/130192108e94k/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Make your PC wake you up</title>
		<link>http://blog.crowdway.com/2008/05/23/make-your-pc-wake-you-up/</link>
		<comments>http://blog.crowdway.com/2008/05/23/make-your-pc-wake-you-up/#comments</comments>
		<pubDate>Fri, 23 May 2008 20:38:57 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.crowdway.com/?p=75</guid>
		<description><![CDATA[It&#8217;s a little known feature of a BIOS: You can set it to start the PC at a specified time and date, practically like an alarm clock. Even lesser known is the fact that you can set this same setting in Linux by writing a date and time to this special file (as root):
$ echo [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a little known feature of a BIOS: You can set it to start the PC at a specified time and date, practically like an alarm clock. Even lesser known is the fact that you can set this same setting in Linux by writing a date and time to this special file (as root):</p>
<pre><code>$ echo "+00-00-00 00:05:00" > /proc/acpi/alarm</code></pre>
<p>Now shutdown your PC. It should boot up again 5 minutes after you executed that line.</p>
<p>Let&#8217;s harness this awesome power and turn it into a poor man&#8217;s complex alarm clock:</p>
<ul>
<li>sudo sh -c &#8216;echo &#8220;2008-05-24 06:59:00&#8243; > /proc/acpi/alarm&#8217;</li>
<li>Start a media-player and make it play a song</li>
<li>Quickly put your PC in hibernate</li>
</ul>
<p>Now when your PC is booting in the morrow, it&#8217;ll return from hibernate and continue playing the song, waking you up in the process. Yay.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crowdway.com/2008/05/23/make-your-pc-wake-you-up/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Talk on Broadband and Distributed Software</title>
		<link>http://blog.crowdway.com/2008/04/08/talk-on-broadband-and-distributed-software/</link>
		<comments>http://blog.crowdway.com/2008/04/08/talk-on-broadband-and-distributed-software/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 21:06:15 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.crowdway.com/?p=73</guid>
		<description><![CDATA[Zeus organises another talk, this time by Piet Demeester. He&#8217;ll give us some details on the how&#8217;s and why&#8217;s of broadband and distributed software. We&#8217;ll also be able to visit the IBBT, which is chock full of gadgets and consoles, for &#8220;testing purposes&#8221;.
For more info, and an abstract, visit the Zeus site.


Although I don&#8217;t like [...]]]></description>
			<content:encoded><![CDATA[<p>Zeus organises another talk, this time by Piet Demeester. He&#8217;ll give us some details on the how&#8217;s and why&#8217;s of broadband and distributed software. We&#8217;ll also be able to visit the <a href="http://www.ibbt.be/">IBBT</a>, which is chock full of gadgets and consoles, for &#8220;testing purposes&#8221;.</p>
<p>For more info, and an abstract, visit the <a href="http://zeus.ugent.be/?q=node/42">Zeus site</a>.</p>
<p style="text-align: center">
<img src="http://blog.crowdway.com/wp-content/uploads/2008/04/affiche-small.png" alt="" title="Trends in Breedbandcommunicatie en Gedistribueerde Software" width="346" height="490" class="aligncenter size-full wp-image-74" /></p>
<p>Although I don&#8217;t like this poster as much as I like my previous ones, I love the photo used as the backdrop. <a href="http://www.sxc.hu/photo/58210">Link to original</a>. Truly amazing the quality of some of the free photos you can find on <a href="http://www.sxc.hu">sxc.hu</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crowdway.com/2008/04/08/talk-on-broadband-and-distributed-software/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wanted: Earphone buds</title>
		<link>http://blog.crowdway.com/2008/04/07/wanted-in-ear-headphone-buds/</link>
		<comments>http://blog.crowdway.com/2008/04/07/wanted-in-ear-headphone-buds/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 12:01:58 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blog.crowdway.com/?p=69</guid>
		<description><![CDATA[I lost one of the rubber buds used on my in-ear earphones, and now I need to use a size that&#8217;s a bit too big for my ear-canal. It&#8217;s annoying because they keep popping out, unless I sit perfectly still. As luck would have it, you can&#8217;t get the buds seperately, and at a cost [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.crowdway.com/wp-content/uploads/2008/04/earphones.jpg" alt="My earphones with the large buds." title="earphones" width="150" height="335" style="margin-left: 5px" class="alignright size-full wp-image-72" />I lost one of the rubber buds used on my in-ear earphones, and now I need to use a size that&#8217;s a bit too big for my ear-canal. It&#8217;s annoying because they keep popping out, unless I sit perfectly still. As luck would have it, you can&#8217;t get the buds seperately, and at a cost of €30 I&#8217;m in no mood to buy new earphones.</p>
<p>If anyone of you have the Creative EP-630 or Sennheiser CX300 (they&#8217;re basically the same), and doesn&#8217;t use the <em>medium</em> buds, I propose a swap. I still have both small and large buds. This way I don&#8217;t need to buy new earphones, and you have some spare in case you lose your buds.</p>
<div style="clear:both;"></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.crowdway.com/2008/04/07/wanted-in-ear-headphone-buds/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sunrise</title>
		<link>http://blog.crowdway.com/2008/04/07/sunrise/</link>
		<comments>http://blog.crowdway.com/2008/04/07/sunrise/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 05:34:43 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.crowdway.com/?p=70</guid>
		<description><![CDATA[Getting up early has its advantages.

]]></description>
			<content:encoded><![CDATA[<p>Getting up early has its advantages.<br />
<img src="http://blog.crowdway.com/wp-content/uploads/2008/04/sunrise.jpg" alt="Sunrise" title="Sunrise" width="490" height="225" class="aligncenter size-full wp-image-71" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crowdway.com/2008/04/07/sunrise/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Argument list too long</title>
		<link>http://blog.crowdway.com/2008/04/04/argument-list-too-long/</link>
		<comments>http://blog.crowdway.com/2008/04/04/argument-list-too-long/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 07:30:29 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Seenly]]></category>

		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://blog.crowdway.com/?p=59</guid>
		<description><![CDATA[While moving Seenly to a new server with more capacity, I had to upload a huge amount of tiny files. Trying to do ncftpput * in a directory that contains 27000 files each with a filename of 35 characters makes Bash cry, and spit out &#8220;Argument list too long&#8221;.
Xargs to the rescue:
echo * &#124; xargs [...]]]></description>
			<content:encoded><![CDATA[<p>While <a href="http://blog.crowdway.com/2008/04/01/seenlys-move/">moving Seenly</a> to a new server with more capacity, I had to upload a huge amount of tiny files. Trying to do <em>ncftpput *</em> in a directory that contains 27000 files each with a filename of 35 characters makes Bash cry, and spit out &#8220;Argument list too long&#8221;.</p>
<p>Xargs to the rescue:</p>
<pre><code>echo * | xargs ncftpput</code></pre>
<p>Amazingly, this works: Instead of trying to ncftpput everything at once, xargs executes ncftpput repeatedly with a group of files, until all files have been sent. Echo doesn&#8217;t throw an <em>Argument list too long</em> error because it&#8217;s a shell built-in. This basically works for every command you need to execute on a large number of files.</p>
<p>Watch out though, because the command isn&#8217;t interactive anymore. So if you get this error:</p>
<blockquote><p>Error: gl_getline(): not interactive, use stdio.</p></blockquote>
<p>It means it&#8217;s trying to get interactive, e.g. asking you for a password, while it&#8217;s not allowed. So make sure you set all required options using switches:</p>
<pre><code>ncftpput -u user -p password hostname remote/path</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.crowdway.com/2008/04/04/argument-list-too-long/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Devaluation of my PC</title>
		<link>http://blog.crowdway.com/2008/04/03/devaluation-of-my-pc/</link>
		<comments>http://blog.crowdway.com/2008/04/03/devaluation-of-my-pc/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 16:30:02 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blog.crowdway.com/?p=68</guid>
		<description><![CDATA[Everyone knows PC components devalue at a very fast rate. Here&#8217;s a calculation based on my latest purchase.
I ordered the components for my new PC on February 21. Total price: €945,5. Today, about 40 days later, the price of all those components together has dropped by €54.5, a decrease of 6%. Especially the RAM (15% [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone knows PC components devalue at a very fast rate. Here&#8217;s a calculation based on my latest purchase.</p>
<p>I ordered the components for my new PC on February 21. Total price: €945,5. Today, about 40 days later, the price of all those components together has dropped by €54.5, a decrease of 6%. Especially the RAM (15% drop) and processor (15% drop) have devalued significantly.</p>
<p>That&#8217;s 54 beers, gone!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crowdway.com/2008/04/03/devaluation-of-my-pc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sarcasm</title>
		<link>http://blog.crowdway.com/2008/04/02/sarcasm/</link>
		<comments>http://blog.crowdway.com/2008/04/02/sarcasm/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 22:42:39 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Madness]]></category>

		<guid isPermaLink="false">http://blog.crowdway.com/?p=66</guid>
		<description><![CDATA[
As seen on reddit (submitted).
]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.crowdway.com/wp-content/uploads/2008/04/reddithand.png" alt="Sarcasm" title="Sarcasm on Reddit" width="490" height="77" class="aligncenter size-full wp-image-67" /><br />
As seen on <a href="http://www.reddit.com">reddit</a> (<a href="http://reddit.com/info/6edkf/comments">submitted</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crowdway.com/2008/04/02/sarcasm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Awesome.ugent.be</title>
		<link>http://blog.crowdway.com/2008/04/02/awesomeugentbe/</link>
		<comments>http://blog.crowdway.com/2008/04/02/awesomeugentbe/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 15:00:31 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[UGent]]></category>

		<guid isPermaLink="false">http://blog.crowdway.com/?p=62</guid>
		<description><![CDATA[Having a job at the University of Ghent comes with certain perks. One of them allows me to have a dedicated hostname and IP for my laptop on the network of UGent.
It didn&#8217;t took long for me to come up with something original, and I&#8217;m now the proud owner of awesome.ugent.be.
Awesome.
]]></description>
			<content:encoded><![CDATA[<p>Having <a href="http://blog.crowdway.com/2008/03/28/a-job/">a job</a> at the University of Ghent comes with certain perks. One of them allows me to have a dedicated hostname and IP for my laptop on the network of UGent.</p>
<p>It didn&#8217;t took long for me to come up with something original, and I&#8217;m now the proud owner of awesome.ugent.be.</p>
<p>Awesome.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crowdway.com/2008/04/02/awesomeugentbe/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
