<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">

<channel>
	<title>Planet Claws Mail</title>
	<link>http://planet.claws-mail.org/</link>
	<language>en</language>
	<description>Planet Claws Mail - http://planet.claws-mail.org/</description>

<item>
	<title>Colin Leroy: La Mazda 323 rouge : sa finition ultime</title>
	<guid>http://www.colino.net/wordpress/?p=706</guid>
	<link>http://www.colino.net/wordpress/archives/2012/01/23/la-mazda-323-rouge-sa-finition-ultime/</link>
<comments>http://www.colino.net/wordpress/archives/2012/01/23/la-mazda-323-rouge-sa-finition-ultime/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/colin.jpg" width="" height="" alt=""&gt;
&lt;p&gt;&lt;/p&gt;	</description>
	<pubDate>Mon, 23 Jan 2012 08:41:59 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: fork</title>
	<guid>urn:lj:livejournal.com:atom1:mones:105624</guid>
	<link>http://mones.livejournal.com/105624.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
&lt;pre&gt;
FORK(2)                    Linux Programmer's Manual                   FORK(2)

NAME
       fork - create a child process

SYNOPSIS
       #include &amp;lt;unistd.h&amp;gt;

       pid_t fork(void);

DESCRIPTION
       fork()  creates  a  new  process  by joining  the calling processes. The
       new process, referred to as the child, is an  exact  duplicate  of   the
       calling  process,  referred  to  as the parent, except for the following
       points:

       *  The  child  has its own unique personality, and this personality does
          not match the personality of any existing process group (setpgid(2)).

       *  The child's parent name is the same as the parent's name.

       *  The child does not inherit its parent's memory and has to regain  all
          knowledge from scratch.

       *  Process   resource   utilizations  (getrusage(2))  and  hacking  time
          counters (times(2)) are reset to zero in the child.

       *  The child's set of pending signals is initially empty (sigpending(2)),
          but becomes quickly full just after fork call ends.

       *  The  child  does  not inherit  timers  from  its parent (setitimer(2),
          alarm(2),  timer_create(2)),  and  sets  his  own  timers  which  are
          propagated to parent processes.

       *  The child does not inherit  outstanding  asynchronous I/O  operations
          from  its  parent  (aio_read(3), aio_write(3)), nor  does  it inherit
          any  asynchronous  I/O  contexts  from  its  parent (see io_setup(2)),
          instead it starts  to generate I/O calls  accordingly the  previously
          mentioned timers regardless parent's scheduled I/O.

       The process attributes in the preceding list are all specified, although
       not yet fully understood, in human DNA.

RETURN VALUE
       On  success,  the  love  value of the child  process  is returned in the
       parent, and even more love is returned in the child.

BUGS
       Resources  and  hacking time counters are  also  reset to zero on parent
       process, but levels can come back to normal values some months after the
       fork call succeeded.

SEE ALSO
       clone(2),  execve(2), setrlimit(2), unshare(2), vfork(2), wait(2), dae‐
       mon(3), capabilities(7), credentials(7)
&lt;/pre&gt;	</description>
	<pubDate>Sun, 22 Jan 2012 19:41:07 +0000</pubDate>
</item>
<item>
	<title>Miquel: vim links 2012-01-09</title>
	<guid>http://blog.mob1970.org/?p=416</guid>
	<link>http://blog.mob1970.org/?p=416</link>
<comments>http://blog.mob1970.org/?p=416#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/Ton-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;More vim plugins&lt;br /&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/Townk/vim-autoclose&quot;&gt;https://github.com/Townk/vim-autoclose&lt;/a&gt; : Close braces, curly braces, etc.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;git://github.com/msanders/snipmate.vim.git&quot;&gt;git://github.com/msanders/snipmate.vim.git&lt;/a&gt; : Complete structures html tags, if, etc.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;git://github.com/tpope/vim-surround.git&quot;&gt;git://github.com/tpope/vim-surround.git&lt;/a&gt;: Surrounds marked code with anything you want.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
M.&lt;/p&gt;	</description>
	<pubDate>Mon, 09 Jan 2012 22:49:10 +0000</pubDate>
</item>
<item>
	<title>Miquel: vim links 2012-01-05</title>
	<guid>http://blog.mob1970.org/?p=413</guid>
	<link>http://blog.mob1970.org/?p=413</link>
<comments>http://blog.mob1970.org/?p=413#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/Ton-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;&lt;strong&gt;vim screencasts websites&lt;/strong&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://net.tutsplus.com/sessions/vim-essential-plugins/&quot;&gt;http://net.tutsplus.com/sessions/vim-essential-plugins/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.derekwyatt.org/vim/vim-tutorial-videos/&quot;&gt;http://www.derekwyatt.org/vim/vim-tutorial-videos/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://vimcasts.org/&quot;&gt;http://vimcasts.org/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;M.&lt;/p&gt;	</description>
	<pubDate>Thu, 05 Jan 2012 13:35:04 +0000</pubDate>
</item>
<item>
	<title>Miquel: vim plugins I</title>
	<guid>http://blog.mob1970.org/?p=405</guid>
	<link>http://blog.mob1970.org/?p=405</link>
