<?xml version="1.0" encoding="UTF-8"?>

<rss version='2.0'
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
    <channel>
        <!-- This XML Feed shows details for the page Planet Debian -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>Planet Debian</title>
        <description>&lt;p&gt;Planet Debian &amp;#8211; http://planet.debian.org/&lt;/p&gt;
</description>
                <category>Debian</category>
        <category>community</category>

        <pubDate>Tue, 14 Mar 2006 13:28:03 -0800</pubDate>
        <lastBuildDate>Tue, 14 Mar 2006 13:28:03 -0800</lastBuildDate>
            
        <item>
            <title>Frank Lichtenheld: Moving a mailing list from SF.net to another Mailman instance</title>
            <link>http://swik.net/Debian/Planet+Debian/Frank+Lichtenheld%3A+Moving+a+mailing+list+from+SF.net+to+another+Mailman+instance/cbvwq</link>
            <description>&lt;img src=&quot;http://planet.debian.org/heads/djpig.png&quot; width=&quot;72&quot; height=&quot;85&quot; alt=&quot;&quot; style=&quot;float: right;&quot;&gt;&lt;p&gt;I had to move a mailing list from &lt;a href=&quot;http://sf.net/&quot;&gt;SourceForge&lt;/a&gt; to a self-hosted Mailman
instance while preserving all the user options. Since one has no shell access
to these SF&#039;s Mailman I decided to extract the information from the Web-Interface,
which sadly enough is no easy task. There is no complete list available but only
chunked by starting letter and in groups of 30 addresses or less.&lt;/p&gt;

&lt;p&gt;Since the mailing list in question had about 1500 subscribers manual transcription
was really no option. So I wrote a small script that automatically extracts all the
information and outputs it in a CSV-like format.&lt;/p&gt;

&lt;p&gt;I&#039;ve also hacked Mailman&#039;s add_members script to set all these options from this
format.&lt;/p&gt;

&lt;p&gt;In case someone finds this useful, both are available on my &lt;a href=&quot;http://source.djpig.de/git/&quot;&gt;git
server&lt;/a&gt; under free licenses:&lt;/p&gt;

&lt;dl&gt;
	&lt;dt&gt;&lt;a href=&quot;http://source.djpig.de/git/?p=denx/mailman-migrate.git;a=blob;f=grab-subscribers.pl;hb=HEAD&quot;&gt;grab-subscribers.pl&lt;/a&gt;&lt;/dt&gt;
	&lt;dd&gt;Extract subscriber information from Mailman Web-Interface with LWP.&lt;/dd&gt;

	&lt;dt&gt;&lt;a href=&quot;http://source.djpig.de/git/?p=denx/mailman-migrate.git;a=blob;f=add_members;hb=HEAD&quot;&gt;add_members&lt;/a&gt;&lt;/dt&gt;
	&lt;dd&gt;Use the information extracted by &lt;tt&gt;grab-subscribers.pl&lt;/tt&gt; to populate a Mailman mailing
	list.&lt;/dd&gt;

&lt;/dl&gt;

&lt;p&gt;DISCLAIMER: This is hacked together really quickly and was used exactly once. Don&#039;t expect too much.&lt;/p&gt;</description>
            
            <pubDate>Thu, 07 Aug 2008 17:07:58 -0700</pubDate>
        </item>
            
        <item>
            <title>Gustavo Noronha Silva: 7 Aug 2008</title>
            <link>http://swik.net/Debian/Planet+Debian/Gustavo+Noronha+Silva%3A+7+Aug+2008/cbvrj</link>
            <description>&lt;img src=&quot;http://planet.debian.org/heads/kov.png&quot; width=&quot;65&quot; height=&quot;86&quot; alt=&quot;&quot; style=&quot;float: right;&quot;&gt;So it is currently possible to use simple library calls in
glib-based code to run something as root, by taking
advantage of the gksu policykit mechanism:

&lt;p&gt; &lt;code&gt;
    GksuProcess* gksu_process_new(const gchar
*working_directory, const gchar **arguments);&lt;br/&gt;
    gboolean gksu_process_spawn_async(GksuProcess *process,
GError **error); 
&lt;/code&gt;

&lt;p&gt; The DBus service already works; it is able to setup the
environment and X authorization correctly. There is still
lots to do; startup notification is still not handled, and
dealing with the application&amp;rsquo;s stdandard output and error
messages, as well as providing a way for the caller to send
stuff into the processe&amp;rsquo;s standard input. It is already
possible to start an application and know that it has been
finished, though.

&lt;p&gt; As for the code:

&lt;p&gt; &lt;code&gt;
    $ git clone git://kov.eti.br/srv/git/gksu-polkit.git/ 
&lt;/code&gt;

&lt;p&gt; Criticism is welcome!

&lt;p&gt; In other news&amp;hellip; I&amp;rsquo;d like to ask our dear lazy web if anyone
is using some nice way of providing only posts tagged in
specific categories in a feed in wordpress. I&amp;rsquo;d like to use
that to provide my posts to planet debian from my wordpress
install.&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;</description>
            
            <pubDate>Thu, 07 Aug 2008 16:07:47 -0700</pubDate>
        </item>
            
        <item>
            <title>Junichi Uekawa: gettext locale bug.</title>
            <link>http://swik.net/Debian/Planet+Debian/Junichi+Uekawa%3A+gettext+locale+bug./cbvlq</link>
            <description>&lt;img src=&quot;http://planet.debian.org/heads/dancer.png&quot; width=&quot;75&quot; height=&quot;97&quot; alt=&quot;&quot; style=&quot;float: right;&quot;&gt;gettext locale bug.
	  I debugged &lt;a href=&quot;http://bugs.debian.org/492907&quot;&gt;492907&lt;/a&gt; today. 
	  Contrary to my initial impression, it looks like a bug in libgettext-ruby1.8.
	  charset for cs_CZ is ISO-8859-2, but ruby thinks it is UTF-8.</description>
            
            <pubDate>Thu, 07 Aug 2008 15:08:01 -0700</pubDate>
        </item>
            
        <item>
            <title>Stefano Zacchiroli: yay from debcamp8</title>
            <link>http://swik.net/Debian/Planet+Debian/Stefano+Zacchiroli%3A+yay+from+debcamp8/cbvlp</link>
            <description>&lt;h1&gt;DebCamp8, shakiness, planes, &lt;code&gt;python-debian&lt;/code&gt;&lt;/h1&gt;
