<?xml version="1.0" encoding="iso-8859-15"?>
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">

<channel>
  <title>x-log</title>
  <link>http://waterwave.ch/weblog/</link>
  <description>x-log</description>
  <lastBuildDate>Tue, 28 Jul 2009 22:25:08 +0200</lastBuildDate>  
  <language>fr</language>
  <copyright>Andreas Jaggi</copyright>
  <creativeCommons:license>http://creativecommons.org/licenses/by-nd-nc/1.0/</creativeCommons:license>

  <image>
    <url>http://waterwave.ch/weblog/logo.gif</url>  
    <title>x-log</title>
    <link>http://waterwave.ch/weblog/</link>
  </image>
  
  <item>
    <title>Unfreeze messages in Exim queue</title>
    <link>http://waterwave.ch/weblog/detail.php?id=324151</link>
    <guid isPermaLink="true">http://waterwave.ch/weblog/detail.php?id=324151</guid>
    <dc:creator>x-way</dc:creator>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nd-nc/1.0/</creativeCommons:license>
    <pubDate>Tue, 28 Jul 2009 22:25:08 +0200</pubDate>
    <category domain="http://waterwave.ch/weblog/index.php?cat=6">Linux</category>
    <description>To process all **frozen** messages in the Exim queue use this command:
mailq | grep frozen | awk '{print $3}' | xargs exim -v -M</description>
    <content:encoded><![CDATA[<p>To process all **frozen** messages in the Exim queue use this command:</p>
<pre>mailq | grep frozen | awk '{print $3}' | xargs exim -v -M</pre>]]></content:encoded>
    <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://waterwave.ch/weblog/trackback.php?id=324151</trackback:ping>
    <comments>http://waterwave.ch/weblog/detail.php?id=324151</comments>
    <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://waterwave.ch/weblog/detail.php?id=324151</wfw:commentRss>
    <slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments>
  </item>
  <item>
    <title>Remove all messages in the Exim queue</title>
    <link>http://waterwave.ch/weblog/detail.php?id=324150</link>
    <guid isPermaLink="true">http://waterwave.ch/weblog/detail.php?id=324150</guid>
    <dc:creator>x-way</dc:creator>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nd-nc/1.0/</creativeCommons:license>
    <pubDate>Tue, 10 Mar 2009 14:50:54 +0100</pubDate>
    <category domain="http://waterwave.ch/weblog/index.php?cat=6">Linux</category>
    <description>To whipe the Exim message queue use the following command:
exim -bp | exiqgrep -i | xargs exim -Mrm</description>
    <content:encoded><![CDATA[<p>To whipe the Exim message queue use the following command:</p>
<pre>exim -bp | exiqgrep -i | xargs exim -Mrm</pre>]]></content:encoded>
    <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://waterwave.ch/weblog/trackback.php?id=324150</trackback:ping>
    <comments>http://waterwave.ch/weblog/detail.php?id=324150</comments>
    <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://waterwave.ch/weblog/detail.php?id=324150</wfw:commentRss>
    <slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments>
  </item>
  <item>
    <title>Prevent Exim4 from using up all disk space on Debian</title>
    <link>http://waterwave.ch/weblog/detail.php?id=324149</link>
    <guid isPermaLink="true">http://waterwave.ch/weblog/detail.php?id=324149</guid>
    <dc:creator>x-way</dc:creator>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nd-nc/1.0/</creativeCommons:license>
    <pubDate>Fri, 06 Mar 2009 10:20:43 +0100</pubDate>
    <category domain="http://waterwave.ch/weblog/index.php?cat=6">Linux</category>
    <description>Adding the following line to the Exim4 configuration prevents that all the disk space is used up by the messages in the spool folder:
check_spool_space=100M