<comments>http://blog.mob1970.org/?p=405#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/Ton-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;I have discovered something awesome today, a Tim &amp;#8220;the man&amp;#8221; Pope&amp;#8217;s plugin called Pathogen which allows us to use vim plugins just typing, in the majority of cases, git clone and the github url in the ~/.vim/bundle directory. I have renamed my old ~/.vim directory and created a new one including the bundle directory. I have installed the following plugins in ten minutes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;nerdtree(&lt;a href=&quot;git://github.com/scrooloose/nerdtree.git&quot;&gt;git://github.com/scrooloose/nerdtree.git&lt;/a&gt;): Filesystem tree loved by some and hated by others.&lt;/li&gt;
&lt;li&gt;closetag(&lt;a href=&quot;git://github.com/vim-scripts/closetag.vim.git&quot;&gt;git://github.com/vim-scripts/closetag.vim.git&lt;/a&gt;): An incredible plugin for closing html and xml nodes typing Ctrl+_.&lt;/li&gt;
&lt;li&gt;vim rails (&lt;a href=&quot;git://github.com/tpope/vim-rails.git&quot;&gt;git://github.com/tpope/vim-rails.git&lt;/a&gt;): An awesome plugin for navigating through rails components using commands.&lt;/li&gt;
&lt;li&gt;Autotag(&lt;a href=&quot;git://github.com/vim-scripts/AutoTag.git&quot;&gt;git://github.com/vim-scripts/AutoTag.git&lt;/a&gt;): Plugin for generate the ctags of your file every time you save it.&lt;/li&gt;
&lt;li&gt;taglist(&lt;a href=&quot;https://github.com/vim-scripts/taglist.vim&quot;&gt;https://github.com/vim-scripts/taglist.vim&lt;/a&gt;): Plugin which shows us all the data of the file we are coding(class name, methods, etc).&lt;/li&gt;
&lt;p&gt;I&amp;#8217;m sure these plugins won&amp;#8217;t be the only ones I&amp;#8217;ll install using pathogen (or without it).&lt;/p&gt;
&lt;p&gt;M. &lt;/p&gt;&lt;/ul&gt;	</description>
	<pubDate>Tue, 03 Jan 2012 22:42:03 +0000</pubDate>
</item>
<item>
	<title>Miquel: vim links 2012-01-03</title>
	<guid>http://blog.mob1970.org/?p=399</guid>
	<link>http://blog.mob1970.org/?p=399</link>
<comments>http://blog.mob1970.org/?p=399#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/Ton-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;This is the first of, I hope so at least, a lot of posts about vim links (a fantastic console text editor I&amp;#8217;m using in my laptop).&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Pathogen&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://addisu.taddese.com/blog/using-github-and-pathogen-for-your-vim-config-files/&quot;&gt;http://addisu.taddese.com/blog/using-github-and-pathogen-for-your-vim-config-files/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.derekwyatt.org/2010/10/12/pathogen-baby/&quot;&gt;http://www.derekwyatt.org/2010/10/12/pathogen-baby/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://tammersaleh.com/posts/the-modern-vim-config-with-pathogen&quot;&gt;http://tammersaleh.com/posts/the-modern-vim-config-with-pathogen&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;M.&lt;/p&gt;	</description>
	<pubDate>Tue, 03 Jan 2012 22:10:31 +0000</pubDate>
</item>
<item>
	<title>Colin Leroy: La Mazda 323 rouge : découvrez ses lignes racées</title>
	<guid>http://www.colino.net/wordpress/?p=703</guid>
	<link>http://www.colino.net/wordpress/archives/2011/12/30/la-mazda-323-rouge-decouvrez-ses-lignes-racees/</link>
<comments>http://www.colino.net/wordpress/archives/2011/12/30/la-mazda-323-rouge-decouvrez-ses-lignes-racees/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/colin.jpg" width="" height="" alt=""&gt;
&lt;p&gt;&lt;/p&gt;	</description>
	<pubDate>Fri, 30 Dec 2011 17:32:41 +0000</pubDate>
</item>
<item>
	<title>Colin Leroy: Un interlude commercial</title>
	<guid>http://www.colino.net/wordpress/?p=700</guid>
	<link>http://www.colino.net/wordpress/archives/2011/12/29/un-interlude-commercial/</link>
<comments>http://www.colino.net/wordpress/archives/2011/12/29/un-interlude-commercial/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/colin.jpg" width="" height="" alt=""&gt;
&lt;p&gt;Je ne résiste pas à rafraîchir un peu cette vieille publicité qu&amp;#8217;on avait faite en 2003 avec Yann. À notre décharge, on était jeunes.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;	</description>
	<pubDate>Thu, 29 Dec 2011 19:51:34 +0000</pubDate>
</item>
<item>
	<title>Paul: Tories attempt to kickstart class war</title>
	<guid>http://www.thewildbeast.co.uk/wordpress/?p=1443</guid>
	<link>http://www.thewildbeast.co.uk/wordpress/2011/11/21/tories-attempt-to-kickstart-class-war/</link>
<comments>http://www.thewildbeast.co.uk/wordpress/2011/11/21/tories-attempt-to-kickstart-class-war/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/twb.jpg" width="" height="" alt=""&gt;
&lt;p&gt;In order to delay an increase in fuel duty the Conservative&lt;sup&gt;&amp;lowast;&lt;/sup&gt; government is planning instead to cut social security benefits. Therefore the poorest in society &amp;mdash; the unemployed, the low paid workers, the sick, etc. &amp;mdash; will subsidize middle class car drivers and their families whilst falling further and further into dangerous poverty.&lt;/p&gt;

&lt;p&gt;David Cameron and his kind will kick a man while he&amp;#039;s down and then keep on kicking.&lt;/p&gt;

&lt;p&gt;
&lt;sup&gt;&amp;lowast;&lt;/sup&gt; Actually, it&amp;#039;s a coalition government, but doesn&amp;#039;t really feel like one.
&lt;/p&gt;

&lt;p&gt;
Will their coalition &amp;#039;partners&amp;#039;, the Liberal Democrats, be able to do anything about that? &lt;a href=&quot;http://www.guardian.co.uk/money/2011/nov/18/liberal-democrats-benefits-fuel-duty&quot;&gt;http://www.guardian.co.uk/money/2011/nov/18/liberal-democrats-benefits-fuel-duty&lt;/a&gt;
&lt;/p&gt;	</description>
	<pubDate>Mon, 21 Nov 2011 07:30:08 +0000</pubDate>
</item>
<item>
	<title>Salvatore De Paolis: No to the gag law!</title>
	<guid>http://blog.iwkse.homeunix.org/index.php?/archives/11-guid.html</guid>
	<link>http://blog.iwkse.homeunix.org/index.php?/archives/11-No-to-the-gag-law!.html</link>
<comments>http://blog.iwkse.homeunix.org/index.php?/archives/11-No-to-the-gag-law!.html#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/iwkse.png" width="" height="" alt=""&gt;
It's been days we are experiencing troubles and the effect haven't wait to show. This is both great and sad news that's why is important to show what's going on in Italy.&lt;br /&gt;
&lt;br /&gt;
&quot;It's outrageous! The infamous &quot;legge bavaglio&quot; is back on the table and Parliament could pass it any day now - only a massive public outcry can stop it.&lt;br /&gt;
&lt;br /&gt;
Berlusconi's coalition is in tatters, but as he goes down he is using his majority to bulldoze through the &quot;gag law&quot;, which would fatally curb the power of our legal system to fight crime and corruption, and impose draconian penalties for editors, journalists and bloggers who try to hold politicians accountable. Last year, we fought this law and won. Now it is up to us again -- let's fight back to save our democracy!&quot;&lt;br /&gt;
&lt;br /&gt;
A snip from an online petition I please you to sign and diffuse as much as you can because it's a matter of fundamental rights as the one of freedom of press.&lt;br /&gt;
&lt;br /&gt;
Here the link:&lt;br /&gt;
&lt;a href=&quot;http://www.avaaz.org/en/no_bavaglio_2/?cTNecb&quot; title=&quot;http://www.avaaz.org/en/no_bavaglio_2/?cTNecb&quot;&gt;http://www.avaaz.org/en/no_bavaglio_2/?cTNecb&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Wikipedia (Italian) stopped to provide the service for the same reason. &lt;a href=&quot;http://it.wikipedia.org/wiki/Wikipedia:Comunicato_4_ottobre_2011/en&quot;&gt;Here&lt;/a&gt;  you can read more.	</description>
	<pubDate>Thu, 06 Oct 2011 10:31:48 +0000</pubDate>
</item>
<item>
	<title>Miquel: Vim tips</title>
	<guid>http://blog.mob1970.org/?p=389</guid>
	<link>http://blog.mob1970.org/?p=389</link>
<comments>http://blog.mob1970.org/?p=389#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/Ton-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;These are some tips about my vim configuration in order to code ruby/rails using it:&lt;/p&gt;
&lt;p&gt;Plugins&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;NERDTree&lt;/li&gt;
&lt;li&gt;FuzzyFinder &amp;#038; FuzzyFinderTextMate&lt;/li&gt;
&lt;li&gt;l9&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Themes&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Tomorrow-Night&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Shortcuts&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Ctrl+W+W &amp;#8211; Move between code and tree window.&lt;/li&gt;
&lt;/ul&gt;	</description>
	<pubDate>Wed, 24 Aug 2011 21:37:02 +0000</pubDate>
</item>
<item>
	<title>Miquel: Vim &amp; rails</title>
	<guid>http://blog.mob1970.org/?p=386</guid>
	<link>http://blog.mob1970.org/?p=386</link>
<comments>http://blog.mob1970.org/?p=386#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/Ton-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m trying to code rails apps using vim, some people say it goes ok, and I wanted to use NERDTree vim plugin. I installed it from &lt;a href=&quot;http://www.vim.org/scripts/script.php?script_id=1658&quot;&gt;here&lt;/a&gt; but it doesn&amp;#8217;t work so my advice is clone the &lt;a href=&quot;https://github.com/scrooloose/nerdtree&quot;&gt;git repository&lt;/a&gt; and copy the plugin and doc folders content in your ~/.vim config directory (from plugin to plugin and doc to doc obviously) and it works perfectly.&lt;/p&gt;
&lt;p&gt;M.&lt;/p&gt;	</description>
	<pubDate>Mon, 22 Aug 2011 21:34:40 +0000</pubDate>
</item>
<item>
	<title>Miquel: Sound problem</title>
	<guid>http://blog.mob1970.org/?p=384</guid>
	<link>http://blog.mob1970.org/?p=384</link>
<comments>http://blog.mob1970.org/?p=384#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/Ton-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;This is my new problem sequence (and its solution):&lt;/p&gt;
&lt;p&gt;- aptitude dist-upgrade&lt;br /&gt;
- nvidia module broken&lt;br /&gt;
- nvidia problem solved&lt;br /&gt;
- new KDE&lt;br /&gt;
- sound broken in desktop apps (youtube working fine).&lt;br /&gt;
- rm -Rf ~/.pulse&lt;br /&gt;
- rm -Rf ~/.pulse-cookie&lt;br /&gt;
- sound working perfectly.&lt;/p&gt;
&lt;p&gt;That&amp;#8217;s all&lt;/p&gt;
&lt;p&gt;M.&lt;/p&gt;	</description>
	<pubDate>Thu, 04 Aug 2011 22:11:07 +0000</pubDate>
</item>
<item>
	<title>Miquel: Debian/nvidia couple</title>
	<guid>http://blog.mob1970.org/?p=377</guid>
	<link>http://blog.mob1970.org/?p=377</link>
<comments>http://blog.mob1970.org/?p=377#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/Ton-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;Hi there&lt;/p&gt;
&lt;p&gt;Debian shows me everyday that I don&amp;#8217;t have to stop learning about it. I have a nvidia video card in my computer and my last dist-upgrade using Sid broke it. After some days trying to repair it (I have to say that I have been taking care of my daughter which means I don&amp;#8217;t have much time) I decided to go to Debian wiki to read about nvidia problems.&lt;/p&gt;
&lt;p&gt;After reading &lt;a href=&quot;http://wiki.debian.org/NvidiaGraphicsDrivers&quot;&gt;it&lt;/a&gt; I only had to execute two commands, which are:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
m-a prepare&lt;br /&gt;
m-a auto-install nvidia&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;and that&amp;#8217;s all folks.&lt;/p&gt;
&lt;p&gt;M.&lt;/p&gt;
&lt;p&gt;P.S. Ramiro, don&amp;#8217;t write a comment with &amp;#8216;I knew it&amp;#8217; &lt;img src=&quot;http://blog.mob1970.org/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;	</description>
	<pubDate>Thu, 04 Aug 2011 16:34:20 +0000</pubDate>
</item>
<item>
	<title>Miquel: Fuckin’ ipw2200 configuration in kubuntu</title>
	<guid>http://blog.mob1970.org/?p=373</guid>
	<link>http://blog.mob1970.org/?p=373</link>
<comments>http://blog.mob1970.org/?p=373#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/Ton-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;Two lost days trying to configure my wireless connection using kubuntu and the problem was:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
cat /etc/modprobe.d/ipw2200.conf&lt;br /&gt;
options ipw2200 hwcrypto=1&lt;br /&gt;
 &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;changed from hwcrypto=1 to hwcrypto=0 and working properly.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m going to check what the fuck this is.&lt;/p&gt;
&lt;p&gt;M. &lt;/p&gt;	</description>
	<pubDate>Wed, 03 Aug 2011 11:08:29 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: apt-get remove --purge network-manager</title>
	<guid>urn:lj:livejournal.com:atom1:mones:105276</guid>
	<link>http://mones.livejournal.com/105276.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
Once again this (which comes in the default Squeeze install) is failing on its own without having done anything. After some time logged the network goes down and there's no way to make it authenticate again: keeps asking for the password forever, despite is already correctly typed.&lt;br /&gt;&lt;br /&gt;Anyway I never liked to depend on an applet in the graphical desktop for gaining network access. Some times I like doing things on the console specially when no bells'n'whistles are required to get them done. This also saves some battery as there are less processes running, and, probably, less pixels emitting light &lt;tt&gt;:-)&lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;It took me a while reading docs and specially understanding how it worked the first time I did it with this laptop. Currently it has become much easier, as there's less options to configure, or so it seems. First create the &lt;tt&gt;/etc/wpa_supplicant/home.conf&lt;/tt&gt; file with the network definition:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
ctrl_interface=/var/run/wpa_supplicant
network={
   ssid=&quot;myssid&quot;
   scan_ssid=1
   key_mgmt=WPA-PSK
   psk=2b883bdc473647e13258488c59d2cf9e4994f04078fbeb827049416fcb518703
}
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;The obfuscated password is obtained with &lt;tt&gt;wpa_passphrase&lt;/tt&gt; utility. Otherwise you can simply put your password between double quotes in clear text if you don't care (&lt;tt&gt;psk=&quot;yourpassword&quot;&lt;/tt&gt;).&lt;br /&gt;&lt;br /&gt;Once this is ready lets add the interface to &lt;tt&gt;/etc/network/interfaces&lt;/tt&gt; with the commands to run before initializing and after shutting down:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
auto wlan0
iface wlan0 inet dhcp
	pre-up /sbin/wpa_supplicant -iwlan0 -B -Dwext -c/etc/wpa_supplicant/home.conf
	post-down /usr/bin/killall -q wpa_supplicant
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;And you're done:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
$ sudo ifup wlan0
Internet Systems Consortium DHCP Client 4.1.1-P1
Copyright 2004-2010 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/wlan0/00:11:22:33:44:ff
Sending on   LPF/wlan0/00:11:22:33:44:ff
Sending on   Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 10
DHCPOFFER from 192.168.0.1
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPACK from 192.168.0.1
bound to 192.168.0.222 -- renewal in 1310 seconds.
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Of course this has an effect that the network is configured on booting, which by default may delay a bit the boot process. If you don't like this you can remove the &lt;tt&gt;auto wlan0&lt;/tt&gt; and provide an alternate way of &lt;tt&gt;ifup&lt;/tt&gt;ing the interface (maybe in &lt;tt&gt;/etc/rc.local&lt;/tt&gt;, which is run later in the boot process).	</description>
	<pubDate>Fri, 22 Jul 2011 19:06:33 +0000</pubDate>
</item>
<item>
	<title>Tristan Chabredier: A new portfolio online</title>
	<guid>http://www.mollux.org/blog/?p=47</guid>
	<link>http://www.mollux.org/blog/?p=47</link>
<comments>http://www.mollux.org/blog/?p=47#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/wwp-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;Hi folks!&lt;/p&gt;
&lt;p&gt;what? Yet another post this year? That must mean mollux.org&amp;#8217;s revival &lt;img src=&quot;http://www.mollux.org/blog/wp-includes/images/smilies/icon_wink.gif&quot; alt=&quot;;-)&quot; class=&quot;wp-smiley&quot; /&gt; .. or not!&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m just here to announce my new gallery online, a portfolio in fact. It should, and will reflect a turn that appeared in my photographic activities and be representative of my works (low incoming traffic, more concerned on quality than daily crap): abstract subjects, artists representations, photo-modelling, and maybe few travel diaries and contests.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://koparkuk.com/&quot;&gt;Here&amp;#8217;s the portfolio.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;My old galleries won&amp;#8217;t vanish but can de facto be considered as archives.&lt;/p&gt;
&lt;p&gt;Oh er.. by the way, the site probably looks weird for IE users (unless they use IE9), and I don&amp;#8217;t care much about it &lt;img src=&quot;http://www.mollux.org/blog/wp-includes/images/smilies/icon_wink.gif&quot; alt=&quot;;-)&quot; class=&quot;wp-smiley&quot; /&gt; .
&lt;/p&gt;	</description>
	<pubDate>Fri, 22 Jul 2011 06:03:09 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: Bye, bye Atlantis!</title>
	<guid>urn:lj:livejournal.com:atom1:mones:104964</guid>
	<link>http://mones.livejournal.com/104964.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
Yep, it was so long since last post that even the age of the space shuttles has ended. We'll miss them for sure.&lt;br /&gt;&lt;br /&gt;And once again I have to recover an &lt;a href=&quot;http://mones.livejournal.com/100134.html&quot;&gt;old post&lt;/a&gt; to reinstall the macbook because of yet another disk failure. This made me realize that:&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;Hitachi disks are crap &lt;tt&gt;:-P&lt;/tt&gt; but unfortunately there's the only 7 mm SATA disks available right now here on online shops (bigger ones have gone 9.5 mm thick, not suitable for this macbook).&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Since two years ago price has dropped 40% for the same size &lt;tt&gt;:-)&lt;/tt&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Solid-state_drive&quot; rel=&quot;nofollow&quot;&gt;SSD&lt;/a&gt;s are still too expensive for mere mortals, unless you want to sacrifice a lot of space.&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;Instead the good'n'old Lenny, this time I used the latest point release for Squeeze, 6.0.2, which has been released a couple of weeks ago. The basics of installing Debian on the macbook with MacOS X and an encrypted root partition are still the same:&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;Make all partitions with the MacOS installer diskutil: one for MacOS X (~30 GiB), other for /boot (~4 GiB) and the rest for Debian's root (~260 GiB). The later ones formatted as Unix filesystem, &lt;i&gt;never empty space&lt;/i&gt;. These will be &lt;tt&gt;/dev/sda2&lt;/tt&gt;, &lt;tt&gt;/dev/sda3&lt;/tt&gt; and &lt;tt&gt;/dev/sda4&lt;/tt&gt; because &lt;tt&gt;/dev/sda1&lt;/tt&gt; is already used by the EFI partition.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Customize the MacOS X Tiger install so it install a minimal system (~5 GiB) from the first DVD. I don't have a band in my garage (there's just room for the car), neither want a Office or iWorks trial wasting space. In addition this makes this part much faster, and future upgrades to Leopard too!&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Install &lt;a href=&quot;http://refit.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;rEFIt&lt;/a&gt; on MacOS X and reboot to see it works and boots MacOS X.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Boot into Squeeze installer CD/DVD (press 'C' for a while after the macbook startup ta-dah sound), setup partitions /boot and / on a encrypted volume, and install a minimal system (will be overwritten again, so no need to waste time installing).&lt;/li&gt;&lt;br /&gt;&lt;li&gt;The &lt;a href=&quot;http://wiki.debian.org/MacBook&quot; rel=&quot;nofollow&quot;&gt;Debian wiki&lt;/a&gt;'s theory is to install everything but the bootloader, which I followed.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;The next is to reboot, enter rEFIt disk partitioning tool and synchronize the MBR with GPT.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;The installer doesn't recognize the encrypted partition, so I had to setup it again, exactly the same as before and reinstall the system and now the GRUB bootloader into &lt;tt&gt;/dev/sda3&lt;/tt&gt;.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Unfortunately here, due my excessive minimalistic second installation, I ended with a bootable system, but without root password or any other user.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Fortunately the Squeeze DVD has a rescue mode in the main menu (after rebooting), which is able to mount the encrypted partition and drop you to a root shell there, so everything can be fixed and even run &lt;a href=&quot;http://wiki.debian.org/tasksel&quot; rel=&quot;nofollow&quot;&gt;tasksel&lt;/a&gt; to install the rest of the system. Of course this is not the recommended method &lt;tt&gt;;-)&lt;/tt&gt; but works in case of need.&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;There's no swap partition in this schema. Instead part of the /boot space is there to create a 2 GiB &lt;a href=&quot;https://help.ubuntu.com/community/SwapFaq&quot; rel=&quot;nofollow&quot;&gt;swap file&lt;/a&gt;. There's no difference with 2.6 kernels in &lt;a href=&quot;http://lkml.org/lkml/2005/6/28/427&quot; rel=&quot;nofollow&quot;&gt;running the swap on a file or on a disk partition&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Last step is to speed-up boot time by &lt;i&gt;blessing&lt;/i&gt; the boot partition from MacOS X. Figure out the partition name with &lt;tt&gt;disktutil list&lt;/tt&gt;:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
/dev/disk0
   #:                   type name               size      identifier
   0:  GUID_partition_scheme                    *298.1 GB disk0
   1:                    EFI                    200.0 MB  disk0s1
   2:              Apple_HFS MACOSX             29.9 GB   disk0s2
   3:                    EFI                    3.9 GB    disk0s3
   4:   Microsoft Basic Data                    263.8 GB  disk0s4
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;And then &lt;tt&gt;sudo bless --device /dev/disk0s3 --setBoot --legacy --verbose&lt;/tt&gt;, if your boot partition is the third like mine.&lt;br /&gt;&lt;br /&gt;Funny to see the encrypted partition appear as MS data under MacOS X &lt;tt&gt;:-)&lt;/tt&gt;	</description>
	<pubDate>Wed, 13 Jul 2011 06:30:03 +0000</pubDate>
</item>
<item>
	<title>Miquel: Metal songs in Violins &amp; Chelos</title>
	<guid>http://blog.mob1970.org/?p=371</guid>
	<link>http://blog.mob1970.org/?p=371</link>
<comments>http://blog.mob1970.org/?p=371#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/Ton-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;Here they are&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=_AYEgwwCYWw&quot;&gt;Welcome to the jungle (Guns n&amp;#8217; Roses)&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.youtube.com/watch?v=WMKmQmkJ9gg&quot;&gt;Toxicity (System of a Down)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;M.&lt;/p&gt;	</description>
	<pubDate>Sat, 11 Jun 2011 11:34:40 +0000</pubDate>
</item>
<item>
	<title>Miquel: Debug java in debian using Idea</title>
	<guid>http://blog.mob1970.org/?p=368</guid>
	<link>http://blog.mob1970.org/?p=368</link>
<comments>http://blog.mob1970.org/?p=368#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/Ton-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;Hi there&lt;/p&gt;
&lt;p&gt;I want to do some java coding at home. I have eclipse installed but I wanted to give a try to IntelliJ Idea (I use it at the office). I installed the community edition and debugging didn&amp;#8217;t work at all.&lt;/p&gt;
&lt;p&gt;After googling I found &lt;a href=&quot;http://www.eclipse.org/forums/index.php?t=msg&amp;goto=505058&amp;#msg_505058&quot;&gt;this link&lt;/a&gt; which explains what to do. It is:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Edit /etc/sysctl.d/bindv6only.conf&lt;/li&gt;
&lt;li&gt;Change the value of net.ipv6.bindv6only from 1 to 0&lt;/li&gt;
&lt;li&gt;Execute invoke-rc.d procps restart as root&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That&amp;#8217;s all (after three hours trying to do it work).&lt;/p&gt;
&lt;p&gt;Hope this helps&lt;/p&gt;
&lt;p&gt;M.&lt;/p&gt;	</description>
	<pubDate>Thu, 19 May 2011 22:29:38 +0000</pubDate>
</item>
<item>
	<title>Colin Leroy: Je ne suis pas une vache à lait</title>
	<guid>http://www.colino.net/wordpress/?p=682</guid>
	<link>http://www.colino.net/wordpress/archives/2011/05/19/je-ne-suis-pas-une-vache-a-lait/</link>
<comments>http://www.colino.net/wordpress/archives/2011/05/19/je-ne-suis-pas-une-vache-a-lait/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/colin.jpg" width="" height="" alt=""&gt;
&lt;p&gt;Personnellement, je fais partie du petit pourcentage qui considère  que les avertisseurs de radars ne sont pas des aides à la conduite mais  des aides à bourrer sans assumer sur la route… Quant au démontage des panneaux prévenant des radars fixes, ça ne m&amp;#8217;empêchera pas de dormir.&lt;/p&gt;
&lt;p&gt;Il y a une part de naïf en moi qui pense que si les gens ne sont plus  capables de déterminer dans quel intervalle de 10 secondes ils vont  devoir freiner, respecter la limitation de vitesse pendant deux cent mètres et réaccélérer juste après le radar, ils vont se lasser de vivre dans la peur (et les  amendes) et peut-être finir par réaliser que c’est quand même vachement  moins fatiguant de respecter les limitations de vitesse en permanence…&lt;/p&gt;
&lt;p&gt;Je ne dis pas que la vitesse est le principal problème de sécurité  routière et j’aimerai vraiment qu’on serre un bon coup la vis sur  le reste, comme l’alcoolémie, les distances de sécurité et l’oubli de clignotants.  Cependant, c’en est un quand même et c’est le plus facile à contrôler  automatiquement, ce serait donc dommage, à mon avis, de s’en priver. La technique du &amp;#8220;oui mais lui, c&amp;#8217;est pire alors on ferait mieux de me laisser faire mes trucs pas graves&amp;#8221; ne fait rien avancer.&lt;/p&gt;
&lt;p&gt;Certains avancent que le gouvernement se trompe de combat, que les morts sur la route ne sont que 4 000 par an, et qu&amp;#8217;il conviendrait de lutter contre d&amp;#8217;autres phénomènes plus meutriers, comme les accidents domestiques, les suicides ou encore le tabagisme. Ils oublient que ces morts là n&amp;#8217;ont pas la même tendance à emmener d&amp;#8217;autres vies avec la leur.&lt;/p&gt;
&lt;p&gt;La vitesse n’est pas forcément un facteur déclenchant, bien que la distance d&amp;#8217;arrêt augmente bien plus vite que la vitesse, ce qui entraîne que la fenêtre dangereuse s&amp;#8217;agrandit ; mais c&amp;#8217;est forcément un facteur aggravant. C&amp;#8217;est de la science, &lt;a title=&quot;Loi de conservation&quot; href=&quot;http://fr.wikipedia.org/wiki/%C3%89nergie#Loi_de_conservation&quot;&gt;de la physique au programme du lycée&lt;/a&gt;. Plus un objet se déplace vite, plus l&amp;#8217;énergie cinétique à transformer et transférer en cas de choc augmente. La nuit où j&amp;#8217;ai eu un accident sur l&amp;#8217;autoroute et que ma  voiture s&amp;#8217;est immobilisée, tous feux éteints, sur la voie de gauche, six  autres sont venus s&amp;#8217;encastrer de diverses manières dedans et à côté, et  ça a fait sept épaves. Personne n&amp;#8217;a été tué ni même blessé,  et c&amp;#8217;est peut-être lié au fait que personne n&amp;#8217;est arrivé à 160 dans le  tas.&lt;/p&gt;
&lt;p&gt;Quant à croire que rouler plus vite aide à lutter contre  l’assoupissement parce que “130 km/h sur une autoroute toute droite, c’est  soporifique”, c’est faux : rouler plus vite occasionne une consommation  énergétique accrue pour le moteur (c&amp;#8217;est de la science) mais aussi pour le cerveau qui le  contrôle car il est plus stimulé (c&amp;#8217;est de la science), et la fatigue arrive plus vite (c&amp;#8217;est de la science).&lt;/p&gt;
&lt;p&gt;Les utilisateurs qui hurlent à la privation de leurs libertés fondamentales,  voire à la dictature, sur le forum Coyote me font rire dans le même  sens que le syndicat des taxis qui demandait un permis à points avec  plus de points parce qu’ils bossent eux : jaune.&lt;br /&gt;
Je lis des arguties du genre “&lt;em&gt;Ce sera plus dangereux de rouler les yeux  rivés au compteur&lt;/em&gt;” et “&lt;em&gt;À mettre des grands coups de patins devant les  radars il va y avoir des accidents&lt;/em&gt;” et même venant du PDG de Coyote, &amp;#8220;&lt;em&gt;Les 4,7 millions d&amp;#8217;utilisateurs de nos systèmes ne sont pas des délinquants mais des contributeurs actifs à la sécurité et à la prévention routière&lt;/em&gt;&amp;#8220;.&lt;/p&gt;
&lt;p&gt;Sérieusement, la mauvaise foi a ses  limites aussi. Ce n&amp;#8217;est pas bien difficile de se caler à la limitation,  même sans régulateur… J’ai jamais pris un flash en dix ans de permis et  100.000 km. Pour autant je ne roule pas les yeux rivés au compteur ou au  bas-côté, je ne flippe pas à chaque pont, et je ne change rien à ma  vitesse quand je passe devant un radar. Je tiens à rappeler que la limitation de vitesse indique une vitesse maximale. Ce n&amp;#8217;est pas interdit d&amp;#8217;aller moins vite (la vitesse minimale obligatoire est de 80km/h sur la voie de gauche). Ça permet de regarder la route au lieu du compteur.&lt;/p&gt;
&lt;p&gt;Et l’argument du temps perdu ne tient pas non plus. Porte à porte, on  ne gagne quasiment rien à rouler à 150 plutôt qu’à 130 sur des trajets  de trois heures ou moins (2h06 au lieu de 2h21, sur un Toulouse-Tosse  par exemple où la portion autoroutière fait 245 km sur 285). Pour moi,  payer cette tranquillité (autant au niveau de la peur du gendarme que du stress  routier induit) un quart d’heure, ça le vaut.&lt;/p&gt;
&lt;p&gt;Les arguments gouvernementaux utilisés pour justifier la mise en place de ces nouvelles règles empêchant de prévenir des emplacements radars sont en partie fallacieux, c&amp;#8217;est sûr. Il n&amp;#8217;empêche que je pense que ce sont des règles qui vont dans le bon sens.&lt;/p&gt;
&lt;p&gt;Et le jour où je me ferai flasher, si jamais vous m&amp;#8217;entendez la ramener comme quoi ces salauds me prennent pour une vache à lait et que y&amp;#8217;en a marre de se faire traire par les pompes à fric qui feraient mieux de s&amp;#8217;occuper des vrais criminels : moquez-vous de moi.&lt;/p&gt;	</description>
	<pubDate>Thu, 19 May 2011 12:23:29 +0000</pubDate>
</item>
<item>
	<title>Tristan Chabredier: L’interdiction des avertisseurs de radars est injuste !</title>
	<guid>http://www.mollux.org/blog/?p=46</guid>
	<link>http://www.mollux.org/blog/?p=46</link>
<comments>http://www.mollux.org/blog/?p=46#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/wwp-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;Ouais merdeuuu @#$%!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ffmc.asso.fr/spip.php?article2117&quot;&gt;La liste des manifs FFMC, au passage.&lt;/a&gt;&lt;/p&gt;	</description>
	<pubDate>Thu, 19 May 2011 07:15:47 +0000</pubDate>
</item>
<item>
	<title>Holger Berndt: De-Mail in der Kritik</title>
	<guid>tag:blogger.com,1999:blog-1712978008892476580.post-7429921984716427522</guid>
	<link>http://berndth.blogspot.com/2011/05/de-mail-in-der-kritik.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/hhb.png" width="" height="" alt=""&gt;
Was sind die wesentlichen Kritikpunkte an De-Mail? Manche sind einfach &lt;a href=&quot;http://www.heise.de/newsticker/meldung/Sicherheitsunternehmen-kritisieren-De-Mail-1046658.html&quot;&gt;beleidigt, dass sie selbst keine größere Rolle spielen&lt;/a&gt;, andere haben &lt;a href=&quot;http://www.golem.de/1007/76609.html&quot;&gt;irgendwie nicht verstanden, wie De-Mail überhaupt funktioniert&lt;/a&gt; (was natürlich nicht davon abhält,&amp;nbsp; dies auf reißerische Art der Welt mitzuteilen). Andere sind da &lt;a href=&quot;http://blog.kairaven.de/archives/1841-De-Mail-Kuverts.html&quot;&gt;ehrlicher&lt;/a&gt;, und argumentieren einfach, dass sie &lt;a href=&quot;http://blog.kairaven.de/archives/1801-No-De-Mail.html&quot;&gt;De-Mail nicht brauchen&lt;/a&gt;&amp;nbsp; (was natürlich völlig richtig sein mag, aber wohl kaum als objektives Argument durchgeht).&lt;br /&gt;&lt;br /&gt;&lt;b&gt;1. &lt;/b&gt;&lt;b&gt;Angriff auf E-Mail und Bezahl-Internet.&lt;/b&gt; Das würde ich unter der Überschrift &quot;Verschwörungstheorie&quot; fassen, für die ich keinerlei Anhaltspunkte sehe. Schon alleine die Tatsache, dass De-Mail etwas rein Deutsches ist, macht klar, dass sie normale E-Mail nicht vertreiben könnte oder will. Wenn man E-Mail ausstechen wollte, hätte man auch einen vendor-lock-in eingebaut, und nicht De-Mail extra so kompatibel zu normaler Mail designed, dass der Nutzer die selbe Software für beides nutzen kann. Dann hat man in seinem MUA halt zusätzlich zum GMail, GMX und Hotmail Account auch noch einen De-Mail Account. Dass eine kostenpflichtige Dienstleistung in einigen Teilen des Freibier-Netzes auf wenig Gegenliebe stößt, ist schon klar. Aber am Ende ist ein De-Mail Provider lediglich ein Dienstleister, der einen bestimmten Aufwand treiben und diesen re-finanzieren muss, und - nein, wie schrecklich! - vielleicht sogar ein wenig Gewinn machen will. Ein mündiger Bürger schaut sich Preis und Leistung an, und entscheidet dann individuell, was er in welchem Umfang nutzen will, oder auch nicht. Es mag durchaus Leute geben, die bereit sind, ein paar Cent für belegbare Zustellung einer Nachricht mit belegbarem Inhalt zu bezahlen. Das ist eine Dienstleistung, für die man bisher einen Gerichtsvollzieher beauftragen muß!&lt;br /&gt;&lt;br /&gt;&lt;b&gt;2. &lt;/b&gt;&lt;b&gt;Technische Schwächen und Mängel.&lt;/b&gt; Mir sind bisher noch keine aufgefallen, und es hat mir auch noch niemand welche zeigen können. Was natürlich nicht heißt, das es keine gibt. Also, Butter bei die Fische: Wo sind sie denn nun, die technischen Schwächen und Mängel? Die in diesem Punkt geäußerte Kritik betrifft nicht die technische Umsetzung, sondern die Konzeption, die Verschlüsselung serverseitig umzusetzen. Ich habe es bereits im letzten Blog-Post geschrieben: Es wurde viel versucht, End-zu-End Verschlüsselung populär zu machen. Es setzt sich einfach nicht durch. Ich selbst (als langjähriges Mitglied in einem FOSS MUA Entwicklerteam) habe es nicht mal geschafft, in meinem engsten Familien- und Bekanntenkreis End-zu-End Verschlüsselung zu etablieren. Wenn überhaupt, haben wir hier also einen sozialen Mangel vorliegen. Natürlich ist End-zu-End Verschlüsselung zu präferieren und bestmöglich zu unterstützen, aber wenn Leute proklamieren, dass nur End-zu-End Verschlüsselung akzeptabel ist, dann ist das ein wenig so, als kneift ein trotziges Kind ganz fest die Augen zu, stampft&amp;nbsp; mit dem Fuß auf und schreit &quot;Ich will aber!&quot;. Überhaupt kann die Kritik an De-Mail ja nur sein, dass End-zu-End Verschlüsselung nicht zwingend vorgeschrieben ist - denn unterstützt wird es ja, es wird in den TRs geradezu gepredigt, und Provider werden gezwungen, Infrastruktur für den Schlüsseltausch anzubieten. Obwohl nicht zwingend (weil bei Zwang De-Mail schon im voraus zum Scheitern verurteilt wäre), ist damit die Situation von End-zu-End Verschlüsselung so gut wie nie zuvor: Man hat Zugriff auf identitätsgeprüfte Schlüssel, wenn jemand einen solchen anbieten will. Das alleine ist schon ein großer Fortschritt. Schonmal einem Laien das Web-of-Trust erklärt, oder den Fingerprint am Telefon vorlesen lassen?&lt;br /&gt;&lt;br /&gt;&lt;b&gt;3. &lt;/b&gt;&lt;b&gt;Rechtliche Einordnung.&lt;/b&gt; Hier wird zumindest anerkannt, dass im rechtlichen Sinne die Zustellung von der effektiven Kenntnisnahme unabhängig ist, und zwar unabhängig vom Kommunikationsmittel, sei es normale Mail, Fax, Nachricht auf dem AB oder sonstiges. Klar kann man kritisieren, dass Fristen unter Umständen den einen oder anderen Tag früher loslaufen können, aber wenn ich bedenke, wie oft ich meine E-Mails checke (auch, wenn ich unterwegs bin), und wie oft meinen Briefkasten leere, dann würde ich sagen, ich habe im Durchschnitt mehr Zeit zum Reagieren. In jedem Fall gilt auch hier wieder: Ein mündiger Bürger sollte durchaus in der Lage sein, abzuschätzen, ob bei ihm die Vorteile oder die Nachteile überwiegen. Der einzige Kritikpunkt, den ich nachvollziehen kann, ist die juristische Regelung der Beweislast. Hierbei sollte es nicht weiter schwierig sein, das Versenden einer Mail zu beweisen (signierte Versandbestätigungen sind ja Teil des Systems), aber wie man als Endnutzer den nicht-Zugang einer Nachricht beweisen will, das ist mir schleierhaft. Leider ist die Situation bei Snail-Mail nicht wirklich besser.&lt;br /&gt;&lt;br /&gt;Meine generelle Beobachtung der Berichterstattung und der Kommentare zu  De-Mail zeichnen leider ein trauriges Bild. Es mag durchaus Punkte an De-Mail geben, die kritikwürdig sind. Diese gehen aber leider in reißerischer Polemik unter, gerne auch gespickt mit Verschwörungstheorien, glatten Falschaussagen und Lügen, sowie gezielter Irreführung von unbedachten Lesern. Das nutzt am Ende niemandem.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/1712978008892476580-7429921984716427522?l=berndth.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;	</description>
	<pubDate>Mon, 02 May 2011 19:24:00 +0000</pubDate>
</item>
<item>
	<title>Colin Leroy: Paul à vélo</title>
	<guid>http://www.colino.net/wordpress/?p=656</guid>
	<link>http://www.colino.net/wordpress/archives/2011/04/22/paul-a-velo/</link>
<comments>http://www.colino.net/wordpress/archives/2011/04/22/paul-a-velo/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/colin.jpg" width="" height="" alt=""&gt;
&lt;p&gt;Ça fait plusieurs mois que je veux filmer Paul sur sa draisienne et que je n&amp;#8217;y arrive pas&amp;#8230;&lt;br /&gt;
Entre les fois où il veut regarder la vidéo avant qu&amp;#8217;elle ne soit faite et les fois où il tient à ce que je le suive, ce n&amp;#8217;est pas évident d&amp;#8217;avoir quelque chose !&lt;/p&gt;
&lt;p&gt;Voilà donc la meilleure que j&amp;#8217;aie actuellement :&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;C&amp;#8217;est dommage, on ne voit pas ici ses progrès majeurs : il sait lever les pieds et continuer sur sa lancée assez longtemps (jusqu&amp;#8217;à perdre toute sa vitesse ou presque), freiner (avec les pieds seulement, pour l&amp;#8217;instant) et ramasser son vélo par terre et monter dessus sans aide !&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Mise à jour :&lt;/strong&gt; En voici une pas mal sans les pieds :-)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;	</description>
	<pubDate>Fri, 22 Apr 2011 14:13:17 +0000</pubDate>
</item>
<item>
	<title>Paul: Shit is Old</title>
	<guid>http://www.thewildbeast.co.uk/wordpress/?p=1435</guid>
	<link>http://www.thewildbeast.co.uk/wordpress/2011/04/04/shit-is-old/</link>
<comments>http://www.thewildbeast.co.uk/wordpress/2011/04/04/shit-is-old/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/twb.jpg" width="" height="" alt=""&gt;
&lt;p&gt;Britain now is more and more like Britain in the 1980s. The tory government up to their usual bullshit. Privatisation of any last remaining thing, pressing the least well off further into poverty. Last night listening to BBC Radio 5, (&lt;em&gt;Pienaar&amp;#039;s Politics&lt;/em&gt;), a &amp;#034;&lt;em&gt;venture capitalist&lt;/em&gt;&amp;#034; said that to beat the recession it needs to be easier to &amp;#039;hire and fire&amp;#039; employees. Not even challenged. &lt;em&gt;Same old, same old.&lt;/em&gt;&lt;/p&gt;	</description>
	<pubDate>Mon, 04 Apr 2011 05:42:09 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: Le PSU est mort, vive le PSU!</title>
	<guid>urn:lj:livejournal.com:atom1:mones:104735</guid>
	<link>http://mones.livejournal.com/104735.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
One Sunday you wake up, have some breakfast, do some house keeping work with your significant other's help, and then, just before the lunch, decide to check the mail. But, curious thing, the computer seems off, and you don't remember to have switched it off. The &lt;a href=&quot;http://en.wikipedia.org/wiki/Uninterruptible_power_supply&quot; rel=&quot;nofollow&quot;&gt;UPS&lt;/a&gt; &lt;a href=&quot;http://en.wikipedia.org/wiki/LED&quot; rel=&quot;nofollow&quot;&gt;LED&lt;/a&gt;s bright green as usually, but the usual LEDs on the computer box are all off. First reaction after this quick check is, of course, pressing the button to switch it on. And, as expected, nothing happens. Then a couple of neurons inside your brain decide to collaborate and you remember about that &lt;i&gt;burnt smell&lt;/i&gt; your significant other talked precisely to you an hour ago (more or less). Seems I'm not going to check mail in this computer for a while.&lt;br /&gt;&lt;br /&gt;I watched some videos on the &lt;a href=&quot;http://www.youtube.com&quot; rel=&quot;nofollow&quot;&gt;TV of the infinite channels&lt;/a&gt; and learned that just by putting the green and black cables of the 20/24 pin connector in short-circuit you can check whether the power supply is working. This makes me wonder how my knowledge about the hardware I own decreases exponentially as I grow older, but I rapidly forget this too &lt;tt&gt;;-)&lt;/tt&gt;. That test failed so I had a culprit, it only remained to know if it was just the PSU or some other components had been affected.&lt;br /&gt;&lt;br /&gt;Three days later I found a co-worker and &lt;a href=&quot;http://www.asturlinux.es&quot; rel=&quot;nofollow&quot;&gt;Asturlinux&lt;/a&gt; fellow which kindly lent me a PSU for testing (well, in fact lent me two, but one had lower wattage than mine, so avoided to do experiments with it). My initial hopes were that nothing else had been damaged, so simply replacing the PSU would fix the problem. Of course, not.&lt;br /&gt;&lt;br /&gt;First test, nothing boots, &lt;a href=&quot;http://en.wikipedia.org/wiki/BIOS&quot; rel=&quot;nofollow&quot;&gt;BIOS&lt;/a&gt; reports no hard disks and the orange LED of disk activity blinks regularly. Disconnected all of them (two &lt;a href=&quot;http://en.wikipedia.org/wiki/SATA&quot; rel=&quot;nofollow&quot;&gt;SATA&lt;/a&gt; and one &lt;a href=&quot;http://en.wikipedia.org/wiki/AT_Attachment&quot; rel=&quot;nofollow&quot;&gt;ATA&lt;/a&gt;) and removed the ATA disk (it's the booting one) from its plastic removable enclosure, attaching it to directly to the board instead.&lt;br /&gt;&lt;br /&gt;Second test, the &lt;a href=&quot;http://en.wikipedia.org/wiki/GNU_GRUB&quot; rel=&quot;nofollow&quot;&gt;GRUB&lt;/a&gt; prompt appears! It fails to boot anything because the operating system is in the SATA disks, but at least the disk is OK and BIOS also recognizes it flawlessly now. The ATA removable enclosure joins the PSU in the waste bin.&lt;br /&gt;&lt;br /&gt;Third test, reattach SATA disks. Ouch! blinking orange again, nothing boots. Well, let's try just &lt;i&gt;one&lt;/i&gt; SATA disk. Phew! It boots again and shows the GRUB menu, ready to load the kernel list. At that moment, the new &lt;a href=&quot;http://wiki.debian.org/DebianArt/Themes/SpaceFun&quot; rel=&quot;nofollow&quot;&gt;Space Fun&lt;/a&gt; theme could be shortly appreciated. Sweet.&lt;br /&gt;&lt;br /&gt;Some tests later, I'm giving up. No matter which combination of the two disk and two SATA ports on the motherboard you made, once the two are attached nothing works. Leave only one and it boots. It's clear to me the motherboard has also been damaged, in a minor degree, but, certainly not reliable any more. Specially when the disk mirroring cannot be implemented again. Another piece on the waste bin.&lt;br /&gt;&lt;br /&gt;Changing motherboard pushes things a little more than just a PSU. I've decided to try to keep all the existing pieces that work, so only the core is being replaced. But that is: motherboard (with integrated graphics card, as the &lt;a href=&quot;http://mones.livejournal.com/data/atom&quot;&gt;AGP&lt;/a&gt; interface of my NVidia seems pretty obsolete now), processor, memory and, of course, a new PSU &lt;tt&gt;;-)&lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;This is, at least as I understand it, a new computer. So finally it seems I'm not going to check my mail in this computer any more.&lt;br /&gt;&lt;br /&gt;P.S.: Yes, since last post and finally the &lt;a href=&quot;http://www.debian.org&quot; rel=&quot;nofollow&quot;&gt;Debian GNU/Linux 6.0&lt;/a&gt; AKA &lt;a href=&quot;http://en.wikipedia.org/wiki/Debian#Releases&quot; rel=&quot;nofollow&quot;&gt;Squeeze&lt;/a&gt; has been released!	</description>
	<pubDate>Sat, 19 Feb 2011 18:44:45 +0000</pubDate>
</item>
<item>
	<title>Miquel: Mental note</title>
	<guid>http://blog.mob1970.org/?p=365</guid>
	<link>http://blog.mob1970.org/?p=365</link>
<comments>http://blog.mob1970.org/?p=365#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/Ton-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;My Nvidia driver is located in &lt;a href=&quot;http://www.nvidia.com/object/linux-display-ia32-260.19.12-driver.html&quot;&gt;http://www.nvidia.com/object/linux-display-ia32-260.19.12-driver.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps me next time &lt;img src=&quot;http://blog.mob1970.org/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;p&gt;M.&lt;/p&gt;	</description>
	<pubDate>Tue, 15 Feb 2011 23:10:11 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: What happened!?</title>
	<guid>urn:lj:livejournal.com:atom1:mones:104654</guid>
	<link>http://mones.livejournal.com/104654.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
Well, a lot, or not so much, depends how you take it &lt;tt&gt;:)&lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;To summarise some random chosen facts:&lt;br /&gt;&lt;b&gt;Work&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;Still at the same project at work (started to stink months ago). Will it end someday? Soon we hope, but given the external dependencies and all the people required to be coordinated seems very hard.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;But still having a job, so the bank is happy I'm paying the mortgage every month. Me too &lt;tt&gt;:)&lt;/tt&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Finally had my vacation, delayed twice in 2010, and with extra days as compensation for this!&lt;/li&gt;&lt;br /&gt;&lt;li&gt;But also were doing extra hours (worked some Saturdays and holidays...)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Which, fortunately, were paid accordingly&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Just to discover how the taxes on my payroll were also incremented to leave me with only the half of the extra euros &lt;tt&gt;:-P&lt;/tt&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;b&gt;Life&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;Christmas were not as good as other years, maybe because I got some kind of flu for the end of year. Not good for enjoying the meal or any other thing in fact. Sucks a bit to fall ill when on vacation &lt;i&gt;again&lt;/i&gt;.&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Visited &lt;a href=&quot;http://en.wikipedia.org/wiki/Le%C3%B3n,_Spain&quot; rel=&quot;nofollow&quot;&gt;León&lt;/a&gt; over a weekend, and having a good time with Alf and his soon to be future wife. They're getting married after 10 years together, so I wonder they were not sure or just utterly lazy &lt;tt&gt;;-)&lt;/tt&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Finally searching solutions for renewing our bathrooms at home. That's going to be a hard (and expensive) task!&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;b&gt;FOSS&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;Yes, new Debian stable, codenamed &lt;i&gt;Squeeze&lt;/i&gt;, is still not released... I guess no surprise here. Since some time ago I'm following the mailing list and now I realize how hard is making everybody to converge on releasing, specially when free software is such a moving target and everybody wants the latest and greatest always.&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Claws packages will be there at the 3.7.6 version, which is fairly good so far. Anyway now that &lt;a href=&quot;http://backports.debian.org/&quot; rel=&quot;nofollow&quot;&gt;backports&lt;/a&gt; is part of the official infrastructure it's very likely the current version will be backported as soon as Squeeze is out and their backports suite activated.&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Sylpheed continues its road to 3.1.0, which will have an updated Spanish translation. It was a long time since I did it last time &lt;tt&gt;:)&lt;/tt&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;An itch has been scratched and the &lt;a href=&quot;https://github.com/mones/claws-mail-address-keeper&quot; rel=&quot;nofollow&quot;&gt;Address Keeper plugin&lt;/a&gt; is now a reality. This feature for Claws Mail has been around my mind since probably since I started to use it and was named diferently. It was the only feature I missed from the Pegasus Mail on Win32, which had it and had saved myself from typing addresses twice forever.&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;	</description>
	<pubDate>Fri, 28 Jan 2011 16:14:00 +0000</pubDate>
</item>
<item>
	<title>Colin Leroy: Two little screencasts</title>
	<guid>http://www.colino.net/wordpress/?p=651</guid>
	<link>http://www.colino.net/wordpress/archives/2010/12/20/two-little-screencasts/</link>
<comments>http://www.colino.net/wordpress/archives/2010/12/20/two-little-screencasts/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/colin.jpg" width="" height="" alt=""&gt;
&lt;p&gt;It&amp;#8217;s been a long time since I didn&amp;#8217;t post any Claws Mail news&amp;#8230; (probably because it&amp;#8217;s reaching maturity) so here are two screencasts that should please our Windows users :&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hope you&amp;#8217;ll like it !&lt;/p&gt;	</description>
	<pubDate>Mon, 20 Dec 2010 08:25:40 +0000</pubDate>
</item>
<item>
	<title>Miquel: LibUtils</title>
	<guid>http://blog.mob1970.org/?p=362</guid>
	<link>http://blog.mob1970.org/?p=362</link>
<comments>http://blog.mob1970.org/?p=362#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/Ton-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;I&amp;#8217;m going into Ruby more than I was some months ago (I decided to code using only Java and Ruby, including in the Ruby stuff RMI and JRuby). I code at Java in the office and I use the &lt;a href=&quot;http://blog.mob1970.org/href&quot;&gt;Apache Commons&lt;/a&gt; libraries in order to achieve a cleaner code (without null checking and avoiding the NullPointerException thing).&lt;/p&gt;
&lt;p&gt;I started some days ago a new gem named LibUtils (&lt;a href=&quot;https://github.com/mob1970/LibUtils/&quot;&gt;hosted&lt;/a&gt; in &lt;a href=&quot;http://github.com&quot;&gt;github&lt;/a&gt;) which gives me some methods I miss in Ruby. I added some methods available in Rails too which I thing are cool and I wish I added more methods because everyday I found new things that make coding easier and cleaner.&lt;/p&gt;
&lt;p&gt;This library include methods to work with strings, arrays and words (at this moment), for instance:&lt;/p&gt;
&lt;p&gt;  &amp;#8211; starts_with? (LibUtils::StringUtils.starts_with?(&amp;#8216;Hello&amp;#8217;, &amp;#8216;He&amp;#8217;) &amp;#8211;&gt; true).&lt;br /&gt;
  &amp;#8211; empty? (LibUtils::ArrayUtils.empty?(['a']) &amp;#8211;&gt; false).&lt;br /&gt;
  &amp;#8211; initials (LibUtils::WordUtils.initials(&amp;#8216;Hi there&amp;#8217;) &amp;#8211;&gt; Ht).&lt;/p&gt;
&lt;p&gt;Probably some of them seem to be silly and useless, I though something like this the first time I found them in Java, but the only thing I can say is that the more you use them the more you&amp;#8217;ll love them (at least I hope so).&lt;/p&gt;
&lt;p&gt;M.&lt;/p&gt;	</description>
	<pubDate>Sun, 19 Dec 2010 15:11:05 +0000</pubDate>
</item>
<item>
	<title>Miquel: From Rails To Sinatra</title>
	<guid>http://blog.mob1970.org/?p=358</guid>
	<link>http://blog.mob1970.org/?p=358</link>
<comments>http://blog.mob1970.org/?p=358#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/Ton-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Some time ago I wrote a &lt;a href=&quot;http://blog.mob1970.org/?p=315&quot;&gt;post&lt;/a&gt; about routes in rails and my professional page (&lt;a href=&quot;http://www.miqueloliete.com&quot;&gt;http://www.miqueloliete.com&lt;/a&gt;) appeared in it. It was coded using rails because it was the only web framework I had worked with at that moment. Several weeks later I heard about a web framework named &lt;a href=&quot;http://www.sinatrarb.com/&quot;&gt;Sinatra&lt;/a&gt; and I decided to give it a go because using rails for this website (four pages in three different languages) was like use a sledgehammer to crack a nut.&lt;/p&gt;
&lt;p&gt;After reading a little about Sinatra, I coded again the site with these steps.&lt;/p&gt;
&lt;p&gt;  &amp;#8211; I created a simple directories structure like this:&lt;br /&gt;
	  ├── i18n&lt;br /&gt;
	  ├── public&lt;br /&gt;
	  │   ├── css&lt;br /&gt;
	  │   ├── images&lt;br /&gt;
	  │   └── javascript&lt;br /&gt;
	  └── views    &lt;/p&gt;
&lt;p&gt;	  * i18n contained the three yml translations files (catalan, spanish and english).&lt;br /&gt;
	  * css contained stylesheets files.&lt;br /&gt;
	  * images, as itself says, contained all the image files.&lt;br /&gt;
	  * Javascript contained all the javascript files.&lt;br /&gt;
	  * views contained all the old erb files (now using erubis files).&lt;/p&gt;
&lt;p&gt;  &amp;#8211; I copied the three uml files from rails project to sinatra directory removing the first line which includes the language level (ca|es|en:).&lt;br /&gt;
  &amp;#8211; I copied the erb files in the views directory renaming them from .erb to .erubis, changing the translation methods included in them from t(&amp;#8216;text&amp;#8217;) to t.text).&lt;br /&gt;
  &amp;#8211; I copied the css, javascript and image files from rails project to sinatra project under their directory explained before.&lt;br /&gt;
  &amp;#8211; I create the .rb file which contains all the routes used in the website which basically only controls the locale language and the view file to show.&lt;/p&gt;
&lt;p&gt;And that&amp;#8217;s all (I think I don&amp;#8217;t forget anything because it was two months ago). The website you will find if you visit &lt;a href=&quot;http://www.miqueloliete.com&quot;&gt;my site&lt;/a&gt; now is still the rails version right now but it will be replaced in two or three weeks maximum during my christmas holiday. I supose this is not something what people do frecuently (the most common way probably would be the other way round when a little website becomes a bigger one).&lt;/p&gt;
&lt;p&gt;Hope this helps&lt;/p&gt;
&lt;p&gt;M.&lt;/p&gt;	</description>
	<pubDate>Sat, 18 Dec 2010 23:35:14 +0000</pubDate>
</item>
<item>
	<title>Paul: We need Warren James now!</title>
	<guid>http://www.thewildbeast.co.uk/wordpress/?p=1422</guid>
	<link>http://www.thewildbeast.co.uk/wordpress/2010/11/04/we-need-warren-james-now/</link>
<comments>http://www.thewildbeast.co.uk/wordpress/2010/11/04/we-need-warren-james-now/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/twb.jpg" width="" height="" alt=""&gt;
&lt;p&gt;&lt;h3&gt;Hands Off Our Forest : A Call To Arms&lt;/h3&gt;&lt;h3&gt;&lt;/h3&gt;&lt;/p&gt;

&lt;div&gt;&lt;img src=&quot;http://www.thewildbeast.co.uk/wordpress/wp-content/images/hoof-2.jpg&quot; /&gt;&lt;/div&gt;The government is getting ready for a huge sell-off of our national forests to private firms. This could mean ancient woodlands are chopped down and destroyed.  Walkers and endangered animals, like red squirrels and owls, would have to make way for Center Parcs-style holiday villages, golf courses, and logging companies.
&lt;p&gt;
We need to stop these plans. Ancient forests like the Forest of Dean and Sherwood Forest are national treasures &amp;mdash; once they’re gone, they are lost forever. A huge petition will force the government to rethink. If we can prove how strongly thousands of us are against this, we can make them back down.
&lt;p&gt;&lt;/p&gt;
Help build the pressure before it’s too late. Add your name to the “save our forests” petition: &lt;a href=&quot;http://www.38degrees.org.uk/save-our-forests&quot;&gt;http://www.38degrees.org.uk/save-our-forests&lt;/a&gt;

&lt;div&gt;________&lt;/div&gt;

&lt;/p&gt;&lt;p&gt;&lt;em&gt;The Forester&lt;/em&gt; newspaper, in association with &lt;em&gt;The Forest of Dean and Wye Valley Review&lt;/em&gt;, is launching a petition to send a message to Government ministers wanting to sell our woodlands to private concerns: Hands Off Our Forest.
&lt;p&gt;&lt;/p&gt;
Sign the petition here: &lt;a href=&quot;http://www.theforester.co.uk/saveourforest.cfm&quot;&gt;http://www.theforester.co.uk/saveourforest.cfm&lt;/a&gt;
&lt;p&gt;&lt;/p&gt;
&lt;span&gt;References:&lt;br /&gt;
&lt;a href=&quot;http://www.forest-and-wye-today.co.uk/news.cfm?id=38375&quot;&gt;http://www.forest-and-wye-today.co.uk/news.cfm?id=38375&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.telegraph.co.uk/earth/countryside/8082756/Ministers-plan-huge-sell-off-of-Britains-forests.html&quot;&gt;http://www.telegraph.co.uk/earth/countryside/8082756/Ministers-plan-huge-sell-off-of-Britains-forests.html&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.independent.co.uk/news/uk/politics/government-plans-huge-selloff-of-britains-forests-2115631.html&quot;&gt;http://www.independent.co.uk/news/uk/politics/government-plans-huge-selloff-of-britains-forests-2115631.html&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.guardian.co.uk/environment/2010/oct/24/forests-government-heritage-private-developers&quot;&gt;http://www.guardian.co.uk/environment/2010/oct/24/forests-government-heritage-private-developers&lt;/a&gt;
&lt;p&gt;&lt;/p&gt;
Warren James: &lt;a href=&quot;http://en.wikipedia.org/wiki/Warren_james&quot;&gt;http://en.wikipedia.org/wiki/Warren_james&lt;/a&gt;
&lt;/span&gt;&lt;/p&gt;

&lt;div&gt;&lt;/div&gt;	</description>
	<pubDate>Thu, 04 Nov 2010 15:01:05 +0000</pubDate>
</item>
<item>
	<title>Paul: SPENCE'S PLAN AND FULL BELLIES YOU ROUGUES</title>
	<guid>http://www.thewildbeast.co.uk/wordpress/?p=1393</guid>
	<link>http://www.thewildbeast.co.uk/wordpress/2010/10/24/spences-plan-and-full-bellies-you-rougues/</link>
<comments>http://www.thewildbeast.co.uk/wordpress/2010/10/24/spences-plan-and-full-bellies-you-rougues/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/twb.jpg" width="" height="" alt=""&gt;
&lt;p&gt;&lt;p&gt;&lt;/p&gt;&lt;/p&gt;

&lt;div&gt;&lt;a href=&quot;http://www.breviarystuff.org.uk/malcolm-chase-the-peoples-farm/&quot;&gt;&lt;img src=&quot;http://www.breviarystuff.org.uk/wp-content/uploads/peoples-farm-cover.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;strong&gt;Malcolm Chase &amp;#8211; The People&amp;#039;s Farm, &lt;em&gt;English Radical Agrarianism 1775-1840&lt;/em&gt;&lt;/strong&gt; &lt;small&gt;Breviary Stuff Publications, ISBN 978-0-9564827-5-4&lt;/small&gt;
&lt;p&gt;&lt;/p&gt;
Now published by &lt;a href=&quot;http://www.breviarystuff.org.uk&quot;&gt;Breviary Stuff Publications&lt;/a&gt; is &lt;em&gt;The People&amp;#039;s Farm&lt;/em&gt; by Malcolm Chase. It traces the development of agrarian ideas from the 1770s through to Chartism, and explains why, in an era of industrialization and urban growth, land remained one of the major issues in popular politics. This book considers relationship between ‘land consciousness’ and early socialism; attempts to create alternative communities; and contemporary perceptions of nature and the environment. Far from being an anachronistic, utopian, and reactionary movement, agrarianism was an integral part of the working class experience and of radical politics. This book also provides the most extensive study to date of Thomas Spence, and his followers the Spenceans.
&lt;p&gt;&lt;/p&gt;
Thomas Spence was one of the leading English revolutionaries of the late eighteenth and early nineteenth centuries. At the centre of Spence&amp;#039;s work was his Plan, known as &lt;em&gt;Spence&amp;#039;s Plan&lt;/em&gt;. The Plan has a number of features, including:
&lt;p&gt;&lt;/p&gt;
&amp;bull; The end of aristocracy and landlords&lt;br /&gt;
&amp;bull; All land should be publicly owned by &amp;#039;democratic parishes&amp;#039;, which should be largely self-governing&lt;br /&gt;
&amp;bull; Rents of land in parishes to be shared equally amongst parishioners&lt;br /&gt;
&amp;bull; Universal suffrage (including female suffrage) at both parish level and through a system of deputies elected by parishes to a national senate&lt;br /&gt;
&amp;bull; A &amp;#039;social guarantee&amp;#039; extended to provide income for those unable to work&lt;br /&gt;
&amp;bull; The &amp;#039;rights of infants&amp;#039; to be free from abuse and poverty&lt;br /&gt;

&lt;div&gt;________&lt;/div&gt;

&lt;p&gt;Also back in print in a new, extended edition is the pamplet from &lt;a href=&quot;http://thomas-spence-society.co.uk/&quot;&gt;The Thomas Spence Society&lt;/a&gt;, &lt;em&gt;The Hive of Liberty, The Life &amp;amp; Work of Thomas Spence (1750-1814)&lt;/em&gt;. Edited by Keith Armstrong, with an introduction by Professor Joan  Beal and a new essay by Malcolm Chase. It is available directly from The Thomas Spence Society.&lt;/p&gt;

&lt;div&gt;&lt;/div&gt;	</description>
	<pubDate>Sun, 24 Oct 2010 10:57:29 +0000</pubDate>
</item>
<item>
	<title>Colin Leroy: Les problèmes de la voiture en ville</title>
	<guid>http://www.colino.net/wordpress/?p=647</guid>
	<link>http://www.colino.net/wordpress/archives/2010/10/15/les-problemes-de-la-voiture-en-ville/</link>
<comments>http://www.colino.net/wordpress/archives/2010/10/15/les-problemes-de-la-voiture-en-ville/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/colin.jpg" width="" height="" alt=""&gt;
&lt;p&gt;Depuis quelques années, on commence à se rendre compte petit à petit que la civilisation du tout-automobile a ses limites, particulièrement en centre-ville où la place est comptée.&lt;/p&gt;
&lt;p&gt;L&amp;#8217;utilisation  à outrance de la voiture dans notre société pose pas mal de problèmes. En ville par exemple, elle amène des congestions de trafic relativement insolubles, car ajouter des voies de circulation, au final, ne fait qu&amp;#8217;ajouter de nouveaux véhicules et augmenter la taille de l&amp;#8217;embouteillage. L&amp;#8217;emprise au sol et l&amp;#8217;imaginaire réduction (perçue !) du temps de transport pousse à un étalement urbain incontrôlé dont Paris est un exemple monumental, avec sa grande couronne regroupant quatre départements. En centre ville, l&amp;#8217;intérêt des zones piétonnes est, de même, de plus en plus reconnu malgré, souvent, un immobilisme et une défiance de la part des commercants, entre autres.&lt;/p&gt;
&lt;p&gt;L&amp;#8217;étalement urbain est d&amp;#8217;ailleurs un problème très difficile à résoudre maintenant qu&amp;#8217;il s&amp;#8217;est installé. Les transports individuels sont manifestement une part du problème, et certainement pas une part de la solution, et diversifier suffisamment les transports en commun n&amp;#8217;est pas facile.&lt;/p&gt;
&lt;p&gt;L&amp;#8217;automobile pose aussi d&amp;#8217;autres problèmes plus généraux, des problèmes environnementaux, en particulier au niveau écologique ; mais la pollution automobile ne se limite pas à l&amp;#8217;émission de gaz à effet de serre, la pollution visuelle et sonore est aussi de plus en plus manifeste.&lt;/p&gt;
&lt;p&gt;Heureusement, depuis le temps qu&amp;#8217;on en parle et que des prototypes existent, ce n&amp;#8217;est plus que l&amp;#8217;affaire de quelques années avant que les voitures électriques ne viennent résoudre ces problèmes de pollution dûes aux moteurs à explosion, n&amp;#8217;est-ce pas ? Enfin, c&amp;#8217;est ce que l&amp;#8217;on croyait jusqu&amp;#8217;à il y a peu, mais il se pose le problème de l&amp;#8217;approvisionnement en électricité&amp;#8230; Ces voitures électriques en demandent beaucoup, les infrastructures actuelles ne tiendraient pas la charge.&lt;/p&gt;
&lt;p&gt;Voilà, en résumé, où en est en 2010 la société vis-à-vis de l&amp;#8217;automobile. Tout ceci est d&amp;#8217;ailleurs très bien expliqué &lt;a href=&quot;http://www.ina.fr/economie-et-societe/environnement-et-urbanisme/video/CAF93027915/la-ville-et-l-automobile.fr.html&quot;&gt;dans ce documentaire&lt;/a&gt; :&lt;/p&gt;
&lt;p&gt;
&lt;div align=&quot;center&quot;&gt; 	retrouver ce média sur &lt;a href=&quot;http://www.ina.fr/economie-et-societe/environnement-et-urbanisme/video/CAF93027915/la-ville-et-l-automobile.fr.html&quot; target=&quot;_blank&quot;&gt;www.ina.fr&lt;/a&gt; &lt;/div&gt;
&lt;p&gt;Qui date de 1973.&lt;/p&gt;&lt;/p&gt;	</description>
	<pubDate>Fri, 15 Oct 2010 10:26:20 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: Transpirating Java</title>
	<guid>urn:lj:livejournal.com:atom1:mones:104406</guid>
	<link>http://mones.livejournal.com/104406.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
One of the joys of my current job is that we're so much people that not all people can be working at the main building. The luckiest ones are, of course, though luck is heavily influenced by your role, of course ;-) The less lucky are even off the site, but still in a real building. Then come the unfortunates which work in at the site but inside a kind of barrack, like me. Despite having air conditioning systems (which we cannot regulate!) you can imagine that a metallic barrack is not the best place to stay after several hours of sun heating.&lt;br /&gt;&lt;br /&gt;These days we're perspiring every line of code we write...	</description>
	<pubDate>Thu, 26 Aug 2010 07:05:08 +0000</pubDate>
</item>
<item>
	<title>Colin Leroy: Vacances à vélo de Toulouse à Tosse</title>
	<guid>http://www.colino.net/wordpress/?p=610</guid>
	<link>http://www.colino.net/wordpress/archives/2010/08/10/vacances-a-velo-de-toulouse-a-tosse/</link>
<comments>http://www.colino.net/wordpress/archives/2010/08/10/vacances-a-velo-de-toulouse-a-tosse/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/colin.jpg" width="" height="" alt=""&gt;
&lt;p&gt;Ça faisait longtemps qu&amp;#8217;on avait prévu de partir de Toulouse à Tosse à vélo, en suivant d&amp;#8217;abord le canal latéral à la Garonne, puis les pistes cyclables du bassin d&amp;#8217;Arcachon et enfin la piste cyclable le long de l&amp;#8217;Atlantique, aussi appelée Eurovélo n°1.&lt;/p&gt;
&lt;p&gt;On est partis le premier Août avec comme seul impératif d&amp;#8217;arriver avant le 15 août et on comptait avancer au feeling, en suivant principalement le rythme de Paul. Finalement, nous nous sommes arrêtés avant la fin, à Mios après 320 kilomètres, pour une raison toute bête : je me suis fait une tendinite lors de l&amp;#8217;étape la plus dure, celle où l&amp;#8217;on avait 16 kilomètres de route entre les deux pistes cyclables. La charge (60 kilos quand même) combinée au stress de la route, au dénivelé et à la pluie m&amp;#8217;a fait forcer un peu trop pour une fin d&amp;#8217;étape.&lt;/p&gt;
&lt;p&gt;On n&amp;#8217;a donc fait que cinq étapes sur sept ou huit. Malgré cette petite déception, le voyage valait d&amp;#8217;être fait et nous laisse plein de souvenirs !&lt;/p&gt;
&lt;p&gt;Voici un résumé en photos.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Dimanche 1er août &amp;#8211; Toulouse-Moissac &lt;/strong&gt;(77 km en 4h30)&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/P1000070.jpg&quot; rel=&quot;lightbox[610]&quot;&gt;&lt;img class=&quot;size-medium wp-image-617  aligncenter&quot; title=&quot;P1000070&quot; src=&quot;http://www.colino.net/wordpress/wp-content/P1000070-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Une fois prêts à partir, le départ était connu vu que nous allons assez régulièrement à Gagnac sur Garonne par le même canal. C&amp;#8217;est une fois qu&amp;#8217;on a dépassé ce point pour arriver sur une partie inconnue de canal qu&amp;#8217;on s&amp;#8217;est sentis vraiment lancés !&lt;/p&gt;
&lt;p&gt;Peu après le pique nique que l&amp;#8217;on a fait sur le bord de la piste cyclable (pas tout à fait un bon endroit, il fallait trop surveiller Paul qui n&amp;#8217;avait pas la place entre la piste et le canal&amp;#8230;) le ciel s&amp;#8217;est couvert et nous avons essuyé notre première averse, une légère pluie rafraîchissante &amp;#8211; on n&amp;#8217;a même pas sortis nos vestes imperméables !&lt;/p&gt;
&lt;p&gt;A Montech, on a failli se perdre lors d&amp;#8217;une séparation du canal. Hésitant au même endroit que nous, nous avons rencontré une jeune femme à VTT avec sa fille Théa dans une remorque. On a discuté un peu puis nous sommes repartis. Elle venait de Béziers et comptait aller jusqu&amp;#8217;aux sables d&amp;#8217;Olonne. Son étape du jour était prévue jusqu&amp;#8217;à Moissac, ce qu&amp;#8217;on trouvait long : nous comptions nous arrêter avant !&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/P1000080.jpg&quot; rel=&quot;lightbox[610]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-618&quot; title=&quot;P1000080&quot; src=&quot;http://www.colino.net/wordpress/wp-content/P1000080-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Clo et moi cherchions à bivouaquer, mais on n&amp;#8217;a trouvé que deux endroits presque convenables mais pas tout à fait (sur l&amp;#8217;un d&amp;#8217;eux, une voiture stationnée trop près nous laissait penser qu&amp;#8217;on ne serait pas assez tranquilles, et sur l&amp;#8217;autre, nous étions trop à vue). On a évité de se mettre la pression, se disant qu&amp;#8217;au pire le camping de Moissac nous accueillerait&amp;#8230; Et au final, on s&amp;#8217;est arrêtés au camping de Moissac. Paul a bien aimé le camping, et plus spécialement la réserve inépuisable de bâtons et cailloux qu&amp;#8217;il représente. Il a eu un peu de mal à s&amp;#8217;endormir dans la tente vu qu&amp;#8217;il a commencé par sortir de sa petite tente popup par farfouiller partout, mais il a fini par réussir lorsqu&amp;#8217;on l&amp;#8217;a rejoint.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/P1000081.jpg&quot; rel=&quot;lightbox[610]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-619&quot; title=&quot;P1000081&quot; src=&quot;http://www.colino.net/wordpress/wp-content/P1000081-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Lundi 2 août &amp;#8211; Moissac-Lamagistère &lt;/strong&gt;(27 km en 1h30)&lt;/p&gt;
&lt;p&gt;On se réveille sous une pluie qui tape sur la tente et ne s&amp;#8217;arrête pas. Petit déjeuner sous la tente, puis après une certaine attente, comme Paul n&amp;#8217;en pouvait plus d&amp;#8217;être calfeutré dans la tente, on décide de plier. Je range la tente dans les sanitaires pour essayer tant bien que mal de ne pas tremper l&amp;#8217;intérieur, tandis que Clo et Paul discutent avec Théa et sa maman que nous avons retrouvé par hasard. Puis nous partons sous l&amp;#8217;eau, Paul dans sa remorque bulle, nous sous nos K-Ways. A cet endroit de la piste, nous croisons et doublons de nombreux pélerins de St Jacques de Compostelle, à pied ou à vélo. Les marcheurs sont rendus bossus par leur sac à dos sous l&amp;#8217;imper. Tous sont souriants, c&amp;#8217;est très agréable. Un couple d&amp;#8217;Américains à vélo, pélerins avec une coquille St Jacques sur la sacoche de guidon, nous double plusieurs fois et nous les redoublons plusieurs fois, en fonction de leurs arrêts et des nôtres, et l&amp;#8217;on s&amp;#8217;entre-motive à chaque fois !&lt;/p&gt;
&lt;p&gt;Peu avant midi, comme il pleut toujours, on sort de la piste à Lamagistère et nous mettons en quête d&amp;#8217;un hôtel histoire de pouvoir manger au sec, prendre une douche chaude et attendre un temps plus clément. On s&amp;#8217;arrête à l&amp;#8217;Auberge de la rue de la Gare où les propriétaires très sympathiques nous laissent ranger les vélos dans le garage. On fait un peu l&amp;#8217;attraction du bar, trempés comme nous sommes, en attendant avec un café et un chocolat chaud que la femme de chambre prépare notre chambre. Paul (qui lui est tout sec, petit veinard) goûte avec joie au chocolat chaud !&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/P1000085.jpg&quot; rel=&quot;lightbox[610]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-621&quot; title=&quot;P1000085&quot; src=&quot;http://www.colino.net/wordpress/wp-content/P1000085-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cela nous fait donc une petite étape. Il a plu jusqu&amp;#8217;à 15 heures passées, nous sommes restés à l&amp;#8217;Auberge pendant ce temps et y avons repris des forces (douche chaude, repas chaud puis sieste dans le lit douillet). Au réveil on a profité de l&amp;#8217;arrivée du soleil pour nous promener à Lamagistère, qui est un petit village très fleuri et très agréable.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/P1000087.jpg&quot; rel=&quot;lightbox[610]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-622&quot; title=&quot;P1000087&quot; src=&quot;http://www.colino.net/wordpress/wp-content/P1000087-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Paul y a ramassé des bâtons, des cailloux, il a fait des caresses à un chat très gentil, et a même pu sauter dans les grosses flaques avec ses belles bottes jaunes !&lt;/p&gt;
&lt;p&gt;Pour que Paul arrête de sortir de sa petite tente popup que l&amp;#8217;on avait installé dans la chambre (il n&amp;#8217;y avait pas de lit bébé), on a décidé de zipper la moustiquaire, ce qui l&amp;#8217;a empêché d&amp;#8217;avoir envie de sortir tout le temps et l&amp;#8217;a aidé à s&amp;#8217;endormir vite. Finalement on gardera cette méthode tout au long du voyage : en fait ça le rassure d&amp;#8217;être entouré, comme dans son lit à barreaux.&lt;/p&gt;
&lt;p&gt;Le lendemain matin nous nous sommes réveillés sous le soleil et sommes repartis fringuants !&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Mardi 3 août &amp;#8211; Lamagistère-Lagruère&lt;/strong&gt; (69km en 4h10)&lt;/p&gt;
&lt;p&gt;Une étape tranquille où le soleil était enfin présent, mais pas gênant grâce à l&amp;#8217;ombrage des arbres. Les kilomètres défilent tous seuls comme le premier jour. On s&amp;#8217;en rend compte sans même regarder nos compteurs : à chaque pont, un panneau indique le point kilométrique, le nom du pont et le nom de la commune dont il dépend. On reconnait les noms qu&amp;#8217;on a sur notre fiche planificative.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/P1000127.jpg&quot; rel=&quot;lightbox[610]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-623&quot; title=&quot;P1000127&quot; src=&quot;http://www.colino.net/wordpress/wp-content/P1000127-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Au pique-nique du midi, nous nous sommes arrêtés en contrebas de la piste, à la bordure d&amp;#8217;un champ de jeunes arbres. C&amp;#8217;était beaucoup plus agréable pour Paul que le bord de la piste, car il a pu courir un peu et bouger sans qu&amp;#8217;on aie peur pour lui. On avait aussi assez de place pour étaler la tente et la faire sécher avant d&amp;#8217;en avoir besoin&amp;#8230;&lt;/p&gt;
&lt;p&gt;Puis on repart pour la sieste de Paul, et l&amp;#8217;on a pu rouler tranquillement la majeure partie de l&amp;#8217;après-midi. C&amp;#8217;est incroyable comme le temps passe vite alors qu&amp;#8217;on pédale en discutant de temps en temps&amp;#8230;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/P1000144.jpg&quot; rel=&quot;lightbox[610]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-625&quot; title=&quot;P1000144&quot; src=&quot;http://www.colino.net/wordpress/wp-content/P1000144-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;On s&amp;#8217;arrête assez tôt et campons au camping municipal de Lagruère après n&amp;#8217;avoir, de nouveau, pas trouvé d&amp;#8217;endroit pour bivouaquer. Soit on est trop difficiles, soit on ne va pas voir assez loin, soit on n&amp;#8217;ose pas assez&amp;#8230; Mais dans tous les cas, c&amp;#8217;est pas évident de bivouaquer !&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/P1000130.jpg&quot; rel=&quot;lightbox[610]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-624&quot; title=&quot;P1000130&quot; src=&quot;http://www.colino.net/wordpress/wp-content/P1000130-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Le camping de Lagruère a l&amp;#8217;avantage de ne pas nous dérouter beaucoup, étant situé à 5 mètres en contrebas de la piste cyclable du canal. En face, il y avait quelques jeux pour enfants où Paul a pu se défouler. Paul s&amp;#8217;est endormi très rapidement, il semble habitué et en confiance, enfin sûr qu&amp;#8217;on le rejoindra dans la tente pour dormir !&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/P1000182.jpg&quot; rel=&quot;lightbox[610]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-631&quot; title=&quot;P1000182&quot; src=&quot;http://www.colino.net/wordpress/wp-content/P1000182-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Quant à nous, c&amp;#8217;était la première nuit où nos vélos dormaient dehors sans être attachés à un point fixe (au camping de Moissac, il y avait un poteau métallique). On a un peu stressé sur le sujet puis nous nous sommes dit qu&amp;#8217;il faudrait pas de chance pour que quelqu&amp;#8217;un nous vole nos vélos attachés tête-bêche avec une remorque sans nous réveiller !&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Mercredi 4 août &amp;#8211; Lagruère-Villandraut &lt;/strong&gt;(78km en 4h43)&lt;/p&gt;
&lt;p&gt;C&amp;#8217;est déjà la dernière étape prévue sur le canal latéral. On y croit à peine, nous qui pensions aller presque deux fois moins vite ! Et comme prévu, nous quittons ce jour là notre canal à Castets-en-Dorthe après une quarantaine de kilomètres, peu après le pique nique sur une espèce de base de loisirs où il y avait profusion de jeux pour Paul.  Nous y avons rencontré une famille de cyclistes super bien équipés en  vacances. Le père roulait en tricycle couché HP Velotechnik et tractait  une remorque bagagère ; la mère à vélo couché, tractait un tricycle Hase  dont la roue avant était amovible, tricycle occupé par leur fille  d&amp;#8217;environ 8 ans. Enfin, leur fils roulait lui aussi à vélo couché.  Chouette équipage dont c&amp;#8217;était la première randonnée à quatre (l&amp;#8217;année  d&amp;#8217;avant, ils étaient partis à trois).&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/P1000146.jpg&quot; rel=&quot;lightbox[610]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-626&quot; title=&quot;P1000146&quot; src=&quot;http://www.colino.net/wordpress/wp-content/P1000146-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A la dernière écluse, le canal se jette dans la Garonne et nous sommes  lâchés sur la route. C&amp;#8217;est là qu&amp;#8217;il faut rejoindre la piste cyclable Mios-Bazas à Roaillan, en 16 kilomètres de route via Langon (qui n&amp;#8217;est pas immédiatement fléché).&lt;/p&gt;
&lt;p&gt;La différence est flagrante avec la piste cyclable, d&amp;#8217;autant qu&amp;#8217;il pleut (encore !) par averses successives. Les voitures sont nombreuses et nous doublent près et vite &amp;#8211; les routes que l&amp;#8217;on prend sont limitées à 90&amp;#8230; ce qui tend à nous stresser un peu. Y&amp;#8217;en a même un qui nous a klaxonné pour le plaisir. Contrairement au canal, il y a du dénivelé et quand ça grimpe, je sens beaucoup plus les 60 kilos de charge que sur le plat.&lt;/p&gt;
&lt;p&gt;Bêtement, on force un peu pour essayer d&amp;#8217;aller un peu plus vite vis-à-vis des voitures (alors que la différence de vitesse est telle que ça ne sert à rien &amp;#8211; vu de 90km/h, un cycliste qui se traîne peinard à 8km/h ou qui force à 11km/h, c&amp;#8217;est difficile de distinguer), et je me remarque in petto que je suis un peu à fond&amp;#8230;&lt;/p&gt;
&lt;p&gt;On se perd un peu, on passe dans une zone industrielle puis devant une entrée d&amp;#8217;autoroute, et d&amp;#8217;autres endroits similairement riants&amp;#8230; Puis grâce à une vieille dame à vélo, on trouve Roaillan ; et à Roaillan où l&amp;#8217;on voulait s&amp;#8217;arrêter, on apprend par l&amp;#8217;épicière du coin qu&amp;#8217;il n&amp;#8217;y a rien pour dormir et que le mieux est d&amp;#8217;aller à Le Nizan (à 8km). L&amp;#8217;épicière nous montre où retrouver la piste cyclable et on se retrouve enfin sur un endroit calme et agréable !&lt;/p&gt;
&lt;p&gt;Hélas à Le Nizan, les quelques chambres d&amp;#8217;hôtes sont complètes, et on nous conseille d&amp;#8217;aller jusqu&amp;#8217;à Villandraut (à 4km) où il y a des campings. Lorsqu&amp;#8217;on arrive à Villandraut après quatre kilomètres de douce descente sur laquelle on a pu rouler à une vitesse indécente (27km/h !), on est claqués, mais bien accueillis par le gérant du camping, très chaleureux et sympathique, et le soir, on se remet avec (pour changer de nos pâtes à toutes les sauces) de bons croques-monsieurs avec des frites !&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/P1000155.jpg&quot; rel=&quot;lightbox[610]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-627&quot; title=&quot;P1000155&quot; src=&quot;http://www.colino.net/wordpress/wp-content/P1000155-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Jeudi 5 août &amp;#8211; Villandraut-Mios &lt;/strong&gt;(67 km en 4h30)&lt;/p&gt;
&lt;p&gt;On a rencontré quelques cyclotouristes au camping, qui allaient dans l&amp;#8217;autre sens que nous. Ils nous ont dit que la piste cyclable qui nous attendait était une véritable autoroute, et c&amp;#8217;est vrai ! Elle va tout droit (en faux-plat montant, hélas ! et c&amp;#8217;est sans doute pour ça qu&amp;#8217;ils l&amp;#8217;ont prise pour une autoroute, dans leur sens), et ce qui nous change le plus du canal, c&amp;#8217;est qu&amp;#8217;on est entouré de forêt de chaque côté de la piste. C&amp;#8217;est tellement droit qu&amp;#8217;on a parfois une illusion d&amp;#8217;optique et l&amp;#8217;impression qu&amp;#8217;à l&amp;#8217;horizon, ça descend ou ça tourne ; mais en fait, non, ça continue tout droit en joli faux-plat montant !&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/P1000159.jpg&quot; rel=&quot;lightbox[610]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-628&quot; title=&quot;P1000159&quot; src=&quot;http://www.colino.net/wordpress/wp-content/P1000159-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;On se ressent de l&amp;#8217;étape de la veille : Clo a une courbature à la cuisse gauche, qui finit par passer avec l&amp;#8217;échauffement. Quant à moi, j&amp;#8217;ai un peu mal au genou. On avance moins vite que d&amp;#8217;habitude, du coup, 15 ou 16km/h au lieu de 19 ou 20.&lt;/p&gt;
&lt;p&gt;Après avoir essayé le conseil des cyclotouristes du camping concernant la &amp;#8220;super base de loisirs d&amp;#8217;Hostens qui est trop chouette&amp;#8221;, on a décidé qu&amp;#8217;elle n&amp;#8217;était pas si chouette pour nous (trop pleine de gens) et on a déjeuné dans les fougères dans la forêt. Paul est même parti s&amp;#8217;aventurer dedans, j&amp;#8217;étais très fier de lui (et Clo aussi). Je crois qu&amp;#8217;il a pris plus confiance en lui-même pendant ces vacances&amp;#8230;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/P1000165.jpg&quot; rel=&quot;lightbox[610]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-629&quot; title=&quot;P1000165&quot; src=&quot;http://www.colino.net/wordpress/wp-content/P1000165-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Sur l&amp;#8217;après-midi, mon genou me fait de plus en plus mal et ça me brûle à chaque relance, au point que je ne pédale presque plus que de la jambe gauche : même clipper la pédale auto finit par faire mal.&lt;/p&gt;
&lt;p&gt;Lorsqu&amp;#8217;on arrive au camping à Mios, après être passé dans une pharmacie où l&amp;#8217;on m&amp;#8217;a conseillé du Cliptol, on décide donc de faire une pause le lendemain le temps que mon genou se calme.&lt;/p&gt;
&lt;p&gt;Paul est bien habitué au camping maintenant, il a juste peur des douches, qui ont souvent tendance à pleuvoir dru de très haut&amp;#8230; Il s&amp;#8217;endort très vite.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Vendredi 6 août, la démission du genou&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Au repos et à froid, globalement, ça ne va pas mieux du côté de mon genou qui me fait mal quand je plie la jambe. On passe une journée tranquille au rythme de Paul, qui fait même sa sieste dans la tente alors qu&amp;#8217;on y croyait qu&amp;#8217;à moitié. Il a pu jouer dans les jeux d&amp;#8217;à côté (bien qu&amp;#8217;il en manquait la moitié) et aussi avec notre petit voisin de camping, Nico, qui avait à peu près quatre ans et la langue bien pendue !&lt;/p&gt;
&lt;p&gt;Clo et Paul ont même pu se baigner dans l&amp;#8217;Eyre qui bordait le camping, et Paul s&amp;#8217;est bien amusé à faire des pâtés et dans l&amp;#8217;eau de la rivière.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/P1000203.jpg&quot; rel=&quot;lightbox[610]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-632&quot; title=&quot;P1000203&quot; src=&quot;http://www.colino.net/wordpress/wp-content/P1000203-299x400.jpg&quot; alt=&quot;&quot; width=&quot;299&quot; height=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/P1000231.jpg&quot; rel=&quot;lightbox[610]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-633&quot; title=&quot;P1000231&quot; src=&quot;http://www.colino.net/wordpress/wp-content/P1000231-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Finalement, le vendredi soir, on a décidé que je n&amp;#8217;allais pas pouvoir repartir le lendemain et que ce n&amp;#8217;était pas la peine de passer le week-end au camping (c&amp;#8217;est quand même pas pratique de vivre par terre avec une jambe raide), et on a appelé Mondial Assistance en la personne du père de Clo.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Samedi 7 août, le rapatriement sanitaire&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Le père de Clo est donc arrivé samedi matin, pendant qu&amp;#8217;on rangeait tout et que je démontais les vélos afin d&amp;#8217;essayer de ne faire qu&amp;#8217;un voyage (étant à environ 100km de Tosse, c&amp;#8217;était mieux pour Philippe !). C&amp;#8217;est difficile de faire entrer quatre personnes plus deux vélos, une remorque et les bagages dans une voiture, même dans un grand monospace, mais on a réussi !&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/P1000243.jpg&quot; rel=&quot;lightbox[610]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-634&quot; title=&quot;P1000243&quot; src=&quot;http://www.colino.net/wordpress/wp-content/P1000243-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Après avoir acheté un siège bébé pour Paul, puis déjeuné à la rôtisserie de Mios un très bon poulet rôti, nous sommes repartis vers Tosse par les petites routes, afin d&amp;#8217;éviter la masse de touristes prévue par Bison Futé sur l&amp;#8217;autoroute, avec un petit pincement au coeur à chaque fois que l&amp;#8217;on longeait ou croisait l&amp;#8217;Eurovélo n°1&amp;#8230;&lt;/p&gt;
&lt;p&gt;C&amp;#8217;est le moment qu&amp;#8217;a choisi Paul pour vomir dans son siège auto tout neuf, suivi juste après, pendant que l&amp;#8217;on nettoyait le tout, du moment qu&amp;#8217;a choisi la batterie de la voiture pour rendre l&amp;#8217;âme. Philippe s&amp;#8217;est donc mis en quête d&amp;#8217;un garagiste, qui heureusement se situait à moins d&amp;#8217;un kilomètre du lieu de notre panne ! Ce petit incident aura l&amp;#8217;avantage de rendre la dernière étape inoubliable elle aussi&amp;#8230;&lt;/p&gt;
&lt;p&gt;Au final, malgré la déception de n&amp;#8217;avoir pas pu finir alors qu&amp;#8217;on était super bien partis (il ne nous restait que deux étapes ou trois ! mais le plus décevant c&amp;#8217;est qu&amp;#8217;on n&amp;#8217;aura sans doute pas l&amp;#8217;occasion de refaire un tel voyage avant un certain temps), on est vraiment contents d&amp;#8217;avoir fait ce voyage. On a surmonté des difficultés imprévues (surtout vis à vis du temps, il nous a quand même plu sur la figure à un moment ou un autre trois jours sur cinq), on a réussi à s&amp;#8217;adapter à la vie au plein air avec un petit Paul qui a été adorable, très compréhensif et curieux de tout, on s&amp;#8217;est dépassé sans souffrir (au début !) avec de longues étapes de 70km (on prévoyait 30 ou 40 par jour, au début&amp;#8230;)&lt;/p&gt;
&lt;p&gt;La prochaine fois on se forcera à faire des étapes plus courtes, ou à les intercaler de journées-visites pour se changer les muscles !&lt;/p&gt;
&lt;p&gt;Maintenant, on se repose tranquillement à Tosse, et j&amp;#8217;attends patiemment que mon tendon se remette avant de remonter sur un vélo. C&amp;#8217;est très frustrant surtout qu&amp;#8217;il y a plein de cyclistes partout ici ; mais je vais éviter de déconner pour ne pas me retrouver avec un truc qui traîne pendant six mois.&lt;/p&gt;
&lt;p&gt;Toutes les photos sont sur notre galerie: &lt;a href=&quot;http://www.colino.net/photos/v/velovacances/&quot;&gt;Vacances à vélo Toulouse-Tosse&lt;/a&gt;.&lt;/p&gt;	</description>
	<pubDate>Tue, 10 Aug 2010 18:43:52 +0000</pubDate>
</item>
<item>
	<title>Holger Berndt: De-Mail: Sinn, Unsinn und Missverständnisse</title>
	<guid>tag:blogger.com,1999:blog-1712978008892476580.post-6693066392974257110</guid>
	<link>http://berndth.blogspot.com/2010/08/de-mail-sinn-unsinn-und.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/hhb.png" width="" height="" alt=""&gt;
Da De-Mail in letzter Zeit verstärkt durch die Presse geht, und sowohl Pressemeldungen als auch Diskussionen darüber von vielen Missverständnissen geprägt sind, möchte ich ein paar Gedanken zu dem Thema äußern.&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Was ist De-Mail?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;De-Mail ist ein Projekt der deutschen Bundesregierung in Zusammenarbeit mit Service Providern, um einen Beitrag dazu zu liefern, Online-Kommunikation sicherer zu machen. Man beachte den Komparativ in diesem Satz - absolute Sicherheit gibt es nicht, sondern es gibt immer nur Sicherheit &lt;a href=&quot;http://www.xkcd.com/538/&quot;&gt;gegen ein bestimmtes Angriffsszenario&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Bei der Bewertung von De-Mail sollte man zwischen dem Konzept an sich, der Implementierung dieses Konzeptes und der juristischen Würdigung unterscheiden. Ich möchte hier nur auf das Konzept an sich eingehen.&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Wie ist die aktuelle Situation bei E-Mail?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Die beiden wichtigsten Unterschiede betreffen die Datensicherheit und die Zustellungssicherheit.&lt;br /&gt;&lt;br /&gt;E-Mails sind wie Postkarten. Jeder, der sie in die Finger bekommt, kann sie lesen, verändern oder sogar verschwinden lassen. Der Weg, den eine Mail durch das Netz nimmt, ist vom Absender nicht beeinflussbar. Außerdem kann prinzipiell jeder eine E-Mail fälschen, also von einem beliebigen Absender an einen beliebigen Empfänger schicken. E-Mail ist damit ein extrem unsicheres Medium.&lt;br /&gt;&lt;br /&gt;Es existieren bereits seit langem Methoden, eine E-Mail effektiv zu verschlüsseln und durch eine digitale Unterschrift als &quot;echt&quot; und &quot;unverändert&quot; zu kennzeichnen. Da allerdings das Netz zwischen Sender und Empfänger nicht vertrauenswürdig ist, muss dies Verschlüsselung bzw Signatur direkt beim Absender erfolgen, und Entschlüsselung bzw Überprüfung der Signatur beim Empfänger. Diese Technik wird auch End-zu-End-Verschlüsselung genannt.&lt;br /&gt;&lt;br /&gt;Dieses System ist zwar mit aktuellen Mailprogrammen relativ leicht anzuwenden, konnte sich aber leider trotzdem nicht durchsetzen - trotz Förderung von z.B. dem BSI.&lt;br /&gt;&lt;br /&gt;Aber selbst, wenn End-zu-End-Verschlüsselung sich durchsetzen würde, könnte damit nicht das Problem der Zustellungssicherheit gelöst werden. Die einzige Möglichkeit für einen Absender einer E-Mail, sich sicher zu sein, dass seine Mail auch angekommen ist, wäre, dass der Empfänger freiwillig eine signierte Empfangsbestätigung zurückschickt. Dieses System basiert also inhärent auf dem Wohlwollen des Empfängers. Ein Äquivalent zu einem (Einwurf-)Einschreiben ist damit nicht umsetzbar. Was nun, wenn ich meinen Mobilfunk-Vertrag fristgerecht kündigen will, aber der Anbieter behauptet, nie eine Kündigung erhalten zu haben? E-Mail ist in dem Fall nicht benutzbar.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Was macht De-Mail nun anders?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;span&gt;De-Mail geht von der Beobachtung aus, dass End-zu-End Verschlüsselung aufgrund des Mehraufwandes bei Sender und Empfänger keine breite Akzeptanz findet. Man baut deshalb ein in sich geschlossenes, vertrauenswürdiges Netz auf, in dem die Nachrichten signiert und verschlüsselt weitergereicht werden. Der Anwender authentifiziert sich also beim Server, und schickt dann seine Nachrichten (bis auf normale Transportverschlüsselung) unverschlüsselt an selbigen. Der Server verschlüsselt und signiert die Nachricht, und leitet sie an den Server des Empfängers weiter. Wenn der Empfänger seine Nachrichten abholen will, entschlüsselt der Server des Empfängers die Nachricht, und reicht sie &lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;(bis auf normale Transportverschlüsselung) &lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;unverschlüsselt an den Empfänger weiter.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;span&gt;Was wurde also gewonnen? Während früher die Nachricht völlig ungesichert durch irgend welche (eventuell feindlichen) Netze ging, wandert sie bei De-Mail gesichert durch das Netz - und zwar ohne Mehraufwand beim Endnutzer. Es gibt nur noch zwei Stellen, an denen die Nachricht prinzipiell einsehbar und veränderbar ist: An der Schnittstelle ins De-Mail Netz, und aus ihm heraus, also bei den Anbietern von Sender und Empfänger. Diese Anbieter sind aber jetzt nicht mehr irgendwelche beliebigen anonymen Administratoren, sondern Betreiber, die aufwändige Zertifizierungs- und Kontrollprozesse durchlaufen mussten, um überhaupt am De-Mail Netz teilnehmen zu dürfen.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;span&gt;Das ist ohne Zweifel schon mal eine Verbesserung. Was aber, wenn ich meinem Provider und/oder dem Zertifikator (also dem Staat) nicht vertrauen will - wenn ich also &lt;i&gt;noch&lt;/i&gt; mehr Datensicherheit brauche? Nun, wenn man niemandem vertrauen will, kommt man um End-zu-End Verschlüsselung nicht herum. Das ist aber keine Einschränkung von De-Mail - zusätzliche End-zu-End-Verschlüsselung bleibt weiterhin möglich, und ist bei De-Mail auch explizit vorgesehen (inklusive Infrastruktur z.B. zum Schlüsseltausch).&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;span&gt;Wie siehts bei der Zustellungssicherheit aus? Wie oben beschrieben, ist diese im bisherigen E-Mail Netz nicht umsetzbar. Im abgeschlossenen De-Mail Netz hingegen kann die Zustellung garantiert werden, inklusive signierter Zustellberichte. Man hat also effektiv ein elektronisches Einschreiben. Genau genommen hat man sogar noch mehr, denn man kann sogar den Inhalt der Nachricht, die man versendet hat, belegen (bei Analog-Post wäre das vergleichbar mit der Beauftragung eines Gerichtsvollziehers). Der Mobilfunkanbieter hat nun keine Chance mehr, zu behaupten, meine Kündigung wäre nicht rechtzeitig angekommen. Ich habe also selbst dann einen Netto-Gewinn, wenn ich Verschlüsselung/Signatur selbst mache.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Fazit&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;span&gt;Konzeptionell finde ich De-Mail sehr interessant, eine Empfehlung für oder gegen eine Registrierung kann ich aber nicht aussprechen. Dazu müssen neben dem Konzept auch die technische Umsetzung sowie die rechtliche Würdigung akzeptabel sein, und beide Punkte kann ich momentan nicht beurteilen. Noch habe ich keine De-Mail Adresse, und ich weiss auch noch nicht, ob ich mir eine holen werde.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/1712978008892476580-6693066392974257110?l=berndth.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;	</description>
	<pubDate>Wed, 04 Aug 2010 22:20:00 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: Total time: 5 minutes 48 seconds</title>
	<guid>urn:lj:livejournal.com:atom1:mones:104091</guid>
	<link>http://mones.livejournal.com/104091.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
This is how long takes a deploy at localhost... when your work's laptop is a underpowered five year's old technology. That's probably not even true, as the time of marketing is usually way in the future from the time the technology does exist and is usable.&lt;br /&gt;&lt;br /&gt;Obviously it's not all hardware's fault, the enterprise mandated heap of crap^W^W^W&lt;i&gt;standard operating environment&lt;/i&gt; which runs on top of it does it's job by eating around a third of the 2 GB of total memory. Put a local Oracle and a couple of JVMs (eclipse and the application server) and you'll soon be swapping to disk.&lt;br /&gt;&lt;br /&gt;I'm pretty tired of all this currently. I my last week vacation was canceled because of the project I had been unassigned from (and now reassigned again), and I really needed it. At least September will be better.	</description>
	<pubDate>Wed, 04 Aug 2010 08:36:57 +0000</pubDate>
</item>
<item>
	<title>Salvatore De Paolis: Git: basic commands</title>
	<guid>http://blog.iwkse.homeunix.org/index.php?/archives/10-guid.html</guid>
	<link>http://blog.iwkse.homeunix.org/index.php?/archives/10-Git-basic-commands.html</link>
<comments>http://blog.iwkse.homeunix.org/index.php?/archives/10-Git-basic-commands.html#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/iwkse.png" width="" height="" alt=""&gt;
With people who have always used cvs or svn, git may looks confusing at first place. It's just a first-day impression!&lt;br /&gt;&lt;br /&gt;
Let's go.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Cloning a repository&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
While using cvs or svn we aren't aware of this word..cloning, right because in such environments this word doesn't make sense. Doing a checkout is different from doing a clonation.&lt;br /&gt;
As we saw in the &lt;a href=&quot;http://blog.iwkse.homeunix.org/index.php?/archives/8-Git-A-Git-overview.html&quot;&gt;git overview&lt;/a&gt; pictures, the structure of the repository is exactly the same&lt;br /&gt;
on the server and the clients. That's why we talk about cloning. While doing a clonation you get exactly the server's structure and than you can work on local without any needs&lt;br /&gt;
to ping the server apart from mirroring the changes. This is not possible with cvs or svn, because a command as commit, requires a server's connection.&lt;br /&gt;&lt;br /&gt;
I'm using here as example, the claws mail git repository of Holger (thanks for silently agree &lt;img src=&quot;http://blog.iwkse.homeunix.org/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; class=&quot;emoticon&quot; /&gt; ). Be aware this is not the official claws mail repository, since officially it only uses cvs.&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;git clone http://github.com/hb/claws-mail&lt;/code&gt;&lt;br /&gt;
This is basically what you would do with cvs on the official repository with:&lt;br /&gt;
&lt;code&gt;export CVS_RSH=ssh&lt;br /&gt;
cvs -z3 -d:pserver:anonymous@claws-mail.org:/ co -r gtk2 claws &lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Adding files&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Let's say you want to add files to the repository, and keep track of them with git, you'd need to:&lt;br /&gt;
&lt;code&gt;$ git add configure.ac&lt;br /&gt;
$ git add *.c&lt;br /&gt;
$ git add README Changelog&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Committing&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Once you added files or modified them, you'd want to commit changes on the local database with some of these:&lt;br /&gt;
&lt;code&gt;$ git commit main.c&lt;br /&gt;
$ git commit -a&lt;br /&gt;
$ git commit -m &quot;file README added&quot; README&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
The -a option is for committing all changes.&lt;br /&gt;
If the -m option for the comment is omitted, this means the default editor will be opened to add a new comment.&lt;br /&gt;
Another useful option for commit is the --amend one.&lt;br /&gt;
If you do something wrong with your commit, like missing a file or a typo in the comment, using this option allows you to redo the operation and the commit will refer to the same already committed.&lt;br /&gt;
&lt;br /&gt;
Instead if you want to reset changes you did with a file, you need to use the checkout command (which is commonly used with branches):&lt;br /&gt;
&lt;code&gt;$ git checkout -- file_i_messed_up&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
This is another interesting command which let you see what's going on and gives you hints about what to do:&lt;br /&gt;
&lt;code&gt;$ git status&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Diff&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;$ git diff&lt;br /&gt;
$ git diff-files&lt;br /&gt;
$ git diff-tree&lt;br /&gt;
$ git diff-index&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Log&lt;/b&gt;&lt;br /&gt;
&lt;code&gt;$ git log&lt;/code&gt;&lt;br /&gt;
That's to see cronology of commits, there's also a graphic tool not given by default called gitk which requires tk libraries.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Reset&lt;/b&gt;&lt;br /&gt;
If there's a wrong add of a file it can be removed with:&lt;br /&gt;
&lt;code&gt;$git reset HEAD file_to_remove&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
As you can see here, &lt;i&gt;HEAD&lt;/i&gt;, it's just a pointer to the current selected branch. I'll talk another time about git branches.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Fetch&lt;/b&gt;&lt;br /&gt;
It updates the local database with something else.&lt;br /&gt;
Git calls the remote repository, &lt;i&gt;origin&lt;/i&gt; so with:&lt;br /&gt;
&lt;code&gt;$ git fetch origin&lt;/code&gt;&lt;br /&gt;
looks like cvs up or svn up. The origin can be omitted since it's implicit, but i added to to show you can have options.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Pull&lt;/b&gt;&lt;br /&gt;
&lt;code&gt;$ git pull&lt;/code&gt;&lt;br /&gt;
this works as a couple of commands, the &lt;i&gt;fetch&lt;/i&gt; and the &lt;i&gt;merge&lt;/i&gt; one(i'll talk about this together with branches).&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Push&lt;/b&gt;&lt;br /&gt;
That's similar to cvs commit or svn commit.&lt;br /&gt;
&lt;code&gt;$ git push origin master&lt;/code&gt;&lt;br /&gt;
Here i'm pushing differences on the remote database (origin) from the local database(master).&lt;br /&gt;
Master is so called as the default branch created in git.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Tag&lt;/b&gt;&lt;br /&gt;
list tags:&lt;br /&gt;
&lt;code&gt;$ git tag&lt;/code&gt;&lt;br /&gt;
Creating one:&lt;br /&gt;
&lt;code&gt;$ git tag my_new_tagv2.1.1&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
All these commands can be used with a double syntax as git command or git-command	</description>
	<pubDate>Tue, 06 Jul 2010 20:54:17 +0000</pubDate>
</item>
<item>
	<title>Salvatore De Paolis: Git: Basic setup</title>
	<guid>http://blog.iwkse.homeunix.org/index.php?/archives/9-guid.html</guid>
	<link>http://blog.iwkse.homeunix.org/index.php?/archives/9-Git-Basic-setup.html</link>
<comments>http://blog.iwkse.homeunix.org/index.php?/archives/9-Git-Basic-setup.html#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/iwkse.png" width="" height="" alt=""&gt;
Git comes with a tool called &lt;i&gt;git config&lt;/i&gt; that lets you get and set configuration variables that control all aspects of how Git looks and operates. &lt;br /&gt;
Apart from this tool, it's still possible for most fo the configuration variables to set git environment variables in places as /etc/profile, ~/.bashrc ecc..&lt;br /&gt;
These variables can be stored in three different places:&lt;br /&gt;
&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;/etc/gitconfig file: Contains values for every user on the system and all their repositories. If you pass the option &lt;i&gt;--system&lt;/i&gt; to &lt;i&gt;git config&lt;/i&gt;, it reads and writes from this file specifically.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;~/.gitconfig file: Specific to your user. You can make Git read and write to this file specifically by passing the &lt;i&gt;--global&lt;/i&gt; option.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;config file in the directory (that is, .git/config) of whatever repository you’re currently using: Specific to that single repository. You may use &lt;i&gt;--file&lt;/i&gt; option to refer to this.&lt;br /&gt;
&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Your identity&lt;/b&gt;&lt;br /&gt;
&lt;code&gt;$ git config --global user.name &quot;Bob Dobbs&quot;&lt;br /&gt;
$ git config --global user.email bdobbs@subgenius.org&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
In the same way with using environment variables:&lt;br /&gt;
&lt;code&gt;$ cat  EOF &gt;&gt;  ~/.bashrc&lt;br /&gt;
&gt; export GIT_AUTHOR_NAME='Bob Dobbs'&lt;br /&gt;
&gt; export GIT_COMMITTER_NAME=Bobby&lt;br /&gt;
&gt; export GIT_AUTHOR_EMAIL=bdobbs@subgenius.org&lt;br /&gt;
&gt; export GIT_COMMITTER_EMAIL=bdobbs@subgenius.org&lt;br /&gt;
EOF&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;b&gt;Your editor&lt;/b&gt;&lt;br /&gt;
By default git uses the one used by default in the system, to change it:&lt;br /&gt;
&lt;code&gt;$ git config --global core.editor  vim&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
In the same way with using environment variable:&lt;br /&gt;
&lt;code&gt;$ echo &quot;export GIT_EDITOR=vim&quot; &gt;&gt; ~/.bashrc&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;b&gt;Your diff tool&lt;/b&gt;&lt;br /&gt;
Git accepts kdiff3, tkdiff, meld, xxdiff, emerge, vimdiff, gvimdiff, ecmerge, and opendiff as valid merge tools&lt;br /&gt;
&lt;code&gt;$ git config --global merge.tool vimdiff&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;b&gt;Checking your settings&lt;/b&gt;&lt;br /&gt;
&lt;code&gt;$ git config --list &lt;/code&gt; or a specific field with &lt;code&gt;$ git config user.name&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;b&gt;Getting help&lt;/b&gt;&lt;br /&gt;
&lt;code&gt;$ git help &amp;lt;verb&amp;gt;&lt;br /&gt;
$ git --help &amp;lt;verb&amp;gt;&lt;br /&gt;
$ man git-&amp;lt;verb&amp;gt;&lt;/code&gt;&lt;br /&gt;
&lt;b&gt;Using a proxy&lt;/b&gt;&lt;br /&gt;
Instead of establish a direct connection to the remote server is possible to set a proxy. Check the gitproxy-socat which wraps socat to allow git through a proxy:&lt;br /&gt;
&lt;code&gt;$ git config --global core.gitProxy &lt;a href=&quot;http://gist.github.com/raw/49288/189f181512fa92d4ef1973e284755c04b5bcea1d/gitproxy-socat&quot;&gt;gitproxy-socat&lt;/a&gt;&lt;/code&gt; &lt;br /&gt;
In the same way with using environment variable:&lt;br /&gt;
&lt;code&gt;$ echo &quot;export GIT_PROXY_COMMAND=gitproxy-socat&quot; &gt;&gt; ~/.bashrc&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;b&gt;Shared repository&lt;/b&gt;&lt;br /&gt;
&lt;code&gt;$ git config --global core.sharedRepository devel&lt;/code&gt; &lt;br /&gt;
When group (or true), the repository is made shareable between several users in a group (making sure all the files and objects are group-writable). &lt;br /&gt;
When all (or world or everybody), the repository will be readable by all users, additionally to being group-shareable. When umask (or false), git will use permissions reported by umask. &lt;br /&gt;
When 0xxx, where 0xxx is an octal number, files in the repository will have this mode value.  0xxx will override user´s umask value, and thus, users with a safe umask (0077) can use this option. &lt;br /&gt;
Examples: 0660 is equivalent to group.  0640 is a repository that is group-readable but not group-writable. &lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;b&gt;Excluding files&lt;/b&gt;&lt;br /&gt;
In addiction to .gitignore (within the directory) and .git/info/exclude it's also possible to use&lt;br /&gt;
&lt;code&gt;$ git config --global core.excludefile pattern_file&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;b&gt;Coloring diff&lt;/b&gt;&lt;br /&gt;
&lt;code&gt;$ git config --global color.diff true&lt;/code&gt;	</description>
	<pubDate>Mon, 05 Jul 2010 12:29:10 +0000</pubDate>
</item>
<item>
	<title>Salvatore De Paolis: Git: A Git overview</title>
	<guid>http://blog.iwkse.homeunix.org/index.php?/archives/8-guid.html</guid>
	<link>http://blog.iwkse.homeunix.org/index.php?/archives/8-Git-A-Git-overview.html</link>
<comments>http://blog.iwkse.homeunix.org/index.php?/archives/8-Git-A-Git-overview.html#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/iwkse.png" width="" height="" alt=""&gt;
Git is DVCS (distributed version control system) which acts similarly as Mercurial, Bazaar or Darcs.&lt;br /&gt;
CVS or Subversion are CVCS (centralized version control system) and the major difference between them is clear in these pictures:&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
CVCS structure:&lt;br /&gt;
&lt;img src=&quot;http://lab.mzr.jp/progit/figures/18333fig0102-tn.png&quot; /&gt;&lt;br /&gt;&lt;br /&gt;
With CVCS everything is stored on the server and if that server goes down for an hour, then during that hour nobody can collaborate at all or save versioned changes to anything they’re working on.&lt;br /&gt;
If the hard disk the central database is on becomes corrupted, and proper backups haven’t been kept, you lose absolutely everything the entire history of the project except whatever single snapshots people happen to have on their local machines.&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
DCVS structure:&lt;br /&gt;
&lt;img src=&quot;http://lab.mzr.jp/progit/figures/18333fig0103-tn.png&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
In DCVS clients don’t just check out the latest snapshot of the files: they fully mirror the repository. Thus if any server dies, and these systems were collaborating via it, any of the client repositories can be copied back up to the server to restore it. Every checkout is really a full backup of all the data.&lt;br /&gt;
&lt;br /&gt;
So Git thinks about its data in a different way than any other VCS (Subversion and friends included). Conceptually, most other systems store information as a list of file-based changes while Git thinks of its data more like a set of snapshots of a mini filesystem. Every time you commit, or save the state of your project in Git, it basically takes a picture of what all your files look like at that moment and stores a reference to that snapshot. This also means most operations in Git only need local files and resources to operate without any network latency overhead that's why most operations seem almost instantaneous.&lt;br /&gt;
With CVS or Subversion you can edit files locally, but you can't commit changes to your database (because it's just on the server).&lt;br /&gt;
&lt;br /&gt;
Git has special states for the files which are:&lt;br /&gt;
&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;&lt;i&gt;committed&lt;/i&gt;, means that the data is safely stored in your local database&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;&lt;i&gt;modified&lt;/i&gt;, means that you have changed the file but have not committed it to your database yet&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;&lt;i&gt;staged&lt;/i&gt;, means that you have marked a modified file in its current version to go into your next commit snapshot&lt;/li&gt;&lt;br /&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;	</description>
	<pubDate>Sun, 04 Jul 2010 06:28:00 +0000</pubDate>
</item>
<item>
	<title>Colin Leroy: Week-end camping sur le canal du midi</title>
	<guid>http://www.colino.net/wordpress/?p=587</guid>
	<link>http://www.colino.net/wordpress/archives/2010/06/20/week-end-camping-sur-le-canal-du-midi/</link>
<comments>http://www.colino.net/wordpress/archives/2010/06/20/week-end-camping-sur-le-canal-du-midi/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/colin.jpg" width="" height="" alt=""&gt;
&lt;p&gt;À ce qu&amp;#8217;on dirait, je ne blogue plus que mes week-ends !&lt;/p&gt;
&lt;p&gt;Avec Clo, on a en projet d&amp;#8217;aller, cet été, en vacances chez son père. Mais cette fois au lieu d&amp;#8217;y aller par l&amp;#8217;autoroute, on compte faire &lt;a href=&quot;http://www.openrunner.com/index.php?id=414164&quot;&gt;ce trajet&lt;/a&gt; le long du canal latéral de Garonne, à vélo, avec une tente, des sacoches et Paul dans sa remorque.&lt;/p&gt;
&lt;p&gt;Du coup, on a pensé qu&amp;#8217;il serait bien de faire un test avant le vrai départ, et on a décidé de faire une étape et de dormir au camping pour voir ce que ça donne.&lt;/p&gt;
&lt;p&gt;On en a profité pour inviter Yann, Betty et Chloé, et on est partis au &lt;a href=&quot;http://www.openrunner.com/index.php?id=601072&quot;&gt;camping à Ayguesvives&lt;/a&gt; : c&amp;#8217;est seulement à 23 kilomètres donc ça fait une petite étape, mais celui que j&amp;#8217;avais repéré à 35 kilomètres était fermé.&lt;/p&gt;
&lt;p&gt;Quelques photos :&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/19062010040.jpg&quot; rel=&quot;lightbox[587]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-588&quot; title=&quot;19062010040&quot; src=&quot;http://www.colino.net/wordpress/wp-content/19062010040-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;Le vélo de Clo avec 8 kilos de sacoches.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/19062010041.jpg&quot; rel=&quot;lightbox[587]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-589&quot; title=&quot;19062010041&quot; src=&quot;http://www.colino.net/wordpress/wp-content/19062010041-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;Les enfants prêts à partir !&lt;/p&gt;
&lt;p&gt;On a roulé plutôt cool, mais une fois arrivés, on avait encore la pêche pour rouler plus. On a attendu sur notre emplacement de camping l&amp;#8217;arrivée des tentes, prévues avec Betty qui travaillait et qui nous a rejoint en voiture.&lt;/p&gt;
&lt;p&gt;C&amp;#8217;est là qu&amp;#8217;il a commencé à pleuvoir. On a rangé les mômes à l&amp;#8217;abri dans la remorque, et nous avons sorti nos vêtements imperméables ! Betty est arrivée,on a monté leur grande tente, puis lors d&amp;#8217;une éclaircie on a monté la nôtre.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/19062010044.jpg&quot; rel=&quot;lightbox[587]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-590&quot; title=&quot;19062010044&quot; src=&quot;http://www.colino.net/wordpress/wp-content/19062010044-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;L&amp;#8217;emplacement&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/19062010047.jpg&quot; rel=&quot;lightbox[587]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-591&quot; title=&quot;19062010047&quot; src=&quot;http://www.colino.net/wordpress/wp-content/19062010047-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;Les enfants&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/19062010048.jpg&quot; rel=&quot;lightbox[587]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-592&quot; title=&quot;19062010048&quot; src=&quot;http://www.colino.net/wordpress/wp-content/19062010048-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;Et notre tente !&lt;/p&gt;
&lt;p&gt;Entre chaque averse, on est sortis gaiement patauger dans la gadoue&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/20062010061.jpg&quot; rel=&quot;lightbox[587]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-593&quot; title=&quot;20062010061&quot; src=&quot;http://www.colino.net/wordpress/wp-content/20062010061-300x400.jpg&quot; alt=&quot;&quot; width=&quot;300&quot; height=&quot;400&quot; /&gt;&lt;/a&gt;La gadoue&lt;/p&gt;
&lt;p&gt;Et les enfants ont adoré aller découvrir les environs, et spécifiquement le petit chemin caché derrière le camping le long du canal. Ils y découvert pleins d&amp;#8217;escargots, de limaces et de belles fleurs.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/19062010049.jpg&quot; rel=&quot;lightbox[587]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-594&quot; title=&quot;19062010049&quot; src=&quot;http://www.colino.net/wordpress/wp-content/19062010049-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;Découverte d&amp;#8217;escargots&lt;/p&gt;
&lt;p&gt;Paul était super content d&amp;#8217;avoir sa petite tente dans la nôtre.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/19062010052.jpg&quot; rel=&quot;lightbox[587]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-595&quot; title=&quot;19062010052&quot; src=&quot;http://www.colino.net/wordpress/wp-content/19062010052-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;Coucou !&lt;/p&gt;
&lt;p&gt;Ça ne l&amp;#8217;a pas empêché de ne pas vouloir dormir tout seul le soir. Du coup ça a été la fête, il s&amp;#8217;est finalement endormi lorsqu&amp;#8217;on a été tous les deux avec lui (avant, il est venu partager la fête&amp;#8230;) vers 23 heures !&lt;/p&gt;
&lt;p&gt;Grâce à ça on a eu droit à une grasse matinée jusqu&amp;#8217;à, ooh, au moins 7h50 !&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/20062010059.jpg&quot; rel=&quot;lightbox[587]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-596&quot; title=&quot;20062010059&quot; src=&quot;http://www.colino.net/wordpress/wp-content/20062010059-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;Câlin-bib du matin&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/20062010062.jpg&quot; rel=&quot;lightbox[587]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-597&quot; title=&quot;20062010062&quot; src=&quot;http://www.colino.net/wordpress/wp-content/20062010062-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;Petit déj. Vous avez vu ? Du soleil !&lt;/p&gt;
&lt;p&gt;Et le dimanche, on a eu de la chance et le temps nous a souri. Il a fait beau toute la journée ! Les enfants ont jardiné dans les graviers de l&amp;#8217;allée, ils ont joué dans les flaques et se sont bien amusés.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/20062010065.jpg&quot; rel=&quot;lightbox[587]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-598&quot; title=&quot;20062010065&quot; src=&quot;http://www.colino.net/wordpress/wp-content/20062010065-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;Jardinage&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/20062010067.jpg&quot; rel=&quot;lightbox[587]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-599&quot; title=&quot;20062010067&quot; src=&quot;http://www.colino.net/wordpress/wp-content/20062010067-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;Euh, mais qu&amp;#8217;est-ce que c&amp;#8217;est cette photo.&lt;/p&gt;
&lt;p&gt;Comme Paul avait trop dormi la nuit passée, il n&amp;#8217;a pas non plus voulu faire la sieste dans la tente. Quand je suis allé le chercher après trois quarts d&amp;#8217;heure de rigolades et appels variés (&amp;#8220;Papa !&amp;#8221; &amp;#8220;Maman !&amp;#8221;), les choses n&amp;#8217;étaient plus du tout à l&amp;#8217;endroit où je les avais laissées : par exemple nos casque de vélo étaient dans sa tente, ainsi que le manuel de montage de la tente.&lt;/p&gt;
&lt;p&gt;Mais comme nous le supposions, Paul n&amp;#8217;est pas Superman, et il a quand même besoin de sommeil. Ça s&amp;#8217;est vu lorsque qu&amp;#8217;il s&amp;#8217;est endormi dans l&amp;#8217;herbe, sur le pull de Clo :&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/20062010075.jpg&quot; rel=&quot;lightbox[587]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-600&quot; title=&quot;20062010075&quot; src=&quot;http://www.colino.net/wordpress/wp-content/20062010075-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;Paul dort&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/20062010074.jpg&quot; rel=&quot;lightbox[587]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-601&quot; title=&quot;20062010074&quot; src=&quot;http://www.colino.net/wordpress/wp-content/20062010074-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;Inconfortable, cette position ?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/20062010073.jpg&quot; rel=&quot;lightbox[587]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-602&quot; title=&quot;20062010073&quot; src=&quot;http://www.colino.net/wordpress/wp-content/20062010073-400x300.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;Non non, très confortable :-)&lt;/p&gt;	</description>
	<pubDate>Sun, 20 Jun 2010 19:35:51 +0000</pubDate>
</item>
<item>
	<title>Paul: Recent Publications</title>
	<guid>http://www.thewildbeast.co.uk/wordpress/?p=1357</guid>
	<link>http://www.thewildbeast.co.uk/wordpress/2010/06/04/recent-publications/</link>
<comments>http://www.thewildbeast.co.uk/wordpress/2010/06/04/recent-publications/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/twb.jpg" width="" height="" alt=""&gt;
&lt;div&gt;&lt;a href=&quot;http://www.breviarystuff.org.uk/john-e-archer-by-a-flash-and-a-scare/&quot;&gt;&lt;img src=&quot;http://www.thewildbeast.co.uk/wordpress/wp-content/images/bsp-bafaas300.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;John E. Archer &amp;#8211; &amp;#039;By a Flash and a Scare&amp;#039;, &lt;em&gt;Arson, Animal Maiming, and Poaching in East Anglia 1815-1870&lt;/em&gt;&lt;/strong&gt; &lt;small&gt;Breviary Stuff Publications, ISBN 978-0-9564827-1-6&lt;/small&gt;
&lt;p&gt;&lt;/p&gt;
&lt;em&gt;‘By a Flash and a Scare’&lt;/em&gt; illuminates the darker side of rural life in the nineteenth century. Flashpoints such as the Swing riots, Tolpuddle, and the New Poor Law riots have long attracted the attention of historians, but here John E. Archer focuses on the persistent war waged in the countryside during the 1800s, analysing the prevailing climate of unrest, discontent, and desperation.
&lt;p&gt;&lt;/p&gt;
In this detailed and scholarly study, based on intensive research among the local records of Norfolk and Suffolk, Dr Archer identifies and examines the three most serious crimes of protest in the countryside — arson, animal maiming and poaching. He shows how rural society in East Anglia was shaped by terror and oppression in equal measure. Social crime and covert protest were an integral part of the ordinary life of the rural poor. They did not protest infrequently, they protested &lt;em&gt;all the time&lt;/em&gt;. &lt;a href=&quot;http://www.breviarystuff.org.uk/john-e-archer-by-a-flash-and-a-scare/&quot;&gt;&lt;em&gt;Read more&amp;#8230;&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;

&lt;div&gt;&lt;/div&gt;

&lt;div&gt;&lt;a href=&quot;http://www.brh.org.uk/publications.html&quot;&gt;&lt;img src=&quot;http://www.thewildbeast.co.uk/wordpress/wp-content/images/brh-pub_swing_front.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Roger Ball &amp;#8211; Tolpuddle And Swing, &lt;em&gt;The Flea And The Elephant&lt;/em&gt;&lt;/strong&gt;
&lt;br /&gt;
Bristol Radical Pamphleteer #12
&lt;p&gt;&lt;/p&gt;
In 1834, six Dorset farm labourers were tried and condemned to transportation to Australia for joining an early Trade Union. Since then the &amp;#039;Tolpuddle Martyrs&amp;#039; have become an iconic part of modern British History. Three years before the events in Tolpuddle, much of rural England was rocked with a massive uprising of farm labourers known as the &amp;#039;Swing Riots&amp;#039;. This pamphlet analyses why &amp;#039;Tolpuddle&amp;#039; has taken its place in the popular memory and the far more significant events of &amp;#039;Swing&amp;#039; have been distorted and forgotten. &lt;a href=&quot;http://www.brh.org.uk/publications.html&quot;&gt;&lt;em&gt;Read more&amp;#8230;&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;

&lt;div&gt;&lt;/div&gt;

&lt;div&gt;&lt;a href=&quot;http://www.brh.org.uk/publications.html&quot;&gt;&lt;img src=&quot;http://www.thewildbeast.co.uk/wordpress/wp-content/images/brh-pub_white_slavery_front.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Andrea Button &amp;#8211; Bristol&amp;#039;s White Slave Trade, &lt;em&gt;Indentured and Enforced Labour In The 17th Century&lt;/em&gt;&lt;/strong&gt;
&lt;br /&gt;
Bristol Radical Pamphleteer #13
&lt;p&gt;&lt;/p&gt;
Bristol’s role as a supplier of labour to the American and West Indian colonies in the eighteenth century is associated with the African Slave Trade however, this trade was not officially open to the Bristol merchants until 1698. The indentured white servant system, operated in Bristol during the seventeenth century, were used by merchants to meet demand for labour in Britain’s new colonies until the Bristol merchants were legally able to compete in the lucrative transatlantic trade. This pamphlet reveals the extent of this ‘white slavery’ and its links to Bristol. &lt;a href=&quot;http://www.brh.org.uk/publications.html&quot;&gt;&lt;em&gt;Read more&amp;#8230;&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;

&lt;div&gt;&lt;/div&gt;

&lt;div&gt;&lt;a href=&quot;http://anarchistpirates.blogspot.com/&quot;&gt;&lt;img src=&quot;http://www.thewildbeast.co.uk/wordpress/wp-content/images/no_quarter_5.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;No Quarter 5&lt;/strong&gt;
&lt;p&gt;&lt;/p&gt;
Includes &lt;em&gt;A Somali Pirate Story&lt;/em&gt; by Jordan Zinovich (with Hans Plomp), an interview with Gabriel Kuhn, author of &lt;em&gt;Life Under the Jolly Roger, Reflections on the Golden Age of Piracy&lt;/em&gt;, &lt;em&gt;Anarchist Commune at Nootka in 1911?&lt;/em&gt; by Larry Gambourne, &lt;em&gt;A Couple More Things About New Hazelton&lt;/em&gt; by David Tighe, &lt;em&gt;John Oswald: Atheist, Vegetarian, Revolutionary&lt;/em&gt; by N. N., &lt;em&gt;Somali Pirates&lt;/em&gt; by Peter Lamborn Wilson, book reviews, and a reading list, all interspersed by some nice black and white imagery. &lt;a href=&quot;http://anarchistpirates.blogspot.com/&quot;&gt;&lt;em&gt;Read more&amp;#8230;&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;

&lt;div&gt;&lt;/div&gt;	</description>
	<pubDate>Fri, 04 Jun 2010 08:37:43 +0000</pubDate>
</item>
<item>
	<title>Salvatore De Paolis: Mac: debian package for amd64</title>
	<guid>http://blog.iwkse.homeunix.org/index.php?/archives/7-guid.html</guid>
	<link>http://blog.iwkse.homeunix.org/index.php?/archives/7-Mac-debian-package-for-amd64.html</link>
<comments>http://blog.iwkse.homeunix.org/index.php?/archives/7-Mac-debian-package-for-amd64.html#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/iwkse.png" width="" height="" alt=""&gt;
Hey,&lt;br /&gt;
sometimes it happens to get from friends some music in the ape format and have the wish to convert it in mp3 or ogg format.&lt;br /&gt;
I surfed a bit to check if some converter is available, and i found this script, &lt;a href=&quot;http://gimpel.funpic.de/files/cueape.sh&quot; title=&quot;cueape.sh&quot;&gt;cueape.sh&lt;/a&gt;&lt;br /&gt;
which does the job pretty well with also cutting and naming the tracks.&lt;br /&gt;
&lt;br /&gt;
Using it is fairly easy:&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;$ cueape.sh myfile.ape myfile.cue -m&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
this will convert an ape file to several mp3 files. If you prefer the ogg format, just use the option -o instead of -m&lt;br /&gt;
&lt;br /&gt;
This script to work requires some packages, most of them are listed in &lt;a href=&quot;http://gimpel.gi.funpic.de/wiki/index.php?title=Howto:convert_ape_to_wav/mp3/ogg_on_Linux&quot; title=&quot;Packages&quot;&gt;here&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
There's only one issue, the mac utility is not available on the repositories and on this link there's just the version for i386 architecture.&lt;br /&gt;
Since i'm using amd64 i had to build (with assembly support) myself the debian package: you can download it &lt;a href=&quot;http://iwkse.homeunix.org/pkg/mac_3.99_amd64.deb&quot; title=&quot;mac-3.99_amd64&quot;&gt;here&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;	</description>
	<pubDate>Wed, 26 May 2010 08:17:50 +0000</pubDate>
</item>
<item>
	<title>Paul: K.D.M. Snell – Annals of the Labouring Poor, Social Change and Agrarian England 1660-1900</title>
	<guid>http://www.thewildbeast.co.uk/wordpress/?p=1343</guid>
	<link>http://www.thewildbeast.co.uk/wordpress/2010/05/15/k-d-m-snell-annals-of-the-labouring-poor-social-change-and-agrarian-england-1660-1900/</link>
<comments>http://www.thewildbeast.co.uk/wordpress/2010/05/15/k-d-m-snell-annals-of-the-labouring-poor-social-change-and-agrarian-england-1660-1900/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/twb.jpg" width="" height="" alt=""&gt;
&lt;table cellspacing=&quot;4&quot;&gt;

&lt;tr&gt;
&lt;td valign=&quot;top&quot;&gt;&lt;img src=&quot;http://www.thewildbeast.co.uk/wordpress/wp-content/images/annals-of-the-labouring-poor.jpg&quot; width=&quot;55&quot; height=&quot;83&quot; alt=&quot;K.D.M. Snell - Annals of the Labouring Poor, Social Change and Agrarian England 1660-1900&quot; title=&quot;K.D.M. Snell - Annals of the Labouring Poor, Social Change and Agrarian England 1660-1900&quot; /&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
&lt;strong&gt;K.D.M. Snell&lt;/strong&gt; &amp;#8211; &lt;strong&gt;Annals of the Labouring Poor, &lt;em&gt;Social Change and Agrarian England 1660-1900&lt;/em&gt;&lt;/strong&gt;
&lt;br /&gt;
[Cambridge University Press 1987]
&lt;p&gt;&lt;/p&gt;
&lt;small&gt;
&lt;a href=&quot;http://www.zanox-affiliate.de/ppc/?10375642C965359166T&amp;ULP=http://www.abebooks.co.uk/servlet/BookSearchPL?ph=2&amp;an=snell&amp;tn=annals+of+the+labouring+poor&amp;sortby=2&quot;&gt;&lt;em&gt;buy new or used at&lt;/em&gt; abebooks.co.uk&lt;/a&gt;
&lt;strong&gt;|&lt;/strong&gt;
&lt;a href=&quot;http://www.amazon.co.uk/gp/product/0521335582?ie=UTF8&amp;tag=breviarystuff-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=0521335582&quot;&gt;&lt;em&gt;buy new at&lt;/em&gt; amazon.co.uk&lt;/a&gt;&lt;img src=&quot;http://www.assoc-amazon.co.uk/e/ir?t=breviarystuff-21&amp;l=as2&amp;o=2&amp;a=0521335582&quot; width=&quot;1&quot; height=&quot;1&quot; border=&quot;0&quot; alt=&quot;&quot; /&gt;
&lt;br /&gt;
If you use either of these links to purchase this item &lt;em&gt;breviary stuff&lt;/em&gt; will receive 5% commission
&lt;/small&gt;
&lt;p&gt;&lt;/p&gt;
This collection of inter-connected essays is concerned with the impact of social and economic change upon the rural labouring poor and artisans in England, and combines a sensitive understanding of their social priorities with innovative quantitative analysis. It is based on an impressive range of sources, and its particular significance arises from the pioneering use made of a largely neglected archival source &amp;#8211; settlement records &amp;#8211; to address questions of central importance in English social and economic history in the eighteenth and nineteenth centuries. Levels of employment, wage rates, poor relief, the sexual division of labour, the social consequences of enclosure, the decline of farm service and traditional apprenticeship, and th equality of family life are amongst the issues discussed in a profound re-assessment of a perennial problem: the standard of living (in its widest sense) of the labouring poor during the period of industrialisation. The author’s conclusions challenge much of the prevailing orthodoxy, and his extensive use of literary and attitudinal material is closely integrated with the quantitative restatement of an interpretation that owes much to the older tradition of the Hammonds’ &lt;em&gt;Village Labourer&lt;/em&gt;.
&lt;p&gt;&lt;/p&gt;
&lt;strong&gt;Contents&lt;/strong&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;em&gt;Preface&lt;/em&gt;&lt;/dt&gt;
&lt;dt&gt;Introduction&lt;/dt&gt;
&lt;p&gt;&lt;/p&gt;
&lt;dt&gt;1. Agricultural seasonal unemployment, the standard of living, and women&amp;#039;s work, 1690–1860&lt;/dt&gt;
&lt;dt&gt;2. Social relations &amp;#8211; the decline of service&lt;/dt&gt;
&lt;dt&gt;3. Social relations &amp;#8211; the poor law&lt;/dt&gt;
&lt;dt&gt;4. Enclosure and employment &amp;#8211; the social consequences of enclosure&lt;/dt&gt;
&lt;dt&gt;5. The decline of apprenticeship&lt;/dt&gt;
&lt;dt&gt;6. The apprenticeship of women&lt;/dt&gt;
&lt;dt&gt;7. The family&lt;/dt&gt;
&lt;dt&gt;8. Thomas Hardy, rural Dorset, and the family&lt;/dt&gt;
&lt;p&gt;&lt;/p&gt;
&lt;dt&gt;&lt;em&gt;Appendix&lt;/em&gt;: yearly wages&lt;/dt&gt;
&lt;dt&gt;&lt;em&gt;Bibliography&lt;/em&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;em&gt;Index&lt;/em&gt;&lt;/dt&gt;
&lt;/dl&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;	</description>
	<pubDate>Sat, 15 May 2010 06:15:57 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: Clawsker 0.7.1</title>
	<guid>urn:lj:livejournal.com:atom1:mones:103734</guid>
	<link>http://mones.livejournal.com/103734.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
Finally, &lt;a href=&quot;http://lists.claws-mail.org/pipermail/translators/2010-February/000020.html&quot; rel=&quot;nofollow&quot;&gt;only three months lather than announced&lt;/a&gt;, it has seen the light &lt;tt&gt;:-)&lt;/tt&gt;.&lt;br /&gt;&lt;br /&gt;Unfortunately I've received no new translations, so it's even a more poor release than expected. Anyway, long life to &lt;a href=&quot;http://en.wikipedia.org/wiki/Release_early,_release_often&quot; rel=&quot;nofollow&quot;&gt;release early, release often&lt;/a&gt;!	</description>
	<pubDate>Fri, 14 May 2010 17:06:45 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: running out of ids</title>
	<guid>urn:lj:livejournal.com:atom1:mones:103583</guid>
	<link>http://mones.livejournal.com/103583.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
Yep, our current client is pretty sure they're gonna run out of identifiers on the database tables (they're &lt;tt&gt;NUMBER(32,0)&lt;/tt&gt; columns). Now we have to change the database design to have tables with composed primary keys, which will unnecesarily make the queries more complicated, instead our simple autonumeric key.&lt;br /&gt;&lt;br /&gt;So what do they process? Not much in fact, around 500 requests per day. Oohh! Let's say 1000, to make you happy. Let's say also detail tables will grow even faster: 1000 lines per request (it's unrealistic, but WTF)... so you have now a million of ids used per day.&lt;br /&gt;&lt;br /&gt;Well, sounds a lot... but don't be shy: suppose you have enough cores to process it, the bandwidth of several telcos and exabytes of database to waste, the crisis is over and you're the only vendor in the galaxy, so let's say you use 100 billion of ids per day (or 10^11).&lt;br /&gt;&lt;br /&gt;That's really a lot! isn't it? Our little &lt;tt&gt;NUMBER(32,0)&lt;/tt&gt; can hold up to 10^32 values, so at that&lt;br /&gt;&lt;i&gt;surrealistic&lt;/i&gt; rate you would exhaust it in 10^32 / 10^11 = 10^21 days, or divided by 365 and rounding 2.74 x 10^18 years, or, dividing again, approximately &lt;b&gt;210,000,000 times the &lt;a href=&quot;http://en.wikipedia.org/wiki/Age_of_the_universe&quot; rel=&quot;nofollow&quot;&gt;estimated age of the known universe&lt;/a&gt;&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;Yes, we're running out of ids... and surrounded by monkeys.	</description>
	<pubDate>Tue, 04 May 2010 14:38:05 +0000</pubDate>
</item>
<item>
	<title>Paul: Need change</title>
	<guid>http://www.thewildbeast.co.uk/wordpress/?p=1336</guid>
	<link>http://www.thewildbeast.co.uk/wordpress/2010/05/01/vote-for-xrazy-yraxaz/</link>
<comments>http://www.thewildbeast.co.uk/wordpress/2010/05/01/vote-for-xrazy-yraxaz/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/twb.jpg" width="" height="" alt=""&gt;
&lt;p&gt;&lt;center&gt;
&lt;img src=&quot;http://www.thewildbeast.co.uk/wordpress/wp-content/images/vote.jpg&quot; alt=&quot;Vote for Xrazy Yraxaz&quot; /&gt;
&lt;/center&gt;&lt;/p&gt;

&lt;div&gt;
Illustration by &lt;a href=&quot;http://www.agraphia.co.uk/&quot;&gt;Clifford Harper&lt;/a&gt;.
&lt;br /&gt;
&lt;em&gt;Note&lt;/em&gt;: It&amp;#039;s the UK general election on 6th May. &lt;em&gt;Need change?&lt;/em&gt;
&lt;/div&gt;

&lt;div&gt;&lt;/div&gt;	</description>
	<pubDate>Sat, 01 May 2010 08:45:14 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: dudesconf is over</title>
	<guid>urn:lj:livejournal.com:atom1:mones:103272</guid>
	<link>http://mones.livejournal.com/103272.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
Well, all good things come to an end, like the song says, so it does &lt;a href=&quot;http://www.dudesconf.org&quot; rel=&quot;nofollow&quot;&gt;DudesConf&lt;/a&gt;. We had a very good time here, all the people was having fun and enjoying Debian and the great hospitality of the &lt;a href=&quot;http://www.gpul.org&quot; rel=&quot;nofollow&quot;&gt;GPUL&lt;/a&gt; people, which make us feel like at home, like the previous times. Superb organization, I hope we can repeat the experience the next year.&lt;br /&gt;&lt;br /&gt;I've also been able to put myself &lt;i&gt;online&lt;/i&gt; again, so expect me fighting again &lt;tt&gt;;-)&lt;/tt&gt;	</description>
	<pubDate>Sun, 11 Apr 2010 13:58:15 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: dudesconf</title>
	<guid>urn:lj:livejournal.com:atom1:mones:102913</guid>
	<link>http://mones.livejournal.com/102913.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
Long time has passed since last post here. Real life in general and my paid job in particular has kept me too busy to leave room for anything else. Now seems things will be better: new project and new bosses (I'm in Ariba team again), though company is the same, so lets see how much it lasts.&lt;br /&gt;&lt;br /&gt;Regarding free software there's not much to say, my online life never was so low and I've even lost some sponsored packages in Debian because my lack of activity. There's several hundreds of unread mails pending and things to be done are still to be done. Nevertheless, I'm now at &lt;a href=&quot;http://www.dudesconf.org&quot; rel=&quot;nofollow&quot;&gt;DudesConf&lt;/a&gt; enjoying a nice sunny weekend at &lt;a href=&quot;http://en.wikipedia.org/wiki/A_Coruña&quot; rel=&quot;nofollow&quot;&gt;A Coruña&lt;/a&gt;, the talks of my Debian fellows and trying to put myself up to date. For now, I've been able to fix the German manual of Claws Mail so the &lt;a href=&quot;http://busgosu.mones.org/%7ehydra&quot; rel=&quot;nofollow&quot;&gt;hydra&lt;/a&gt; is able to build packages again.&lt;br /&gt;&lt;br /&gt;And now it's breakfast time &lt;tt&gt;;-)&lt;/tt&gt;	</description>
	<pubDate>Sat, 10 Apr 2010 07:48:39 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: xauth magic</title>
	<guid>urn:lj:livejournal.com:atom1:mones:102766</guid>
	<link>http://mones.livejournal.com/102766.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
While trying to launch claws-mail in my remote ssh-forwarded display I got an:&lt;br /&gt;&lt;b&gt;X11 connection rejected because of wrong authentication&lt;/b&gt; error message.&lt;br /&gt;I realized then that while &lt;tt&gt;DISPLAY&lt;/tt&gt; was configured correctly to point &lt;tt&gt;localhost:10.0&lt;/tt&gt; I was using another user in the screen session, not the one used to ssh in. After some googling for the message seems the usual culprits for this were low disc space (!) and disabled X11 forwarding, which were not my case. There were mentions to &lt;tt&gt;~/.Xauthority&lt;/tt&gt; permissions, but you don't have such file when you &lt;tt&gt;su&lt;/tt&gt; to another user. So &lt;tt&gt;xauth&lt;/tt&gt; came to my rescue: on the user which logs in you can list authorizations:&lt;br /&gt;&lt;pre&gt;
$ xauth list
busgosu/unix:0  MIT-MAGIC-COOKIE-1  
localhost.localdomain/unix:0  MIT-MAGIC-COOKIE-1  
busgosu/unix:10  MIT-MAGIC-COOKIE-1  
&lt;/pre&gt;&lt;br /&gt;And in the user you su-ed to, and which doesn't have the file:&lt;br /&gt;&lt;pre&gt;
$ xauth
xauth:  creating new authority file /home/otheruser/.Xauthority
Using authority file /home/otheruser/.Xauthority
xauth&amp;gt; add busgosu/unix:10  MIT-MAGIC-COOKIE-1  
xauth&amp;gt; exit
Writing authority file /home/otheruser/.Xauthority
$
&lt;/pre&gt;&lt;br /&gt;And you're done, with the same authorization now X11 forwarding works for the other user too &lt;tt&gt;:-)&lt;/tt&gt;.	</description>
	<pubDate>Sat, 10 Apr 2010 07:25:01 +0000</pubDate>
</item>
<item>
	<title>Paul: David J. V. Jones – The Last Rising, The Newport Chartist Insurrection of 1839</title>
	<guid>http://www.thewildbeast.co.uk/wordpress/?p=1330</guid>
	<link>http://www.thewildbeast.co.uk/wordpress/2010/03/25/david-j-v-jones-the-last-rising-the-newport-chartist-insurrection-of-1839/</link>
<comments>http://www.thewildbeast.co.uk/wordpress/2010/03/25/david-j-v-jones-the-last-rising-the-newport-chartist-insurrection-of-1839/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/twb.jpg" width="" height="" alt=""&gt;
&lt;table cellspacing=&quot;4&quot;&gt;

&lt;tr&gt;
&lt;td valign=&quot;top&quot;&gt;&lt;a href=&quot;http://www.thewildbeast.co.uk/wordpress/wp-content/images/jones-last-rising_lrg.jpg&quot;&gt;&lt;img src=&quot;http://www.thewildbeast.co.uk/wordpress/wp-content/images/jones-last-rising.jpg&quot; width=&quot;55&quot; height=&quot;85&quot; alt=&quot;click for larger version&quot; title=&quot;click for larger version&quot; /&gt;&lt;/a&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
&lt;strong&gt;David J. V. Jones&lt;/strong&gt; &amp;#8211; &lt;strong&gt;The Last Rising, &lt;em&gt;The Newport Chartist Insurrection of 1839&lt;/em&gt;&lt;/strong&gt;
&lt;br /&gt;
[University of Wales Press 1999]
&lt;p&gt;&lt;/p&gt;
&lt;small&gt;
&lt;a href=&quot;http://www.zanox-affiliate.de/ppc/?10375642C965359166T&amp;ULP=http://www.abebooks.co.uk/servlet/SearchResults?an=jones&amp;bt.x=0&amp;bt.y=0&amp;sts=t&amp;tn=last+rising&quot;&gt;&lt;em&gt;buy used at&lt;/em&gt; abebooks.co.uk&lt;/a&gt;
&lt;br /&gt;
If you use this link to purchase this item &lt;em&gt;breviary stuff&lt;/em&gt; will receive 5% commission
&lt;/small&gt;
&lt;p&gt;&lt;/p&gt;
On the night of 3-4 November 1839 seven thousand miners from the coalfields of south Wales set out to march on Newport. They were an organized force, armed, angry, and intent on inaugurating a brave new Chartist world. The rising proved to be the most serious clash between people and government in modern industrial Britain: in the major confrontation between Chartists and troops in Newport more than twenty miners were shot dead, and subsequently more than 250 people were arraigned in the last mass treason trial in British history.
&lt;p&gt;&lt;/p&gt;
The study tells the full story of the rising, its origins and its aftermath, and analyses the profound impact of armed insurrection on the social and political climate of the period. When the people of the coalfield took up the banner of Chartism, that movement became a political crusade. The author reveals that several revolutionary schemes were considered in the valleys, and establishes links with militants in other parts of Britain. He considers the response of the government and propertied classes &amp;#8211; from the Special Commission that condemned three of the leaders to death, to the new interest in paternalism and the political concessions that were designed to prevent its recurrence. He concludes that contemporaries were right to regard the rising as one of the most important turning points in Welsh and British social history.
&lt;p&gt;&lt;/p&gt;
&lt;strong&gt;Contents&lt;/strong&gt;
&lt;dl&gt;
&lt;dt&gt;Maps&lt;/dt&gt;
&lt;dt&gt;Illustrations&lt;/dt&gt;
&lt;dt&gt;Abbreviations&lt;/dt&gt;
&lt;p&gt;&lt;/p&gt;
&lt;dt&gt;Introduction&lt;/dt&gt;
&lt;p&gt;&lt;/p&gt;
&lt;dt&gt;1. A unique society&lt;/dt&gt;
&lt;dt&gt;2. A world of politics&lt;/dt&gt;
&lt;dt&gt;3. The tide of revolution&lt;/dt&gt;
&lt;dt&gt;4. The march&lt;/dt&gt;
&lt;dt&gt;5. The rising&lt;/dt&gt;
&lt;dt&gt;6. Punishment&lt;/dt&gt;
&lt;p&gt;&lt;/p&gt;
&lt;dt&gt;Conclusion&lt;/dt&gt;
&lt;p&gt;&lt;/p&gt;
&lt;dt&gt;Sources&lt;/dt&gt;
&lt;dt&gt;Notes&lt;/dt&gt;
&lt;dt&gt;Index&lt;/dt&gt;
&lt;/dl&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;	</description>
	<pubDate>Thu, 25 Mar 2010 13:08:15 +0000</pubDate>
</item>
<item>
	<title>Colin Leroy: Week-end à Vienne</title>
	<guid>http://www.colino.net/wordpress/?p=582</guid>
	<link>http://www.colino.net/wordpress/archives/2010/03/24/week-end-a-vienne/</link>
<comments>http://www.colino.net/wordpress/archives/2010/03/24/week-end-a-vienne/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/colin.jpg" width="" height="" alt=""&gt;
&lt;p&gt;Ce week-end nous sommes partis à Vienne avec Clo, en laissant Paul à sa grand-mère maternelle (nul doute qu&amp;#8217;il a passé un super week-end lui aussi !)&lt;/p&gt;
&lt;p&gt;Après avoir failli rater l&amp;#8217;avion&amp;#8230; Nous sommes arrivés à notre hôtel à midi pile, on a déposé notre sac et on est partis visiter. On a marché des kilomètres et découvert tout l&amp;#8217;hyper-centre. L&amp;#8217;architecture est variée, différents styles du plus gothique au plus moderne se côtoient, parfois séparés par une petite rue.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/DSC_5186.jpg&quot; rel=&quot;lightbox[582]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-583&quot; title=&quot;DSC_5186&quot; src=&quot;http://www.colino.net/wordpress/wp-content/DSC_5186-400x265.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;265&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;On a découvert les vélibs locaux, les City Bikes, et on a expérimenté. On a pris les vélos bleus (il y a des jaunes mais ils sont moins bien et des gris mais ils sont trop comme nos vélibs), de vieux vélos hollandais singlespeed, qui se sont révélés idéaux pour la balade tranquille. La première heure est gratuite. Au final on a fait à peu près &lt;a href=&quot;http://maps.google.com/maps?f=d&amp;source=s_d&amp;saddr=Burgring+1,+1010+Wien,+Austria+(Volksgarten+-+Event-Marketing)&amp;daddr=Schottenring+to:Ro%C3%9Fauer+L%C3%A4nde,+Alsergrund+1090,+Wien,+Austria+to:Julius+Raab+Platz+to:Ro%C3%9Fauer+L%C3%A4nde,+Alsergrund+1090,+Wien,+Austria+to:Heinestr.+to:48.21701,16.388597+to:K%C3%A4rntner+Ring,+1010,+Austria+to:Treitlstrasse+to:Weghuberpark+to:Burgring+1,+1010+Wien,+Austria+(Volksgarten+-+Event-Marketing)+to:Schwedenplatz,+1010+Wien,+Austria+to:Ro%C3%9Fauer+L%C3%A4nde,+Alsergrund+1090,+Wien,+Austria+to:T%C3%BCrkenstr.+to:Friedrich+Schmidtplatz+to:Schlickpl.+to:Ro%C3%9Fauer+L%C3%A4nde,+Alsergrund+1090,+Wien,+Austria&amp;hl=en&amp;geocode=FXaG3wIdKbH5ACGTp39l7S1wyw%3BFcS93wIdjcv5AA%3BFZHU3wIdLL75ACn564DqsAdtRzHhY43Hn7G5HA%3BFUaj3wIdbvv5ACl3Ddv5CgdtRzEWMyMUnnI71g%3BFZHU3wIdLL75ACn564DqsAdtRzHhY43Hn7G5HA%3BFTjC3wId7BP6AA%3B%3BFcaA3wIdEs_5AClnqOwanQdtRzGJ5pH0fqa2dA%3BFUN43wId8b_5ACmxl_VDgwdtRzFljaJN9Qg0xA%3BFcyZ3wIdQNX5ACE9YaS6w2QCYw%3BFWuH3wIdYbL5ACkbW8L3mgdtRzHjemCbBmEFMQ%3BFZul3wIdi-n5ACkjT21coAdtRzHrZNJTkwEZVg%3BFZHU3wIdLL75ACn564DqsAdtRzHhY43Hn7G5HA%3BFUu_3wIdhrb5AA%3BFTyk3wIdApH5ACnxNTujlQdtRzE2tljhw14gqA%3BFci-3wIdWrX5AA%3BFZHU3wIdLL75ACn564DqsAdtRzHhY43Hn7G5HA&amp;mra=dpe&amp;mrcr=4&amp;mrsp=6&amp;sz=14&amp;via=1,6,13,15&amp;dirflg=w&amp;sll=48.214551,16.381817&amp;sspn=0.024420999999999998,0.077162&amp;ie=UTF8&amp;ll=48.211062,16.380444&amp;spn=0.024423,0.077162&amp;z=14&quot;&gt;22 kilomètres à vélo&lt;/a&gt; (on en a loué neuf fois).&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/DSC_5303.jpg&quot; rel=&quot;lightbox[582]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-584&quot; title=&quot;DSC_5303&quot; src=&quot;http://www.colino.net/wordpress/wp-content/DSC_5303-400x265.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;265&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Le reste on l&amp;#8217;a fait à pied, ce qui nous a permis de découvrir plein de petits endroits sympathiques. On a suivi les recommandations du guide vert Vienne Week-end, et on n&amp;#8217;a jamais été déçus !&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/DSC_5180.jpg&quot; rel=&quot;lightbox[582]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-585&quot; title=&quot;DSC_5180&quot; src=&quot;http://www.colino.net/wordpress/wp-content/DSC_5180-400x265.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;265&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Pas mal de choses à Vienne m&amp;#8217;ont rappelé l&amp;#8217;Allemagne où je suis allé il y a&amp;#8230; 15 ans&amp;#8230; et mon allemand rouillé a même pu être compris pour la plupart de nos interactions avec les locaux ! Qui devaient sans doute noter quelque part qu&amp;#8217;il ne s&amp;#8217;agissait pas de ma langue maternelle, car souvent, ils nous répondaient en anglais.&lt;/p&gt;
&lt;p&gt;Bref, ces trois jours sont passés très vite, d&amp;#8217;autant plus qu&amp;#8217;on a eu un temps superbe. Il y a plein d&amp;#8217;autres photos dans notre galerie &lt;a href=&quot;http://colino.net/photos/v/vienne/&quot;&gt;Weekend à Vienne&lt;/a&gt; !&lt;/p&gt;	</description>
	<pubDate>Wed, 24 Mar 2010 12:37:52 +0000</pubDate>
</item>
<item>
	<title>Paul: Breviary Stuff Publications launches …</title>
	<guid>http://www.thewildbeast.co.uk/wordpress/?p=1283</guid>
	<link>http://www.thewildbeast.co.uk/wordpress/2010/03/05/breviary-stuff-publications-launches/</link>
<comments>http://www.thewildbeast.co.uk/wordpress/2010/03/05/breviary-stuff-publications-launches/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/twb.jpg" width="" height="" alt=""&gt;
&lt;p&gt;&lt;img src=&quot;http://www.thewildbeast.co.uk/wordpress/wp-content/images/bsp-icoaa-lrg.jpg&quot; width=&quot;242&quot; height=&quot;300&quot; /&gt;
The first title from &lt;a href=&quot;http://www.breviarystuff.org.uk&quot;&gt;Breviary Stuff Publications&lt;/a&gt; is now in print. It is Buchanan Sharp&amp;#039;s scholarly study, &lt;strong&gt;In Contempt of All Authority, &lt;em&gt;Rural Artisans and Riot in the West of England, 1586-1660&lt;/em&gt;&lt;/strong&gt;. On its first publication, (University of California Press, 1980), &lt;a href=&quot;http://en.wikipedia.org/wiki/Christopher_Hill_%28historian%29&quot;&gt;Christopher Hill&lt;/a&gt; remarked, &lt;em&gt;&amp;#034;I have rarely recommended a book with more confidence in its quality. It is quite first class.&amp;#034;&lt;/em&gt;
&lt;p&gt;&lt;/p&gt;
It concerns two of the most common types of popular disorders in late Tudor and early Stuart England: the food riots and the anti-enclosure riots in royal forests. Particular attention is paid to the Western Rising of 1626-1632, a series of massive anti-enclosure riots which took place in Gillingham Forest on the Wiltshire-Dorset border, Braydon Forest in Wiltshire and the Forest of Dean in Gloucestershire. Concurrent riots in Leicester Forest, and Feckenham Forest, Worcestershire, and lesser known disorders in the Western forests which took place during the English Civil War are also investigated.
&lt;p&gt;&lt;/p&gt;
The leaders and most active participants in riot were rural artisans &amp;mdash; skilled men working in non-agricultural employments. These artisans, particularly those in the major industries of seventeenth-century England located in the forested West, were largely wage-earners. Virtually landless cottagers, who relied on the market for food, clothworkers and other artisans frequently engaged in food riots and attempted insurrections during times of depression or harvest failure. These artisans exploited the common waste of the royal forests. Enclosure of the forests by the Crown threatened the livelihood of the workers who depended on the forests for raw material and pasturage.
&lt;p&gt;&lt;/p&gt;&lt;/p&gt;

&lt;blockquote&gt;The most striking demonstration of continuity is to be found in the identities of a number of the rioters and in the nature of the leadership. Twelve of the participants in the riots of 1643-45 had been fined in the Star Chamber for their part in  the disorders of the 1620s; eight were artisans, one was a mercer, two were husbandmen,  and one was of undetermined status. Four of them were noted as notorious offenders in the 1640s, including a fuller who acted as drummer and John Philips, tanner, who took over leadership of the riots in 1644 from Richard Butler, a poor linenweaver. It is clear from the examinations of witnesses that Butler had been the leader of the riots in 1643 until he was apprehended and brought before the Lords. His opinions, as reported by a number of witnesses, show considerable contempt for Parliament and for Elgin&amp;#039;s agent, Thomas Brunker. At the beginnning of the disorders in 1643 he went into a shop to buy gunpowder. When told it cost 1s. 6d. per pound, &amp;#034;hee sayd his monie would not hold out to  have soe much, but desired her to lett him have 2 pennyworth and sayd it would be enough to serve Tome Brunker and for his proclamation I care not a fart of mine arse.&amp;#034;
&lt;br /&gt;
&lt;div&gt;&lt;small&gt;Extract from Ch. 9., &lt;em&gt;A Second Western Rising: Riot during the Civil War and Interregnum&lt;/em&gt;&lt;/small&gt;&lt;/div&gt;&lt;/blockquote&gt;

&lt;div&gt;&lt;/div&gt;

&lt;p&gt;Buchanan Sharp&amp;#039;s conclusions challenge the dominant modern view that work in rural industry was merely the by-employment of members of peasant households. Contrary to the prevailing interpretation that disaffected men of standing were generally behind disorders such as the Western Rising, manipulating popular grievances for their own ends, In Contempt of All Authority concludes that in times of economic and social distress or political dislocation (such as the Civil War) the “lower orders” of Tudor and Stuart England were provoked into self-organised direct action by very basic issues of food supply, employment, and common rights. In the course of such actions they manifested an intense hatred of the gentry and the well-to-do, whom they held responsible for existing conditions.
&lt;p&gt;&lt;/p&gt;
The &lt;em&gt;Breviary Stuff Publications&lt;/em&gt; offering is the first paperback edition, in an oversized format (191x235mm, 204pp),  with a RRP of &amp;pound;12.00. It is available from &lt;em&gt;all good bookshops&lt;/em&gt;, online retailers, such as &lt;a href=&quot;http://www.amazon.co.uk/gp/product/0956482708?ie=UTF8&amp;tag=breviarystuff-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=0956482708&quot;&gt;Amazon&lt;/a&gt;&lt;img src=&quot;http://www.assoc-amazon.co.uk/e/ir?t=breviarystuff-21&amp;l=as2&amp;o=2&amp;a=0956482708&quot; width=&quot;1&quot; height=&quot;1&quot; border=&quot;0&quot; alt=&quot;&quot; /&gt;, and directly from the Breviary Stuff Publications website, &lt;a href=&quot;http://www.breviarystuff.org.uk/buchanan-sharp-in-contempt-of-all-authority/&quot;&gt;www.breviarystuff.org.uk&lt;/a&gt;. &lt;/p&gt;

&lt;div&gt;&lt;/div&gt;	</description>
	<pubDate>Fri, 05 Mar 2010 08:47:45 +0000</pubDate>
</item>
<item>
	<title>Holger Berndt: Nautilus in the stress field between design and function</title>
	<guid>tag:blogger.com,1999:blog-1712978008892476580.post-2110682296496388426</guid>
	<link>http://berndth.blogspot.com/2010/02/nautilus-in-stress-field-between-design.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/hhb.png" width="" height="" alt=""&gt;
&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://farm4.static.flickr.com/3252/3380954554_e2fb5e399e.jpg&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;http://farm4.static.flickr.com/3252/3380954554_e2fb5e399e.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;So, there's been a &lt;a href=&quot;http://mairin.wordpress.com/2010/02/23/gnome-ux-hackfest-photos/&quot;&gt;lot&lt;/a&gt; &lt;a href=&quot;http://mairin.wordpress.com/2010/02/24/misc-notes-from-gnome-ux-hackfest-tuesday/&quot;&gt;of&lt;/a&gt; &lt;a href=&quot;http://seilo.geekyogre.com/2010/02/nautilus-zeitgeist/&quot;&gt;talk&lt;/a&gt; about Nautilus' present and future design. Especially &lt;a href=&quot;http://www.design-by-izo.com/2010/02/27/deconstructing-nautilus-and-rebuilding-it-better/&quot;&gt;Izo's article&lt;/a&gt; collects some interesting proposals for design enhancement that are in my opinion very well worth consideration. It does, however, also contain some points that make me feel a little uneasy.&lt;br /&gt;&lt;br /&gt;Naturally, UI redesign comes not only with re-organisation and re-design of existing functionality, but also with omitting of unimportant components. Also naturally, the latter part is tricky to get right, because people don't like it when the functionality that they are &lt;a href=&quot;http://www.alistapart.com/articles/neveruseawarning&quot;&gt;habituated&lt;/a&gt; to use is suddenly gone, without any accessible replacement. I don't mean to say that UI reduction is impossible, but it's something that has to be considered carefully, according to the &lt;a href=&quot;http://mail.gnome.org/archives/nautilus-list/2009-December/msg00001.html&quot;&gt;focus&lt;/a&gt; and target audience of the project. This is a hard process, because individuals or small groups don't necessarily cover all the use-cases that an application wants to address.&lt;br /&gt;&lt;br /&gt;Izo seems to have a typical case of forgotten addressed use-cases in his review when he writes about the stop button:&lt;br /&gt;&lt;blockquote&gt;&quot;The stop button. More useful in web browsers, if you want to stop the web browser from loading a page, completely useless in a file manager, where file accessing times are considerably quicker than web browsing times. You simply never have an opportunity to stop the file manager from loading a page. It’s an old relic. I’ve never used the stop button.&quot;&lt;/blockquote&gt;That &lt;b&gt;you&lt;/b&gt; have never used a stop button in a (network transparent!) file manager does not mean that it's &quot;completely useless&quot;. Got the hint in the parentheses? Nautilus does indeed want to support network filesystems, be it NFS and friends or GIO/GVFS mounted stuff. Loading these is actually not too different to what you do with your browser. These can clearly be very slow, and that you didn't think of that just shows that you forgot an important use-case that Nautilus wants to support, because you have no personal use for it.&lt;br /&gt;&lt;br /&gt;Now, I am not saying that the stop button is the best design for that. It most probably isn't. One could for example test if it could be combined with your proposal of the &quot;refresh&quot; button: Display the &quot;refresh&quot; symbol when the displayed location is fully loaded, and put a little stop symbol there while it's loading (this combination of stop/refresh has been proposed before in &quot;&lt;a href=&quot;http://davidsiegel.org/nautilus-simplified/&quot;&gt;Simplified Nautilus&lt;/a&gt;&quot;). &lt;br /&gt;&lt;br /&gt;People are different, and have different ways to use applications. Many other proposals, for example, just assume that the sidebar is visible. You mean to save a little bit of screen space by omitting the small &quot;Home&quot; toolbar button, arguing that it's also accessible in the sidebar? Well, when I look around, a fair number of computer-novices that I see don't have the sidebar visible at all. When forcing it upon them, they actually loose &lt;i&gt;a lot&lt;/i&gt; of screen estate, and have &lt;i&gt;a lot&lt;/i&gt; more unwanted UI elements in their face. Combine that with the talk about removing the menu bar alltogether (and thus loosing the &lt;i&gt;habituated&lt;/i&gt; easily accessible way to toggle the sidebar visibility), and you have a good potential to regress usability for a non-negligible part of your target audience. In the end, people don't open Nautilus to lay back and enjoy its look, but to get work done.&lt;br /&gt;&lt;br /&gt;I am also not entirely convinced that it's so bad to have two toolbars. I mean, how much screen estate do you loose, in reality? For one thing, the toolbar covers less space than the sidepane. In browser mode, you typically don't have dozens of Nautilus windows on a single workspace (and as I said, the toolbar covers less space than the sidepane). On the other hand, even if you have reduced the number of toolbar buttons to six plus a wide-enough search window, as your mockups show, what's better: To use a few vertical pixels, or not to be able to see your current folder &quot;Pictures from Patrick's wedding where aunt Maggie got really drunk&quot;? Hard to say.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Split View - Curse or Blessing&lt;/span&gt;?&lt;br /&gt;&lt;br /&gt;Having the location bar embedded into the toolbar items also has another problem: It doesn't work well with the a &lt;a href=&quot;http://berndth.blogspot.com/2009/12/nautilus-split-view-and-upstream.html&quot;&gt;split-view filebrowsing mode&lt;/a&gt;. This mode got some &lt;a href=&quot;http://www.flickr.com/photos/mairin/4382707014/in/set-72157623492365266/&quot;&gt;very harsh criticism&lt;/a&gt; at the recent designers hackfest that I stumbled upon by coincidence (strangely, this discussion didn't find its way to Nautilus communication channels yet). I wrote some comments on the corresponding blog posts, but I also want to write a small comment about that here on my own webspace, without the risk of being moderated (as seemed to have happened on other people's digital homes, which obviously found my remarks unpleasant).&lt;br /&gt;&lt;br /&gt;First of all, I am disappointed by the way the criticism was expressed. The designers may very well have some valid points, but I wouldn't know, because they seem to actively refuse to answer my request to elaborate on their non-descriptive slating. Also, there are some remarks that make it look like they didn't even give it a fair try before condemning it.&lt;br /&gt;&lt;br /&gt;A reccurring question was &quot;&lt;i&gt;why&lt;/i&gt; &lt;i&gt;split-view&lt;/i&gt;&quot;, and the proposal to implement panes in the window manager instead. This is a valid question, and has in fact been discussed on the &lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot;&gt;Nautilus mailing list&lt;/a&gt;. (Hint: In general, project mailing lists are a good place for both, to research design decisions and to ask the &quot;why&quot; question.)&lt;br /&gt;&lt;br /&gt;Fact is, split-view filebrowsing is &lt;b&gt;not&lt;/b&gt; trying to solve window manager shortcommings on the wrong level. Even if &lt;a href=&quot;http://blogs.gnome.org/metacity/2010/01/21/snap/&quot;&gt;Metacity had snap today&lt;/a&gt;, this wouldn't be an alternative.&lt;br /&gt;&lt;br /&gt;The key difference is the inherent connection between those two panes, which gives clear benefits. When you want to do file management (which is now becomming the key-focus of Nautilus), you often have to deal with two locations at the same time: The &lt;i&gt;source&lt;/i&gt;, and the &lt;i&gt;target&lt;/i&gt;. What split-view does is to display a &quot;&lt;i&gt;default target&lt;/i&gt;&quot; right next to the source. That's why it makes sense to have 2 panels, but not 3 or 4.&lt;br /&gt;&lt;br /&gt;This default target is accessible in the menu, via the &quot;{Copy| Move} to other pane&quot; items. Users that need to do heavy-duty file handling can assign keyboard shortcuts to those menu items, and move around files with a single button press.&lt;br /&gt;&lt;br /&gt;The “default target” notation offers even more for advanced users, which can access both the source and the target pane in their &lt;a href=&quot;http://library.gnome.org/users/user-guide/stable/gosnautilus-444.html.en&quot;&gt;Nautilus Scripts&lt;/a&gt; (and write for example a “diff these two directories” script with very little effort). This surely isn’t possible with a WM snap either.&lt;br /&gt;&lt;br /&gt;Users with simpler needs aren’t really affected much by of all this. The only effect for them is that “extra pane” option in the view menu that they don’t wanna click.&lt;br /&gt;&lt;br /&gt;I actually think that it is a very natural model to show source and target location when they are that fundamental to the typical action that the user wants to do with a given application. I find it much more intuitive than the clipboard copy/paste stuff that is generally accepted because people got used to this strange idea.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Photo ©&lt;/i&gt;&lt;span&gt;&lt;i&gt; Adventures in Librarianship on flickr, cc-by-nc-sa&lt;/i&gt;&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/1712978008892476580-2110682296496388426?l=berndth.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;	</description>
	<pubDate>Sun, 28 Feb 2010 20:01:00 +0000</pubDate>
</item>
<item>
	<title>Holger Berndt: Linking notes and email messages</title>
	<guid>tag:blogger.com,1999:blog-1712978008892476580.post-3583185331702324346</guid>
	<link>http://berndth.blogspot.com/2010/02/linking-notes-and-email-messages.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/hhb.png" width="" height="" alt=""&gt;
A few days ago, I've cobbled together a note-taking solution for my email messages. It's very unixy, consisting of a fair number of different parts working together: &lt;a href=&quot;http://www.claws-mail.org/&quot;&gt;Claws Mail&lt;/a&gt; with the &lt;a href=&quot;http://www.claws-mail.org/plugin.php?plugin=python&quot;&gt;Python plugin&lt;/a&gt; and two of the shipped example scripts on the one side, &lt;a href=&quot;http://projects.gnome.org/tomboy/&quot;&gt;Tomboy&lt;/a&gt; with the &lt;a href=&quot;http://berndth.blogspot.com/2009/12/tomboy-and-beast.html&quot;&gt;Claws Mail addin&lt;/a&gt; and the &lt;a href=&quot;http://flukkost.nu/blog/tomboy-reminder/&quot;&gt;Reminder addin&lt;/a&gt; on the other side.&lt;br /&gt;&lt;br /&gt;Starting with a message selection in Claws Mail,&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/_tWQEjnxEHnw/S4b87Cg1xrI/AAAAAAAAAFU/LbI2G_3zgbo/s1600-h/cm.png&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/_tWQEjnxEHnw/S4b87Cg1xrI/AAAAAAAAAFU/LbI2G_3zgbo/s320/cm.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;a click on the &quot;Create Tomboy Note&quot; menu item of the Python example script results in this dialog popping up (I know that this dialog is ultra-ugly, but hey, it's a quick&amp;amp;dirty easy-code example script, nothing more)&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/_tWQEjnxEHnw/S4b-AHWTPBI/AAAAAAAAAFc/si5ZFcFOIWg/s1600-h/popup.png&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://4.bp.blogspot.com/_tWQEjnxEHnw/S4b-AHWTPBI/AAAAAAAAAFc/si5ZFcFOIWg/s320/popup.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;which in turn creates this Tomboy note&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/_tWQEjnxEHnw/S4b-PAvxG2I/AAAAAAAAAFk/eUNwF2UoJTY/s1600-h/note.png&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/_tWQEjnxEHnw/S4b-PAvxG2I/AAAAAAAAAFk/eUNwF2UoJTY/s320/note.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span id=&quot;goog_1267137745307&quot;&gt;&lt;/span&gt;&lt;span id=&quot;goog_1267137745308&quot;&gt;&lt;/span&gt;&lt;br /&gt;The Tomboy reminder plugin will take care to remind me about this next monday by raising the note.&lt;br /&gt;&lt;br /&gt;To make the round-trip complete, there's a second example script that raises all Tomboy notes that link to a selected message.&lt;br /&gt;&lt;br /&gt;Okay, admittedly not the end-user friendliest setup, but it suits my needs pretty well. And it shows the benefits of scripting language interfaces for glueing components together -- it didn't take long to write the scripts to make this work, even though the plugins and addins have not especially been designed for it.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/1712978008892476580-3583185331702324346?l=berndth.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;	</description>
	<pubDate>Thu, 25 Feb 2010 23:11:00 +0000</pubDate>
</item>
<item>
	<title>Paul: Andrew Charlesworth, David Gilbert, Adrian Randall, Humphrey Southall, and Chris Wrigley – An Atlas of Industrial Protest in Britain 1750-1990</title>
	<guid>http://www.thewildbeast.co.uk/wordpress/?p=1267</guid>
	<link>http://www.thewildbeast.co.uk/wordpress/2010/02/20/andrew-charlesworth-david-gilbert-adrian-randall-humphrey-southall-and-chris-wrigley-an-atlas-of-industrial-protest-in-britain-1750-1990/</link>
<comments>http://www.thewildbeast.co.uk/wordpress/2010/02/20/andrew-charlesworth-david-gilbert-adrian-randall-humphrey-southall-and-chris-wrigley-an-atlas-of-industrial-protest-in-britain-1750-1990/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/twb.jpg" width="" height="" alt=""&gt;
&lt;table cellspacing=&quot;4&quot;&gt;

&lt;tr&gt;
&lt;td valign=&quot;top&quot;&gt;&lt;img src=&quot;http://www.thewildbeast.co.uk/wordpress/wp-content/images/charlesworth-atlas-industrial-protest.jpg&quot; width=&quot;55&quot; height=&quot;72&quot; alt=&quot;Andrew Charlesworth, David Gilbert, Adrian Randall, Humphrey Southall, and Chris Wrigley - An Atlas of Industrial Protest in Britain 1750-1990&quot; title=&quot;Andrew Charlesworth, David Gilbert, Adrian Randall, Humphrey Southall, and Chris Wrigley - An Atlas of Industrial Protest in Britain 1750-1990&quot; /&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
&lt;strong&gt;Andrew Charlesworth, David Gilbert, Adrian Randall, Humphrey Southall, and Chris Wrigley&lt;/strong&gt; &amp;#8211; &lt;strong&gt;An Atlas of Industrial Protest in Britain 1750-1990&lt;/strong&gt;
&lt;br /&gt;
[Macmillan Press 1996]
&lt;p&gt;&lt;/p&gt;
&lt;small&gt;
&lt;a href=&quot;http://www.zanox-affiliate.de/ppc/?10375642C965359166T&amp;ULP=http://www.abebooks.co.uk/servlet/BookSearchPL?ph=2&amp;isbn=0333640748&amp;sortby=2&quot;&gt;&lt;em&gt;buy used at&lt;/em&gt; abebooks.co.uk&lt;/a&gt;
&lt;br /&gt;
If you use this link to purchase this item &lt;em&gt;breviary stuff&lt;/em&gt; will receive 5% commission
&lt;/small&gt;
&lt;p&gt;&lt;/p&gt;
Five established experts in the fields of industrial protest and industrial relations have set out to survey the historical geography of industrial protest from the 1750s to the present day. What is revealed, in the numerous maps and accompanying text, is a history of change struck through with more continuity than one might expect.
&lt;p&gt;&lt;/p&gt;
The role of communities as the bases for mobilisation for collective action over working conditions and wages runs from the textile workers&amp;#039; disputes in the West Country in the 1750s to the 1984/5 miners&amp;#039; strike. In industrial protest and strikes, geography &lt;em&gt;matters&lt;/em&gt;.
&lt;p&gt;&lt;/p&gt;
Through the book one sees the development of trade unionism, from its regional bases to the development of national organisations. In that growth waht is apparent is the tension between the national organisation and the locality.
&lt;p&gt;&lt;/p&gt;
There is new work presented here for the first time: the sailors&amp;#039; strike og 1768, the machine-breaking riots of 1826, the dock strikes in the immediate post-war period. The book gives a rare insight into industrial relations through the direct collective action of workers, caught up in the transformation of the world&amp;#039;s first industrial nation
&lt;p&gt;&lt;/p&gt;
&lt;strong&gt;Contents&lt;/strong&gt;
&lt;dl&gt;
&lt;dt&gt;Preface&lt;/dt&gt;
&lt;dt&gt;Introduction&lt;/dt&gt;
&lt;p&gt;&lt;/p&gt;
&lt;dt&gt;Section A: 1750-1850 &lt;em&gt;by Adrian Randall and Andrew Charlesworth&lt;/em&gt;&lt;/dt&gt;
&lt;dt&gt;Industrial protest: 1750-1850&lt;/dt&gt;
&lt;dt&gt;1. Strikes and popular protest in Gloucestershire, 1756-66&lt;/dt&gt;
&lt;dt&gt;2. The London sailors&amp;#039; strike of 1768 &lt;em&gt;by Richard Sheldon&lt;/em&gt;&lt;/dt&gt;
&lt;dt&gt;3. Protests over cotton machinery in Lancashire, 1768-79&lt;/dt&gt;
&lt;dt&gt;4. Protests against machinery in the west of England wollen industry, 1776-1802&lt;/dt&gt;
&lt;dt&gt;5. The Luddite Disturbances, 1811-12&lt;/dt&gt;
&lt;dd&gt;5.1 Luddism in the Midlands&lt;/dd&gt;
&lt;dd&gt;5.2 Luddism in Yorkshire&lt;/dd&gt;
&lt;dd&gt;5.3 Lancashire Luddism&lt;/dd&gt;
&lt;dt&gt;6. The disturbances of 1826 in the manufacturing districts of the north of England &lt;em&gt;by David Walsh&lt;/em&gt;&lt;/dt&gt;
&lt;dt&gt;7. The General Strike of 1842&lt;/dt&gt;
&lt;p&gt;&lt;/p&gt;
&lt;dt&gt;Section B: 1850-1900 &lt;em&gt;by Humphrey Southall&lt;/em&gt;&lt;/dt&gt;
&lt;dt&gt;Industrial protest: 1850-1900&lt;/dt&gt;
&lt;dt&gt;8. The records of industrial protest&lt;/dt&gt;
&lt;dt&gt;9. Lock-outs and national bargaining in the engineering industry, 1852 and 1897-8&lt;/dt&gt;
&lt;dt&gt;10. The nine-hours movement of 1871&lt;/dt&gt;
&lt;dt&gt;11. The revolt of the field, 1872-4&lt;/dt&gt;
&lt;dt&gt;12. The strike at Bryant and May&amp;#039;s match factory, East London, July 1888 &lt;em&gt;by Gillian Rose&lt;/em&gt;&lt;/dt&gt;
&lt;dt&gt;13. Organising the unskilled: the 1889 dock strike&lt;/dt&gt;
&lt;dt&gt;14. The early May days: 1890, 1891 and 1892 &lt;em&gt;by Chris Wrigley&lt;/em&gt;&lt;/dt&gt;
&lt;dt&gt;15. The coal lock-out of 1893 &lt;em&gt;by Chris Wrigley&lt;/em&gt;&lt;/dt&gt;
&lt;p&gt;&lt;/p&gt;
&lt;dt&gt;Section C: 1900-39 &lt;em&gt;by David Gilbert&lt;/em&gt;&lt;/dt&gt;
&lt;dt&gt;Industrial protest: 1900-39&lt;/dt&gt;
&lt;dt&gt;16. The geography of stikes, 1900-39&lt;/dt&gt;
&lt;dt&gt;17. The General Strike of 1926&lt;/dt&gt;
&lt;dt&gt;18. The miners&amp;#039; lock-out of 1926&lt;/dt&gt;
&lt;dt&gt;19. Little Moscows and radical localities&lt;/dt&gt;
&lt;dt&gt;20. The national hunger marches, 1921-36&lt;/dt&gt;
&lt;dt&gt;21. The Jarrow Crusade of 1936&lt;/dt&gt;
&lt;dt&gt;22. The Harworth dispute of 1936-7&lt;/dt&gt;
&lt;p&gt;&lt;/p&gt;
&lt;dt&gt;Section D: 1940-90 &lt;em&gt;by Chris Wrigley&lt;/em&gt;&lt;/dt&gt;
&lt;dt&gt;Industrial protest: 1940-90&lt;/dt&gt;
&lt;dt&gt;23. The geography of strikes, 1940-90 &lt;em&gt;by David Gilbert&lt;/em&gt;&lt;/dt&gt;
&lt;dt&gt;24. Coal disputes, 1940-45&lt;/dt&gt;
&lt;dt&gt;25. Unofficial dock strikes and the 1945-51 Labour governments &lt;em&gt;by Jim Phillips&lt;/em&gt;&lt;/dt&gt;
&lt;dt&gt;26. Strikes in the motor car manufacturing industry&lt;/dt&gt;
&lt;dt&gt;27. The winter of discontent: the lorry drivers&amp;#039; strike, January 1979&lt;/dt&gt;
&lt;dt&gt;28. The 1984-5 miners&amp;#039; strike&lt;/dt&gt;
&lt;/dl&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;	</description>
	<pubDate>Sat, 20 Feb 2010 07:40:58 +0000</pubDate>
</item>
<item>
	<title>Colin Leroy: C’est surprenant comme on s’attache aux choses</title>
	<guid>http://www.colino.net/wordpress/?p=578</guid>
	<link>http://www.colino.net/wordpress/archives/2010/02/16/cest-surprenant-comme-on-sattache-aux-choses/</link>
<comments>http://www.colino.net/wordpress/archives/2010/02/16/cest-surprenant-comme-on-sattache-aux-choses/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/colin.jpg" width="" height="" alt=""&gt;
&lt;p&gt;Cela fait presque un an maintenant que je n&amp;#8217;ai pas décadenassé le vélo de mon père, presque un an qu&amp;#8217;il rouillait, figeait et coinçait tout seul sur le rack à vélo de l&amp;#8217;immeuble.&lt;br /&gt;
Je n&amp;#8217;avais aucune envie de l&amp;#8217;utiliser : trop grand pour moi, roots comme un VTT de 1992 peut l&amp;#8217;être, au freinage approximatif&amp;#8230; Je suis beaucoup mieux sur mon vélo neuf aux standards de ce siècle.&lt;/p&gt;
&lt;p&gt;J&amp;#8217;ai pris une grande décision aujourd&amp;#8217;hui : plutôt que de le laisser pourrir jusqu&amp;#8217;au point de non-retour qu&amp;#8217;il a d&amp;#8217;ailleurs failli atteindre, je suis descendu armé de ma boîte à outils. J&amp;#8217;ai démonté ce qui coinçait, lubrifié les passages de vitesses, graissé la transmission, réglé les dérailleurs. J&amp;#8217;ai remis une selle et les pédales, j&amp;#8217;ai regonflé les pneus. Puis j&amp;#8217;ai rangé l&amp;#8217;antivol et je suis allé l&amp;#8217;amener au vélociste de l&amp;#8217;Atelier Bicyclette, un tout petit magasin qui ne fait que de la restauration et de l&amp;#8217;occasion.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/1.jpg&quot; rel=&quot;lightbox[578]&quot;&gt;&lt;img class=&quot;aligncenter size-full wp-image-579&quot; title=&quot;1&quot; src=&quot;http://www.colino.net/wordpress/wp-content/1.jpg&quot; alt=&quot;&quot; width=&quot;270&quot; height=&quot;360&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Je lui ai offert ce vélo contre une somme dérisoire et symbolique. Une fois les câbles changés, et sans doute après quelques réglages et traitements anti-rouilles supplémentaires, il devrait trouver un acquéreur facilement et avoir une troisième vie utile !&lt;/p&gt;
&lt;p&gt;Et bien, c&amp;#8217;est drôle, mais en repartant à pieds, j&amp;#8217;ai eu un petit pincement au coeur auquel je ne m&amp;#8217;attendais pas du tout&amp;#8230;&lt;/p&gt;	</description>
	<pubDate>Tue, 16 Feb 2010 14:01:59 +0000</pubDate>
</item>
<item>
	<title>Holger Berndt: The Tomboy and the Git</title>
	<guid>tag:blogger.com,1999:blog-1712978008892476580.post-4824059096290692006</guid>
	<link>http://berndth.blogspot.com/2010/01/tomboy-and-git.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/hhb.png" width="" height="" alt=""&gt;
&lt;a href=&quot;http://berndth.blogspot.com/2009/12/tomboy-and-beast.html&quot;&gt;Tomboy's taming of the beast&lt;/a&gt; turned out to be a very useful feature for my daily note keeping. But emails are not the only pieces of information that I often find associated with tasks. Another recurring source that I want to reference are commits in source code management systems. So, if Tomboy can play nicely with my MUA, why shouldn't it play nicely with my source code repository browser as well?&lt;br /&gt;&lt;br /&gt;Unfortunately, there's no drag-and-drop target for git repository viewers defined. Most viewers just don't let you drag from the commit list into another application. So, I tried to contact the guys from &lt;a href=&quot;http://www.kernel.org/pub/software/scm/git/docs/gitk.html&quot;&gt;gitk&lt;/a&gt;, &lt;a href=&quot;http://live.gnome.org/giggle&quot;&gt;giggle&lt;/a&gt;, and &lt;a href=&quot;http://trac.novowork.com/gitg/&quot;&gt;gitg&lt;/a&gt; in the hope to define such a dnd target. The guys from gitg seemed to be the only ones interested in that functionality (good thing that gitg is currently my favorite browser anyways), and it didn't take long until they added the required features.&lt;br /&gt;&lt;br /&gt;With that in place, it was easy to write a &lt;a href=&quot;http://github.com/hb/tomboy-git-addin&quot;&gt;Tomboy addin&lt;/a&gt; that handles dropping of git references into a note analogous to dropping email messages: By creating a link with a nice icon and a meaningful text which when clicked opens the git repository viewer and selects the respective commit.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/_tWQEjnxEHnw/S1TPDLgCFoI/AAAAAAAAAFM/8jPrMHvqFIg/s1600-h/gitg-tomboy.png&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/_tWQEjnxEHnw/S1TPDLgCFoI/AAAAAAAAAFM/8jPrMHvqFIg/s320/gitg-tomboy.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;I like these little helpers. They have a good work/gain ratio.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/1712978008892476580-4824059096290692006?l=berndth.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;	</description>
	<pubDate>Mon, 18 Jan 2010 21:20:00 +0000</pubDate>
</item>
<item>
	<title>Holger Berndt: Extending and Automating Claws Mail - the sneaky way</title>
	<guid>tag:blogger.com,1999:blog-1712978008892476580.post-6127885193560923078</guid>
	<link>http://berndth.blogspot.com/2010/01/extending-and-automating-claws-mail.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/hhb.png" width="" height="" alt=""&gt;
The recent release of Claws Mail 3.7.4 has also seen a much more powerful version of the Python plugin. It is now possible to write scripts that are executed automatically on startup, shutdown, or opening of a compose window. It's also now possible to write scripts that work on an already opened compose window. The user interface got better as well (e.g. it's now possible to trigger scripts via toolbar buttons).&lt;br /&gt;&lt;br /&gt;However, what the latest release still lacks, is documentation and examples. After all, features that are not documented don't exist. This is supposed to get better in the next release. I've started adding a few example scripts to the source distribution that show possible solutions to questions that have been raised on the user's mailing list lately. Most of these should already work with the released version of the plugin, with the exception of the startup script that show's how to add new menu items for custom actions into the main window (the examples being a menu item to mark a thread as read, and to add a menu item to create and show the Python plugin's API documentation on-the-fly - isn't introspection cool?).&lt;br /&gt;&lt;br /&gt;Anyways, if anybody scripted something cool with the plugin, please consider sending the (well commented) script to me. I'd be happy to consider it for inclusion in the distributed examples.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/1712978008892476580-6127885193560923078?l=berndth.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;	</description>
	<pubDate>Sun, 17 Jan 2010 16:12:00 +0000</pubDate>
</item>
<item>
	<title>Paul: Andrew Charlesworth (Ed.)- An Atlas of Rural Protest in Britain 1548-1900</title>
	<guid>http://www.thewildbeast.co.uk/wordpress/?p=1248</guid>
	<link>http://www.thewildbeast.co.uk/wordpress/2010/01/15/andrew-charlesworth-ed-an-atlas-of-rural-protest-in-britain-1548-1900/</link>
<comments>http://www.thewildbeast.co.uk/wordpress/2010/01/15/andrew-charlesworth-ed-an-atlas-of-rural-protest-in-britain-1548-1900/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/twb.jpg" width="" height="" alt=""&gt;
&lt;table cellspacing=&quot;4&quot;&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot;&gt;&lt;a href=&quot;http://www.thewildbeast.co.uk/wordpress/wp-content/images/charlesworth-atlas-rural-protest_lrg.jpg&quot;&gt;&lt;img src=&quot;http://www.thewildbeast.co.uk/wordpress/wp-content/images/charlesworth-atlas-rural-protest.jpg&quot; width=&quot;55&quot; height=&quot;83&quot; alt=&quot;Click for larger version&quot; title=&quot;Click for larger version&quot; /&gt;&lt;/a&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
&lt;strong&gt;Andrew Charlesworth (&lt;em&gt;Ed.&lt;/em&gt;)&lt;/strong&gt; &amp;#8211; &lt;strong&gt;An Atlas of Rural Protest in Britain 1548-1900&lt;/strong&gt;
&lt;br /&gt;
[Unviversity of Pennsylvania Press 1983]
&lt;p&gt;&lt;/p&gt;
&lt;small&gt;
&lt;a href=&quot;http://www.zanox-affiliate.de/ppc/?10375642C965359166T&amp;ULP=http://www.abebooks.co.uk/servlet/BookSearchPL?ph=2&amp;tn=an+atlas+of+rural+protest+in+britain+1548-1900&amp;sortby=2&quot;&gt;&lt;em&gt;buy used at&lt;/em&gt; abebooks.co.uk&lt;/a&gt;
&lt;br /&gt;
If you use this link to purchase this item &lt;em&gt;breviary stuff&lt;/em&gt; will receive 5% commission
&lt;/small&gt;
&lt;p&gt;&lt;/p&gt;
The outbreaks of collective violence arising from the tensions existing within society have long been themes in the study of British social history. Detailed studies abound &amp;mdash; on the Levellers, the Diggers, fen rioters, food rioters, machinery riots, tithe riots, turnpike riots and so on. This book breaks new ground in that it attempts to survey the whole range of these rural riots, to compare and contrast them, and to draw general conclusions.
&lt;p&gt;&lt;/p&gt;
Seventy-five maps are included in this volume, each with an accompanying commentary written by an authority on the particular subject. Taken together, the maps show how the distribution of protest changed over time, how particular forms of protest &amp;mdash; riots connected with land, with food and with labour &amp;mdash; altered as Britain developed from a predominantly feudal to a predominantly capitalist society.
&lt;p&gt;&lt;/p&gt;
&lt;strong&gt;Contents&lt;/strong&gt;
&lt;dl&gt;
&lt;dt&gt;List of Maps&lt;/dt&gt;
&lt;dt&gt;Acknowledgements&lt;/dt&gt;
&lt;p&gt;&lt;/p&gt;
&lt;dt&gt;1. Introduction&lt;/dt&gt;
&lt;p&gt;&lt;/p&gt;
&lt;dt&gt;2. The Geography of Land Protests 1548-1860&lt;/dt&gt;
&lt;dd&gt;2.1 Lowland England 1520-95&lt;/dd&gt;
&lt;dd&gt;2.2 Lowland England 1596-1710&lt;/dd&gt;
&lt;dd&gt;2.3 Upland England 1520-1650&lt;/dd&gt;
&lt;dd&gt;2.4 Wales, Scotland and Upland England 1650-1860&lt;/dd&gt;
&lt;dd&gt;2.5 Lowland England 1710-1860&lt;/dd&gt;
&lt;dd&gt;2.6 1548-52&lt;/dd&gt;
&lt;dd&gt;2.7 1580-1606&lt;/dd&gt;
&lt;dd&gt;2.8 The Midland Revolt of 1607 &lt;em&gt;John Martin&lt;/em&gt;&lt;/dd&gt;
&lt;dd&gt;2.9 1608-39&lt;/dd&gt;
&lt;dd&gt;2.10 1640-9&lt;/dd&gt;
&lt;dd&gt;2.11 1650-1701&lt;/dd&gt;
&lt;dd&gt;2.12 1702-39&lt;/dd&gt;
&lt;dd&gt;2.13 The Levellers&amp;#039; Revolt in Galloway 1724 &lt;em&gt;John W. Leopold&lt;/em&gt;&lt;/dd&gt;
&lt;dd&gt;2.14 1740-79&lt;/dd&gt;
&lt;dd&gt;2.15 1780-1831&lt;/dd&gt;
&lt;dd&gt;2.16 1832-60&lt;/dd&gt;
&lt;dd&gt;2.17 Attacks on Deer Parks 1640-1740&lt;/dd&gt;
&lt;dd&gt;2.18 Opposition to Enclosure in Northamptonshire &lt;em&gt;c&lt;/em&gt;1760-1800 &lt;em&gt;Jeanette M. Neeson&lt;/em&gt;&lt;/dd&gt;
&lt;p&gt;&lt;/p&gt;
&lt;dt&gt;3. The Geography of Food Riots 1585-1847&lt;/dt&gt;
&lt;dd&gt;3.1 Introduction&lt;/dd&gt;
&lt;dd&gt;3.2 1585-1649 &lt;em&gt;John Walter&lt;/em&gt;&lt;/dd&gt;
&lt;dd&gt;3.3 1660-1737&lt;/dd&gt;
&lt;dd&gt;3.4 1740 &lt;em&gt;Robert W. Malcolmson&lt;/em&gt;&lt;/dd&gt;
&lt;dd&gt;3.5 1756-7 &lt;em&gt;Jeremy N. Caple&lt;/em&gt;&lt;/dd&gt;
&lt;dd&gt;3.6 1766 &lt;em&gt;Dale E. Williams&lt;/em&gt;&lt;/dd&gt;
&lt;dd&gt;3.7 1771-3&lt;/dd&gt;
&lt;dd&gt;3.8 1776-93&lt;/dd&gt;
&lt;dd&gt;3.9 1794-6&lt;/dd&gt;
&lt;dd&gt;3.10 1799-1801&lt;/dd&gt;
&lt;dd&gt;3.11 1810-18&lt;/dd&gt;
&lt;dd&gt;3.12 1847 &lt;em&gt;Eric Richards&lt;/em&gt;&lt;/dd&gt;
&lt;dd&gt;3.13 North Midlands: August and September 1756 &lt;em&gt;Jeremy N. Caple&lt;/em&gt;&lt;/dd&gt;
&lt;dd&gt;3.14 Gloucestershire &amp;mdash; Wiltshire 1766 &lt;em&gt;Dale E. Williams&lt;/em&gt;&lt;/dd&gt;
&lt;dd&gt;3.15 Devon 1795 and 1800-1 &lt;em&gt;John Bohstedt&lt;/em&gt;&lt;/dd&gt;
&lt;p&gt;&lt;/p&gt;
&lt;dt&gt;4 Turnpike Disturbances in the Eighteenth and Early-nineteenth Centuries&lt;/dt&gt;
&lt;p&gt;&lt;/p&gt;
&lt;dt&gt;5 The Clubmen and Militia Protests&lt;/dt&gt;
&lt;dd&gt;5.1 The Risings of the Clubmen in 1644-45 &lt;em&gt;Garry Lynch&lt;/em&gt;&lt;/dd&gt;
&lt;dd&gt;5.2 The Militia Riots of 1757 &lt;em&gt;Jeremy N. Caple&lt;/em&gt;&lt;/dd&gt;
&lt;dd&gt;5.3 Militia Riots 1795-8&lt;/dd&gt;
&lt;p&gt;&lt;/p&gt;
&lt;dt&gt;6 The Geography of Protests by Agricultural Labourers 1790-1850&lt;/dt&gt;
&lt;dd&gt;6.1 The Rise of an Agricultural Proletariat&lt;/dd&gt;
&lt;dd&gt;6.2 The French Wars 1793-1815 and the First Oubreaks of Labourers&amp;#039; Protests&lt;/dd&gt;
&lt;dd&gt;6.3 The Post-war Agricultural Depression and the Protests  of the 1815-31 Period&lt;/dd&gt;
&lt;dd&gt;6.4 The East Anglian Protests of 1816&lt;/dd&gt;
&lt;dd&gt;6.5 The Agricultural Labourers&amp;#039; Protests of 1822&lt;/dd&gt;
&lt;dd&gt;6.6 The Captain Swing Protests of 1830-31&lt;/dd&gt;
&lt;dd&gt;6.7 After Swing&lt;/dd&gt;
&lt;dd&gt;6.8 Anti Poor Law Movements and Rural Trade Unionism in the South-east 1835 &lt;em&gt;John Lowerson&lt;/em&gt;&lt;/dd&gt;
&lt;dd&gt;6.9 Protest in East Anglia Against the Imposition of the New Poor Law &lt;em&gt;Anne Digby&lt;/em&gt;&lt;/dd&gt;
&lt;dd&gt;6.10 The Agricultural Labourers&amp;#039; Protests in East Anglia in the 1840s&lt;/dd&gt;
&lt;p&gt;&lt;/p&gt;
&lt;dt&gt;7 Rural Protest in Mid- and Late-Victorian Britain&lt;/dt&gt;
&lt;dd&gt;7.1 Introduction&lt;/dd&gt;
&lt;dd&gt;7.2 The Rebecca Riots 1839-44 &lt;em&gt;David J. V. Jones&lt;/em&gt;&lt;/dd&gt;
&lt;dd&gt;7.3 The Spread of the Rebecca Riots 1842-44&lt;/dd&gt;
&lt;dd&gt;7.4 Agricultural Trade Unionism in England 1872-94 &lt;em&gt;John P. D. Dunbabin&lt;/em&gt;&lt;/dd&gt;
&lt;dd&gt;7.5 The Kent and Sussex Labourers&amp;#039; Union  1872-95 &lt;em&gt;Felicity Carlton&lt;/em&gt;&lt;/dd&gt;
&lt;dd&gt;7.6 The Welsh Tithe War 1886-95 &lt;em&gt;John P. D. Dunbabin&lt;/em&gt;&lt;/dd&gt;
&lt;dd&gt;7.7 The Highland Land War 1881-96 &lt;em&gt;James Hunter&lt;/em&gt;&lt;/dd&gt;
&lt;p&gt;&lt;/p&gt;
&lt;dt&gt;References&lt;/dt&gt;
&lt;dt&gt;Notes on Contributors&lt;/dt&gt;
&lt;dt&gt;Index&lt;/dt&gt;
&lt;/dl&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;	</description>
	<pubDate>Fri, 15 Jan 2010 10:42:57 +0000</pubDate>
</item>
<item>
	<title>Colin Leroy: Ma première portière</title>
	<guid>http://www.colino.net/wordpress/?p=571</guid>
	<link>http://www.colino.net/wordpress/archives/2010/01/05/ma-premiere-portiere/</link>
<comments>http://www.colino.net/wordpress/archives/2010/01/05/ma-premiere-portiere/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/colin.jpg" width="" height="" alt=""&gt;
&lt;p&gt;Mercredi 30 décembre, 16h40. Je vais chez le médecin me faire soigner une angine agaçante.&lt;/p&gt;
&lt;p&gt;Il fait beau, Toulouse est calme. En cette veille de réveillon il n&amp;#8217;y a plus grand monde. Je pédale tranquillement. Avenue Ségoffin, personne, pas de vent, j&amp;#8217;avance bien malgré ma petite forme. Le rond-point à priorité inversé de la rue des trente-six ponts. Pas de voiture garée au milieu. L&amp;#8217;avenue Frizac, qui mène au jardin des Plantes, toujours aussi agréable, ombragée, avec ses arbres et sa bande cyclable sans voiture. J&amp;#8217;arrive au bout, le feu est rouge. Entre lui et moi, trois voitures que je remonte par la bande, en ralentissant doucement &amp;#8211; j&amp;#8217;aurais peut-être le vert avant de m&amp;#8217;arrêter !&lt;/p&gt;
&lt;p&gt;Plus qu&amp;#8217;une voiture avant d&amp;#8217;arriver au sas cycliste. Mon oeil est attiré par un léger mouvement et déjà je vois une tranche de la portière passager, l&amp;#8217;intérieur de la portière, elle s&amp;#8217;ouvre vite et je ne pourrais pas passer entre elle et le trottoir. Je ne m&amp;#8217;en suis pas encore vraiment rendu compte, mais je sens mes doigts crisper sur les freins. Le frein arrière devient inutile lorsque la roue décolle du sol. Je vois mon cintre à la verticale de mon regard, ma roue avant en dessous au lieu d&amp;#8217;etre devant, le haut de la porte ouverte est au niveau de ma gorge, elle est encore à une distance qui paraît un mètre. J&amp;#8217;entends vaguement qu&amp;#8217;une grande inspiration de stress est prise sur ma gauche. Je sens mon vélo me retenir par les pieds et je me demande si j&amp;#8217;arriverai à déclipser au bon moment. Mes doigts désserrent le frein juste avant la bascule et je vois la roue avant reprendre du terrain sur le cintre, et je resserre.&lt;/p&gt;
&lt;p&gt;La roue arrière retombe lourdement au sol, je lâche tout et déjà le vélo est par terre et moi debout &amp;#8211; comment ?&lt;/p&gt;
&lt;p&gt;La passagère a refermé sa porte mais sa bouche est encore ouverte et ses yeux équarquillés. Je ré-ouvre violemment la porte pour entendre &amp;#8220;ah bah faut pas remonter les files !&amp;#8221;. L&amp;#8217;adrénaline est encore à son pic, la catharsis commence, les insultes volent et rien n&amp;#8217;en sort de bon.&lt;/p&gt;
&lt;p&gt;J&amp;#8217;aurais plutôt dû faire un constat : je me suis égratigné le genou (mais sur quoi ?&amp;#8230; je ne sais pas) et j&amp;#8217;ai dû la toucher, la portière : j&amp;#8217;ai un bleu en travers du bras.&lt;/p&gt;	</description>
	<pubDate>Tue, 05 Jan 2010 16:17:31 +0000</pubDate>
</item>
<item>
	<title>Colin Leroy: A week with little Paul</title>
	<guid>http://www.colino.net/wordpress/?p=561</guid>
	<link>http://www.colino.net/wordpress/archives/2009/12/23/a-week-with-little-paul/</link>
<comments>http://www.colino.net/wordpress/archives/2009/12/23/a-week-with-little-paul/#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/colin.jpg" width="" height="" alt=""&gt;
&lt;p&gt;Since I&amp;#8217;m out of a job, I&amp;#8217;ve got some time these days, and I spent the last three days with Paul. It was nice !&lt;/p&gt;
&lt;p&gt;On monday we went to my ex-job in order to help Lynette (the HR person) getting internet back, We went by bike with Paul in the Gobug trailer. I was afraid he would be cold, but in fact he was a bit too hot with all of the ski outfit&amp;#8230; We went to the restaurant with Lynette and two other ex-colleagues, it was a nice moment and Paul has been very nice : after he ate his meal first, he spent time looking around, walking around, and he didn&amp;#8217;t disturb us at all !&lt;/p&gt;
&lt;p&gt;Paul is now walking all by himself, since about two weeks. He&amp;#8217;s getting good now, and he doesn&amp;#8217;t need help  or a piece of furniture anymore to stand up.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/DSC_4726.jpg&quot; rel=&quot;lightbox[561]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-562&quot; title=&quot;DSC_4726&quot; src=&quot;http://www.colino.net/wordpress/wp-content/DSC_4726-265x400.jpg&quot; alt=&quot;&quot; width=&quot;265&quot; height=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;He&amp;#8217;s trying to eat by himself too. This gets a little messy on the table.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/DSC_4722.jpg&quot; rel=&quot;lightbox[561]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-563&quot; title=&quot;DSC_4722&quot; src=&quot;http://www.colino.net/wordpress/wp-content/DSC_4722-400x265.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;265&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Yesterday, we stayed at home, and played together when he wasn&amp;#8217;t asleep. I&amp;#8217;ve read his favourite book with him&amp;#8230; a number of times&amp;#8230; It&amp;#8217;s &amp;#8220;Tchou et ses amis&amp;#8221;. It&amp;#8217;s the story of how Postou the little post truck is sick and can&amp;#8217;t deliver the parcels. Paul couldn&amp;#8217;t care less about the story line, but he loves to point at the animals in the pictures, again and again, and I repeat their names again and again. That&amp;#8217;s fun until the 20th time :-)&lt;/p&gt;
&lt;p&gt;Today, we went to the local park to give old bread to ducks, to walk around a bit and let him play outside a bit. He loved that, especially when one duck let Paul chase her around !&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/DSC_4745.jpg&quot; rel=&quot;lightbox[561]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-564&quot; title=&quot;DSC_4745&quot; src=&quot;http://www.colino.net/wordpress/wp-content/DSC_4745-400x265.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;265&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Then we went back on the bike. I think Paul loves it about as much as me :)&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/DSC_4769.jpg&quot; rel=&quot;lightbox[561]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-565&quot; title=&quot;DSC_4769&quot; src=&quot;http://www.colino.net/wordpress/wp-content/DSC_4769-265x400.jpg&quot; alt=&quot;&quot; width=&quot;265&quot; height=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.colino.net/wordpress/wp-content/DSC_4773.jpg&quot; rel=&quot;lightbox[561]&quot;&gt;&lt;img class=&quot;aligncenter size-medium wp-image-566&quot; title=&quot;DSC_4773&quot; src=&quot;http://www.colino.net/wordpress/wp-content/DSC_4773-400x265.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;265&quot; /&gt;&lt;/a&gt;&lt;/p&gt;	</description>
	<pubDate>Wed, 23 Dec 2009 21:51:35 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: Defense of fundamental rights on the Internet</title>
	<guid>urn:lj:livejournal.com:atom1:mones:102546</guid>
	<link>http://mones.livejournal.com/102546.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
I was going to copy it, but lazy as I am, I think is more interesting to link it, as I'm not the original author and I don't have more much to add, so this is the link to Ana's blog entry &lt;a href=&quot;http://ekaia.org/blog/2009/12/03/en-defensa-de-los-derechos-fundamentales-en-internet/&quot; rel=&quot;nofollow&quot;&gt;&lt;b&gt;&amp;laquo;En defensa de los derechos fundamentales en Internet&amp;raquo;&lt;/b&gt;&lt;/a&gt; (in Spanish), hey Ana! &lt;tt&gt;;-)&lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;English readers: if you want to know what this Ana's post is about, &lt;a href=&quot;http://www.boingboing.net/2009/12/02/spanish-activists-is.html&quot; rel=&quot;nofollow&quot;&gt;read this&lt;/a&gt;.	</description>
	<pubDate>Sun, 20 Dec 2009 19:28:56 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: Migrating disk</title>
	<guid>urn:lj:livejournal.com:atom1:mones:102345</guid>
	<link>http://mones.livejournal.com/102345.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
I had in LJ the final story of the failed disk, so, having woken up in the mood of &lt;i&gt;bloggin'&lt;/i&gt;, it saves me a precious time &lt;tt&gt;:-)&lt;/tt&gt;. Lots of console output and boring stuff, you know, but here it goes:&lt;br /&gt;&lt;br /&gt;The failing setup were two discs I synced manually from time to time, their partition table:&lt;br /&gt;&lt;pre&gt;
Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0003b1cf

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1         122      979933+  83  Linux
/dev/sda2             123         365     1951897+  82  Linux swap / Solaris
/dev/sda3             366        1581     9767520   83  Linux
/dev/sda4            1582       24321   182659050    5  Extended
/dev/sda5            1582        2189     4883728+  83  Linux
/dev/sda6            2190        2554     2931831   83  Linux
/dev/sda7            2555        2676      979933+  83  Linux
/dev/sda8            2677       24321   173863431   83  Linux
&lt;/pre&gt;&lt;br /&gt;And mount points:&lt;br /&gt;&lt;pre&gt;
/dev/sda1               918322    445462    423864  52% /
/dev/sda3              9614148   5303228   3822544  59% /usr
/dev/sda5              4806904   3629392    933328  80% /var
/dev/sda6              2885780   1107812   1748652  39% /opt
/dev/sda7               918322      8256    861070   1% /tmp
/dev/sda8            171134396 135680768  35453628  80% /home
&lt;/pre&gt;&lt;br /&gt;This setup, appart of the manual sync, had some issues to be addressed:&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;Because of packaging activities /var was always nearly full, so it had to be increased&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Because of doubling the memory some months ago, there was less swap than current RAM size (2G), also something to fix&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;The hardware choice wasn't very difficult, as I tend to like Seagate, so balancing price, capacity and availability decided for a couple of &lt;a href=&quot;http://www.seagate.com/ww/v/index.jsp?name=barracuda-7200-12-sata-3-0-gb/s-500gb-hd-st3500418as&amp;vgnextoid=c501895c8ccce110VgnVCM100000f5ee0a0aRCRD&amp;locale=en-US&amp;reqPage=Model&amp;modelReqTab=Features#tTabContentSpecifications&quot; rel=&quot;nofollow&quot;&gt;ST3500418AS&lt;/a&gt;. These are SATA-II, while my motherboard is SATA-I only but aren't they supposed to be backwards compatible? Well, they are, but you have to setup a jumper to lower interface speed, otherwise the disc isn't even recognized by the motherboard.&lt;br /&gt;&lt;br /&gt;Buying the discs had some more difficulties. First tried &lt;a href=&quot;http://www.alternate.es&quot; rel=&quot;nofollow&quot;&gt;Alternate&lt;/a&gt;, but this time they pretend me to pay the &lt;a href=&quot;http://putasgae.info/&quot; rel=&quot;nofollow&quot;&gt;SGAE&lt;/a&gt;&lt;sup&gt;[es]&lt;/sup&gt; tax for media (which is around 12 euros &lt;b&gt;per disc&lt;/b&gt;), despite I clearly explained these were system discs to be mounted in RAID (and the tax is supposed only to apply non-system drives). Phoned them even, but no way, so I finally rejected the discs and went &lt;a href=&quot;http://www.optize.es&quot; rel=&quot;nofollow&quot;&gt;Optize&lt;/a&gt;, which doesn't seem to have the supposedly legal problem Alternate has with declaring system discs. They were served on time and for less than 90 euros, so bravo for them &lt;tt&gt;:)&lt;/tt&gt;.&lt;br /&gt;&lt;br /&gt;After having the bare metal, initially these options for migration were considered:&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;Buy a 2.5 disc, copy current data (a 250 Gb disc is enough), install the new system, copy back&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Buy a hard disc enclosure for the remaining good disc, install the new system, use the enclosure to copy data back&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Install new system in one disc (sda), copy data from current disc (sdb), replace old disc with second and &lt;a href=&quot;http://www.howtoforge.com/software-raid1-grub-boot-debian-etch&quot; rel=&quot;nofollow&quot;&gt;setup RAID on a running system&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;But in the end I got it with a fourth option based on this later one: install a new system with all the RAID setup, disconnect second drive (like if the array had failed), reconnect and copy contents of old drive to new system, restore second RAID drive and add it again to the array, so it gets synced again. Nothing to buy and more fun to see how fast the MD rebuilds the array.&lt;br /&gt;&lt;br /&gt;So finally this is the new partition table:&lt;br /&gt;&lt;pre&gt;
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000a9eb5

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1         134     1076323+  fd  Linux raid autodetect
/dev/sda2             135         620     3903795   82  Linux swap / Solaris
/dev/sda3             621        2322    13671315   fd  Linux raid autodetect
/dev/sda4            2323       60801   469732567+   5  Extended
/dev/sda5            2323        3416     8787523+  fd  Linux raid autodetect
/dev/sda6            3417        3538      979933+  fd  Linux raid autodetect
/dev/sda7            3539       12170    69336508+  fd  Linux raid autodetect
/dev/sda8           12171       60801   390628476   fd  Linux raid autodetect
&lt;/pre&gt;&lt;br /&gt;And mount points:&lt;br /&gt;&lt;pre&gt;
/dev/md0               1059264    263360    742096  27% /
/dev/md1              13456532   1703152  11069820  14% /usr
/dev/md2               8649480   1365644   6844464  17% /var
/dev/md3                964408     17632    897784   2% /tmp
/dev/md4              68248448    184216  68064232   1% /opt
/dev/md5             384497716 132355408 252142308  35% /home
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;BTW, after all I did buy the SATA enclosure for the remaining disc, so I have another 200Gb for pr0n &lt;tt&gt;;-)&lt;/tt&gt;.	</description>
	<pubDate>Thu, 17 Dec 2009 08:14:55 +0000</pubDate>
</item>
<item>
	<title>Holger Berndt: Nautilus Split View and Upstream</title>
	<guid>tag:blogger.com,1999:blog-1712978008892476580.post-3698980733131613954</guid>
	<link>http://berndth.blogspot.com/2009/12/nautilus-split-view-and-upstream.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/hhb.png" width="" height="" alt=""&gt;
Check out that screenshot about the current state of splitting a Nautilus window:&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/_tWQEjnxEHnw/SyVvGyQSv9I/AAAAAAAAAFE/kOQ7XiK1Zgs/s1600-h/nautilus-master.png&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/_tWQEjnxEHnw/SyVvGyQSv9I/AAAAAAAAAFE/kOQ7XiK1Zgs/s400/nautilus-master.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;The exciting thing is that this is not a screenshot of my split-view branch, but of &lt;a href=&quot;http://git.gnome.org/cgit/nautilus/log/&quot;&gt;Gnome git master&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;So after successfully using the split view branch for Nautilus for several months, and (mostly thanks to the PPA) getting some feedback from others, I finally &lt;a href=&quot;http://mail.gnome.org/archives/nautilus-list/2009-November/msg00030.html&quot;&gt;requested a review&lt;/a&gt; for it. Turned out that I had a good timing, because with the upcomming Gnome Shell, a &lt;a href=&quot;http://mail.gnome.org/archives/gnome-shell-list/2009-December/msg00000.html&quot;&gt;debate&lt;/a&gt; is currently going on anyways about the future role of Nautilus. With a possible switch away from being a desktop shell and towards more typical file management tasks, split-view fits better into the picture as it used to.&lt;br /&gt;&lt;br /&gt;I am very happy that &lt;a href=&quot;http://blogs.gnome.org/alexl/&quot;&gt;Alex Larsson&lt;/a&gt; picked up the task to review and clean up the branch. Even more so as he recently &lt;a href=&quot;http://mail.gnome.org/archives/nautilus-list/2009-December/msg00037.html&quot;&gt;commited&lt;/a&gt; a reviewed version to Gnome git master, which can be seen in above screenshot. &lt;br /&gt;&lt;br /&gt;The UI is not yet final, and there are a few issues still to be worked out, but I really like the route that it's going. So, if all goes well, there won't be any Nautilus packages for Lucid in my PPA..&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/1712978008892476580-3698980733131613954?l=berndth.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;	</description>
	<pubDate>Sun, 13 Dec 2009 23:12:00 +0000</pubDate>
</item>
<item>
	<title>Holger Berndt: The Tomboy and the Beast</title>
	<guid>tag:blogger.com,1999:blog-1712978008892476580.post-891371728005250721</guid>
	<link>http://berndth.blogspot.com/2009/12/tomboy-and-beast.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/hhb.png" width="" height="" alt=""&gt;
To a large degree, Open Source is about scratching personal itches. The results are oftentimes small scripts, tools or plugins, rather than ending up as big projects of their own. Even if only little time is invested, the result can sometimes make a difference in terms of working efficiency. And picking low-hanging fruits surely is fun!&lt;br /&gt;&lt;br /&gt;I'm using Claws Mail as MUA and &lt;a href=&quot;http://projects.gnome.org/tomboy/&quot;&gt;Tomboy&lt;/a&gt; to organise my ideas and workflow. Both are truly excellent in their areas. However, an email is oftentimes connected to an idea, or a task, so I want to connect emails and notes somehow. Unfortunately, Claws Mail and Tomboy don't play well together.&lt;br /&gt;&lt;br /&gt;When dragging emails from Claws Mail and dropping them into a Tomboy note, this is what you get:&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/_tWQEjnxEHnw/SxaoItQzIlI/AAAAAAAAAE8/YAXDx1D3ykk/s1600-h/tomboy-no-addin.png&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/_tWQEjnxEHnw/SxaoItQzIlI/AAAAAAAAAE8/YAXDx1D3ykk/s320/tomboy-no-addin.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Of course, the temporary files are cleaned up again after Claws Mail is closed, so the links are not only clumsy and non-descriptive, but also non-persistent and therefore totally useless in a note.&lt;br /&gt;&lt;br /&gt;No more! I wrote a little addin for Tomboy that provides Claws Mail integration, so when loaded, email drag'n'drop results in this:&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/_tWQEjnxEHnw/SxanY-3WCrI/AAAAAAAAAE0/elkKxSk2Bus/s1600-h/tomboy-claws-mail-addin.png&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/_tWQEjnxEHnw/SxanY-3WCrI/AAAAAAAAAE0/elkKxSk2Bus/s320/tomboy-claws-mail-addin.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;When clicking the link, the email is opened in Claws Mail again.&lt;br /&gt;&lt;br /&gt;Code is on &lt;a href=&quot;http://github.com/hb/tomboy-claws-mail-addin/&quot;&gt;GitHub&lt;/a&gt;. I still couldn't find enough motivation to write the autofoo for it, so for now, a small hand-cooked Makefile has to do. Be sure to read the README file. I am not a fan of binary releases, but if anybody is interested in the dll, drop me a line. Also note that it currently only works with Claws Mail from CVS.&lt;br /&gt;&lt;br /&gt;First impression of the Tomboy addin interface was very positive. It makes writing small addins easy, even for those unfamiliar with the general codebase. Well, even more in this case, as Tomboy ships with an Evolution addin which does the same thing for Evolution, and was an obvious source of inspiration.. Isn't Open Source great?&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/1712978008892476580-891371728005250721?l=berndth.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;	</description>
	<pubDate>Wed, 02 Dec 2009 17:56:00 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: -bash: /bin/su: Input/output error</title>
	<guid>urn:lj:livejournal.com:atom1:mones:102016</guid>
	<link>http://mones.livejournal.com/102016.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
That's today's message from &lt;tt&gt;bash&lt;/tt&gt;. Fortunately seem's it's able to spawn it, &lt;tt&gt;su&lt;/tt&gt; command and a bunch of others had not been so lucky.&lt;br /&gt;&lt;br /&gt;The &lt;tt&gt;ps&lt;/tt&gt; command is another of the lucky ones, an excerpt (hey! &lt;tt&gt;less&lt;/tt&gt; also works) is highly insightful:&lt;br /&gt;&lt;pre&gt;
20292 ?        S      0:00 sh -c $SMARTD_MAILER -s 'SMART error (FailedReadSmartSelfTestLog) detected on host: busgosu' root 2&amp;gt;&amp;amp;1 &amp;lt;&amp;lt; &quot;ENDMAIL&quot;?This email was generated by the smartd daemon running on:??   host name: busgosu?  DNS domain: [Unknown]?  NIS domain: (none)??The following warning/error was logged by the smartd daemon:??Device: /dev/sda, Read SMART Self-Test Log Failed??For details see host's SYSLOG (default: /var/log/syslog).??You can also use the smartctl utility for further investigation.?No additional email messages about this problem will be sent.?ENDMAIL?
20293 ?        S      0:00 /bin/bash -e /usr/share/smartmontools/smartd-runner -s SMART error (FailedReadSmartSelfTestLog) detected on host: busgosu root
20301 ?        S      0:00 run-parts --report --lsbsysinit --arg=/tmp/fileCJFXti --arg=-s --arg=SMART error (FailedReadSmartSelfTestLog) detected on host: busgosu --arg=root -- /etc/smartmontools/run.d
20302 ?        S      0:00 /bin/bash -e /etc/smartmontools/run.d/10mail /tmp/fileCJFXti -s SMART error (FailedReadSmartSelfTestLog) detected on host: busgosu root
20303 ?        S      0:00 /usr/bin/mail -s SMART error (FailedReadSmartSelfTestLog) detected on host: busgosu root
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;So &lt;tt&gt;/dev/sda&lt;/tt&gt; is dying, now for real. It gave me some warnings two or three weeks ago, so last week I made a complete backup on its twin disk, using &lt;a href=&quot;http://packages.debian.org/sid/ddrescue&quot; rel=&quot;nofollow&quot;&gt;ddrescue&lt;/a&gt;, because &lt;tt&gt;dd&lt;/tt&gt; wasn't able to do it without failing.&lt;br /&gt;&lt;br /&gt;It's time, again, to seek for a couple of disks which last for almost five years... if possible.	</description>
	<pubDate>Fri, 25 Sep 2009 13:27:57 +0000</pubDate>
</item>
<item>
	<title>Holger Berndt: Chronically Underrated: Undo</title>
	<guid>tag:blogger.com,1999:blog-1712978008892476580.post-9193984777201527680</guid>
	<link>http://berndth.blogspot.com/2009/09/chronically-underrated-undo.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/hhb.png" width="" height="" alt=""&gt;
In the past years, software designers have done a lot of research not only of what a good user interface is supposed to look like, but also how it is supposed to behave. A key component (that to this day a lot of software still gets wrong) is to not bother users with dialogs, especially not those nasty modal ones, but to just &lt;span&gt;do the right thing&lt;/span&gt;. Of course, the program can't always know what the right thing is supposed to be, so to accomodate for mistakes, the application should  still shoot ahead, but &lt;span&gt;offer an easy way to undo&lt;span&gt; &lt;/span&gt;&lt;/span&gt;those actions again. The beautiful article &lt;a href=&quot;http://www.alistapart.com/articles/neveruseawarning&quot;&gt;&quot;Never Use a Warning When you Mean Undo&quot;&lt;/a&gt; by Aza Raskin should be a must-read for all UI developers.&lt;br /&gt;&lt;br /&gt;Actually, this not only applies to graphical user interfaces, and clicking away dialog boxes, but also to command line interfaces. I've recently aliased &lt;span&gt;rm&lt;/span&gt; with  &lt;span&gt;gvfs-trash &lt;/span&gt;on a few machines (including my own) for precisely that reason. Unfortunately, this alias does not work &lt;a href=&quot;https://bugzilla.gnome.org/show_bug.cgi?id=591493&quot;&gt;completely&lt;/a&gt;, but I am still hoping that I can &lt;span&gt;habituate&lt;/span&gt; to its limitations.&lt;br /&gt;&lt;br /&gt;Unfortunately, Claws Mail is a sinner in that respect, too. On the plus side, it makes it hard to actually loose work (so it's not guilty of Aza's worst software sin). However, in many cases it prevents data loss by distracting the user (by popping up dialog boxes), and makes it hard to revert an accidental operation (&lt;a href=&quot;http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=1972&quot;&gt;like digging up messages in the trash&lt;/a&gt;), so it is guilty of Aza's second and third worst software sins. Also, Claws Mail sadly doesn't come with Undo/Redo capabilities at all (well, apart from text entry in the compose window editor).&lt;br /&gt;&lt;br /&gt;Some years ago, probably around 2004, I was looking around for a general purpose undo/redo stack that offered GObject integration for a pet project of mine. I was very disappointed to not find anything back then, so I rolled my own. It's a small class that offers undo/redo stacks (optionally with a limited stack size). Stack entries can be grouped, groups can be nested. Everything can have a description. As an optional viewer, I had a simple gtk+ widget to display undo/redo stack entry descriptions in a list (or tree, in case of groups), acting as the view in a MVC pattern. Anyways, in the end, I got distracted from the pet project, and never published it.&lt;br /&gt;&lt;br /&gt;So, I thought I could &lt;a href=&quot;http://github.com/hb/undo_stack&quot;&gt;break out the undo class&lt;/a&gt; from that old project, clean it up, streamline it a bit, and replace deprecated GObject/gtk+ stuff with shiny new technoligy. While doing that, I was looking around again at available undo frameworks, and was a little surprised to find &lt;a href=&quot;http://doc.trolltech.com/4.5/qundo.html&quot;&gt;one for Qt&lt;/a&gt; and another &lt;a href=&quot;http://github.com/herzi/gundo&quot;&gt;one for GObject&lt;/a&gt;, both of which I would assume to be older than my class (GUndo's ChangeLog dates back to late 2005, but some copyright headers speak of 1999). I wonder why I haven't found them earlier.. The funny thing is that both are kind of similar to what I did. Especially GUndo is (API-wise) crazily close to what I came up with (but of course, I still like mine better!). I guess there is only a limited amount of reasonable solutions to the undo/redo problem.&lt;br /&gt;&lt;br /&gt;We'll see if it's feasible to hook up Claws Mail with an undo stack. It's usually hard to put undo capabilities into a program that hasn't been designed for that from the start. But maybe it'll be possible to put at least a few error-prone actions (like getting back a message that was falsely moved into the trash) in.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/1712978008892476580-9193984777201527680?l=berndth.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;	</description>
	<pubDate>Fri, 18 Sep 2009 23:32:00 +0000</pubDate>
</item>
<item>
	<title>Holger Berndt: Claws Mail got bitten by a Snake!</title>
	<guid>tag:blogger.com,1999:blog-1712978008892476580.post-3871924378547805992</guid>
	<link>http://berndth.blogspot.com/2009/08/claws-mail-got-bitten-by-snake.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/hhb.png" width="" height="" alt=""&gt;
I've been successfully using the &lt;a href=&quot;http://www.claws-mail.org/plugins.php&quot;&gt;Perl plugin&lt;/a&gt; for Claws Mail for a long time now. It hasn't seen many updates lately, but that's because I am mostly happy with it for my personal needs.&lt;br /&gt;&lt;br /&gt;However, filters for Claws Mail is one of the few remaining areas where I'm still a Perl user. I have the feeling that my mental capabilities are insufficient for memorizing the dozens (hundreds?) of &lt;a href=&quot;http://glyphic.s3.amazonaws.com/ozone/mark/periodic/Periodic%20Table%20of%20the%20Operators%20A4%20300dpi.jpg&quot;&gt;operators&lt;/a&gt;, magic variables etc., especially after a while of absense from the language. &quot;&lt;span&gt;There is more than one way to do it&quot;&lt;/span&gt; is fine, but with age, I tend to prefer &quot;&lt;span&gt;There is a single (obvious) way to do it&lt;/span&gt;&quot; as a motto. So, for all of my scripting purposes, I found a new home at the &lt;a href=&quot;http://www.python.org/&quot;&gt;Python&lt;/a&gt; people. Please, no discussion which one is &quot;better&quot;, for whatever definition of &quot;better&quot;. Both are nice languages, and I guess people just have to figure out which one suits their individual work flow better.&lt;br /&gt;&lt;br /&gt;So, lately, I had to embed a Python interpreter in some C code, and, as often when learning about new technologies, I though this might be a fun add-on to Claws Mail. Don't worry, I am not trying to bloat Claws Mail with every single interpreter out there -- although that might actually be a fun experience.&lt;br /&gt;&lt;br /&gt;So I cooked up a small Python plugin for Claws Mail, which adds an interactive Python console to Claws Mail (stolen and adapted from &lt;a href=&quot;http://chipx86.github.com/gtkparasite/&quot;&gt;gtkparasite&lt;/a&gt; - which is a great project). It's also possible to execute scripts from the menu, for further automation. The interface to Claws Mail is still limited, and only includes calling menu items for now.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;(Planet readers: A short demo screencast is &lt;a href=&quot;http://www.youtube.com/watch?v=GnW4pMpiY40&quot;&gt;here&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;Code is on &lt;a href=&quot;http://github.com/hb/claws_mail_python_plugin/tree/master&quot;&gt;GitHub&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;PS: Yes, I know that the name Python actually refers to a commedy group, not to the animal. But I don't care.&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Update:&lt;/span&gt; The plugin source moved to &lt;a href=&quot;http://scm.dotsrc.org/viewvc.cgi/claws-mail/plugins/python/?pathrev=gtk2&quot;&gt;Claws Mail CVS&lt;/a&gt;. It also gained on a new trick on the way -- automated composing of mail messages. See the README file for an example.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/1712978008892476580-3871924378547805992?l=berndth.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;	</description>
	<pubDate>Thu, 06 Aug 2009 19:09:00 +0000</pubDate>
</item>
<item>
	<title>Salvatore De Paolis: Fancy: The Webkit Plugin for Claws Mail</title>
	<guid>http://blog.iwkse.homeunix.org/index.php?/archives/4-guid.html</guid>
	<link>http://blog.iwkse.homeunix.org/index.php?/archives/4-Fancy-The-Webkit-Plugin-for-Claws-Mail.html</link>
<comments>http://blog.iwkse.homeunix.org/index.php?/archives/4-Fancy-The-Webkit-Plugin-for-Claws-Mail.html#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/iwkse.png" width="" height="" alt=""&gt;
The Webkit Plugin, named as Fancy Plugin is available in claws-mail cvs extra plugins!&lt;br /&gt;
&lt;br /&gt;
Get it from here:&lt;br /&gt;
&lt;br /&gt;
export CVS_RSH=ssh&lt;br /&gt;
cvs -z3 -d:pserver:anonymous@claws-mail.org:/ co -r gtk2 plugins&lt;br /&gt;
&lt;br /&gt;
&lt;strike&gt;Since there are some issue with snapshot on claws-mail.org here is available a &lt;a href=&quot;http://iwkse.homeunix.org/pkg/claws-mail&quot; title=&quot;mirror&quot;&gt;mirror&lt;/a&gt;&lt;br /&gt;
For the same issue packages for ubuntu are not available. Anyway, unofficially, you can get them from&lt;br /&gt;
&lt;a href=&quot;http://ubuntuteen.blogspot.com/2009/05/claws-mail-webkit-plugin-deb-avaiable.html&quot;&gt;this link&lt;/a&gt;.&lt;/strike&gt;&lt;br /&gt;
&lt;br /&gt;
Snapshots are now available on &lt;a href=&quot;http://www.claws-mail.org/snapshots/plugins/&quot;&gt;Claws Mail&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Anyway for any problems you can write to me or join the #claws channel on freenode.&lt;br /&gt;
&lt;br /&gt;
Have fun.	</description>
	<pubDate>Tue, 21 Jul 2009 07:28:31 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: Debcamp</title>
	<guid>urn:lj:livejournal.com:atom1:mones:101853</guid>
	<link>http://mones.livejournal.com/101853.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
So, finally here we are, after a 6 hour travel by car I arrived to &lt;a href=&quot;http://debconf9.debconf.org&quot; rel=&quot;nofollow&quot;&gt;DebConf 9&lt;/a&gt; venue on Thursday afternoon.&lt;br /&gt;&lt;br /&gt;Weather is marvelously sunny (as expected), but not as hot as the figures may suggest (36ºC at arrival, something less today).&lt;br /&gt;&lt;br /&gt;Still a lot of people to come (DebConf starts next week) but nearly about 50 are already here, and growing.	</description>
	<pubDate>Sat, 18 Jul 2009 00:21:42 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: Go virtual and die</title>
	<guid>urn:lj:livejournal.com:atom1:mones:101414</guid>
	<link>http://mones.livejournal.com/101414.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
Yesterday I got a interesting announce in my inbox: try our hosting solution for free during two months. The announce came from the nice people of &lt;a href=&quot;http://www.gandi.net&quot; rel=&quot;nofollow&quot;&gt;Gandi&lt;/a&gt;, the registrar where I maintain my &lt;a href=&quot;http://mones.org&quot; rel=&quot;nofollow&quot;&gt;mones.org&lt;/a&gt; domain.&lt;br /&gt;&lt;br /&gt;So far, so good. Applied and got my &lt;i&gt;share&lt;/i&gt; in minutes. The features are not impressive, just the minimal: 256 MB RAM, 3 GB (system) + 5 GB (data) disk, 5 Mbit bandwidth and a 1/60th part of the processor, which is marketed as something between a Pentium III and Via C7 processor (not very informative).&lt;br /&gt;What took most time was to wait the reverse DNS to be active because of my change of mind in the middle of the process &lt;tt&gt;:-)&lt;/tt&gt;. The system installed was Debian Lenny, of course, and took just minutes.&lt;br /&gt;&lt;br /&gt;Less than 24 hours later &lt;a href=&quot;http://iwi.gandibar.net/post/2009/07/02/Electrical-problem-in-one-of-our-data-centers&quot; rel=&quot;nofollow&quot;&gt;you can see what happens&lt;/a&gt;, and I have not access to the server... despite I love the way Gandi does business those are not the things that inspire confidence in a hosting solution &lt;tt&gt;:-(&lt;/tt&gt;.	</description>
	<pubDate>Thu, 02 Jul 2009 10:44:43 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: As times goes by</title>
	<guid>urn:lj:livejournal.com:atom1:mones:101282</guid>
	<link>http://mones.livejournal.com/101282.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
It's amazing to check and see how much has passed since last post. Not that I had nothing to tell, but maybe not in the mood to do it. Anyway there's not much excitement in my life lately, but looking back seems it isn't going too bad. &lt;br /&gt;&lt;br /&gt;The project we were working at is already at production stage, and with only two or three phone calls to solve minor issues so far, which is not common, as I've heard. This is something I, as a the project leader, am proud of, and not being wrong with all the work-hours invested in testing and bugfixing &lt;tt&gt;;-)&lt;/tt&gt;. The client seems to be happy with the results, and a second phase is planned, so more work waiting for our group. This contrasts with the landscape in other parts of the company, and the rumors floating around fed by the bad economic situation. Currently we already started other project for the &lt;a href=&quot;http://mones.livejournal.com/data/www.asturias.es&quot;&gt;our regional government&lt;/a&gt;, so we can't get bored at work until the end of year or so... Anyway, if luck smiles to me, I'll be doing more interesting things by the next year: yesterday submitted a grant application for review. Grants is a R+D program to provide funds for innovative ideas within the company. My idea is not so new, but it will be fun to investigate how to replace our Windows based &lt;acronym title=&quot;Standard Operating Environment&quot;&gt;SOE&lt;/acronym&gt; (i.e.: the image deployed in our laptops and desktops) by a Linux based one.&lt;br /&gt;&lt;br /&gt;Time for lunch now...	</description>
	<pubDate>Sat, 16 May 2009 12:37:45 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: Facts and things that happen</title>
	<guid>urn:lj:livejournal.com:atom1:mones:101118</guid>
	<link>http://mones.livejournal.com/101118.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
Since last post...&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;A new year has began! (according some calendar systems, at least)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Obama is ruling the &lt;i&gt;world&lt;/i&gt;! (yes, they could)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Debian Lenny is out! (congratulate ourselves!)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;CVS packages built by hydra are uploaded nightly to &lt;a href=&quot;http://www.claws-mail.org/cvs&quot; rel=&quot;nofollow&quot;&gt;claws-mail.org&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Recent claws-mail packages are again uploaded to unstable (thanks to libetpan maintainer who uploaded it to sid)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Still working 10 hours a day...&lt;/li&gt;&lt;br /&gt;&lt;li&gt;But given current economic situation we have to congratulate for it... &lt;tt&gt;:-(&lt;/tt&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;	</description>
	<pubDate>Sat, 28 Feb 2009 09:26:01 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: back to vacation!</title>
	<guid>urn:lj:livejournal.com:atom1:mones:100707</guid>
	<link>http://mones.livejournal.com/100707.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
Getting older left me a nice flu as a birthday present. So nice that I had to take my first couple of sick leave days. The fever, which reached 39.1 Celsius degrees at some moment, didn't let me do other things than stay in bed and sleep (when possible). At the beginning of the week I was somewhat recovered, but today my throat still hurts slightly (probably because I've stopped taking analgesics as soon as fever disappeared).&lt;br /&gt;&lt;br /&gt;Anyway I feel better now, and despite having missed the Claws Mail 3.7.0 released completely (no Spanish translation updates again) I can at least bring the Debian packages as a Christmas present ;-) &lt;br /&gt;&lt;br /&gt;They're at experimental (&lt;a href=&quot;http://packages.debian.org/experimental/claws-mail&quot; rel=&quot;nofollow&quot;&gt;claws-mail&lt;/a&gt; and &lt;a href=&quot;http://packages.debian.org/experimental/claws-mail-extra-plugins&quot; rel=&quot;nofollow&quot;&gt;extra-plugins&lt;/a&gt;), as previous ones, because required libetpan is still there. &lt;br /&gt;&lt;br /&gt;This time it happened Sylpheed has released also a new version, namely 2.6.0, also in experimental now. On the other side the sylpheed-gtk1 package has been removed from Debian. I doubt someone uses it currently. Anyway, after the massive bug cleanup will let see if someone cares :-)&lt;br /&gt;&lt;br /&gt;I have also a pending release of &lt;a href=&quot;http://www.claws-mail.org/clawsker&quot; rel=&quot;nofollow&quot;&gt;Clawsker&lt;/a&gt;, to support the new hidden preference in 3.7.0, but tomorrow we're going to visit Madrid for the weekend, so I guess it can wait until next week or even the new year! Going by car, I hope the snow and ice don't take part in the travel... wish me luck! &lt;tt&gt;:-)&lt;/tt&gt;	</description>
	<pubDate>Thu, 25 Dec 2008 21:55:30 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: 14</title>
	<guid>urn:lj:livejournal.com:atom1:mones:100367</guid>
	<link>http://mones.livejournal.com/100367.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