&lt;p&gt;Well, not unexpected news, but since I&#039;ve been rather quite
lately it is worth reminding that &lt;em&gt;I&#039;m now at &lt;a href=&quot;http://debconf8.debconf.org/&quot;&gt;DebConf8&lt;/a&gt;&lt;/em&gt;, enjoying the
DebCamp. I&#039;ve arrived today after a quite long trip made of
unexpected extra plane stops in Madrid (thanks Iberia for not
declaring it and letting me ponder about how can it possibly take
16 hours from Barcelona to Buenos Aires, now I know the reason ...)
and shaky bus hours.&lt;/p&gt;
&lt;p&gt;First tiny teeny achievement of DebCamp (among a handful of
beers already) is an upload of &lt;a href=&quot;http://packages.debian.org/sid/python-debian&quot;&gt;&lt;code&gt;python-debian&lt;/code&gt;&lt;/a&gt;
0.1.11, implementing among other things &lt;a href=&quot;http://upsilon.cc/~zack/blog/planet-debian/../posts/2008/07/python-debian_w_dependency_parsing/&quot;&gt;support for
parsed dependencies&lt;/a&gt; and a major overhaul changelog parsing
(thanks to James Westby). Unfortunately we are going to miss Lenny
with this release, but after all it is a package mostly meant for
Debian Developers, so it is probably not a big deal.&lt;/p&gt;</description>
            
            <pubDate>Thu, 07 Aug 2008 15:08:01 -0700</pubDate>
        </item>
            
        <item>
            <title>Jaldhar Vyas: 6 Down 999,999,994 To Go</title>
            <link>http://swik.net/Debian/Planet+Debian/Jaldhar+Vyas%3A+6+Down+999%2C999%2C994+To+Go/cbvlo</link>
            <description>&lt;img src=&quot;http://planet.debian.org/heads/jaldhar.png&quot; width=&quot;104&quot; height=&quot;102&quot; alt=&quot;&quot; style=&quot;float: right;&quot;&gt;&lt;p&gt;Congratulations to Kartik who finally &lt;a href=&quot;http://ftbfs.wordpress.com/2008/08/06/i-am-dd-now/&quot;&gt;became a Debian Developer&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There is definitely a lot of interest in Debian in India&amp;mdash;even more if you count Ubuntu. Unfortunately interest is not translating into participation.  Why are we seeing so little involvement in the project from Indians?  What can we do to convert &quot;users&quot; to &quot;builders&quot;?&lt;/p&gt;

&lt;p&gt;If you have any thoughts on the matter I would like to hear about them.&lt;/p&gt;</description>
            
            <pubDate>Thu, 07 Aug 2008 15:08:01 -0700</pubDate>
        </item>
            
        <item>
            <title>Junichi Uekawa: Ubuntu kernels not working with qemubuilder.</title>
            <link>http://swik.net/Debian/Planet+Debian/Junichi+Uekawa%3A+Ubuntu+kernels+not+working+with+qemubuilder./cbvln</link>
            <description>&lt;img src=&quot;http://planet.debian.org/heads/dancer.png&quot; width=&quot;75&quot; height=&quot;97&quot; alt=&quot;&quot; style=&quot;float: right;&quot;&gt;Ubuntu kernels not working with qemubuilder.

	  I&#039;ve seen reports that Ubuntu kernels don&#039;t work because
	  they have /dev/sda instead of /dev/hda for IDE devices.  I&#039;m
	  not entirely sure that&#039;s a clever thing to do, but I&#039;m not
	  entirely sure if it&#039;s a clever thing to hardcode /dev/hda
	  for i386/amd64 qemu architectures.</description>
            
            <pubDate>Thu, 07 Aug 2008 15:08:01 -0700</pubDate>
        </item>
            
        <item>
            <title>MJ Ray: RFID Security and Stability</title>
            <link>http://swik.net/Debian/Planet+Debian/MJ+Ray%3A+RFID+Security+and+Stability/cbvlm</link>
            <description>&lt;img src=&quot;http://planet.debian.org/heads/mjray2.png&quot; width=&quot;65&quot; height=&quot;94&quot; alt=&quot;&quot; style=&quot;float: right;&quot;&gt;&lt;p&gt;While developing an RFID extension for &lt;a href=&quot;http://www.koha.org/&quot;&gt;the Koha library catalogue system&lt;/a&gt; over the last few months, I&amp;#8217;ve learned a lot about I-Code tags and security systems, but I&amp;#8217;ve not yet looked into Mifare yet, which is the other big RFID product line from NXP.  I have been seeing &lt;a href=&quot;http://news.bbc.co.uk/1/hi/england/london/7524754.stm&quot;&gt;several&lt;/a&gt; reports of &lt;a href=&quot;http://news.bbc.co.uk/1/hi/england/london/7503197.stm&quot;&gt;problems&lt;/a&gt; with Oyster (which is Mifare-based) and &lt;a href=&quot;http://news.bbc.co.uk/1/hi/technology/7516869.stm&quot;&gt;a crack to be published&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I thought Mifare was meant to be a much tougher product than I-Code. I&amp;#8217;m surprised and disappointed that NXP&amp;#8217;s reaction to a hack was to try to prevent publication. I haven&amp;#8217;t heard from any suppliers about vulnerabilities, so I doubt that NXP are passing the message on to all Mifare-operators yet.  They should tell Mifare operators so that they can protect themselves.  It looks like the head-in-sand approach to security, which is very worrying.&lt;/p&gt;
