<?xml version="1.0" encoding="utf-8"?>
<!-- generator="wordpress/1.5.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
	<title>Pierre's weblog</title>
	<link>http://machard.org/blog</link>
	<description>babblings!</description>
	<pubDate>Wed, 23 Jan 2013 18:56:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1.3</generator>
	<language>en</language>

		<item>
		<title>Install Debian on Dell Vostro200</title>
		<link>http://machard.org/blog/index.php/archives/2007/08/31/install-debian-on-dell-vostro200/</link>
		<comments>http://machard.org/blog/index.php/archives/2007/08/31/install-debian-on-dell-vostro200/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 16:24:12 +0000</pubDate>
		<dc:creator>migus</dc:creator>
		
	<category>Debian</category>
		<guid>http://machard.org/blog/index.php/archives/2007/08/31/install-debian-on-dell-vostro200/</guid>
		<description><![CDATA[	Recently, at work we changed our desktop computers. I&#8217;ve been faced to difficulties with a Dell Vostro200. Vostro had no OS. The hardware is still very recent. After 2 days I finally succeed in it. :
	The content of my box : (lspci and lspci -v).

migus@dazibao:~$ lspci
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev [...]]]></description>
			<content:encoded><![CDATA[	<p>Recently, at work we changed our desktop computers. I&#8217;ve been faced to difficulties with a Dell Vostro200. Vostro had no OS. The hardware is still very recent. After 2 days I finally succeed in it. :</p>
	<p>The content of my box : (<a href="http://migus.nerim.net/vostro200/lspci.txt">lspci</a> and <a href="http://migus.nerim.net/vostro200/lspci-v.txt">lspci -v</a>).<br />
<code><br />
migus@dazibao:~$ lspci<br />
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 02)<br />
00:01.0 PCI bridge: Intel Corporation 82G33/G31/P35/P31 Express PCI Express Root Port (rev 02)<br />
00:19.0 Ethernet controller: Intel Corporation 82562V-2 10/100 Network Connection (rev 02)<br />
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02)<br />
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02)<br />
00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 02)<br />
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02)<br />
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)<br />
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02)<br />
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02)<br />
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02)<br />
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02)<br />
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92)<br />
00:1f.0 ISA bridge: Intel Corporation 82801IR (ICH9R) LPC Interface Controller (rev 02)<br />
00:1f.2 IDE interface: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 4 port SATA IDE Controller (rev 02)<br />
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02)<br />
00:1f.5 IDE interface: Intel Corporation 82801I (ICH9 Family) 2 port SATA IDE Controller (rev 02)<br />
01:00.0 VGA compatible controller: ATI Technologies Inc RV516 [Radeon X1300/X1550 Series]<br />
01:00.1 Display controller: ATI Technologies Inc RV516 [Radeon X1300 Pro] (Secondary)<br />
02:01.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 61)<br />
</code></p>
	<p>So let me explain how I did. </p>
	<ol>
	<li>First, I used a netboot. I downloaded a recent netboot.tar.gz (from Debian website). I downloaded a daily image and use a <a href="http://wiki.debian.org/DebianInstaller/NetbootPXE">Netboot PXE.</a>. Not all the netboot.tar.gz are working&#8230; (That is to say, that I am not sure that all daily snapshot are working). I used this tarball:<br />
<a href="http://migus.nerim.net/vostro200/netboot.tar.gz">http://migus.nerim.net/vostro200/netboot.tar.gz</a><br />
I tried to build my own netboot.tar.gz without success. IRQ conflicts always vanished the debian-installer. I wish I had included the lastest e1000 drivers in my netboot&#8230;</li>
	<p>I had a problem of network hardware (Intel e1000 included in vostro 200 is too recent). So </p>
	<li>I decided to plug the time of my install an old 10OMb/s Ethernet card (e100 with PXE). </li>
	<p>Very quickly I had IRQ conflicts that blocked the disk detection. (SATA Controller had timeout). </p>
	<li>I passed the following arguments to the install command line acpi=off&nbsp;&nbsp;irqpoll&nbsp;&nbsp;vga=791</li>
	<p>Everything went well. The installer finished its work. The box rebooted.</p>
	<li>I downloaded module assistant, kernel-headers, gcc : aptitude install module-assistant gcc linux-headers-2.6.21-2<br />