This refuses incoming messages with a &quot;452 Space shortage, please try later&quot; message when less than 100 megabytes of disk space are available on the partition where the spool folder resides.
</description>
    <content:encoded><![CDATA[<p>Adding the following line to the Exim4 configuration prevents that all the disk space is used up by the messages in the spool folder:</p>
<pre>check_spool_space=100M</pre>
<p>
This refuses incoming messages with a "452 Space shortage, please try later" message when less than 100 megabytes of disk space are available on the partition where the spool folder resides.
</p>]]></content:encoded>
    <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://waterwave.ch/weblog/trackback.php?id=324149</trackback:ping>
    <comments>http://waterwave.ch/weblog/detail.php?id=324149</comments>
    <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://waterwave.ch/weblog/detail.php?id=324149</wfw:commentRss>
    <slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments>
  </item>
  <item>
    <title>PDM TODO Performance</title>
    <link>http://waterwave.ch/weblog/detail.php?id=324148</link>
    <guid isPermaLink="true">http://waterwave.ch/weblog/detail.php?id=324148</guid>
    <dc:creator>x-way</dc:creator>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nd-nc/1.0/</creativeCommons:license>
    <pubDate>Wed, 04 Mar 2009 16:23:55 +0100</pubDate>
    <category domain="http://waterwave.ch/weblog/index.php?cat=7">Ausbildung</category>
    <description>

</description>
    <content:encoded><![CDATA[<p>
<img src="images/tbd.png" alt="Yep, that's right: two days left to my personal deadline and just a little more than half of the TODOs done..." title="Yep, that's right: two days left to my personal deadline and just a little more than half of the TODOs done..." width="576" height="403" style="border:0;" />
</p>]]></content:encoded>
    <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://waterwave.ch/weblog/trackback.php?id=324148</trackback:ping>
    <comments>http://waterwave.ch/weblog/detail.php?id=324148</comments>
    <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://waterwave.ch/weblog/detail.php?id=324148</wfw:commentRss>
    <slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments>
  </item>
  <item>
    <title>Gmail problems</title>
    <link>http://waterwave.ch/weblog/detail.php?id=324147</link>
    <guid isPermaLink="true">http://waterwave.ch/weblog/detail.php?id=324147</guid>
    <dc:creator>x-way</dc:creator>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nd-nc/1.0/</creativeCommons:license>
    <pubDate>Tue, 24 Feb 2009 13:11:08 +0100</pubDate>
    <category domain="http://waterwave.ch/weblog/index.php?cat=1">Misc</category>
    <description>This comment on the Gmail problems made my day:

They're testing their new offline feature :)

(via)</description>
    <content:encoded><![CDATA[<p>This comment on the Gmail problems made my day:</p>
<blockquote><p>
They're testing their new offline feature :)
</p></blockquote>
<p>(<a href="http://www.reddit.com/r/reddit.com/comments/7ztuo/gmail_down_im_getting_server_error_the_server/" title="reddit.com">via</a>)</p>]]></content:encoded>
    <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://waterwave.ch/weblog/trackback.php?id=324147</trackback:ping>
    <comments>http://waterwave.ch/weblog/detail.php?id=324147</comments>
    <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://waterwave.ch/weblog/detail.php?id=324147</wfw:commentRss>
    <slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments>
  </item>
  <item>
    <title>Music for a hard wake-up in the morning II</title>
    <link>http://waterwave.ch/weblog/detail.php?id=324146</link>
    <guid isPermaLink="true">http://waterwave.ch/weblog/detail.php?id=324146</guid>
    <dc:creator>x-way</dc:creator>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nd-nc/1.0/</creativeCommons:license>
    <pubDate>Sat, 21 Feb 2009 13:28:48 +0100</pubDate>
    <category domain="http://waterwave.ch/weblog/index.php?cat=10">Musik</category>
    <description>Tagada Jones &amp;mdash; Une fois de plus (Industrial Version)
</description>
    <content:encoded><![CDATA[<p><strong>Tagada Jones &mdash; Une fois de plus (Industrial Version)</strong></p>
<p><a href="http://www.tagadajones.com/" title="Tagada Jones"><img src="images/unefoisdetrop.jpg" height="256" width="256" alt="Tagada Jones - 1 fois de plus" style="border: 0;" /></a></p>]]></content:encoded>
    <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://waterwave.ch/weblog/trackback.php?id=324146</trackback:ping>
    <comments>http://waterwave.ch/weblog/detail.php?id=324146</comments>
    <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://waterwave.ch/weblog/detail.php?id=324146</wfw:commentRss>
    <slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments>
  </item>
  <item>
    <title>Music for a hard wake-up in the morning</title>
    <link>http://waterwave.ch/weblog/detail.php?id=324145</link>
    <guid isPermaLink="true">http://waterwave.ch/weblog/detail.php?id=324145</guid>
    <dc:creator>x-way</dc:creator>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nd-nc/1.0/</creativeCommons:license>
    <pubDate>Thu, 19 Feb 2009 17:24:10 +0100</pubDate>
    <category domain="http://waterwave.ch/weblog/index.php?cat=10">Musik</category>
    <description>Die Toten Hosen &amp;mdash; Strom