&lt;p&gt;At least one of our RFID systems is Mifare-capable (which is why I think we should have been told about this vulnerability), so I&amp;#8217;ll look into that when I get some spare time (March 2012 perhaps?) unless someone points me at a link with juicy details.&lt;/p&gt;</description>
            
            <pubDate>Thu, 07 Aug 2008 15:08:01 -0700</pubDate>
        </item>
            
        <item>
            <title>Russell Coker: A Basic IPVS Configuration</title>
            <link>http://swik.net/Debian/Planet+Debian/Russell+Coker%3A+A+Basic+IPVS+Configuration/cbvll</link>
            <description>&lt;p&gt;I have just configured IPVS on a Xen server for load balancing between multiple virtual hosts.  The benefit is not load balancing but management.  With two virtual machines providing a service I can gracefully shut one down for maintenance and have the other take the load.  When there are two machines providing a service a load balancing configuration is much better than a hot-spare, one reason is the fact that there may be application scaling issues that prevent one machine with twice the resources from giving as much performance as two smaller machines.  Another is the fact that if you have a machine configured but never used there will always be some doubt as to whether it would work&amp;#8230;&lt;/p&gt;
&lt;p&gt;The first thing to do is to assign the IP address of the service to the front-end machine so that other machines on the segment (IE routers) will be able to send data to it.  If the address for the service is 10.0.0.5 then the command &amp;#8220;&lt;b&gt;ip addr add dev eth0 10.0.0.5/24 broadcast +&lt;/b&gt;&amp;#8221; will make it a secondary address on the &lt;b&gt;eth0&lt;/b&gt; interface.  On a Debian system you would add the line &amp;#8220;&lt;b&gt;up ip addr add dev eth0 10.0.0.5/24 broadcast + || true&lt;/b&gt;&amp;#8221; to the appropriate section of &lt;b&gt;/etc/network/interfaces&lt;/b&gt;, for a Red Hat system it seems that &lt;b&gt;/etc/rc.local&lt;/b&gt; is the best place for it.  I expect that it would be possible to merely advertise the IP address via ARP without adding it to the interface, but the ability to ping the IPVS server on the service address seems useful and there seems no benefit in not assigning the address.&lt;/p&gt;
&lt;p&gt;There are three methods used by IPVS for forwarding packets, gatewaying/routing (the default), IPIP encapsulation (tunneling), and masquerading.  The gatewaying/routing method requires the back-end server to respond to requests on the service address.  That would mean assigning the address to the back-end server without advertising it via ARP (which seems likely to have some issues for managing the system).  The IPIP encapsulation method requires setting up IPIP which seemed like it would be excessively difficult (although maybe not more than required to set up masquerading).  The masquerading option (which I initially chose) rewrites the packets to have the IP address of the real server.  So for example if the service address is 10.0.0.5 and the back-end server has the address 10.0.1.5 then it will see packets addresses to 10.0.1.5.  A benefit of masquerading is that it allows you to use different ports, so for example you could have a non-virtualised mail server listening on port 25 and a back-end server for a virtual service listening on port 26.  While there is no practical limit to the number of private IP addresses that you might use it seems easier to manage servers listening on different ports with the same IP address - and there is the issue of server programs that are not written to support binding to an IP address.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;ipvsadm -A -t 10.0.0.5:25 -s lblc -p&lt;br/&gt;
ipvsadm -a -t 10.0.0.5:25 -r 10.0.1.5 -m&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;The above two commands create an IPVS configuration that listens on port 25 of IP address 10.0.0.5 and then masquerades connections to 10.0.1.5 on port 25 (the default is to use the same port).&lt;/p&gt;
&lt;p&gt;Now the problem is in getting the packets to return via the IPVS server.  If the IPVS server happens to be your default gateway then it&amp;#8217;s not a problem and it will already be working after the above two commands (if a service is listening on 10.0.1.5 port 25).&lt;/p&gt;
&lt;p&gt;If the IPVS server is not the default gateway and you have only one IP address on the back-end server then this will require using netfilter to mark the packets and then route based on the packet matching.  Marking via netfilter also seems to be the only well documented way of doing similar things.  I spent some time working on this and didn&amp;#8217;t get it working.  However having multiple IP addresses per server is a recommended practice anyway (a back-end interface for communication between servers as well as a front-end interface for public data).&lt;/p&gt;
&lt;p&gt;&lt;b&gt;ip rule add from 10.0.1.5 table 1&lt;br/&gt;
ip route add default via 10.0.0.1 table 1&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;I use the above two commands to set up a new routing table for the data for the virtual service.  The first line causes any packets from &lt;b&gt;10.0.1.5&lt;/b&gt; to be sent to routing table 1 (I currently have a rough plan to have table numbers match ethernet device numbers, the data in question is going out device eth1).  The second line adds a default router to table 1 which sends all packets to 10.0.0.1 (the private IP address of the IPVS server).&lt;/p&gt;
&lt;p&gt;Then it SHOULD all be working, but in the network that I&amp;#8217;m using (RHEL4 DomU and RHEL5 Dom0 and IPVS) it doesn&amp;#8217;t.  For some reason the data packets from the DomU are not seen as part of the same TCP stream (both in Net Filter connection tracking and by the TCP code in the kernel).  So I get an established connection (3 way handshake completed) but no data transfer.  The server sends the SMTP greeting repeatedly but nothing is received.  At this stage I&amp;#8217;m not sure whether there is something missing in my configuration or whether there&amp;#8217;s a bug in IPVS.  I would be happy to send tcpdump output to anyone who wants to try and figure it out.&lt;/p&gt;
&lt;p&gt;My next attempt at this was via routing.  I removed the &amp;#8220;&lt;b&gt;-m&lt;/b&gt;&amp;#8221; option from the &lt;b&gt;ipvsadm&lt;/b&gt; command and added the service IP address to the back-end with the command &amp;#8220;&lt;b&gt;ifconfig lo:0 10.0.0.5 netmask 255.255.255.255&lt;/b&gt;&amp;#8221; and configured the mail server to bind to port 25 on address 10.0.0.5.  Success at last!&lt;/p&gt;
&lt;p&gt;Now I just have to get Piranha working to remove back-end servers from the list when they fail.&lt;/p&gt;
&lt;p&gt;Update:  It&amp;#8217;s quite important that when adding a single IP address to device &lt;b&gt;lo:0&lt;/b&gt; you use a netmask of &lt;b&gt;255.255.255.255&lt;/b&gt;.  If you use the same netmask as the front-end device (which would seem like a reasonable thing to do) then (with RHEL4 kernels at least) you get proxy ARPs by default.  For example you used netmask 255.255.255.0 to add address 10.0.0.5 to device lo:0 then on device eth0 the machine will start answering ARP requests for 10.0.0.6 etc.  Havoc then ensues.&lt;/p&gt;
&lt;p class=&quot;akst_link&quot;&gt;&lt;a href=&quot;http://etbe.coker.com.au/?p=691&amp;amp;akst_action=share-this&quot; title=&quot;E-mail this, post to del.icio.us, etc.&quot; id=&quot;akst_link_691&quot; class=&quot;akst_share_link&quot; rel=&quot;nofollow&quot;&gt;Share This&lt;/a&gt;
&lt;/p&gt;</description>
            
            <pubDate>Thu, 07 Aug 2008 15:08:01 -0700</pubDate>
        </item>
            
        <item>
            <title>Sandro Tosi: Another info source for Debian</title>
            <link>http://swik.net/Debian/Planet+Debian/Sandro+Tosi%3A+Another+info+source+for+Debian/cbvlk</link>
            <description>It seems that &lt;span&gt;#debian-devel@OFTC&lt;/span&gt; channel topic is used to inform for some particular situations, even grave ones (like HP Fort Collins outage of today).&lt;br/&gt;&lt;br/&gt;But what to do if you&#039;d like to be alerted for such situation and you can&#039;t check IRC, or you prefer different communication medium (like mails or feeds)?&lt;br/&gt;&lt;br/&gt;There is a nice &lt;a href=&quot;http://wiki.debian.org/TopicDebianDevel&quot;&gt;page&lt;/a&gt; on &lt;a href=&quot;http://wiki.debian.org/&quot;&gt;wiki.d.o&lt;/a&gt; that&#039;s been updated every time that &lt;span&gt;#debian-devel@OFTC&lt;/span&gt; topic is changed. So, go there and simply &lt;a href=&quot;http://wiki.debian.org/TopicDebianDevel?action=subscribe&quot;&gt;subscribe&lt;/a&gt; to it (and you&#039;ll receive emails every time the page is changed). There should be a way to get an RSS feed from a MoinMoin page, but can&#039;t find a way: suggestions?</description>
            
            <pubDate>Thu, 07 Aug 2008 15:08:01 -0700</pubDate>
        </item>
            
        <item>
            <title>Lucas Nussbaum: Exporting logs from Suunto X6HR watches on Linux</title>
            <link>http://swik.net/Debian/Planet+Debian/Lucas+Nussbaum%3A+Exporting+logs+from+Suunto+X6HR+watches+on+Linux/cbvlj</link>
            <description>&lt;img src=&quot;http://planet.debian.org/heads/lucas.png&quot; width=&quot;70&quot; height=&quot;88&quot; alt=&quot;&quot; style=&quot;float: right;&quot;&gt;&lt;p&gt;I&amp;#8217;m the happy owner of a nice geeky toy: a Suunto X6HR watch, that includes an altimeter and an heart rate monitor, which I use mainly for moutain biking and hiking.&lt;/p&gt;