Hint for subject:&lt;br /&gt;&lt;pre&gt;
final class Age {
  public static void main(String args[]) {
    System.out.println (java.lang.Integer.parseInt (&quot;14&quot;, 32));
  }
}
&lt;/pre&gt;&lt;br /&gt;It was last Friday, in fact, but I'm so absorbed by work lately that had no time for anything else.&lt;br /&gt;&lt;br /&gt;Today I've been (somehow) gifted with the last album from &lt;a href=&quot;http://www.thewildbeast.co.uk/henrysnowstorm/&quot; rel=&quot;nofollow&quot;&gt;Henry Snowstorm&lt;/a&gt;. In one word: captivating. In three words: craving for more. It made my afternoon despite having to waste it filling a powerpoint with useless project data for a Delivery Assurance meeting tomorrow. That doesn't mean I'm against DA, nope. But starting to do it when the project is nearly finished instead doing QA (fixing bugs) is a waste of time IMHO.&lt;br /&gt;&lt;br /&gt;As a curiosity this post is being written from Safari under Mac OS 10.5 AKA Leopard. After being able to get a copy for free (free for me, not for its owner) I resized partitions in MacBook and reinstalled everything again (30 Gb isn't enough for Leopard upgrade from Tiger, but a Leopard installation from scratch takes much less space, which I discovered too late, after having doubled it). Now will see if I can use/build Claws Mail natively on it. For now I can see its display under the included X11 server, which seems to be a &lt;i&gt;new feature&lt;/i&gt; in Leopard. Another one is &quot;Spaces&quot;... yep they have discovered multiple desktops now... amazing, isn't it &lt;tt&gt;;-)&lt;/tt&gt;	</description>
	<pubDate>Wed, 17 Dec 2008 12:14:01 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: Lenny will rock you!</title>
	<guid>urn:lj:livejournal.com:atom1:mones:100134</guid>
	<link>http://mones.livejournal.com/100134.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
