<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Julien Valroff &#187; Planet Debian</title>
	<atom:link href="http://www.kirya.net/tag/planet-debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kirya.net</link>
	<description>Debian Developer &#38; Free software contributor</description>
	<lastBuildDate>Sat, 04 Feb 2012 14:05:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Switched to nginx</title>
		<link>http://www.kirya.net/2011/12/switched-to-nginx/</link>
		<comments>http://www.kirya.net/2011/12/switched-to-nginx/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 13:45:11 +0000</pubDate>
		<dc:creator>Julien</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[http server]]></category>
		<category><![CDATA[Linode]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[Planet Debian]]></category>

		<guid isPermaLink="false">http://www.kirya.net/?p=973</guid>
		<description><![CDATA[I have recently switched my http server from Apache to nginx. The switch was mostly painless thanks to the good documentation available on the nginx wiki. I have been able to move all my public virtual hosts, and have already noticed the improvement on how fast the pages load. Here is a sample graph of [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently switched my http server from <a href="http://www.apache.org">Apache</a> to <a href="http://www.nginx.org">nginx</a>. The switch was mostly painless thanks to the good documentation available on the <a href="http://wiki.nginx.org">nginx wiki</a>.</p>
<p>I have been able to move all my public virtual hosts, and have already noticed the improvement on how fast the pages load. Here is a sample graph of the disk I/O rates of my linode showing before/after the switch to nginx:</p>
<p><a href="http://www.kirya.net/wp-content/uploads/2011/12/linode_io_graph.png"><img src="http://www.kirya.net/wp-content/uploads/2011/12/linode_io_graph.png" alt="" title="linode_io_graph" width="223" height="180" class="aligncenter size-full wp-image-974" /></a></p>
<p>I only had an issue with <a href="http://status.net/opensource">StatusNet</a> due to the default behavior of spawn-cgi to not spawn any <abbr class="uttInitialism" title="PHP: Hypertext Preprocessor">PHP</abbr> child except if told otherwise. I also had to fix the <a href="http://wordpress.org/extend/plugins/openid/">OpenID plugin</a> for <a href="http://wordpress.org/">WordPress</a>, as per <a href="https://github.com/grange/wordpress-openid/commit/64c22a9c09603952a43bc1d0f611a7f6d082bca5">this commit</a>.</p>
<p>For now, I keep apache running for the DSPAM Web UI, which requires <em>suexec</em>. I know I can easily run the CGI through a different user, but still have to polish my setup for FastCGI.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.kirya.net/2011/12/switched-to-nginx/' addthis:title='Switched to nginx '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.kirya.net/2011/12/switched-to-nginx/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My own StatusNet instance</title>
		<link>http://www.kirya.net/2011/12/my-own-statusnet-instance/</link>
		<comments>http://www.kirya.net/2011/12/my-own-statusnet-instance/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 20:33:31 +0000</pubDate>
		<dc:creator>Julien</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[microblogging]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Planet Debian]]></category>

		<guid isPermaLink="false">http://www.kirya.net/?p=966</guid>
		<description><![CDATA[After using identi.ca microblogging patform for 2 years or so, I have recently decided to set up my own StatusNet instance to benefit from the power of federation. The setup is quite easy, but I still have some tuning left. Most of the plugins I have tried (XMPP, realtime and twitter bridge) were very resource [...]]]></description>
			<content:encoded><![CDATA[<p>After using <a href="http://identi.ca">identi.ca</a> microblogging patform for 2 years or so, I have recently decided to set up my own <a href="http://status.net">StatusNet</a> instance to benefit from the power of federation.</p>
<p>The setup is quite easy, but I still have some tuning left. Most of the plugins I have tried (XMPP, realtime and twitter bridge) were very resource intensive, especially for my tiny virtual server, I hence had to disable them. I can live without them.</p>
<p>You can now follow my dents on <a href="http://sn.kirya.net">sn.kirya.net</a>. If you were following me on identi.ca, please update your subscription, the account will remain there but I do not expect to use it anymore.</p>
<p>The <a href="http://status.net/2011/12/20/identi-ca-down">current problems with identi.ca</a> show how important federation and decentralization are. My timeline is very quiet for now though, I encourage more people to setup their own instances.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.kirya.net/2011/12/my-own-statusnet-instance/' addthis:title='My own StatusNet instance '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.kirya.net/2011/12/my-own-statusnet-instance/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Openbox 3.5 &amp; xdg autostart</title>
		<link>http://www.kirya.net/2011/10/openbox-3-5-xdg-autostart/</link>
		<comments>http://www.kirya.net/2011/10/openbox-3-5-xdg-autostart/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 18:40:27 +0000</pubDate>
		<dc:creator>Julien</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[autostart]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[diehard]]></category>
		<category><![CDATA[Openbox]]></category>
		<category><![CDATA[Planet Debian]]></category>
		<category><![CDATA[xdg]]></category>

		<guid isPermaLink="false">http://www.kirya.net/?p=955</guid>
		<description><![CDATA[Since the 3.5.0 release, Openbox automatically starts applications with .desktop files in /etc/xdg/autostart. This was already the case with previous releases when setting the . $GLOBALAUTOSTART instruction in the autostart script. This instruction is now deprecated. This has puzzled me as some applications were started twice in my Openbox session: those launched via my ~/.config/openbox/autostart [...]]]></description>
			<content:encoded><![CDATA[<p>Since the 3.5.0 release, Openbox automatically starts applications with <tt>.desktop</tt> files in <tt>/etc/xdg/autostart</tt>. This was already the case with previous releases when setting the <tt>. $GLOBALAUTOSTART</tt> instruction in the <tt>autostart</tt> script. This instruction is now deprecated. </p>
<p>This has puzzled me as some applications were started twice in my Openbox session: those launched via my <tt>~/.config/openbox/autostart</tt> script which are also launched through xdg autostart.</p>
<p>I also like to use <a href="http://packages.debian.org/notify-osd">notify-osd</a> when in openbox, but it seems the new gnome-fallback session requires <a href="http://packages.debian.org/notification-daemon">notification-daemon</a>. In my Openbox session, I have noticed that notification-daemon was launched whereas my <a href="http://git.kirya.net/?p=dotfiles/openbox.git;a=blob;f=autostart">autostart script</a> specifies to use notify-osd. I then discovered that <tt>/etc/xdg/autostart/notification-daemon.desktop</tt> was the cause of this.</p>
<p>I had to drop a <tt>notification-daemon.desktop</tt> file in my <tt>~/.config/autostart/</tt> directory with the following contents:</p>

<div class="wp_syntax"><div class="code"><pre class="none" style="font-family:monospace;">[Desktop Entry]
Name=Notification Daemon
Comment=Display notifications
Exec=/usr/lib/notification-daemon/notification-daemon
Terminal=false
Type=Application
NoDisplay=true
OnlyShowIn=LXDE;GNOME
AutostartCondition=GNOME3 unless-session gnome
X-GNOME-Autostart-enabled=true</pre></div></div>

<p>This allows me to not start notification-daemon <strong>only</strong> when using Openbox &#8211; ie. it still starts automatically when launching a GNOME session.</p>
<p>You can check what applications are automatically started through xdg with:</p>

<div class="wp_syntax"><div class="code"><pre class="none" style="font-family:monospace;">/usr/lib/openbox/openbox-xdg-autostart --list OPENBOX</pre></div></div>

<p>The results are quite amazing, most applications being only configured to start in GNOME or KDE, but nothing seems to be very coordinated amongst maintainers.</p>
<p>I find this quite misleading, and would prefer openbox to stick with the previous default behaviour. Who said <em>&#8220;diehard&#8221;</em>?!</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.kirya.net/2011/10/openbox-3-5-xdg-autostart/' addthis:title='Openbox 3.5 &amp; xdg autostart '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.kirya.net/2011/10/openbox-3-5-xdg-autostart/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Quick and dirty Debian packages for various kernel modules</title>
		<link>http://www.kirya.net/2011/09/quick-and-dirty-debian-packages-for-various-kernel-modules/</link>
		<comments>http://www.kirya.net/2011/09/quick-and-dirty-debian-packages-for-various-kernel-modules/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 19:04:29 +0000</pubDate>
		<dc:creator>Julien</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[Planet Debian]]></category>

		<guid isPermaLink="false">http://www.kirya.net/?p=899</guid>
		<description><![CDATA[As I own several more or less recent laptops, some of their features require updated/new kernel modules to work as expected. I have hence decided to create Debian packages for them, primarily for my own use. Note that these packages are meant to be used with caution, I have only tested them on my own [...]]]></description>
			<content:encoded><![CDATA[<p>As I own several more or less recent laptops, some of their features require updated/new kernel modules to work as expected. I have hence decided to create Debian packages for them, primarily for my own use.</p>
<p>Note that these packages are meant to be used with caution, I have only tested them on my own hardware, and they would deserve more careful review.</p>
<p>All -source and -dkms packages are available in my <a href="http://packages.kirya.net">personal repository</a> for Debian sid.</p>
<p>The sources are maintained in <a href="http://git.kirya.net">git</a>, as usual.</p>
<ul>
<li><b>rts5139</b><br />
This new module is already in linux-next and adds support for recent 5129/39 Realtek card readers.</li>
<li><b>psmouse-elantech</b><br />
This is the psmouse module with basic v3 hardware support for newer devices not currently supported by the in-tree module.<br />
See the discussion at <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633595">#633595</a> for more information.</li>
<li><b>acerhdf</b><br />
The in-tree acerhdf module doesn&#8217;t support the BIOS version 1.3314 of my Aspire 1810TZ, while the module available at <a href="http://www.piie.net/?section=acerhdf">http://www.piie.net/?section=acerhdf</a> does. I have hence packaged this version, and even <a href="http://www.mail-archive.com/platform-driver-x86@vger.kernel.org/msg02135.html">submitted</a> a one-line patch upstream which has been <a href="http://www.kernel.org/pub/linux/kernel/v3.0/testing/ChangeLog-3.1-rc1">accepted</a> for linux 3.1. My first (tiny) contribution!
</li>
<li><b>omnibook</b><br />
I have also taken the time to update the <a href="http://sourceforge.net/apps/mediawiki/omnibook/index.php?title=Main_Page">omnibook</a> package. The project is still unmaintained upstream, but I have git commit access, hence if anybody is interested in taking over&#8230;
</li>
</ul>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.kirya.net/2011/09/quick-and-dirty-debian-packages-for-various-kernel-modules/' addthis:title='Quick and dirty Debian packages for various kernel modules '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.kirya.net/2011/09/quick-and-dirty-debian-packages-for-various-kernel-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DSPAM 3.10.0 released</title>
		<link>http://www.kirya.net/2011/08/dspam-3-10-0-released/</link>
		<comments>http://www.kirya.net/2011/08/dspam-3-10-0-released/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 06:14:15 +0000</pubDate>
		<dc:creator>Julien</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Planet Debian]]></category>

		<guid isPermaLink="false">http://www.kirya.net/?p=814</guid>
		<description><![CDATA[The DSPAM project has recently released the 3.10.0 version of free content-based spam filter. Besides various bug fixes, the most important change is the switch to the AGPL-3 license (from GPL-2). The Debian packages are almost ready, but still require further testing as they have been largely amended, especially to add multiarch support. I expect [...]]]></description>
			<content:encoded><![CDATA[<p>The DSPAM project has <a href="http://sourceforge.net/news/?group_id=250683">recently released</a> the <a href="http://sourceforge.net/projects/dspam/files/dspam/dspam-3.10.0/dspam-3.10.0.tar.gz/download">3.10.0</a> version of <a href="http://dspam.sourceforge.net">free content-based spam filter</a>. Besides various bug fixes, the most important change is the switch to the AGPL-3 license (from GPL-2).</p>
<p>The Debian packages are almost ready, but still require further testing as they have been largely amended, especially to add multiarch support. I expect to upload them to unstable within the next week or so, and, if no major problem happens in the meantime, will upload them to squeeze-backports as soon as they reach testing.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.kirya.net/2011/08/dspam-3-10-0-released/' addthis:title='DSPAM 3.10.0 released '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.kirya.net/2011/08/dspam-3-10-0-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New signing subkey</title>
		<link>http://www.kirya.net/2011/08/new-signing-subkey/</link>
		<comments>http://www.kirya.net/2011/08/new-signing-subkey/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 06:04:31 +0000</pubDate>
		<dc:creator>Julien</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[Planet Debian]]></category>

		<guid isPermaLink="false">http://www.kirya.net/?p=805</guid>
		<description><![CDATA[Thanks to Lars Wirzenius who has written a nice how-to on GnuPG subkeys on the Debian wiki, I am now using a signing subkey. If you happen to have my key 0x258E26B1 in your public keyring, please update it: gpg --keyserver hkp://the.earth.li --recv-keys 258E26B1 This will allow me to keep my master private key offline [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://blog.liw.fi/posts/subkeys/">Lars Wirzenius</a> who has written a nice how-to on <a href="http://wiki.debian.org/subkeys">GnuPG subkeys</a> on the Debian wiki, I am now using a signing subkey.</p>
<p>If you happen to have my key <tt>0x258E26B1</tt> in your public keyring, please update it:</p>

<div class="wp_syntax"><div class="code"><pre class="none" style="font-family:monospace;">gpg --keyserver hkp://the.earth.li --recv-keys 258E26B1</pre></div></div>

<p>This will allow me to keep my master private key offline while still being able to sign mail or Debian packages for upload.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.kirya.net/2011/08/new-signing-subkey/' addthis:title='New signing subkey '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.kirya.net/2011/08/new-signing-subkey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DSPAM Debian package updated</title>
		<link>http://www.kirya.net/2011/03/dspam-debian-package-updated/</link>
		<comments>http://www.kirya.net/2011/03/dspam-debian-package-updated/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 10:04:26 +0000</pubDate>
		<dc:creator>Julien</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Planet Debian]]></category>

		<guid isPermaLink="false">http://www.kirya.net/?p=779</guid>
		<description><![CDATA[2 years and a half after the last maintainer upload, I have finally uploaded updated DSPAM package to Debian experimental. It will have to go through the NEW queue as I have added a dspam-dbg binary package containing debugging symbols. I am now listed as the only uploader, all previous maintainers having lost interest in [...]]]></description>
			<content:encoded><![CDATA[<p>2 years and a half after the last maintainer upload, I have finally uploaded updated DSPAM package to Debian experimental.</p>
<p>It will have to go through the NEW queue as I have added a dspam-dbg binary package containing debugging symbols.</p>
<p>I am now listed as the only uploader, all previous maintainers having lost interest in maintaining DSPAM.</p>
<p>Please test these new packages, report bugs, help me improving them so that I can finally upoad it to unstable.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.kirya.net/2011/03/dspam-debian-package-updated/' addthis:title='DSPAM Debian package updated '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.kirya.net/2011/03/dspam-debian-package-updated/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I&#8217;m also going to…</title>
		<link>http://www.kirya.net/2011/01/im-also-going-to%e2%80%a6/</link>
		<comments>http://www.kirya.net/2011/01/im-also-going-to%e2%80%a6/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 13:18:37 +0000</pubDate>
		<dc:creator>Julien</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Planet Debian]]></category>

		<guid isPermaLink="false">http://www.kirya.net/?p=771</guid>
		<description><![CDATA[It will be my first time there, I hope I&#8217;ll manage to meet lots of people I only know through mailing-lists. See you there!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fosdem.org"><img src="http://www.fosdem.org/2011/promo/going-to" alt="null" /></a></p>
<p>It will be my first time there, I hope I&#8217;ll manage to meet lots of people I only know through mailing-lists.</p>
<p>See you there!</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.kirya.net/2011/01/im-also-going-to%e2%80%a6/' addthis:title='I&#8217;m also going to… '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.kirya.net/2011/01/im-also-going-to%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I am a Debian Developer!</title>
		<link>http://www.kirya.net/2010/11/i-am-a-debian-developer/</link>
		<comments>http://www.kirya.net/2010/11/i-am-a-debian-developer/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 05:33:43 +0000</pubDate>
		<dc:creator>Julien</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Planet Debian]]></category>

		<guid isPermaLink="false">http://www.kirya.net/?p=758</guid>
		<description><![CDATA[A few months after starting the NM process, I have just been accepted as a Debian Developer. My account name is simply: julien I have been a Debian user for about 10 years now, and began contributing to Debian in 2005. I have then been accepted as a Debian Maintainer in 2007. This post is [...]]]></description>
			<content:encoded><![CDATA[<p>A few months after starting the <acronym class="uttAcronym" title="New Maintainer">NM</acronym> <a href="https://nm.debian.org/nmstatus.php?email=julien%40kirya.net">process</a>, I have just been accepted as a Debian Developer.</p>
<p>My account name is simply: <a href="http://db.debian.org/search.cgi?uid=julien&#038;dosearch=Search"><tt>julien</tt></a></p>
<p>I have been a Debian user for about 10 years now, and began contributing to Debian in 2005. I have then been <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455196">accepted</a> as a Debian Maintainer in 2007.</p>
<p>This post is mainly to thank:</p>
<ul>
<li>all my sponsors: Christoph Haas (haas) , Loïc Minier (lool), Free Ekanayaka (freee), Maximiliano Curia (maxy) and Micah Anderson (micah),</li>
<li>my advocate: Matthijs Möhlman (matthijs)</li>
<li>my AM (who has actually made it happen in a really short time frame, thanks a lot to him): Xavier Oswald (xoswald)</li>
<li>all people who helped me during the process, to name a few: Christoph Berg (myon), Enrio Zini (enrico), Peter Palfrader (weasel)</li>
</ul>
<p>Also thanks to all people who have already sent their congratulations, it makes me very proud!</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.kirya.net/2010/11/i-am-a-debian-developer/' addthis:title='I am a Debian Developer! '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.kirya.net/2010/11/i-am-a-debian-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mini DebConf Paris 2010</title>
		<link>http://www.kirya.net/2010/11/mini-debconf-paris-2010/</link>
		<comments>http://www.kirya.net/2010/11/mini-debconf-paris-2010/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 17:34:41 +0000</pubDate>
		<dc:creator>Julien</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Debconf]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Meeting]]></category>
		<category><![CDATA[Planet Debian]]></category>

		<guid isPermaLink="false">http://www.kirya.net/?p=741</guid>
		<description><![CDATA[I am now back home after 2 days spent at the first mini DebConf Paris. It was really nice to meet a lot of people, and to be able to discuss various aspects of Debian and Free Software in general. People came from all over Europe (at least from the UK, Spain, Italy, Germany, Switzerland, [...]]]></description>
			<content:encoded><![CDATA[<p>I am now back home after 2 days spent at the first mini DebConf Paris.</p>
<p>It was really nice to meet a lot of people, and to be able to discuss various aspects of Debian and Free Software in general.</p>
<p>People came from all over Europe (at least from the UK, Spain, Italy, Germany, Switzerland, Austria, Greece, and obviously a majority of French people).</p>
<p>All the <a href="http://wiki.debconf.org/wiki/Miniconf-Paris/2010#Talks_details">talks</a> I have been able to attend were really interesting, and some of the slides have already been made available by their author:</p>
<ul>
<li>  <em><a href="http://www.loria.fr/~lnussbau/files/minidebconfparis2010-debian-ubuntu.pdf">Debian and Ubuntu</a></em> by Lucas Nussbaum</li>
<li>  <em><a href="http://www.loria.fr/~lnussbau/files/minidebconfparis2010-debian-qa.pdf">Debian Quality Assurance</a></em> by Lucas Nussbaum</li>
<li>  <em><a href="http://raphaelhertzog.com/files/2010/10/latest-dpkg-dev-features.pdf">Latest features of dpkg-dev</a></em> by Raphaël Hertzog</li>
<li>  <em><a href="http://ludovic.rousseau.free.fr/softwares/debconf/Debian_and_smart_cards.pdf">Smart cards in Debian</a></em> by Ludovic Rousseau
</li>
</ul>
<p>I have also taken part to the keysigning party, which will now allows me to use my <a href="http://www.kirya.net/~julien/key-transition_2010.txt">newly generated 4096R key</a>.</p>
<p>The <a href="http://wiki.debconf.org/wiki/Miniconf-Paris/2010/GroupPicture">group picture</a> is also online, as well as a more comprehensive <a href="https://gallery.debconf.org/v/minifr2010/franklin/">gallery</a>.</p>
<p>Thanks a lot to the organisation team, you guys have made an awesome work!</p>
<p>See you all next year!</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.kirya.net/2010/11/mini-debconf-paris-2010/' addthis:title='Mini DebConf Paris 2010 '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.kirya.net/2010/11/mini-debconf-paris-2010/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