&lt;p&gt;During outings, the watch can log the altitude and heart rate every 2, 10 or 60 seconds, and the data can be transfered to a PC using a serial interface. The problem is that Suunto only provides software for Windows. I got tired of using virtualbox to connect to the watch (qemu doesn&amp;#8217;t work, Suunto Activity Manager apparently does strange things with the serial port), so I reverse-engineered the protocol (using &lt;a href=&quot;http://www.saunalahti.fi/sacco/skimanager/&quot;&gt;skimanager&lt;/a&gt; and &lt;a href=&quot;http://wiki.terre-adelie.org/SuuntoX6HR&quot;&gt;Jérome Kieffer&amp;#8217;s work&lt;/a&gt; as a basis) and implemented a script to fetch the logs, and export them in a format suitable for gnuplot.&lt;/p&gt;
&lt;p&gt;Of course, &lt;a href=&quot;http://www.lucas-nussbaum.net/suuntux/&quot;&gt;Suuntux&lt;/a&gt; is publicly available.  I&amp;#8217;d be happy to hear from you if it works for you too. Also, if you own a Suunto X6 (similar watch, without HRM), I&amp;#8217;d be interested in supporting it too (if it&amp;#8217;s not supported already).&lt;/p&gt;
&lt;p&gt;Below is a example graph, from a short mountain bike ride just before leaving for Debconf.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.lucas-nussbaum.net/suuntux/suuntux.png&quot; alt=&quot;example suuntux output&quot;/&gt;&lt;/p&gt;</description>
            
            <pubDate>Thu, 07 Aug 2008 15:08:01 -0700</pubDate>
        </item>
            
        <item>
            <title>Aigars Mahinovs: Better now!</title>
            <link>http://swik.net/Debian/Planet+Debian/Aigars+Mahinovs%3A+Better+now%21/cbvli</link>
            <description>&lt;img src=&quot;http://planet.debian.org/heads/aigarius_hg.png&quot; width=&quot;85&quot; height=&quot;116&quot; alt=&quot;&quot; style=&quot;float: right;&quot;&gt;&lt;p&gt;As soon as my laptop came back from repairs, I started to feel better - being back with 1920&amp;#215;1200 resolution is great! NVidia is much more stable than ATi and Intel wireless is just great!&lt;/p&gt;
&lt;p&gt;And then last weekend I was in Berlin for the FFII board meeting and used the opportunity to see the city with my girlfriend. I must say that there is a lot of interesting things to see in Berlin.The things I would recommend everyone are: go to the Zoo (5-7 hours of superb fun), then take bus 100 to Alexander Platz (driving by all the main landmarks), go up on the TV tower, then come down and sometime late in the night go to &lt;a href=&quot;http://wikitravel.org/en/Berlin#Clubs&quot;&gt;&amp;#8216;Weekend&amp;#8217; dance club&lt;/a&gt;.&lt;/p&gt;</description>
            
            <pubDate>Thu, 07 Aug 2008 15:08:01 -0700</pubDate>
        </item>
            
        <item>
            <title>Aigars Mahinovs: Paris Hilton</title>
            <link>http://swik.net/Debian/Planet+Debian/Aigars+Mahinovs%3A+Paris+Hilton/cbvlh</link>
            <description>&lt;img src=&quot;http://planet.debian.org/heads/aigarius_hg.png&quot; width=&quot;85&quot; height=&quot;116&quot; alt=&quot;&quot; style=&quot;float: right;&quot;&gt;&lt;p&gt;&amp;#8230; I find that I am actually respecting her after &lt;a href=&quot;http://www.funnyordie.com/videos/64ad536a6d&quot;&gt;this&lt;/a&gt;.&lt;/p&gt;</description>
            
            <pubDate>Thu, 07 Aug 2008 15:08:01 -0700</pubDate>
        </item>
            
        <item>
            <title>Clint Adams: NM teaches shameful doublespeak for non-free</title>
            <link>http://swik.net/Debian/Planet+Debian/Clint+Adams%3A+NM+teaches+shameful+doublespeak+for+non-free/cbs4a</link>
            <description>&lt;img src=&quot;http://planet.debian.org/heads/clint.png&quot; width=&quot;80&quot; height=&quot;88&quot; alt=&quot;&quot; style=&quot;float: right;&quot;&gt;&lt;div&gt;
	  &lt;p&gt;The worst thing an idealist can be is practical.  I see this
problem nearly every day when people are trying to comply with
laws, rules, regulations, standards, or what-have-you.  You
fail to meet the objective, so you smudge reality and make
compromises.  Well, we cannot reasonably drive under the speed
limit so let&#039;s arbitrarily make up our own limit (10 mph over)
and stick to that.  That way we endure the hardship of having
to comply with &lt;em&gt;something&lt;/em&gt; but not the extreme and unattainable
hardship of complying with the &lt;em&gt;real thing&lt;/em&gt;.  Nevermind that
some people actually obey the speed limit; that&#039;s just anecdotal
evidence or a fluke or some other excuse you can use to
disregard the fact that what you are claiming is impossible is
actually possible.&lt;/p&gt;

&lt;p&gt;That&#039;s an example of a rule mandated by an external power
(the oppressor you theoretically owe your allegiance to
or the oppressor you are on loan to).  Where idealism really
comes into play is when people choose their own oppression,
be that a formal religion, moral code that they got from
a pamphlet somebody was handing out on the sidewalk, or
other voluntarily-adopted standards of behavior.&lt;/p&gt;

&lt;p&gt;Then you end up with raw-food vegans who eat pepperoni
pizza twice a week, environmentalists who drive cars,
PETA members who keep pets, feminists who are lapsitters,
Christians who sin, people who claim that things are
best-effort, and people who claim that things that are
obviously part of other things are not really part of
those things.&lt;/p&gt;

	  &lt;/div&gt;</description>
            
            <pubDate>Wed, 06 Aug 2008 18:11:26 -0700</pubDate>
        </item>
            
        <item>
            <title>Ingo Juergensmann: 2008 M68k Porter Meeting</title>
            <link>http://swik.net/Debian/Planet+Debian/Ingo+Juergensmann%3A+2008+M68k+Porter+Meeting/cbsvd</link>
            <description>Joey &lt;a href=&quot;http://lists.debian.org/debian-68k/2008/08/msg00002.html&quot; title=&quot;mailed lately&quot;&gt;mailed lately&lt;/a&gt; just
another announcement for the &lt;a href=&quot;http://wiki.ffis.de/m68k/Meeting2008&quot; title=&quot;m68k porter meeting&quot;&gt;m68k port
ermeeting&lt;/a&gt;. This year in Kiel from August 29th - 31st: &lt;br/&gt;
&lt;br/&gt;
&lt;blockquote&gt;Executive summary:&lt;br/&gt;
&lt;br/&gt;
  2008 M68k Linux Porter Meeting&lt;br/&gt;
  August 29th - 31st&lt;br/&gt;
  University of Kiel, Germany&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
This summer we are organising a Linux porter meeting especially&lt;br/&gt;
targetting the m68k architecture.  During the meeting current problems&lt;br/&gt;
of the m68k architecture, its integration in Debian, releases&lt;br/&gt;
etc. will be discussed.&lt;br/&gt;
&lt;br/&gt;
The meeting will take place at the last weekend in August (29-31) at&lt;br/&gt;
the University of Kiel, Germany.  Details and participants are&lt;br/&gt;
collected here: &lt;br/&gt;
&lt;br/&gt;
This meeting is evolved from the Oldenburg porter meeting that has&lt;br/&gt;
started with the m68k architecture but had to stop two years ago.&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
Interested developers and supporters are invited to join the meeting&lt;br/&gt;
and help develop the m68k port of Linux.&lt;br/&gt;
&lt;br/&gt;
If you are interested to attend this meeting, please drop Christian&lt;br/&gt;
(cts) or me a note or add yourself to the Wiki page.&lt;br/&gt;
&lt;br/&gt;
Regards,&lt;br/&gt;
&lt;br/&gt;
	Joey&lt;br/&gt;
&lt;br/&gt;
&lt;/blockquote&gt;&lt;br/&gt;
&lt;br/&gt;
Despite all the problems the m68k faced in the last years, we&#039;re still alive and &lt;a href=&quot;http://unstable.buildd.net/buildd/m68k_stats.png&quot; title=&quot;performing fine&quot;&gt;performing fine&lt;/a&gt;. Part of the meeting
will be discussion about the current changes of the m68k port like Aranym buildds and other stuff. &lt;br/&gt;
&lt;br/&gt;
So, if you&#039;re interested in the m68k port or the experience of the m68k porters for your embedded architecture, come to
Kiel and visit us! :-)&lt;br/&gt;
&lt;br/&gt;</description>
            
            <pubDate>Wed, 06 Aug 2008 13:14:24 -0700</pubDate>
        </item>
            
        <item>
            <title>Christian Perrier: Holidays report</title>
            <link>http://swik.net/Debian/Planet+Debian/Christian+Perrier%3A+Holidays+report/cbstq</link>
            <description>&lt;img src=&quot;http://planet.debian.org/heads/bubulle.png&quot; width=&quot;69&quot; height=&quot;85&quot; alt=&quot;&quot; style=&quot;float: right;&quot;&gt;Sure, that sounds fairly formal to send a report for holidays, doesn&#039;t it?