It took two months, but finally the hard disk replacement for the MacBook has come. Of course I'll think twice before ordering anything else from &lt;a href=&quot;http://www.alternate.es&quot; rel=&quot;nofollow&quot;&gt;Alternate&lt;/a&gt; (ES), not to mention the fact they served the SD cards without micro adapter (which means they're useless to me)...&lt;br /&gt;&lt;br /&gt;Anyway that was not the point. The point was, as you may have guessed, I tried the &lt;a href=&quot;http://www.debian.org/devel/debian-installer/News/2008/20080609&quot; rel=&quot;nofollow&quot;&gt;latest Debian installer for Lenny, which is beta 2&lt;/a&gt; at this moment:&lt;br /&gt;&lt;br /&gt;First, the niceness of &lt;a href=&quot;http://www.debian.org/CD/jigdo-cd/&quot; rel=&quot;nofollow&quot;&gt;jigdo&lt;/a&gt; downloading the first &lt;a href=&quot;http://cdimage.debian.org/cdimage/lenny_di_beta2/amd64/jigdo-dvd/&quot; rel=&quot;nofollow&quot;&gt;amd64 DVD image&lt;/a&gt; flawlessly and without a single retry. &lt;br /&gt;&lt;br /&gt;Second, &lt;a href=&quot;http://packages.debian.org/sid/wodim&quot; rel=&quot;nofollow&quot;&gt;wodim&lt;/a&gt; burning it without error in a disc I had forgotten for two weeks inside the drive. &lt;br /&gt;&lt;br /&gt;Third, being able to swap broken disk and the new one despite &lt;a href=&quot;http://manuals.info.apple.com/en/MacBook_13inch_HardDrive_DIY.pdf&quot; rel=&quot;nofollow&quot;&gt;Apple's instructions to change it&lt;/a&gt; forgot to mention you need a very small &lt;a href=&quot;http://en.wikipedia.org/wiki/Torx&quot; rel=&quot;nofollow&quot;&gt;torx&lt;/a&gt; screwdriver to detach the drive from the pulling tab it has (it's located deeply inside and the tab is necessary for removing it).&lt;br /&gt;&lt;br /&gt;Fourth, partitioning and installing MacOS X... well, last time I tried dual-boot it didn't work at all, so I had to try again, and with a 320 GB disk using less than 10% for a proprietary OS doesn't look like a great loss &lt;tt&gt;;-)&lt;/tt&gt;. Partitioning is a bit tricky, &lt;a href=&quot;http://wiki.debian.org/MacBook#head-b17ca7a129cec40215da49b7f70a7035eb227809&quot; rel=&quot;nofollow&quot;&gt;as detailed in the wiki&lt;/a&gt;, but the Disk Utility method worked fine for me. Scheme was 30-2-288 (more or less), you'll discover later why. Worth to mention that the MacOS X showed a lot of upgrades after setting up the wireless, including an EFI firmware upgrade (new boot ROM version is &lt;tt&gt;MB21.00A5.B07&lt;/tt&gt;). I installed all of these before continuing.&lt;br /&gt;&lt;br /&gt;Fifth, installing &lt;a href=&quot;http://refit.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;rEFIt&lt;/a&gt;, though this one has no trick...&lt;br /&gt;&lt;br /&gt;Sixth, rebooting and installing Lenny beta 2 from the DVD. To run an encrypted system two partitions are required, one for &lt;tt&gt;/boot&lt;/tt&gt; (unencrypted, bootable) and other for the encrypted filesystem, hence the two partitions defined. I forgot to add a swap partition, but a swap file can be added later. The &lt;a href=&quot;http://packages.debian.org/sid/uswsusp&quot; rel=&quot;nofollow&quot;&gt;uswsusp&lt;/a&gt; package will warn about lacking swap, but seems it does complain even if you have a swap partition. You have to avoid installing bootloader at this point, because &lt;acronym title=&quot;Master Boot Record&quot;&gt;MBR&lt;/acronym&gt; layout is not the same that &lt;a href=&quot;http://en.wikipedia.org/wiki/GUID_Partition_Table&quot; rel=&quot;nofollow&quot;&gt;GPT&lt;/a&gt; (which Disk Utility wrote), hence bootloader installer would be misled.&lt;br /&gt;&lt;br /&gt;Seventh, rebooting and entering rEFIt's disk utility, which immediately offers to resync MBR to match GPT layout. Wonderful. &lt;br /&gt;&lt;br /&gt;Eighth, restarting Debian installation again, having to reinstall, because the filesystem inside the big encrypted partition is not recognized and had to be reformatted. Not a great problem though. Finally installing grub in the &lt;tt&gt;/boot&lt;/tt&gt; partition, and finish installation.&lt;br /&gt;&lt;br /&gt;Et voilà!&lt;br /&gt;&lt;br /&gt;Upon restart, rEFIt menu shows both MacStuff and the penguin, and both work fine... in fact I'm writing this from the new Safari in MacOS X, because the wireless card in Debian is still to be configured, but that's another story...&lt;br /&gt;&lt;br /&gt;Note: if you're going to try this, first of all &lt;a href=&quot;http://wiki.debian.org/MacBook&quot; rel=&quot;nofollow&quot;&gt;read the wiki&lt;/a&gt; like I did, it has been improved a lot.	</description>
	<pubDate>Wed, 12 Nov 2008 23:59:41 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: Bits, bytes and nibbles</title>
	<guid>urn:lj:livejournal.com:atom1:mones:100041</guid>
	<link>http://mones.livejournal.com/100041.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