and the e1000 driver from <a href="http://sf.net/projects/e1000">http://sourceforge.net/projects/e1000/</a>. I just run make install</li>
	<p>(for lspci I ran a update-pciids (8)).
</ol>
	<p>Everyting work well since :-)</p>
	<p><strong>Conclusion :</strong><br />
1) Install an old PCI Ethernet card with PXE<br />
2) <a href="http://www.howtoforge.com/pxe_booting_debian">Install DHCP + PXE</a><br />
2a) Find a netboot.tar.gz that work without freeze. (the tarball on <a href="http://migus.nerim.net/vostro200/netboot.tar.gz">my website works</a>)<br />
2b)Do not forget to plug your USB keyboard in the usb connector just bellow your ethernet connector. (If you don&#8217;t for an unknown reason, when you type on a key, Your box get it twice&#8230;.)<br />
3) Tune the installer command line : acpi=off&nbsp; irqpoll<br />
[let&#8217;s the installer worked]<br />
4) Download e1000 driver<br />
5) Remove your old PCI Ethernet Card.<br />
6) Be happy<br />
6a)If you want to enable acpi into your desktop, once you installed your system you can try acpi=noirq irqpoll. </p>
]]></content:encoded>
			<wfw:commentRSS>http://machard.org/blog/index.php/archives/2007/08/31/install-debian-on-dell-vostro200/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Surprising vim7</title>
		<link>http://machard.org/blog/index.php/archives/2006/06/05/surprising-vim7/</link>
		<comments>http://machard.org/blog/index.php/archives/2006/06/05/surprising-vim7/#comments</comments>
		<pubDate>Mon, 05 Jun 2006 15:20:18 +0000</pubDate>
		<dc:creator>migus</dc:creator>
		
	<category>Debian</category>
		<guid>http://machard.org/blog/index.php/archives/2006/06/05/surprising-vim7/</guid>
		<description><![CDATA[	Today I edited cryptonit&#8217;s debian/changelog with vim 7. 
	

+-&#160;6&#160;lignes&#160;:&#160;cryptonit&#160;(0.9.7-1)&#160;unstable;&#160;urgency=low&#160;&#8211;&#160;Pierre&#160;Machard&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
+&#8211;&#160;7&#160;lignes&#160;:&#160;cryptonit&#160;(0.9.6c-3)&#160;unstable;&#160;urgency=low&#160;&#8211;&#160;Pierre&#160;Machard&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
+&#8211;&#160;7&#160;lignes&#160;:&#160;cryptonit&#160;(0.9.6c-2)&#160;unstable;&#160;urgency=low&#160;&#8211;&#160;Pierre&#160;Machard&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
+&#8211;&#160;7&#160;lignes&#160;:&#160;cryptonit&#160;(0.9.6c-1)&#160;unstable;&#160;urgency=low&#160;&#8211;&#160;Pierre&#160;Machard&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
+&#8211;&#160;6&#160;lignes&#160;:&#160;cryptonit&#160;(0.9.6-1)&#160;unstable;&#160;urgency=low&#160;&#8211;&#160;Pierre&#160;Machard&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;

	That nice but strange a first sight.

]]></description>
			<content:encoded><![CDATA[	<p>Today I edited <a href="http://www.cryptonit.org/">cryptonit</a>&#8217;s debian/changelog with <a href="http://packages.debian.org/vim">vim 7</a>. </p>
	<p><code><br />
<br />
+-&nbsp;6&nbsp;lignes&nbsp;:&nbsp;cryptonit&nbsp;(0.9.7-1)&nbsp;unstable;&nbsp;urgency=low&nbsp;&#8211;&nbsp;Pierre&nbsp;Machard&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
+&#8211;&nbsp;7&nbsp;lignes&nbsp;:&nbsp;cryptonit&nbsp;(0.9.6c-3)&nbsp;unstable;&nbsp;urgency=low&nbsp;&#8211;&nbsp;Pierre&nbsp;Machard&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
+&#8211;&nbsp;7&nbsp;lignes&nbsp;:&nbsp;cryptonit&nbsp;(0.9.6c-2)&nbsp;unstable;&nbsp;urgency=low&nbsp;&#8211;&nbsp;Pierre&nbsp;Machard&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
+&#8211;&nbsp;7&nbsp;lignes&nbsp;:&nbsp;cryptonit&nbsp;(0.9.6c-1)&nbsp;unstable;&nbsp;urgency=low&nbsp;&#8211;&nbsp;Pierre&nbsp;Machard&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
+&#8211;&nbsp;6&nbsp;lignes&nbsp;:&nbsp;cryptonit&nbsp;(0.9.6-1)&nbsp;unstable;&nbsp;urgency=low&nbsp;&#8211;&nbsp;Pierre&nbsp;Machard&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
</code></p>
	<p>That nice but strange a first sight.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://machard.org/blog/index.php/archives/2006/06/05/surprising-vim7/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>First Year of Master in Computer and Science</title>
		<link>http://machard.org/blog/index.php/archives/2005/06/07/first-year-of-master-in-computer-science/</link>
		<comments>http://machard.org/blog/index.php/archives/2005/06/07/first-year-of-master-in-computer-science/#comments</comments>
		<pubDate>Tue, 07 Jun 2005 19:55:36 +0000</pubDate>
		<dc:creator>migus</dc:creator>
		
	<category>General</category>
	<category>Debian</category>
	<category>University</category>
	<category>Traduc</category>
		<guid>http://machard.org/blog/index.php/archives/2005/06/07/first-year-of-master-in-computer-science/</guid>
		<description><![CDATA[	Yeah, such as my friend acid I passed My Master of Computer &#038; Science. Considering that I was away from the unviersity half of my first semester, I am proud of that result.

]]></description>
			<content:encoded><![CDATA[	<p>Yeah, such as my friend <a href="http://julien.danjou.info/blog/index.php/2005/06/07/160-first-year-of-master-in-computer-science">acid</a> I passed My Master of Computer &#038; Science. Considering that I was away from the unviersity half of my first semester, I am proud of that result.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://machard.org/blog/index.php/archives/2005/06/07/first-year-of-master-in-computer-science/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Adapt planetplanet with French settings</title>
		<link>http://machard.org/blog/index.php/archives/2005/06/03/adapt-planetplanet-with-french-settings/</link>
		<comments>http://machard.org/blog/index.php/archives/2005/06/03/adapt-planetplanet-with-french-settings/#comments</comments>
		<pubDate>Fri, 03 Jun 2005 14:19:16 +0000</pubDate>
		<dc:creator>migus</dc:creator>
		
	<category>General</category>
	<category>Debian</category>
	<category>Traduc</category>
		<guid>http://machard.org/blog/index.php/archives/2005/06/03/adapt-planetplanet-with-french-settings/</guid>
		<description><![CDATA[	Today I hacked a little bit on planet in oder to suit with French settings such as timezone and dates. 
	I modified two files planet.py and planetlib.py. I had trouble to display dates in my timezone. The only solution I found was to add (3600 * 2) seconds to the current UTC time. (In France [...]]]></description>
			<content:encoded><![CDATA[	<p>Today I hacked a little bit on <a href="http://planetplanet.org/">planet</a> in oder to suit with French settings such as timezone and dates. </p>
	<p>I modified two files <b>planet.py</b> and <b>planetlib.py</b>. I had trouble to display dates in my timezone. The only solution I found was to add (3600 * 2) seconds to the current UTC time. (In France we are living at GMT+2 in summer)</p>
	<p><code><br />
--- planet-nightly/planet.py    2004-10-01 20:03:20.000000000 +0200<br />
+++ planet.py   2005-06-03 14:31:05.000000000 +0200<br />
@@ -14,6 +14,9 @@<br />
 import sys<br />
 import time<br />
 import os<br />
+import locale<br />
+locale.setlocale(locale.LC_ALL, 'fr_FR')<br />
+</p>
	<p> try:<br />
     import logging<br />
@@ -43,7 +46,7 @@<br />
 OUTPUT_DIR = 'output'<br />
 ITEMS_PER_PAGE = 60<br />
 DAYS_PER_PAGE = 0<br />
-DATE_FORMAT = '%B %d, %Y %I:%M %p'<br />
+DATE_FORMAT = '%d %B %Y %H:%M %p'<br />
 LOG_LEVEL = 'WARNING'</p>
	<p>@@ -218,7 +221,7 @@<br />
                     if days_passed >= days_per_page:<br />
                         continue</p>
	<p>-                info["new_date"] = time.strftime("%B %d, %Y", date)<br />
+                info["new_date"] = time.strftime("%d %B %Y", date)<br />
                 prev_date = date[:3]<br />
             else:<br />
                 info["new_date"] = ""<br />
</code></p>
	<p><code><br />
--- planet-nightly/planetlib.py 2004-10-01 20:03:20.000000000 +0200<br />
+++ planetlib.py        2005-06-03 14:31:35.000000000 +0200<br />
@@ -23,6 +23,10 @@<br />
 import feedparser<br />
 import StringIO<br />
 import sgmllib<br />
+import locale<br />
+locale.setlocale(locale.LC_ALL, 'fr_FR')<br />
+<br />
+</p>
	<p> try:<br />
     import logging<br />
@@ -321,7 +325,8 @@<br />
             # self.offset is the difference from UTC, so add timezone<br />
             offset += self.offset * 3600 + time.timezone</p>
	<p>-        return time.mktime(date) - offset<br />
+        return time.mktime(date) - offset + 3600 * 2<br />
+</p>
	<p>     def format_date(self, date, fmt=None):<br />
         """Formats a date for output.<br />
</code>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://machard.org/blog/index.php/archives/2005/06/03/adapt-planetplanet-with-french-settings/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Passing the TOEIC</title>
		<link>http://machard.org/blog/index.php/archives/2005/05/12/passing-the-toeic/</link>
		<comments>http://machard.org/blog/index.php/archives/2005/05/12/passing-the-toeic/#comments</comments>
		<pubDate>Thu, 12 May 2005 17:24:54 +0000</pubDate>
		<dc:creator>migus</dc:creator>
		
	<category>General</category>
	<category>Debian</category>
	<category>University</category>
		<guid>http://machard.org/blog/index.php/archives/2005/05/12/passing-the-toeic/</guid>
		<description><![CDATA[	After the TOEFL, today I had the results of my TOEIC. My score is 885, not as well as acid but I am proud of it (Yeah, a golden Certificate of Achievement) ;-)
]]></description>
			<content:encoded><![CDATA[	<p>After the <a href="http://machard.org/blog/?p=19">TOEFL</a>, today I had the results of my <a href="http://www.toeic.org/">TOEIC</a>. My score is 885, not as well as <a href="http://julien.danjou.info/blog/index.php/2005/05/12/154-toeic/">acid</a> but I am proud of it (Yeah, a golden Certificate of Achievement) ;-)</p>
]]></content:encoded>
			<wfw:commentRSS>http://machard.org/blog/index.php/archives/2005/05/12/passing-the-toeic/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>My blogger code</title>
		<link>http://machard.org/blog/index.php/archives/2005/02/09/my-blogger-code/</link>
		<comments>http://machard.org/blog/index.php/archives/2005/02/09/my-blogger-code/#comments</comments>
		<pubDate>Wed, 09 Feb 2005 08:19:28 +0000</pubDate>
		<dc:creator>migus</dc:creator>
		
	<category>General</category>
	<category>Debian</category>
		<guid>http://machard.org/blog/index.php/archives/2005/02/09/my-blogger-code/</guid>
		<description><![CDATA[	Thanks to planet.debian.org I was informed of the blogger code.
	My blogger code is the following:
B4 d++ t+ k+ s- u-- f- i o+ x e l c--
]]></description>
			<content:encoded><![CDATA[	<p>Thanks to <a href="http://planet.debian.org/">planet.debian.org</a> I was informed of the <a href="http://www.leatheregg.com/cgi-local/bloggercode.cgi">blogger code</a>.</p>
	<p>My blogger code is the following:<br />
<code>B4 d++ t+ k+ s- u-- f- i o+ x e l c--</code></p>
]]></content:encoded>
			<wfw:commentRSS>http://machard.org/blog/index.php/archives/2005/02/09/my-blogger-code/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Results for the TOEFL</title>
		<link>http://machard.org/blog/index.php/archives/2005/02/09/results-for-the-toefl/</link>
		<comments>http://machard.org/blog/index.php/archives/2005/02/09/results-for-the-toefl/#comments</comments>
		<pubDate>Wed, 09 Feb 2005 08:17:11 +0000</pubDate>
		<dc:creator>migus</dc:creator>
		
	<category>General</category>
	<category>Debian</category>
	<category>University</category>
	<category>Traduc</category>
		<guid>http://machard.org/blog/index.php/archives/2005/02/09/results-for-the-toefl/</guid>
		<description><![CDATA[	I finaly receive my results of TOEFL last saturday, I am proud to announce that I get 227 as Total score. For those who would worry about such score, please do not. It&#8217;s a computer based test. That is to say that if I had taken the paper based test, I would get 567.

]]></description>
			<content:encoded><![CDATA[	<p>I finaly receive my results of <a href="http://www.toefl.org">TOEFL</a> last saturday, I am proud to announce that I get 227 as Total score. For those who would worry about such score, please do not. It&#8217;s a computer based test. That is to say that if I had taken the paper based test, I would get 567.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://machard.org/blog/index.php/archives/2005/02/09/results-for-the-toefl/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Passing the TOEFL</title>
		<link>http://machard.org/blog/index.php/archives/2005/01/08/passing-the-toefl/</link>
		<comments>http://machard.org/blog/index.php/archives/2005/01/08/passing-the-toefl/#comments</comments>
		<pubDate>Sat, 08 Jan 2005 21:57:06 +0000</pubDate>
		<dc:creator>migus</dc:creator>
		
	<category>General</category>
	<category>Debian</category>
		<guid>http://machard.org/blog/index.php/archives/2005/01/08/passing-the-toefl/</guid>
		<description><![CDATA[	Yesterday, I passed the TOEFL. The computer based test. I am waiting for the results however, at first sight it does not seem that bad:
	
	
	Computer-Based Test Score Scale
	
	
	Listening
	23 / 30
	
	
	Structure/Writing
	09 - 27 / 30
	
	
	Reading
	23 / 30
	
	
	Total Score
	183 - 243 / 300
	
	
	The final score will provide the mark for Structure / Writing.  I do not [...]]]></description>
			<content:encoded><![CDATA[	<p>Yesterday, I passed the TOEFL. The computer based test. I am waiting for the results however, at first sight it does not seem that bad:</p>
	<table border="1" cellpadding="7" cellspacing="0">
	<tr>
	<td colspan="2"><center><strong>Computer-Based Test Score Scale</strong></center></td>
	</tr>
	<tr>
	<td class="white">Listening</td>
	<td class="white">23 / 30</td>
	</tr>
	<tr>
	<td class="white">Structure/Writing</td>
	<td class="white">09 - 27 / 30</td>
	</tr>
	<tr>
	<td class="white">Reading</td>
	<td class="white">23 / 30</td>
	</tr>
	<tr>
	<td class="white">Total Score</td>
	<td class="white">183 - 243 / 300</td>
	</tr>
	</table>
	<p>The final score will provide the mark for Structure / Writing.  I do not know yet If I will study in an american university. The goal of this TOEFL was to have a proof about my English level, and who knows perhaps studying in a foreing country next year. FYI I am currently in first year of a Master of Computer and Science in France.</p>
	<p>My best training was Debian. We are always working in English, it helps a lot. Evenif develepers&#8217; mother tongue is not English. If somebody knows an intersteting university, not too expansive, drop me an email. In France we have that chance that our tuition fee is very low</p>
]]></content:encoded>
			<wfw:commentRSS>http://machard.org/blog/index.php/archives/2005/01/08/passing-the-toefl/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Lobbying for a decent French localization in mozilla</title>
		<link>http://machard.org/blog/index.php/archives/2004/11/29/lobbying-for-a-decent-french-localization-in-mozilla/</link>
		<comments>http://machard.org/blog/index.php/archives/2004/11/29/lobbying-for-a-decent-french-localization-in-mozilla/#comments</comments>
		<pubDate>Mon, 29 Nov 2004 18:07:03 +0000</pubDate>
		<dc:creator>migus</dc:creator>
		
	<category>General</category>
	<category>Debian</category>
	<category>Traduc</category>
		<guid>http://machard.org/blog/index.php/archives/2004/11/29/lobbying-for-a-decent-french-localization-in-mozilla/</guid>
		<description><![CDATA[	Last night on the topic of #traduc on irc.oftc.net, the topic mentioned the following URL:
https://bugzilla.mozilla.org/show_bug.cgi?id=194498
	In French typo we have non-breakable spaces. The problem is that currently mozilla does not handle these non-breakable spaces correclty. It simply replaces non-breakable spaces by &#8220;normal&#8221; spaces. It renders some forms, filenames and wiki very dirty. You could help solving [...]]]></description>
			<content:encoded><![CDATA[	<p>Last night on the topic of <a href="http://www.traduc.org">#traduc</a> on <a href="http://www.oftc.net">irc.oftc.net</a>, the topic mentioned the following URL:<br />
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=194498 ">https://bugzilla.mozilla.org/show_bug.cgi?id=194498</a></p>
	<p>In French typo we have non-breakable spaces. The problem is that currently mozilla does not handle these non-breakable spaces correclty. It simply replaces non-breakable spaces by &#8220;normal&#8221; spaces. It renders some forms, filenames and wiki very dirty. You could help solving this issue by voting for this bug. </p>
	<p>For more information, read the whole bug repport. Please <strong>VOTE for this bug!</strong>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://machard.org/blog/index.php/archives/2004/11/29/lobbying-for-a-decent-french-localization-in-mozilla/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Does my Real life come back ?</title>
		<link>http://machard.org/blog/index.php/archives/2004/10/28/does-my-real-life-come-back/</link>
		<comments>http://machard.org/blog/index.php/archives/2004/10/28/does-my-real-life-come-back/#comments</comments>
		<pubDate>Wed, 27 Oct 2004 23:11:36 +0000</pubDate>
		<dc:creator>migus</dc:creator>
		
	<category>General</category>
	<category>Debian</category>
		<guid>http://machard.org/blog/index.php/archives/2004/10/28/does-my-real-life-come-back/</guid>
		<description><![CDATA[	I am always in convalescence after the aggression I was victim on september 6th. My body is now in good shape, but my moral is very low. I am not doing many things. But that&#8217;s not the subject of this post. These last days at home, my family decided to install a wifi network. Since [...]]]></description>
			<content:encoded><![CDATA[	<p>I am always in convalescence after the aggression I was victim on september 6th. My body is now in good shape, but my moral is very low. I am not doing many things. But that&#8217;s not the subject of this post. These last days at home, my family decided to install a wifi network. Since I am _the_technician_ of the house - you probably know that, when someone meet a problem on his PC, he never forget to get in touch with you - my policy was to let only PC under Linux to connect to the Internet with the wifi. This occasion was a great opportunity to test <a href="http://www.ubuntulinux.org">ubuntu</a>. In the past I had tested <a href="http://www.progeny.com">progeny</a>, and I quickly come to Debian. Not because Progeny was bad, but because it was perhaps too early to have a stable distribution only working with a GUI. I was very surprised by Ubuntu, first because its look is very nice, but the most important is that ubuntu brings a lot of nice tools unavailable under Debian testing or unstable : Gnome 2.8  for ex.  I was not a fanatic of gnome, but a few month ago I tried Gnome as soon as 2.6 entered into our distribution. Now I am still using gnome (I am using gnome-terminal a lot). </p>
	<p>I read a lot of emails, posts and comments about ubuntu, but to be honnest ubuntu makes me wonder about the future of Debian. I am not sad, but to my mind we have to resolve our problems in a near future otherwise our project will loose its energy, its maintainers, and its users.</p>
	<p>Strong projects from Debian have been included into Ubuntu, the others have &#8220;not yet been integrated&#8221; or have been ignored&#8230; I do not want to make here a judgment on debian maintainers but we have to see the reality in front. 3 examples to show the interest of Ubuntu:</p>
	<ol>The debian-installer has been included without major changes because it&#8217;s nice and because Joey Hess is doing a nice work (He is not alone, but he realised a very big work). </ol>
	<ol> Some people from the gnome-team have been recruited by canonical (that&#8217;s a great opportunity for them, and I deeply belive that canonical did a good choice). </ol>
	<ol>Ubuntu is providing an up-to-date distribution with security support and the most important packages (other packages, from universe are only included to provide a lot of packages to ubuntu users).
</ol>
	<p>Let&#8217;s go back a few seconds on the gnome-team. (Note that I am not involved in maintaining gnome)<br />
What interest for people involved in gnome-team, when they must upload the lastest stable release of gnome (2.8) only in experimental, and when gnome users are only repporting bugs that have been fixed in 2.8 ? If I remember correctly, a few month ago (before the summer) the gnome-team was obliged to convince the release team that gnome 2.6 was not breaking gnome 2.4 because we were about to release Sarge. Now, gnome 2.8 has been released, we still do not have released Sarge. Are gnome-maintainers supposed to wait for the release of Sarge before uploading 2.8 into unstable ? I understand that they are interested by Ubuntu. Nobody can blame those guys. Ubuntu is based on gnome 2.8 and I can tell you that It works well.</p>
	<p>I really belive that some &#8220;key persons&#8221; on the Debian project should stop focusing on their own person, and should recognise the reality. Debian is not on the good way. I wish I had not such idea, but unfortunately currently I do not think that we are doing the right things (except debian-installer, gnome-team and translators). I am really tired to see people complaining that Ubuntu is not intersting. Sorry guys, but at least test it.</p>
	<p>I am still using Debian on my PCs. But today I was obliged to grab packages from ubuntu to use gnome 2.8&#8230; My question is simple today I started to grab packages from Ubuntu, gnome was the first, what packages will follow on the list ? And I wonder if I will see Debian as motivating than in the past when I decided to join the project.</p>
	<p>P.S. I do not know if my low motivation on Debian is a consequence of my agression, or if it&#8217;s related to Ubuntu and the indifference of some Debian maintainers that refuse to see that Debian is on a difficult path.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://machard.org/blog/index.php/archives/2004/10/28/does-my-real-life-come-back/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>