&lt;p&gt;
Anyway, as I have a few (often Debian/FLOSS related) friends around
the world who are reading my blog entries, this might interest them so that&#039;s indeed a report..:-)...and I have time for it, so...
&lt;p&gt;
I&#039;m currently going back from Cahors to Maurepas (home), on my way to Debconf. We spent 10 days in Cahors with Elizabeth and the girls, finally joined by Jean-Baptiste on Sunday. We had great time over there, enjoying the richness of Quercy:
&lt;ul&gt;
&lt;li&gt;heat (I need that before MDQ winter)
&lt;li&gt;nice running spots: for once, I could run by starting from the bottom of hills, climbing *up* and finishing down. I ran a lot, sometimes on very hard tours such as 18km with 300m positive height difference. I also did a few &quot;fast&quot; runs (&quot;fast&quot; here would make a few Debian friends laugh a lot, isn&#039;t it Ralf, Dirk.....)
&lt;li&gt;medieval architecture in Gourdon, Martel, St-Cirq Lapopie, Cahors...
&lt;li&gt;peace of the Lot valley
&lt;li&gt;Cahors wine: strong and tasty, of course
&lt;li&gt;Rocamadour and Trappe d&#039;Echourgnac cheese (I won&#039;t bring Rocamadour at Debconf as it wouldn&#039;t survive)
&lt;li&gt;rest, sleep
&lt;li&gt;McDonald&#039;s parking lot for network connectivity
&lt;li&gt;very little hacking
&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;
So, I&#039;m now heading back home, assemble stuff and will take off for Debconf on Thursday 7th (Paris Orly to Madrid, then Buenos Aires via Air Europa: IIRC nobody from Debconf is in the same flight).
&lt;p&gt;
&quot;Assemble stuff&quot; here also means collecting cheese for the now famous Debconf Cheese&amp;amp;Wine party. That one will be tricky to achieve as most of us are coming from quite far away and...there are only 6 French citizens who attend DC8..:-)). Anyway, I already know that my fellow Nicolas François (namely nominated as Assistance CheeseMaster recently) will bring some good stuff. I haven&#039;t decided yet what to bring. I might be influenced by my holidays, so cheeses from South-West France are highly probable. Cahors wine will be the choice (prepare yourself: that is strong stuff).
&lt;p&gt;
At Debconf itself, we&#039;ll have a quite busy schedule. I intend to mostly work along with Felipe, Nicolas, Grisu and others on i18n.debian.net. I&#039;ll have to animate the i18n sessions for which I want to prepare some schedule instead of just &quot;lat&#039;s gather and talk&quot; which didn&#039;t work so well last year, IMHO.
&lt;p&gt;
And I have that bloody keynote lecture which, BTW, could be rescheduled if I properly read debconf-discuss as, finally 9am for keynotes seems to be considered too early for the late birds at DC8...:-)... We&#039;ll see: I will certainly have something that&#039;s not very well cooked and prepared. Expect some improvisation: this year I didn&#039;t want to stress myself with a talk, slides and blahblah.
&lt;p&gt;
Elizabeth will come back from Cahors on Saturday with the kids. She&#039;ll have a holiday week at her father&#039;s place whil ethe kids will....do their stuff at Maurepas (this is what happens when kids are grown up).
&lt;p&gt;
We&#039;ll gather together again on Aug 18th and I go back to work on 19th. Crazy, I know but I have a very busy and full work schedule for the upcoming next 2 months.
&lt;p&gt;
September will be a hard time to go through: Jean-Baptiste will start his &quot;Licence Profesionnelle&quot; in Automated and Embarked Systems. He&#039;ll do it in shared time: half-time at university for classes and half-time working in a company (which turns out to be Essilor, the world leader for progressive glasses....and the company which Elizabeth is working for). He&#039;ll stay at my sister-in-law place during the week (30km away from our place but closer from university and work).
&lt;p&gt;
Sophie, our 18-year old daughter, will spend the year in Toulouse, to prepare the admission in a Social Workers school. She&#039;ll have her own apartment, in the very center of the city, 20 meters away from Place du Capitole. Annoying, isn&#039;t it ? :-)
&lt;p&gt;
So, we&#039;ll mostly stay with our &quot;little&quot; Magali, our 16 y.o. who will
be attending High School, on her way to Baccalauréat. Tell us about
shrinking families....
&lt;p&gt;
Now time to work on some slides for the Debconf keynote. Damn.&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;</description>
            
            <pubDate>Wed, 06 Aug 2008 12:14:08 -0700</pubDate>
        </item>
            
        <item>
            <title>Matthew Garrett</title>
            <link>http://swik.net/Debian/Planet+Debian/Matthew+Garrett/cbstp</link>
            <description>&lt;img src=&quot;http://planet.debian.org/heads/mjg59.png&quot; width=&quot;69&quot; height=&quot;85&quot; alt=&quot;&quot; style=&quot;float: right;&quot;&gt;Testing 2.6.27-rc2 with the current released (not development) BIOS on the Foxconn G33M reveals the following:&lt;ul&gt;&lt;li&gt;There are no ACPI errors on boot, other than the (irrelevant) OEMB table (there are in previous kernels, stuff&#039;s clearly been fixed in .26 or so. Can&#039;t really be bothered digging through to find out what)&lt;li&gt;The system fails to reboot if it has been suspended and resumed. The fix is &lt;a href=&quot;http://www.codon.org.uk/~mjg59/tmp/foxconn.diff&quot;&gt;three lines long&lt;/a&gt;, one of which is a comment and one of which is blank.&lt;li&gt;The system is otherwise perfectly stable.&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;Summary: Almost all problems caused by bugs in Linux, one problem caused by BIOS vendors interpreting the ACPI specification differently to the Linux implementation and trivially worked around. No sabotage.&lt;br/&gt;&lt;br/&gt;Thanks very much to Carl at Foxconn for being able to get me information about what was causing the reboot issue - I spent significantly longer putting the system together than I did fixing it.</description>
            
            <pubDate>Wed, 06 Aug 2008 12:14:08 -0700</pubDate>
        </item>
            
        <item>
            <title>Wouter Verhelst: Re: Akademy</title>
            <link>http://swik.net/Debian/Planet+Debian/Wouter+Verhelst%3A+Re%3A+Akademy/cbsto</link>
            <description>&lt;img src=&quot;http://planet.debian.org/heads/wouter2.png&quot; width=&quot;68&quot; height=&quot;85&quot; alt=&quot;&quot; style=&quot;float: right;&quot;&gt;&lt;p&gt;Kris &lt;a href=&quot;http://www.krisbuytaert.be/blog/node/707&quot;&gt;blogs&lt;/a&gt;