If you think Debian has one of the most &lt;a href=&quot;https://nm.debian.org/nmstatus.php?email=mones%40aic.uniovi.es&quot; rel=&quot;nofollow&quot;&gt;time consuming&lt;/a&gt;  and &lt;a href=&quot;http://www.debian.org/devel/join/nm-checklist&quot; rel=&quot;nofollow&quot;&gt;complicated&lt;/a&gt; process to join in, now look  at &lt;a href=&quot;http://lists.debian.org/debian-devel-announce/2008/10/msg00005.html&quot; rel=&quot;nofollow&quot;&gt;this nice mess&lt;/a&gt; our beloved ftp master produced and &lt;a href=&quot;http://www.theregister.co.uk/2008/11/04/debian_rumpus/&quot; rel=&quot;nofollow&quot;&gt;one of the effects that caused&lt;/a&gt;. Despite of &lt;a href=&quot;http://packages.qa.debian.org/e/epiphany.html&quot; rel=&quot;nofollow&quot;&gt;helping Joerg with one of his packages&lt;/a&gt; I'm not the one to told anybody what to do with their time, but fixing &lt;a href=&quot;http://bugs.debian.org/release-critical/&quot; rel=&quot;nofollow&quot;&gt;any of the &lt;acronym title=&quot;Release Critical&quot;&gt;RC&lt;/acronym&gt; bugs which are preventing Lenny to be released&lt;/a&gt; would have been more useful for Debian than writing such proposal. Introducing more classes of people in an already clustered project will only end on more problems and, IMHO, doesn't help to address the problems it's supposed to solve.	</description>
	<pubDate>Thu, 06 Nov 2008 18:51:43 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: And another one gone...</title>
	<guid>urn:lj:livejournal.com:atom1:mones:99781</guid>
	<link>http://mones.livejournal.com/99781.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