</description>
    <content:encoded><![CDATA[<p><strong>Die Toten Hosen &mdash; Strom</strong></p>
<p><object width="425" height="344" data="http://www.youtube.com/v/UScOvV-bm-s&amp;hl=de&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash">
<param name="movie" value="http://www.youtube.com/v/UScOvV-bm-s&amp;hl=de&amp;fs=1&amp;rel=0"></param></object></p>]]></content:encoded>
    <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://waterwave.ch/weblog/trackback.php?id=324145</trackback:ping>
    <comments>http://waterwave.ch/weblog/detail.php?id=324145</comments>
    <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://waterwave.ch/weblog/detail.php?id=324145</wfw:commentRss>
    <slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments>
  </item>
  <item>
    <title>The Pirate Bay Trial op-editorial</title>
    <link>http://waterwave.ch/weblog/detail.php?id=324144</link>
    <guid isPermaLink="true">http://waterwave.ch/weblog/detail.php?id=324144</guid>
    <dc:creator>x-way</dc:creator>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nd-nc/1.0/</creativeCommons:license>
    <pubDate>Mon, 16 Feb 2009 20:46:39 +0100</pubDate>
    <category domain="http://waterwave.ch/weblog/index.php?cat=1">Misc</category>
    <description>The trial against The Pirate Bay that started today in Stockholm, Sweden are one of the most important issues of our time. Our adversaries basically wants to close down internets and remodel it into something similar of a sodamachine serving entertainment. During the trial, the prosecutor together with a coterie of representatives for a disabled business model will put up a tacky theater by telling stories designed to convince the court that The Pirate Bay infact is a menace to society.
What differs this trial from most earlier trials is that everything in and surrounding it will whirl round and round in diverse channels of communication; to be discussed, reinterpreted, copied and critizised. Every crack in their appeal will be penetrated by the gaze of thousands upon thousands of eyes on the internets, in all the channels covering the trial. Old cliches from the antipiracy lobby wont stick. You won’t be able to say stuff like, ”you can’t compete with free” or ”filesharing is theft” without a thousand voices making fun of you.
We will create numerous scenes where quite different plays will take place. In local channels like spectrial.bloggy.se where the immediate physical surroundings of the court are being discussed. ”Which cafés nearby will give us connection?” ”How can we get electricity to the bus?” But also in international channels like Twitter, where right now the torrent of information is being translated into fifteen different languages. Translations and coverage being made by ordinary users of internets. Volunteers sign up to make trial-tourist guides to the surroundings, drive the bus or hook up audio. People fly in from far away countries to cover the trial and tell the world their video story of the Sweden they see.
Here all participants are potential actors in the Spectrial. Our channels form a meltingpot of reporting and engagement.
Our communication around the spectacle aims in no way towards an objective report on an external chain of events. Rather, the trial is a hub around which a whole new network of actors is instigated. Neither is the spectacle a question of old media against digital, social medias. Our social medias include a paper fanzine and a 32 year old bus, connecting us and others physically.
It’s not about the protocols nor the technology. It’s about using these to create new congregations, where anyone is invited and anyone can find their role, build new scenes and make their own performances.
The future is built by us. Us who participate in conversations. The future is built by us who explore how information and performativity is coming together. To refuse a debate and still expect to be able to charge consumers is since long a closed door. To also try and outlaw certain types of conversations is downright disgraceful.
The coverage of the trial is not unique in these qualities. More and more areas see the creation of conversations on and the exploration of new stances on culture and cultural economy. A gigantic collective exploration has set sails. Every route differs from the other. But they have one thing in common: The industry interests that the state is representing are never present in these conversations. This is why they wont be part in building the future.
maintain hardline kopimi
The Bureau for Piracy and The Pirate Bay
via the internets
this article was translated by proud peers of The Pirate Bay
trial.thepiratebay.org