about akademy being in Sint-Katelijne-Waver&amp;mdash;which, since I moved to
Mechelen, is &lt;a href=&quot;http://maps.google.com/maps/ms?ie=UTF8&amp;amp;hl=nl&amp;amp;t=h&amp;amp;msa=0&amp;amp;ll=51.04679,4.493065&amp;amp;spn=0.101446,0.219727&amp;amp;z=12&amp;amp;msid=106868774167495708687.000453ce3b143df44bd13&quot;&gt;my
backyard&lt;/a&gt;, really&amp;mdash;and wonders why nobody in the Belgian FLOSS
community talked about it.&lt;/p&gt;
&lt;p&gt;It&#039;s not that I didn&#039;t know; &lt;a href=&quot;http://pusling.com/blog/&quot;&gt;Sune Vuorela&lt;/a&gt;, one of our Debian KDE
developers, mentioned it to me a few months ago. He knew about our
office in Mechelen, since he slept there at some FOSDEM a few years
back. Of course, my first reaction was &quot;oh, you&#039;ll pay me a visit then,
right?&quot;, though I quickly realized &quot;hang on, won&#039;t I be in &lt;a href=&quot;http://debconf8.debconf.org&quot;&gt;Argentina&lt;/a&gt; then?&quot;&lt;/p&gt;
&lt;p&gt;Turns out that&#039;s was the case. So I didn&#039;t bother blogging; perhaps I
should have.&lt;/p&gt;
&lt;p&gt;Thing is, I&#039;ve always felt like the Belgian FLOSS community is
somewhat disjunct. It shouldn&#039;t be; we have a bunch of healthy and
working &lt;a href=&quot;http://www.belgian-lugs.be&quot;&gt;community&lt;/a&gt; &lt;a href=&quot;http://planet.grep.be/&quot;&gt;communication&lt;/a&gt; &lt;a href=&quot;http://news.grep.be&quot;&gt;things&lt;/a&gt;, we have &lt;a href=&quot;http://www.geekdinner.be&quot;&gt;timely dinner meetings&lt;/a&gt; and &lt;a href=&quot;http://www.bsdrinken.be&quot;&gt;drink meetings&lt;/a&gt;; and we even have a &lt;a href=&quot;http://www.fosdem.org&quot;&gt;big important international developers
meeting in the heart of our country&lt;/a&gt;. Even with that, I feel that
more could be done. For example, I would probably like more unorganized
social gatherings (say, more &quot;lets-have-a-beer-now&quot; type of meetings),
and other things.&lt;/p&gt;
&lt;p&gt;Is this just me? I dunno.&lt;/p&gt;</description>
            
            <pubDate>Wed, 06 Aug 2008 12:14:08 -0700</pubDate>
        </item>
            
        <item>
            <title>Kartik Mistry: I AM DD now!</title>
            <link>http://swik.net/Debian/Planet+Debian/Kartik+Mistry%3A+I+AM+DD+now%21/cbsrn</link>
            <description>&lt;img src=&quot;http://planet.debian.org/heads/kartik.png&quot; width=&quot;75&quot; height=&quot;90&quot; alt=&quot;&quot; style=&quot;float: right;&quot;&gt;&lt;div class=&quot;snap_preview&quot;&gt;&lt;br/&gt;&lt;p&gt;* I think it will take time to have updated status on &lt;a href=&quot;https://nm.debian.org/nmstatus.php?email=kartik.mistry%40gmail.com&quot;&gt;my NM status page&lt;/a&gt; but I can&amp;#8217;t resist myself because,&lt;/p&gt;