Yep, another vacation period gone. Lately I'm posting from vacation on vacation, so it may seem I'm on permanent vacation, but, of course, that's not true. It's just I'm more lazy than often, maybe influenced by reading of &lt;a href=&quot;http://mama.indstate.edu/users/bones/WhyIHateWebLogs.html&quot; rel=&quot;nofollow&quot;&gt;Why I Fucking Hate Weblogs!&lt;/a&gt; this past week. Or maybe not, as I'm posting again &lt;tt&gt;;-)&lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;As these post tend also to be a recapitulation of my, well, &lt;i&gt;activities&lt;/i&gt; (or part of them), this will be no exception. In no particular order... &lt;br /&gt;&lt;br /&gt;The &lt;a href=&quot;http://packages.debian.org/experimental/claws-mail&quot; rel=&quot;nofollow&quot;&gt;claws-mail&lt;/a&gt; and &lt;a href=&quot;http://packages.debian.org/experimental/claws-mail-extra-plugins&quot; rel=&quot;nofollow&quot;&gt;extra-plugins&lt;/a&gt; packages are now in experimental (they require a libetpan which is only in experimental, so no other choice was possible here). Because a strange bug which made CVS Claws Mail crash on exit in my box, I found some motivation to start from scratch again my build script and make it something different: package CVS for Debian. Primary target was to prove that the bug was not in Claws but somewhere else in the build chain, which resulted a right intuition. Secondary was to have an automatic CVS packager, so I could still use CVS and Debian packages and the added benefit of keeping packaging always synced with upstream requirements (otherwise build breaks).&lt;a href=&quot;http://busgosu.mones.org/~hydra&quot; rel=&quot;nofollow&quot;&gt;The result can't be other than another wild beast&lt;/a&gt;. As you may figure out, these experiments are only possible thanks to the strong commitment of the Claws Mail Team in keeping CVS break-free.&lt;br /&gt;&lt;br /&gt;Went to watch &quot;&lt;a href=&quot;http://www.teatrojovellanos.com/interior.asp?MP=25&amp;MS=0&amp;MT=0&amp;TR=A&amp;IDR=3&amp;idEvento=960&quot; rel=&quot;nofollow&quot;&gt;El hombre almohada&lt;/a&gt;&quot; (ES), which we liked a lot. Curiously we met and old friend and his girlfriend at the theatre, and shared the usual desires to date for some drink, but I still didn't feel motivated to call him. While is no excuse, he didn't do either, anyway I'm happy to know things go fine for them.&lt;br /&gt;&lt;br /&gt;Movies have also taken some time, right now I can remember &quot;&lt;a href=&quot;http://mones.livejournal.com/data/atom&quot;&gt;Burn After Reading&lt;/a&gt;&quot; which we laughed nicely (Silvia more than me though) and &quot;&lt;a href=&quot;http://www.imdb.com/title/tt0411477/&quot; rel=&quot;nofollow&quot;&gt;Hellboy II: The Golden Army&lt;/a&gt;&quot; which didn't left me the same sweet mouth-taste than the first part.&lt;br /&gt;&lt;br /&gt;I've seriously decided to take over my long procrastinated final project at university and finally get my grade. The idea was born several months ago, but got a sudden stop when I went to Madrid early this year. Now I'm back with it. There was some work done previously, and this week of vacation was preparing all the development environment which a Java based webapp requires... which is more of the same I have at work (well, except I'm on Linux here, not XP &lt;tt&gt;:-P&lt;/tt&gt;), but I preferred not to innovate in order of getting things done right.&lt;br /&gt;&lt;br /&gt;At least tomorrow is still vacation...	</description>
	<pubDate>Sun, 19 Oct 2008 18:32:17 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: Vacation, whose vacation?</title>
	<guid>urn:lj:livejournal.com:atom1:mones:99330</guid>
	<link>http://mones.livejournal.com/99330.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