(via)
</description>
    <content:encoded><![CDATA[<p>The trial against The Pirate Bay that started today in Stockholm, Sweden are one of the most important issues of our time. Our adversaries basically wants to close down internets and remodel it into something similar of a sodamachine serving entertainment. During the trial, the prosecutor together with a coterie of representatives for a disabled business model will put up a tacky theater by telling stories designed to convince the court that The Pirate Bay infact is a menace to society.</p>
<p>What differs this trial from most earlier trials is that everything in and surrounding it will whirl round and round in diverse channels of communication; to be discussed, reinterpreted, copied and critizised. Every crack in their appeal will be penetrated by the gaze of thousands upon thousands of eyes on the internets, in all the channels covering the trial. Old cliches from the antipiracy lobby wont stick. You won’t be able to say stuff like, ”you can’t compete with free” or ”filesharing is theft” without a thousand voices making fun of you.</p>
<p>We will create numerous scenes where quite different plays will take place. In local channels like spectrial.bloggy.se where the immediate physical surroundings of the court are being discussed. ”Which cafés nearby will give us connection?” ”How can we get electricity to the bus?” But also in international channels like Twitter, where right now the torrent of information is being translated into fifteen different languages. Translations and coverage being made by ordinary users of internets. Volunteers sign up to make trial-tourist guides to the surroundings, drive the bus or hook up audio. People fly in from far away countries to cover the trial and tell the world their video story of the Sweden they see.</p>
<p>Here all participants are potential actors in the Spectrial. Our channels form a meltingpot of reporting and engagement.</p>
<p>Our communication around the spectacle aims in no way towards an objective report on an external chain of events. Rather, the trial is a hub around which a whole new network of actors is instigated. Neither is the spectacle a question of old media against digital, social medias. Our social medias include a paper fanzine and a 32 year old bus, connecting us and others physically.</p>
<p>It’s not about the protocols nor the technology. It’s about using these to create new congregations, where anyone is invited and anyone can find their role, build new scenes and make their own performances.</p>
<p>The future is built by us. Us who participate in conversations. The future is built by us who explore how information and performativity is coming together. To refuse a debate and still expect to be able to charge consumers is since long a closed door. To also try and outlaw certain types of conversations is downright disgraceful.</p>
<p>The coverage of the trial is not unique in these qualities. More and more areas see the creation of conversations on and the exploration of new stances on culture and cultural economy. A gigantic collective exploration has set sails. Every route differs from the other. But they have one thing in common: The industry interests that the state is representing are never present in these conversations. This is why they wont be part in building the future.</p>
<p>maintain hardline kopimi</p>
<p>The Bureau for Piracy and The Pirate Bay<br/>
via the internets</p>
<p>this article was translated by proud peers of The Pirate Bay
trial.thepiratebay.org</p>
<p>
(<a href="http://trial.thepiratebay.org/2009/02/16/publish-as-us-in-your-country/" title="Publish as us, in your country">via</a>)
</p>]]></content:encoded>
  </item>
  <item>
    <title>1234567890</title>
    <link>http://waterwave.ch/weblog/detail.php?id=324143</link>
    <guid isPermaLink="true">http://waterwave.ch/weblog/detail.php?id=324143</guid>
    <dc:creator>x-way</dc:creator>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nd-nc/1.0/</creativeCommons:license>
    <pubDate>Sat, 14 Feb 2009 00:31:30 +0100</pubDate>
    <category domain="http://waterwave.ch/weblog/index.php?cat=1">Misc</category>
    <description>1234567890day.com</description>
    <content:encoded><![CDATA[<p><a href="http://www.1234567890day.com/" title="1234567890">1234567890day.com</a></p>]]></content:encoded>
    <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://waterwave.ch/weblog/trackback.php?id=324143</trackback:ping>
    <comments>http://waterwave.ch/weblog/detail.php?id=324143</comments>
    <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://waterwave.ch/weblog/detail.php?id=324143</wfw:commentRss>
    <slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments>
  </item>
  <item>
    <title>Fix Zsh completion problems</title>
    <link>http://waterwave.ch/weblog/detail.php?id=324142</link>
    <guid isPermaLink="true">http://waterwave.ch/weblog/detail.php?id=324142</guid>
    <dc:creator>x-way</dc:creator>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nd-nc/1.0/</creativeCommons:license>
    <pubDate>Thu, 12 Feb 2009 15:53:02 +0100</pubDate>
    <category domain="http://waterwave.ch/weblog/index.php?cat=6">Linux</category>
    <description>When having problems like  _alternative:69: command not found: _path_commands during tab completion in Zsh, removing .zcompdump* and restarting Zsh gives relief.</description>
    <content:encoded><![CDATA[<p>When having problems like  <code>_alternative:69: command not found: _path_commands</code> during tab completion in <a href="http://www.zsh.org/" title="Zsh">Zsh</a>, removing <code>.zcompdump*</code> and restarting <a href="http://www.zsh.org/" title="Zsh">Zsh</a> gives relief.</p>]]></content:encoded>
    <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://waterwave.ch/weblog/trackback.php?id=324142</trackback:ping>
    <comments>http://waterwave.ch/weblog/detail.php?id=324142</comments>
    <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://waterwave.ch/weblog/detail.php?id=324142</wfw:commentRss>
    <slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments>
  </item>
  <item>
    <title>Unicode Snowman</title>
    <link>http://waterwave.ch/weblog/detail.php?id=324141</link>
    <guid isPermaLink="true">http://waterwave.ch/weblog/detail.php?id=324141</guid>
    <dc:creator>x-way</dc:creator>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nd-nc/1.0/</creativeCommons:license>
    <pubDate>Thu, 09 Oct 2008 15:50:58 +0200</pubDate>
    <category domain="http://waterwave.ch/weblog/index.php?cat=1">Misc</category>
    <description>&amp;#9731;