&lt;p&gt;- kartik@debian.org works&lt;/p&gt;
&lt;p&gt;- I updated &lt;a href=&quot;http://db.debian.org&quot;&gt;db.debian.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- Added uid in my GPG key and synchronized it with Debian Keyserver&lt;/p&gt;
&lt;p&gt;- Updated &lt;a href=&quot;http://www.debian.org/devel/developers.loc&quot;&gt;Developers location&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So, in short, all these things means:&lt;/p&gt;
&lt;h1&gt;I AM DD NOW!&lt;/h1&gt;
&lt;p&gt;Many thanks to My family (Koki, Mom, Papa, brother Rinit and Little Kavin for supporting and encouraging me during this long journey), Jaldhar Vyas for advocating my application, my AM Mohammed Adnène Trojette (adn), all kind and helpful sponsors of my n number of packages (jaldhar, mones, adn, daniel (special thanks for number of uploads), pabs, joeyh for Festival upload, rkrishnan, acid, tolimar, twerner, bubulle, nijel, bernat, marillat, akumar, hertzog and finally gwolf).&lt;/p&gt;
&lt;p&gt;Special mention and thanks to bubulle and sam - for coming down and having nice meet at BLR during foss.in/2007, that gave my power back to continue my work when I was frustrated with certain situations.&lt;/p&gt;
&lt;p&gt;Another special thanks to dear friends - nirav, pradeepto, tuxmaniac and atul chitnis for always encouraging me for my Debian work.&lt;/p&gt;
&lt;p&gt;In short, you all people rocks!&lt;/p&gt;
&lt;p&gt;Now, what next?&lt;/p&gt;
&lt;p&gt;I will keep continue doing my packging work as it is, I have plan to get involve more in near future, but as of now - I first need give time and focus RC bugs for Lenny &lt;img src=&quot;http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif&quot; alt=&quot;P&quot; class=&quot;wp-smiley&quot;/&gt;&lt;/p&gt;
&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/categories/ftbfs.wordpress.com/468/&quot;/&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/tags/ftbfs.wordpress.com/468/&quot;/&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/ftbfs.wordpress.com/468/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/ftbfs.wordpress.com/468/&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/ftbfs.wordpress.com/468/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/ftbfs.wordpress.com/468/&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/ftbfs.wordpress.com/468/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/ftbfs.wordpress.com/468/&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/ftbfs.wordpress.com/468/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/ftbfs.wordpress.com/468/&quot;/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/ftbfs.wordpress.com/468/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/ftbfs.wordpress.com/468/&quot;/&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=ftbfs.wordpress.com&amp;amp;blog=2766354&amp;amp;post=468&amp;amp;subd=ftbfs&amp;amp;ref=&amp;amp;feed=1&quot;/&gt;&lt;/div&gt;</description>
            
            <pubDate>Wed, 06 Aug 2008 11:12:32 -0700</pubDate>
        </item>
            
        <item>
            <title>David Welton: langpop.com in Tim Bray&#039;s OSCON keynote</title>
            <link>http://swik.net/Debian/Planet+Debian/David+Welton%3A+langpop.com+in+Tim+Bray%27s+OSCON+keynote/cbsp0</link>
            <description>&lt;p&gt;It was neat to see &quot;&lt;a href=&quot;http://www.langpop.com&quot;&gt;langpop.com&lt;/a&gt;&quot; on the screeen during Tim Bray&#039;s talk at OSCON (contains a link to the video):&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.tbray.org/ongoing/When/200x/2008/08/05/Annotated-OSCON-Keynote&quot;&gt;http://www.tbray.org/ongoing/When/200x/2008/08/05/Annotated-OSCON-Keynote&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The talk itself was an overview of the state of programming languages. However, 15 minutes is not enough time to do the topic justice, but if you&#039;re not a language geek, it&#039;s not a bad survey, and I really like his style: he&#039;s fair when he points out the good and the bad.  Like him, I am sick of PHP and do not care to use it any time in the near future, but that doesn&#039;t mean there aren&#039;t a lot of good things to be said about it.  In any case, I&#039;m honored that Tim used langpop.com as a source for his talk.&lt;/p&gt;</description>
            
            <pubDate>Wed, 06 Aug 2008 10:11:56 -0700</pubDate>
        </item>
            
        <item>
            <title>Pablo Lorenzzoni: 100-thousand and counting</title>
            <link>http://swik.net/Debian/Planet+Debian/Pablo+Lorenzzoni%3A+100-thousand+and+counting/cbsbq</link>
            <description>&lt;img src=&quot;http://planet.debian.org/heads/spectra.png&quot; width=&quot;65&quot; height=&quot;89&quot; alt=&quot;&quot; style=&quot;float: right;&quot;&gt;&lt;p&gt;For those of you wondering how is the battle against the &lt;a href=&quot;http://www.nardol.org/2008/7/18/the-new-brazilian-internet-surveillance&quot;&gt;Brazilian Internet Surveillance Bill&lt;/a&gt;, I have to report we already got more than 100-thousand people to sign the &lt;a href=&quot;http://www.petitiononline.com/veto2008/petition.html&quot;&gt;petition&lt;/a&gt;. You can check the current count in the image on the right. I am updating it every 15 minutes, so you can even use its &lt;span class=&quot;caps&quot;&gt;URL&lt;/span&gt; in another place (as are some people doing already).&lt;/p&gt;


	&lt;p&gt;The bill will be voted by the Chamber-of-Deputies any time now… We heard it would be on yesterday, but apparently it was not even enlisted for this week. This doesn’t mean much, since the Deputies can hold an “out-of-list” voting… we’ll be watching.&lt;/p&gt;


	&lt;p&gt;Meanwhile, I read an article by &lt;a href=&quot;http://samadeu.blogspot.com/2008/08/china-azeredo-e-sociedade-do-controle.html&quot;&gt;Sérgio Amadeu&lt;/a&gt; that summarizes some of our feeling about that bill. Are we in the Western World (allegedly freedom lovers) turning into control-freaks? A whole lot of people I know are not even offended by this bill! These are the same people that don’t think it’s weird that &lt;span class=&quot;caps&quot;&gt;USA&lt;/span&gt; claimed the right to &lt;a href=&quot;http://www.theregister.co.uk/2008/08/01/us_customs_laptop_seizures/&quot;&gt;seize any storage device&lt;/a&gt; entering their borders, for any time they want, with no warranted privacy. Are we in a middle of a paradigm shift? Are we accepting less freedom? What would George Orwell think of that?&lt;/p&gt;


	&lt;p&gt;Maybe we got in a wormhole and ended up in 1984…&lt;/p&gt;</description>
            
            <pubDate>Wed, 06 Aug 2008 05:12:42 -0700</pubDate>
        </item>
            
        <item>
            <title>Julien Danjou: The nochange-log</title>
            <link>http://swik.net/Debian/Planet+Debian/Julien+Danjou%3A+The+nochange-log/cbsbp</link>
            <description>&lt;img src=&quot;http://planet.debian.org/heads/jdanjou.png&quot; width=&quot;100&quot; height=&quot;84&quot; alt=&quot;&quot; style=&quot;float: right;&quot;&gt;&lt;p&gt;Saw in base-files changelog:&lt;/p&gt;


&lt;pre&gt;base-files (4.0.5) unstable; urgency=low
[…]
* It&#039;s still soon to change /etc/debian_version. Please be patient.

-- Santiago Vila &amp;lt;sanvila@debian.org&amp;gt;  Tue,  5 Aug 2008 18:06:06 +0200&lt;/pre&gt;


&lt;p&gt;Applause.&lt;/p&gt;</description>
            
            <pubDate>Wed, 06 Aug 2008 05:12:42 -0700</pubDate>
        </item>
            
    </channel>
</rss>