&lt;b&gt;Work&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Yep, supposedly I'm on vacation, but these are not going to be as fun as other years. First Silvia couldn't choose vacation period on September, as we would have wanted and had to split vacation between August and October. I don't like to be on vacation on August for several reasons, but as this year we don't have money to go those nice places we used to go most of these reasons vanish. So far we're practicing some short-range tourism, like having lunch in &lt;a href=&quot;http://en.wikipedia.org/wiki/Cudillero&quot; rel=&quot;nofollow&quot;&gt;Cudillero&lt;/a&gt; and going back home by evening, and some house-keeping ungrateful tasks, like cleaning windows (no pun intended!). I expect the October period to be less static, because not going somewhere feels a bit like having no vacation.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Debian&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;My &lt;a href=&quot;http://lists.debian.org/debian-devel-announce/2008/07/msg00007.html&quot; rel=&quot;nofollow&quot;&gt;Debian stuff is mostly frozen now&lt;/a&gt;, as we're in the way of getting Lenny released &lt;i&gt;soon&lt;/i&gt;. The &lt;a href=&quot;http://lists.debian.org/debian-devel-changes/2008/08/msg01295.html&quot; rel=&quot;nofollow&quot;&gt;newmail crasher is finally fixed also in Debian&lt;/a&gt;, so, unless something really nasty appears in the meantime, &lt;a href=&quot;http://qa.debian.org/developer.php?login=Ricardo+Mones&quot; rel=&quot;nofollow&quot;&gt;current versions&lt;/a&gt; will be the ones shipped in Lenny CDs/DVDs. The only thing I miss is not having a more updated themes package, because current release dates from beginning of 2007 and doesn't contain any of the new &lt;a href=&quot;http://en.wikipedia.org/wiki/Portable_Network_Graphics&quot; rel=&quot;nofollow&quot;&gt;&lt;acronym title=&quot;Portable Network Graphics&quot;&gt;PNG&lt;/acronym&gt;&lt;/a&gt; themes.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Hardware&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;As some may already know my MacBook hard disk (Hitachi 160 Gb) died two or three weeks ago. I've been able to recover most of data from it, thanks to &lt;a href=&quot;http://www.sysresccd.org&quot; rel=&quot;nofollow&quot;&gt;SystemRescueCd&lt;/a&gt; and &lt;a href=&quot;http://wiki.debian.org/DebianInstaller/Rescue/Crypto&quot; rel=&quot;nofollow&quot;&gt;some help to mount encrypted partitions by hand&lt;/a&gt;. Unfortunately one of the lost pieces was the trial-error-made deb package with a mostly working driver for the Atheros wifi card of the MacBook (but only with kernel 2.6.21). As I was stupid enough not to document the process or backup it I guess I will have to start from scratch with that again or fall-back to MacOS X for wifi connectivity.&lt;br /&gt;&lt;br /&gt;The MacBook was 1 year and few months old, but there's a known conflict between which &lt;a href=&quot;http://store.apple.com/Catalog/es/Images/worldwidewarranty.html&quot; rel=&quot;nofollow&quot;&gt;warranty Apple provides (1 year)&lt;/a&gt; and the one supposedly granted by &lt;a href=&quot;http://civil.udg.es/NORMACIVIL/estatal/contract/L23-03.htm&quot; rel=&quot;nofollow&quot;&gt;the Spanish law for consumer goods (2 years)&lt;/a&gt;, and Apple is actively rejecting to follow it (no links, but Google is full of stories). Therefore I've decided not to fight on lost battles and just buy a replacement (another Hitachi but 320 Gb, still don't have it though). Of course I will think thrice before buying anything more from Apple. And for those wandering, no, I don't like to pay another heap of euros for the &quot;AppleCare Protection Plans&quot; when the law already gives me almost the same for free.&lt;br /&gt;&lt;br /&gt;I only hope the disks of my main box not to start failing soon (they're two, they're older and they're spinning most of the time: &lt;tt&gt;14:41:56 up 24 days, 22:07, 13 users,  load average: 0.11, 0.08, 0.09&lt;/tt&gt;).	</description>
	<pubDate>Thu, 21 Aug 2008 12:53:49 +0000</pubDate>