via</description>
    <content:encoded><![CDATA[<p style="font-size: 200px;">&#9731;</p>
<p><a href="http://unicodesnowmanforyou.com/" title="Unicode Snowman for You">via</a></p>]]></content:encoded>
    <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://waterwave.ch/weblog/trackback.php?id=324141</trackback:ping>
    <comments>http://waterwave.ch/weblog/detail.php?id=324141</comments>
    <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://waterwave.ch/weblog/detail.php?id=324141</wfw:commentRss>
    <slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments>
  </item>
  <item>
    <title>Use EPFL Exchange on the iPhone / iPod touch</title>
    <link>http://waterwave.ch/weblog/detail.php?id=324140</link>
    <guid isPermaLink="true">http://waterwave.ch/weblog/detail.php?id=324140</guid>
    <dc:creator>x-way</dc:creator>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nd-nc/1.0/</creativeCommons:license>
    <pubDate>Thu, 04 Sep 2008 19:59:15 +0200</pubDate>
    <category domain="http://waterwave.ch/weblog/index.php?cat=1">Misc</category>
    <description>As EPFL is migrating all its E-Mail services to Exchange, lets use the Exchange functionalities of the iPhone/iPod touch.Here's the configuration to make it work:

E-Mail: firstname.lastname@epfl.ch
Server: ewa.epfl.ch
Username: studentsusername
Password: ********************
</description>
    <content:encoded><![CDATA[<p>As EPFL is migrating all its E-Mail services to Exchange, lets use the Exchange functionalities of the iPhone/iPod touch.<br />Here's the configuration to make it work:</p>
<ul>
<li>E-Mail: firstname.lastname@epfl.ch</li>
<li>Server: ewa.epfl.ch</li>
<li>Username: studentsusername</li>
<li>Password: ********************</li>
</ul>]]></content:encoded>
  </item>
  <item>
    <title>Disc of this Summer: La Phaze - Miracle</title>
    <link>http://waterwave.ch/weblog/detail.php?id=324139</link>
    <guid isPermaLink="true">http://waterwave.ch/weblog/detail.php?id=324139</guid>
    <dc:creator>x-way</dc:creator>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nd-nc/1.0/</creativeCommons:license>
    <pubDate>Thu, 21 Aug 2008 06:31:04 +0200</pubDate>
    <category domain="http://waterwave.ch/weblog/index.php?cat=10">Musik</category>
    <description></description>
    <content:encoded><![CDATA[<p><a href="http://www.laphaze.com/"><img src="images/la_phaze_miracle.jpg" height="240" width="240" style="border: 0;" alt="La Phaze - Miracle" /></a></p>]]></content:encoded>
    <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://waterwave.ch/weblog/trackback.php?id=324139</trackback:ping>
    <comments>http://waterwave.ch/weblog/detail.php?id=324139</comments>
    <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://waterwave.ch/weblog/detail.php?id=324139</wfw:commentRss>
    <slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">3</slash:comments>
  </item>
  <item>
    <title>Opera 9.25 vs Safari JavaScript syntax error forgiveness</title>
    <link>http://waterwave.ch/weblog/detail.php?id=324138</link>
    <guid isPermaLink="true">http://waterwave.ch/weblog/detail.php?id=324138</guid>
    <dc:creator>x-way</dc:creator>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nd-nc/1.0/</creativeCommons:license>
    <pubDate>Sat, 09 Aug 2008 01:15:08 +0200</pubDate>
    <category domain="http://waterwave.ch/weblog/index.php?cat=3">Coding</category>
    <description>The following definition of an Array works without problems in Safari (and probably Firefox too), but triggers an (legitimate) error in Opera 9.25:
var myArray = [
 1.2,
 2.3,
 3.4,
];
The error is triggered by the superfluous comma after the last element of the Array. It may be argued for both behaviors, but I would prefer all Browsers accepting such an Array definition also since in other languages (C, Python, PHP) such a redundant comma does not cause any trouble.</description>
    <content:encoded><![CDATA[<p>The following definition of an Array works without problems in Safari (and probably Firefox too), but triggers an (legitimate) error in Opera 9.25:</p>
<pre>var myArray = [
 1.2,
 2.3,
 3.4,
];</pre>
<p>The error is triggered by the superfluous comma after the last element of the Array. It may be argued for both behaviors, but I would prefer all Browsers accepting such an Array definition also since in other languages (C, Python, PHP) such a redundant comma does not cause any trouble.</p>]]></content:encoded>
    <trackback:ping xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">http://waterwave.ch/weblog/trackback.php?id=324138</trackback:ping>
    <comments>http://waterwave.ch/weblog/detail.php?id=324138</comments>
    <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://waterwave.ch/weblog/detail.php?id=324138</wfw:commentRss>
    <slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments>
  </item>
  <item>
    <title>Fast disk upgrade for my MacBook Pro</title>
    <link>http://waterwave.ch/weblog/detail.php?id=324137</link>
    <guid isPermaLink="true">http://waterwave.ch/weblog/detail.php?id=324137</guid>
    <dc:creator>x-way</dc:creator>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nd-nc/1.0/</creativeCommons:license>
    <pubDate>Sat, 02 Aug 2008 07:58:31 +0200</pubDate>
    <category domain="http://waterwave.ch/weblog/index.php?cat=8">Mac</category>
    <description>Here's how to upgrade the disk of a MacBook Pro in 45 minutes while keeping all your data/settings/applications:

Uninstall rEFIt and make sure your MBP restarts with the Apple 'default' bootloader
Follow the iFixit Guide to replace your disk
Put the old disk in a SATA-to-USB case (they are available for $7.89 from Newegg.com)
Connect the old disk to your MBP and turn the MBP on. (The MBP automagically recognizes the old system and runs it)
Open the Disk Manager and partition your new disk.
Select your new 'system' Volume and open the &quot;Restore&quot; tab.
Drag your old 'system' Volume to the &quot;Source&quot; field and your new 'system' Volume to the &quot;Target&quot; field. Click on &quot;Restore&quot;, the contents of your old disk are now copied to the new disk.
After the restore process finishes, shutdown your MBP.
Disconnect your old disk and turn on your MBP.
Voilà. You are booting from the new disk and all your data/settings/applications are there too!
</description>
    <content:encoded><![CDATA[<p>Here's how to upgrade the disk of a MacBook Pro in 45 minutes while keeping all your data/settings/applications:</p>
<ol>
<li>Uninstall <a href="http://refit.sourceforge.net/" title="rEFIt - An EFI Boot Menu and Toolkit">rEFIt</a> and make sure your MBP restarts with the Apple 'default' bootloader</li>
<li>Follow the <a href="http://www.ifixit.com/Guide/Mac/" title="Fixit Guide - DIY PowerBook, MacBook, &amp; iBook Repair &amp; Disassembly">iFixit Guide</a> to replace your disk</li>
<li>Put the old disk in a SATA-to-USB case (they are available for $7.89 from <a href="http://www.newegg.com/">Newegg.com</a>)</li>
<li>Connect the old disk to your MBP and turn the MBP on. (The MBP automagically recognizes the old system and runs it)</li>
<li>Open the Disk Manager and partition your new disk.</li>
<li>Select your new 'system' Volume and open the "Restore" tab.</li>
<li>Drag your old 'system' Volume to the "Source" field and your new 'system' Volume to the "Target" field. Click on "Restore", the contents of your old disk are now copied to the new disk.</li>
<li>After the restore process finishes, shutdown your MBP.</li>
<li>Disconnect your old disk and turn on your MBP.</li>
<li>Voilà. You are booting from the new disk and all your data/settings/applications are there too!</li>
</ol>]]></content:encoded>
  </item>

</channel>
</rss>