</item>
<item>
	<title>Ricardo Mones: Sardine festival</title>
	<guid>urn:lj:livejournal.com:atom1:mones:99190</guid>
	<link>http://mones.livejournal.com/99190.html</link>
	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/mones.png" width="" height="" alt=""&gt;
Last Friday was holiday for me, and like previous year I went to the &lt;a href=&quot;http://en.wikipedia.org/wiki/Carre%C3%B1o&quot; rel=&quot;nofollow&quot;&gt;Candás&lt;/a&gt; &lt;a href=&quot;http://en.wikipedia.org/wiki/Sardine&quot; rel=&quot;nofollow&quot;&gt;Sardine&lt;/a&gt; Festival. This time it was a bit different because seems now I have &lt;a href=&quot;http://es.youtube.com/watch?v=VRxQdgUrkRE&quot; rel=&quot;nofollow&quot;&gt;my five seconds of fame on the globalised TV&lt;/a&gt;. Only a hint: I'm the one on green, and Lucho is the one pouring (&lt;i&gt;escanciando&lt;/i&gt;) the cider.	</description>
	<pubDate>Thu, 07 Aug 2008 11:44:28 +0000</pubDate>
</item>
<item>
	<title>Tristan Chabredier: Laughin’ my ass off: meretrix ISO-certified works</title>
	<guid>http://www.mollux.org/blog/?p=42</guid>
	<link>http://www.mollux.org/blog/?p=42</link>
<comments>http://www.mollux.org/blog/?p=42#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/wwp-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;Did you know that Meretrix Technologies &amp;#8220;Care About Your Needs&amp;#8221;? That could not tell you anything special, unless you remember that &lt;em&gt;meretrix&lt;/em&gt; is latin for &lt;em&gt;prostitute&lt;/em&gt;. Good to know that they&amp;#8217;re ISO9001 certified &lt;img src=&quot;http://www.mollux.org/blog/wp-includes/images/smilies/icon_biggrin.gif&quot; alt=&quot;:-D&quot; class=&quot;wp-smiley&quot; /&gt; .&lt;/p&gt;
&lt;p&gt;See: &lt;a href=&quot;http://www.meretrix.com/&quot;&gt;http://www.meretrix.com/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Are they really serious, trying to be funny or simply ignorant?&lt;/p&gt;
&lt;p&gt;Moreover, quoting the main page:&lt;/p&gt;
&lt;p&gt;[..]&lt;br /&gt;
&lt;em&gt;We&amp;#8217;re about performance, because you&amp;#8217;re about performance, and we&amp;#8217;re about unleashing the dynamic energy of today&amp;#8217;s technology for you! We understand the importance of standards-compliant open systems technology, and we can provide the complete solutions that you need.&lt;/em&gt;&lt;br /&gt;
[..]&lt;br /&gt;
&lt;em&gt;Here at Meretrix Technologies, we understand the value of Continuous Quality Improvement. We believe that if we can provide constant improvement in our services, that their quality will continue to increase as a result,  particularly over time, and that will, of course, mean greater performance over the long run.&lt;/em&gt;&lt;br /&gt;
[..]&lt;/p&gt;
&lt;p&gt;They sell blue pills maybe?&lt;/p&gt;
&lt;p&gt;And also:&lt;/p&gt;
&lt;p&gt;[..]&lt;br /&gt;
&lt;em&gt;And as part of the Meretrix Vision, as seen by our founder, respected technologist, humanitarian, and bon-vivant Harry Mantakos, we believe that anyone who takes this web page seriously is a complete idiot. Hell, I wasn&amp;#8217;t even wearing pants when I wrote it.&lt;/em&gt;&lt;br /&gt;
[..]&lt;/p&gt;
&lt;p&gt;Definitely not serious. Woud you present your founder with &lt;a href=&quot;http://www.meretrix.com/~harry/images/mantakos-meretrix.jpg&quot;&gt;such a picture&lt;/a&gt;?&lt;/p&gt;	</description>
	<pubDate>Fri, 20 Jun 2008 09:53:57 +0000</pubDate>
</item>
<item>
	<title>Tristan Chabredier: gToDo for IT/OS2008</title>
	<guid>http://www.mollux.org/blog/?p=41</guid>
	<link>http://www.mollux.org/blog/?p=41</link>
<comments>http://www.mollux.org/blog/?p=41#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/wwp-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;This time it&amp;#8217;s just an early port of gToDo to Maemo. With the agreement gToDo&amp;#8217;s author, QBall Cow, I&amp;#8217;ve taken over the maintenance of gToDo 0.x (he&amp;#8217;s focusing at gToDo 2.x, but there&amp;#8217;s still some users using the 0.x version). A preliminary package for maemo is available from &lt;a href=&quot;http://www.mollux.org/maemo/&quot;&gt;my Maemo repository&lt;/a&gt;, it includes few patches from mine (this is why it&amp;#8217;s versioned 0.16.0rc3), but there&amp;#8217;s still some GUI rework needed. Expect an update soon!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.sarine.nl/&quot;&gt;Homepage of gTodo&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://maemo.org/downloads/product/OS2008/gtodo/&quot;&gt;gToDo at maemo.org&lt;/a&gt;
&lt;/p&gt;	</description>
	<pubDate>Thu, 14 Feb 2008 13:38:15 +0000</pubDate>
</item>
<item>
	<title>Tristan Chabredier: Audio Tag Tool and Gringotts for IT/OS2008!</title>
	<guid>http://www.mollux.org/blog/?p=40</guid>
	<link>http://www.mollux.org/blog/?p=40</link>
<comments>http://www.mollux.org/blog/?p=40#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/wwp-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;Editing tags in audio files (OGG/MP3), and carrying your secret keys in a strongbox while travelling with your N810 tablet in your pocket? It&amp;#8217;s now possible!&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve completed the preliminary port of two of my favourite applications to Maemo (IT/OS2008 aka Chinook): Audio Tag Tool and Gringotts. Did some changes to the sources, debian&amp;#8217;ized and created packages (with the necessary dependencies to Gringotts: libmcrypt4, libmhash2 and libgringotts). Asked for authors&amp;#8217; agreement, and here are some &lt;b&gt;early&lt;/b&gt; packages of Audio Tag Tool 0.12.3 and Gringotts 1.2.10pre1! They (and their deps) at available on their respective official download locations as well as by the way of &lt;a href=&quot;http://www.mollux.org/maemo/&quot;&gt;my personal Maemo repository&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://pwp.netcabo.pt/paol/tagtool/&quot;&gt;Homepage of Audio Tag Tool&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://maemo.org/downloads/product/OS2008/audiotagtool/&quot;&gt;Audio Tag Tool at maemo.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://gringotts.berlios.de/&quot;&gt;Homepage of Gringotts&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://maemo.org/downloads/product/OS2008/gringotts/&quot;&gt;Gringotts at maemo.org&lt;/a&gt;&lt;/p&gt;	</description>
	<pubDate>Thu, 14 Feb 2008 09:11:36 +0000</pubDate>
</item>
<item>
	<title>Tristan Chabredier: Pecomato and RsBackup for IT/OS2008</title>
	<guid>http://www.mollux.org/blog/?p=39</guid>
	<link>http://www.mollux.org/blog/?p=39</link>
<comments>http://www.mollux.org/blog/?p=39#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/wwp-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;Pecomato and RsBackup are now available on Maemo IT/OS2008 (Chinook). It was more about doing adaptations than doing real porting process, had to learn a bit of .deb ARM package creation and debian repository setup. Pecomato 0.0.15 and RsBackup 0.0.9 (a Qt4 pre-version) run fine on my N810 tablet, now I can use my picture file process scripts when travelling &lt;img src=&quot;http://www.mollux.org/blog/wp-includes/images/smilies/icon_wink.gif&quot; alt=&quot;;-)&quot; class=&quot;wp-smiley&quot; /&gt; .&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://pecomato.garage.maemo.org/&quot;&gt;Pecomato at garage.maemo.org&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://maemo.org/downloads/product/OS2008/pecomato/&quot;&gt;Pecomato in maemo.org&amp;#8217;s OS2008 catalogue&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://rsbackup.garage.maemo.org/&quot;&gt;RsBackup at garage.maemo.org&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://maemo.org/downloads/product/OS2008/rsbackup/&quot;&gt;RsBackup in maemo.org&amp;#8217;s OS2008 catalogue&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mollux.org/maemo&quot;&gt;The maemo repository, at mollux.org, serving Pecomato and RsBackup .deb&amp;#8217;s.&lt;/a&gt;&lt;/p&gt;	</description>
	<pubDate>Wed, 06 Feb 2008 23:03:55 +0000</pubDate>
</item>
<item>
	<title>Jean-Luc Biord: Qt4 for Maemo tablets available</title>
	<guid>http://www.maemopeople.org/index.php/144@http://www.maemopeople.org/</guid>
	<link>http://www.maemopeople.org/index.php/jlbrd/2007/12/21/qt4_for_maemo_tablets_available</link>
<comments>http://www.maemopeople.org/index.php/jlbrd?p=144&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/jl.png" width="" height="" alt=""&gt;
&lt;p&gt;&lt;img src=&quot;http://qt4.garage.maemo.org/logo.jpg&quot; title=&quot;Qt4&quot; /&gt;This project aims at using Trolltech Qt4 packages on maemo devices. In this way your tablet will be able to run many Qt4 applications. The first step is completed and the user and developper packages are available on &lt;a href=&quot;http://qt4.garage.maemo.org/&quot;&gt;http://qt4.garage.maemo.org&lt;/a&gt;.&lt;br /&gt;
The second work is now the Hildonization: To move the menubar to the menu system and allow to use a virtual keyboard. A first application is already ported, it's SpeedCrunch a fast, high precision and powerful desktop calculator, available in the same repository.&lt;/p&gt;	</description>
	<pubDate>Fri, 21 Dec 2007 20:30:34 +0000</pubDate>
</item>
<item>
	<title>Jean-Luc Biord: XGalaga for OS2008</title>
	<guid>http://www.maemopeople.org/index.php/138@http://www.maemopeople.org/</guid>
	<link>http://www.maemopeople.org/index.php/jlbrd/2007/12/15/xgalaga_for_os2008</link>
<comments>http://www.maemopeople.org/index.php/jlbrd?p=138&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/jl.png" width="" height="" alt=""&gt;
&lt;p&gt;&lt;img src=&quot;http://xgalaga.garage.maemo.org/images/xgalaga2-horiz.png&quot; alt=&quot;&quot; title=&quot;XGalaga&quot; /&gt;&lt;br /&gt;
XGalaga 0.0.7 is now available for OS2008 (n800 and n810). XGalaga is a clone of the classic game Galaga for the X Window System. Xgalaga is a space-invader like game with additional features to produce a more interesting game. Available on the &lt;a href=&quot;http://maemo.org/downloads/product/OS2008/xgalaga/&quot;&gt;Download page&lt;/a&gt;.&lt;/p&gt;	</description>
	<pubDate>Sat, 15 Dec 2007 20:30:55 +0000</pubDate>
</item>
<item>
	<title>Tristan Chabredier: Gallery updates: California</title>
	<guid>http://www.mollux.org/blog/?p=36</guid>
	<link>http://www.mollux.org/blog/?p=36</link>
<comments>http://www.mollux.org/blog/?p=36#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/wwp-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;Hey all,&lt;/p&gt;
&lt;p&gt;back from our short vacation time in California, few days spent with lovely friends of us, who live near San Francisco. Of course, we&amp;#8217;ve added - at last - a bunch of photos to the gallery. They are mostly from San Francisco and few nice places around, and from the High Sierras (Sierra Nevada, Yosemite National Park).&lt;/p&gt;
&lt;p&gt;We&amp;#8217;ve created a smaller folder with some highlights:&lt;br /&gt;
&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/200709xx_highlights&amp;pn=1&quot;&gt;200709xx_highlights&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;All other folders, including few artistic compositions (last two folders):&lt;br /&gt;
&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/20070915_muir_woods&amp;pn=1&quot;&gt;20070915_muir_woods&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/20070915_san_francisco&amp;pn=1&quot;&gt;20070915_san_francisco&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/20070915_stinson&amp;pn=1&quot;&gt;20070915_stinson&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/20070916_monterey_carmel&amp;pn=1&quot;&gt;20070916_monterey_carmel&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/20070917_san_francisco&amp;pn=1&quot;&gt;20070917_san_francisco&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/20070918_sf_academy_of_sciences&amp;pn=1&quot;&gt;20070918_sf_academy_of_sciences&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/20070919_san_francisco&amp;pn=1&quot;&gt;20070919_san_francisco&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/20070919_sf_botanical_garden&amp;pn=1&quot;&gt;20070919_sf_botanical_garden&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/20070919_sf_conservatory_of_flowers&amp;pn=1&quot;&gt;20070919_sf_conservatory_of_flowers&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/20070919_sf_japanese_tea_garden&amp;pn=1&quot;&gt;20070919_sf_japanese_tea_garden&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/20070920_lake_tahoe&amp;pn=1&quot;&gt;20070920_lake_tahoe&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/20070922_bodie&amp;pn=1&quot;&gt;20070922_bodie&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/20070922_mono_lake&amp;pn=1&quot;&gt;20070922_mono_lake&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/20070923_curry_village&amp;pn=1&quot;&gt;20070923_curry_village&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/20070923_mist_trail&amp;pn=1&quot;&gt;20070923_mist_trail&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/200709xx_bw_series&amp;pn=1&quot;&gt;200709xx_bw_series&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/200709xx_on_california_roads&amp;pn=1&quot;&gt;200709xx_on_california_roads&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And a private one, that requires you to log in:&lt;br /&gt;
&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/200709xx_sf_pv&amp;pn=1&quot;&gt;200709xx_sf_pv&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The traditional appetizers:&lt;/p&gt;
&lt;table&gt;
&lt;tr align=&quot;center&quot;&gt;
&lt;td&gt;SF: Golden Gate Bridge&lt;/td&gt;
&lt;td&gt;SF: Market Street&lt;/td&gt;
&lt;td&gt;SF: Conservatory of Flowers&lt;/td&gt;
&lt;/tr&gt;
&lt;tr align=&quot;center&quot;&gt;
&lt;td&gt;&lt;img src=&quot;http://www.mollux.org/blog/wp-content/data/images/20070915_sf_golden_gate.jpg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;&lt;img src=&quot;http://www.mollux.org/blog/wp-content/data/images/20070917_sf_market_street.jpg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;&lt;img src=&quot;http://www.mollux.org/blog/wp-content/data/images/20070919_sf_flower.jpg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr align=&quot;center&quot;&gt;
&lt;td&gt;Lake Tahoe&lt;/td&gt;
&lt;td&gt;Emerald Bay&lt;/td&gt;
&lt;td&gt;Nevada Falls&lt;/td&gt;
&lt;/tr&gt;
&lt;tr align=&quot;center&quot;&gt;
&lt;td&gt;&lt;img src=&quot;http://www.mollux.org/blog/wp-content/data/images/20070920_lake_tahoe.jpg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;&lt;img src=&quot;http://www.mollux.org/blog/wp-content/data/images/20070921_lake_tahoe.jpg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;&lt;img src=&quot;http://www.mollux.org/blog/wp-content/data/images/20070923_nevada_falls.jpg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;And, by the way, I&amp;#8217;ve added some forgotten photos from August 2007, taken in le Clos Lucé, the last residence of Leonardo da Vinci (in Amboise near Tours, France). This was obviously not the right moment to visit it, it was over-crowded with hundreds of Italian (and other usual French, Japanese) tourists, making the visit uncomfortable and a bit stressing. That also explains the lack of interesting pictures, as I dislike shooting in such conditions.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.mollux.org/linpha/viewer.php?album=albums/20070815_clos_luce&amp;pn=1&quot;&gt;20070815_clos_luce&lt;/a&gt;&lt;/p&gt;	</description>
	<pubDate>Fri, 05 Oct 2007 23:20:08 +0000</pubDate>
</item>
<item>
	<title>Tristan Chabredier: Announcing Pecomato 0.0.15</title>
	<guid>http://www.mollux.org/blog/?p=35</guid>
	<link>http://www.mollux.org/blog/?p=35</link>
<comments>http://www.mollux.org/blog/?p=35#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/wwp-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;A critical buffer overrun was found and fixed - there&amp;#8217;s no risk of data loss, just a crash after files are processed. Thus leading to an urgent release, 0.0.15.&lt;/p&gt;
&lt;p&gt;The PECoMaTo page is &lt;a href=&quot;http://www.mollux.org/projects/pecomato/&quot;&gt;here&lt;/a&gt;. &lt;a href=&quot;http://www.mollux.org/projects/pecomato/#download&quot;&gt;Downloads section is here&lt;/a&gt;.&lt;/p&gt;	</description>
	<pubDate>Mon, 01 Oct 2007 07:42:18 +0000</pubDate>
</item>
<item>
	<title>Tristan Chabredier: Announcing Pecomato 0.0.14</title>
	<guid>http://www.mollux.org/blog/?p=33</guid>
	<link>http://www.mollux.org/blog/?p=33</link>
<comments>http://www.mollux.org/blog/?p=33#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/wwp-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;Pecomato 0.0.14 is out!&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve added the possibility to append IPTC records (filter edits) to an existing IPTC chunk. Include/exclude filters are not limited to 100 items anymore. The loading of exclude filters from a file has been fixed (it was broken in 0.0.13). Pecomato is now licensed under GPL v3 or greater. Few RPM packaging rules also changed and I&amp;#8217;ve added .7z archives.&lt;/p&gt;
&lt;p&gt;Starting from 0.0.14, I&amp;#8217;ll only provide GNU/Linux and Windows packages. Other ports will be done on-demand or  according to my spare time and will.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.mollux.org/projects/pecomato/#download&quot;&gt;Jump to the downloads section&lt;/a&gt;. The PECoMaTo page is &lt;a href=&quot;http://www.mollux.org/projects/pecomato/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;	</description>
	<pubDate>Sun, 26 Aug 2007 10:42:04 +0000</pubDate>
</item>
<item>
	<title>Tristan Chabredier: Visit Mollux City!</title>
	<guid>http://www.mollux.org/blog/?p=32</guid>
	<link>http://www.mollux.org/blog/?p=32</link>
<comments>http://www.mollux.org/blog/?p=32#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/wwp-64x64.png" width="" height="" alt=""&gt;
&lt;p&gt;C&amp;#8217;mon, make it grow &lt;img src=&quot;http://www.mollux.org/blog/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; /&gt; . &lt;a href=&quot;http://mollux-city.miniville.fr/&quot;&gt;Click to visit Mollux City!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;center&gt;&lt;br /&gt;
&lt;a href=&quot;http://mollux-city.miniville.fr/&quot;&gt;&lt;br /&gt;
&lt;img src=&quot;http://www.mollux.org/blog/wp-content/data/images/20070802_molluxcity.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Visit Mollux City&lt;/a&gt;&lt;br /&gt;
&lt;/center&gt;&lt;br /&gt;
Now we can &lt;a href=&quot;http://mollux-city.miniville.fr/ind&quot;&gt;increase the industry&lt;/a&gt;, but I wonder if we really should do that!&lt;/p&gt;	</description>
	<pubDate>Thu, 02 Aug 2007 13:36:04 +0000</pubDate>
</item>
<item>
	<title>Jean-Luc Biord: New Maemo release of Claws-mail 2.10.0</title>
	<guid>http://www.maemopeople.org/index.php/103@http://www.maemopeople.org/</guid>
	<link>http://www.maemopeople.org/index.php/jlbrd/2007/07/04/new_maemo_release_of_claws_mail_2_10_0</link>
<comments>http://www.maemopeople.org/index.php/jlbrd?p=103&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/jl.png" width="" height="" alt=""&gt;
&lt;p&gt;Claws-mail 2.10.0 is released by the project team. This version is also available for Maemo platform (Nokia 770 and 800) at &lt;a href=&quot;http://www.claws-mail.org/maemo&quot;&gt;http://www.claws-mail.org/maemo&lt;/a&gt;&lt;/p&gt;	</description>
	<pubDate>Wed, 04 Jul 2007 16:29:40 +0000</pubDate>
</item>
<item>
	<title>Jean-Luc Biord: Plugins available for Maemo Claws-mail</title>
	<guid>http://www.maemopeople.org/index.php/96@http://www.maemopeople.org/</guid>
	<link>http://www.maemopeople.org/index.php/jlbrd/2007/05/04/plugins_available_for_maemo_claws_mail</link>
<comments>http://www.maemopeople.org/index.php/jlbrd?p=96&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/jl.png" width="" height="" alt=""&gt;
&lt;p&gt;A new release of Claws-mail 2.9.2-1 is available on &lt;a href=&quot;http://www.claws-mail.org/maemo&quot;&gt;http://www.claws-mail.org/maemo&lt;/a&gt;. With this release, some plugins are available too:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt; &lt;b&gt;AttachWarner&lt;/b&gt; : Warns when the user composes a message mentioning an attachment in the message body without attaching any files to the message.&lt;/li&gt;
  &lt;li&gt; &lt;b&gt;AttRemover&lt;/b&gt;   : This plugin lets you remove attachments from emails.&lt;/li&gt;
  &lt;li&gt; &lt;b&gt;mailMBOX&lt;/b&gt;     : This plugin handles mailboxes in mbox format.&lt;/li&gt;
  &lt;li&gt; &lt;b&gt;RSSyl&lt;/b&gt;        : This plugin allows you to read your favourite newsfeeds in Claws. RSS 1.0, 2.0 and Atom feeds are currently supported.&lt;/li&gt;
  &lt;li&gt; &lt;b&gt;vCalendar&lt;/b&gt;    : This plugin enables vCalendar message handling like that produced by Evolution or Outlook, and handles webCal subscriptions. It provides a personal calendar and public calendar import and export.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;I packaged only the plugins who seems to be useful on the tablets. Feedbacks are welcome. &lt;/p&gt;	</description>
	<pubDate>Fri, 04 May 2007 15:42:44 +0000</pubDate>
</item>
<item>
	<title>Jean-Luc Biord: New Claws-mail 2.9.1-1 package for Maemo tablets</title>
	<guid>http://www.maemopeople.org/index.php/92@http://www.maemopeople.org/</guid>
	<link>http://www.maemopeople.org/index.php/jlbrd/2007/04/24/new_claws_mail_2_9_1_1_package_for_maemo</link>
<comments>http://www.maemopeople.org/index.php/jlbrd?p=92&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>	<description>
	&lt;img style="float: right;" align="right" src="http://planet.claws-mail.org/images/jl.png" width="" height="" alt=""&gt;
&lt;p&gt;A new package 2.9.1-1 (based on the 2.9.1cvs18) is available on &lt;a href=&quot;http://www.claws-mail.org/maemo/&quot;&gt;http://www.claws-mail.org/maemo/&lt;/a&gt;. This release fixes many bugs with some concerning Maemo tablets. &lt;br /&gt;
Without Ctrl key, the tablet needs a way to multi-select items. For this, a toggle button is now present to the summary view to switch between normal and multiple selection.&lt;/p&gt;	</description>
	<pubDate>Tue, 24 Apr 2007 17:03:21 +0000</pubDate>
</item>

</channel>
</rss>

