<?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>Vincent&#039;s blog</title>
	<atom:link href="http://pvince81.bucuo.de/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://pvince81.bucuo.de/blog</link>
	<description>GNU/Linux, tech and thoughts</description>
	<lastBuildDate>Fri, 04 Jun 2010 12:15:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Running BIRT in Tomcat on Nokia N900</title>
		<link>http://pvince81.bucuo.de/blog/?p=71</link>
		<comments>http://pvince81.bucuo.de/blog/?p=71#comments</comments>
		<pubDate>Fri, 04 Jun 2010 12:15:58 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://pvince81.bucuo.de/blog/?p=71</guid>
		<description><![CDATA[IcedTea6 for Maemo is out. It&#8217;s a port of OpenJDK for the Nokia N900. Thanks to this many Java applications can be run on the tablet.
I recently tried to install Tomcat 6 and deploy the BIRT runtime on my mobile phone, and it worked ! 
But it was still a little bit slow to serve [...]]]></description>
			<content:encoded><![CDATA[<p><a title="IcedTea6" href="http://maemo.org/packages/icedtea6/">IcedTea6</a> for Maemo is out. It&#8217;s a port of OpenJDK for the Nokia N900. Thanks to this many Java applications can be run on the tablet.</p>
<p>I recently tried to install Tomcat 6 and deploy the <a title="Business Intelligence Reporting Tools" href="http://www.eclipse.org/birt/phoenix/">BIRT</a> runtime on my mobile phone, and it worked ! <img src='http://pvince81.bucuo.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
But it was still a little bit slow to serve pages&#8230;</p>
<p>Now I&#8217;m waiting to see when I&#8217;ll be able to run Eclipse on the N900 and do some software development <img src='http://pvince81.bucuo.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://pvince81.bucuo.de/blog/?feed=rss2&amp;p=71</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My new game project: tuxomania</title>
		<link>http://pvince81.bucuo.de/blog/?p=59</link>
		<comments>http://pvince81.bucuo.de/blog/?p=59#comments</comments>
		<pubDate>Wed, 27 Jan 2010 15:17:23 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[sdl]]></category>

		<guid isPermaLink="false">http://pvince81.bucuo.de/blog/?p=59</guid>
		<description><![CDATA[GNU/Linux needs more games ! That&#8217; s what I read sometimes from people like me who hope that one day GNU/Linux can become more popular. Anyway, there are already lots of games for this operating system, and most of them are open source. Even some commercial games are available, like Unreal Tournament 2003 I personally [...]]]></description>
			<content:encoded><![CDATA[<p>GNU/Linux needs more games ! That&#8217; s what I read sometimes from people like me who hope that one day GNU/Linux can become more popular. Anyway, there are already lots of games for this operating system, and most of them are open source. Even some commercial games are available, like Unreal Tournament 2003 I personally own. Works very well <img src='http://pvince81.bucuo.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Since I also want to contribute to the free and open source world, I have decided to make one of my child dreams come true: write my own video game and publish it !</p>
<p><span id="more-59"></span>When I was about 8, I started learning Basic because I wanted to be able to write my own games. Later I also learnt Pascal and had some books about how to use assembly and some graphic card hacks that enables to make video games. We were four friends and multiplayer games were not so popular. So I created a game that looks like <a href="http://www.nongnu.org/enigma/">Enigma</a>, but where the goal was to create a base and kill the other players. Each player controls a ball and is able to modify the whole map by creating floors, walls and holes. The game was in split screen up to four players on the same computer. Unfortunately, I lost the source code&#8230; I will maybe write more about this on a separate blog post.</p>
<p>Fortunately nowadays it is much easier to write video games thanks to all the open source libraries like <a href="http://www.libsdl.org/">SDL</a>, <a href="http://www.liballeg.org/">Allegro,</a> to name a few. So recently I decided to try again to create an open source video game. Its name is Tuxomania and is heavily inspired from an old Amiga game called <a href="http://www.lemonamiga.com/games/details.php?id=273">Clown-O-Mania</a> (see the link for screenshots). It&#8217;s a tile-based platform game in isometric 3d. Here is a screenshot of Tuxomania:</p>
<p><a href="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/tuxomania1.png"><img class="alignnone size-medium wp-image-60" title="Tuxomania screenshot" src="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/tuxomania1-300x225.png" alt="" width="300" height="225" /></a></p>
<p>You must control <a title="Tux, the official Linux kernel mascot" href="http://en.wikipedia.org/wiki/Tux">Tux</a> the penguin and help him to collect all the pearls to finish the level. Each level may include puzzles, special objects, monsters, etc&#8230; In the current version there is only one test level and two types of special platforms: the red one is a  teleporter that will transport the player to the next teleporter. The  blue platform is some kind of trampoline that makes the player jump and  reach the next platform above.</p>
<p>As you can see, the game board itself is only in 2d, but it use a visual  effect to make it look 3d by making the ladders join two platforms.  I drew all the graphics by myself using <a href="http://www.gimp.org/">Gimp</a>.</p>
<p>The game is still in an early stage, and I will publish the game in <a href="http://sourceforge.net/">SourceForge</a> as soon as it is more playable and extensible. I already created the project page: <a href="https://sourceforge.net/projects/tuxomania/">https://sourceforge.net/projects/tuxomania/</a></p>
<p>Tuxomania is written in C++ and is based on <a href="http://www.libsdl.org/">SDL</a> and OpenGL. I intend to use OpenGL to create particle effects and other to make the game look more fancy. The game will be cross-platform and will also work in Windows. I will post an update here once I am more advanced with its development.</p>
<p>I know there are plenty of people like there like me who still enjoy such old-school platform games <img src='http://pvince81.bucuo.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://pvince81.bucuo.de/blog/?feed=rss2&amp;p=59</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Screen orientation or how to surf the web while lying in bed</title>
		<link>http://pvince81.bucuo.de/blog/?p=37</link>
		<comments>http://pvince81.bucuo.de/blog/?p=37#comments</comments>
		<pubDate>Thu, 14 Jan 2010 14:02:57 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Lazyness]]></category>

		<guid isPermaLink="false">http://pvince81.bucuo.de/blog/?p=37</guid>
		<description><![CDATA[If like me you sometimes feel tired, would like to lie down, but still want to use your computer (like a real geek  ), and maybe surf the web or read ebooks.
Rotating the screen
I have already shown you how useful a trackball can be compared to a mouse, especially in this kind of situation. [...]]]></description>
			<content:encoded><![CDATA[<p>If like me you sometimes feel tired, would like to lie down, but still want to use your computer (like a real geek <img src='http://pvince81.bucuo.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ), and maybe surf the web or read ebooks.</p>
<h2>Rotating the screen</h2>
<p>I have already shown you how useful a <a href="http://pvince81.bucuo.de/blog/?p=9">trackball</a> can be compared to a mouse, especially in this kind of situation. You might have wondered how I am able to use my laptop computer while lying on my bed. The fact is that I have changed the screen orientation to match my lying orientation. If I wouldn&#8217;t, reading the screen would be rather painful.</p>
<p><span id="more-37"></span></p>
<h3>Some screenshots</h3>
<p>Here is a screenshot of my <a href="http://www.kde.org/">KDE</a> desktop:</p>
<div id="attachment_38" class="wp-caption alignnone" style="width: 310px"><a href="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/desktop.png"><img class="size-medium wp-image-38 " title="My KDE desktop" src="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/desktop-300x187.png" alt="" width="300" height="187" /></a><p class="wp-caption-text">My KDE desktop</p></div>
<div id="attachment_42" class="wp-caption alignnone" style="width: 310px"><a href="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/firefox-normal.png"><img class="size-medium wp-image-42 " title="Firefox" src="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/firefox-normal-300x187.png" alt="" width="300" height="187" /></a><p class="wp-caption-text">Firefox</p></div>
<p>After changing the screen orientation to the left, it will look like this, from my lying point of view.</p>
<div id="attachment_40" class="wp-caption alignnone" style="width: 197px"><a href="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/desktop-rotated.png"><img class="size-medium wp-image-40 " title="My KDE desktop rotated to the left" src="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/desktop-rotated-187x300.png" alt="" width="187" height="300" /></a><p class="wp-caption-text">My KDE desktop rotated to the left</p></div>
<div id="attachment_43" class="wp-caption alignnone" style="width: 197px"><a href="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/firefox-rotated.png"><img class="size-medium wp-image-43 " title="Firefox rotated" src="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/firefox-rotated-187x300.png" alt="" width="187" height="300" /></a><p class="wp-caption-text">Firefox rotated</p></div>
<p>It looks nice, doesn&#8217;t it ? The nice wallpaper is <a href="http://phade01.deviantart.com/art/Inverted-Reality-21041043">Inverted Reality</a> from Phade01 from the <a href="http://www.deviantart.com/">Deviantart</a> web site. Actually, it&#8217;s a vertical picture, so it fits even better when the screen is rotated.</p>
<p>Now here is a picture of me in &#8220;live action&#8221; surfing the web. If you look closely, you will see that the screen is oriented to the left.</p>
<dl id="attachment_30" class="wp-caption alignnone" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/lazy2.jpg"><img class="size-medium wp-image-30 " title="Lazy Vincent surfing the web" src="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/lazy2-300x196.jpg" alt="" width="300" height="196" /></a></dt>
<dd class="wp-caption-dd">Lazy Vincent surfing the web</dd>
</dl>
<h2>So how to do this ?</h2>
<h3>In GNU/Linux</h3>
<p>If you use GNU/Linux, you have at least three ways to switch the screen orientation:</p>
<ul>
<li>In KDE, open the display settings, go to &#8220;Computer administration-&gt;Screen orientation&#8221;. Then select an orientation.<br />
<a href="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/orientation-settings-kde.png"><img class="size-medium wp-image-45 alignnone" title="orientation-settings-kde" src="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/orientation-settings-kde-300x209.png" alt="" width="300" height="209" /></a></li>
</ul>
<ul>
<li>In Gnome, go to &#8220;System-&gt;Preferences-&gt;Display&#8221;, then change the rotation.<br />
<a href="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/orientation-settings-gnome.png"><img class="size-medium wp-image-44 alignnone" title="orientation-settings-gnome" src="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/orientation-settings-gnome-278x300.png" alt="" width="278" height="300" /></a></li>
<li>On the command line:
<pre>xrandr -o orientation
</pre>
<p>where &#8220;orientation&#8221; is replaced by either &#8220;left&#8221;, &#8220;right&#8221;, &#8220;normal&#8221; or &#8220;inverted&#8221;. This is the quickest solution and can also be set up as a shortcut on the desktop, or even a key combination.</li>
</ul>
<p>If none of these solutions work, or if the dialogs don&#8217;t let you change the orientation, you might have to change your display driver configuration. For the NVIDIA graphic cards, you need to add the following option in the &#8220;/etc/X11/xorg.conf&#8221; file:</p>
<pre>Section "Screen"
   ...
   Option "RandRRotation" "True"
End Section
</pre>
<p>I don&#8217;t know whether this works for other graphic cards.</p>
<h3>In Windows</h3>
<p>If you are using Windows, you can try using the key combination Ctrl+Alt+Arrow, where Arrow is the direction to which you want to rotate the screen. If it doesn&#8217;t work, check the display control panel or the driver&#8217;s specific control panel or applet, it might have an option to change the screen orientation.</p>
<h2>How to type in lying position</h2>
<p>Sometimes you have to type something (for example search keywords), but don&#8217;t want to get up. Still using your trackball, you can use an on-screen keyboard.</p>
<div id="attachment_48" class="wp-caption alignnone" style="width: 310px"><a href="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/onscreen-keyboard.png"><img class="size-medium wp-image-48" title="On screen keyboard" src="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/onscreen-keyboard-300x177.png" alt="" width="300" height="177" /></a><p class="wp-caption-text">KDE&#39;s on-screen keyboard</p></div>
<p>In KDE you can simply add the &#8220;Virtual keyboard&#8221; to your task bar, and you will see a keyboard icon that can be used to pop up the on-screen keyboard. Another one is &#8220;viki&#8221;, which is also available as package in some distributions.</p>
<p>Have fun, and&#8230; don&#8217;t be too lazy <img src='http://pvince81.bucuo.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://pvince81.bucuo.de/blog/?feed=rss2&amp;p=37</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My new Youmouse Trackball</title>
		<link>http://pvince81.bucuo.de/blog/?p=9</link>
		<comments>http://pvince81.bucuo.de/blog/?p=9#comments</comments>
		<pubDate>Thu, 07 Jan 2010 15:53:03 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Input device]]></category>
		<category><![CDATA[Trackball]]></category>

		<guid isPermaLink="false">http://pvince81.bucuo.de/blog/?p=9</guid>
		<description><![CDATA[Until recently I was enjoying to use my Logitech Trackball for many years, one of the most comfortable trackballs I have ever tried. Unfortunately it is now broken, and clicking sometimes doesn&#8217;t work, which is not very convenient. You can imagine when I&#8217;m playing Unreal Tournament 2003, and I aim to an enemy, then click, [...]]]></description>
			<content:encoded><![CDATA[<p>Until recently I was enjoying to use my <a title="Logitech" href="http://www.logitech.com/">Logitech</a> Trackball for many years, one of the most comfortable trackballs I have ever tried. Unfortunately it is now broken, and clicking sometimes doesn&#8217;t work, which is not very convenient. You can imagine when I&#8217;m playing Unreal Tournament 2003, and I aim to an enemy, then click, but the rocket doesn&#8217;t fire&#8230; it just feels like my weapon is broken&#8230; that&#8217;s frustrating <img src='http://pvince81.bucuo.de/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<div id="attachment_12" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-12" title="Logitech Trackball" src="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/logitech_trackball-300x198.jpg" alt="Logitech Trackball" width="300" height="198" /><p class="wp-caption-text">Logitech Trackball</p></div>
<p>So I decided to buy a new trackball. Instead of buying the same Logitech model again, I took a look at other existing models in <a title="Taobao" href="http://www.taobao.com/">Taobao</a>, the Chinese Ebay. Unfortunately, there is not much choice, and many trackballs don&#8217;t look comfortable, because their ball is on the middle instead of the side. After some research, I found the <a title="Youmouse" href="/http://www.youmouse.com.cn/">Youmouse</a> company (in chinese 优鼠) which sells trackballs in China, and also to other markets like USA and Europe, according to their website. I am a little surprised to find it because it seems that trackballs are not common at all in China (at least here in Shanghai), and most of the people never heard of trackballs before. Anyway, I am glad to see that some companies are trying to improve this market, and by the same chance provide me with a shiny new trackball <img src='http://pvince81.bucuo.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I bought the USB &#8220;<a href="http://www.youmouse.com.cn/333.html">Hand-held Trackball Optical Mouse</a>&#8221; from <a title="Youmouse" href="/http://www.youmouse.com.cn/">Youmouse</a>. Here are some pictures I made:</p>
<div id="attachment_13" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-13 " title="Youmouse trackball" src="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/youmouse1-300x269.jpg" alt="youmouse1" width="300" height="269" /><p class="wp-caption-text">Youmouse trackball</p></div>
<div id="attachment_18" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-18 " title="In trackball mode" src="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/youmouse6-300x253.jpg" alt="youmouse6" width="300" height="253" /><p class="wp-caption-text">In trackball mode</p></div>
<p>As you can see you hold the trackball with the ball on top and use your thumb to roll it. The left and right mouse buttons are on the right side of the ball. The device also has a scroll wheel, but its position is not between the two mouse buttons as usual. It is situated on the part below the ball, right under your thumb. This means that you can&#8217;t use the ball and the wheel at the same time.</p>
<p>The trackball itself can also be used like a regular mouse. For this, it has two separate optical sensors, one for the ball, and one the part that can slide on a flat surface.</p>
<div id="attachment_14" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-14 " title="On the table, like a regular mouse" src="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/youmouse2-300x168.jpg" alt="youmouse2" width="300" height="168" /><p class="wp-caption-text">On the table, like a regular mouse</p></div>
<div id="attachment_16" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-16 " title="Optical sensor for mouse mode" src="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/youmouse4-300x213.jpg" alt="youmouse4" width="300" height="213" /><p class="wp-caption-text">Optical sensor for mouse mode</p></div>
<div id="attachment_19" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-19  " title="Mouse mode by moving, trackball by rolling the ball" src="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/youmouse7-300x267.jpg" alt="youmouse7" width="300" height="267" /><p class="wp-caption-text">Mouse mode by moving, trackball by rolling the ball</p></div>
<p>Holding the trackball feels alright, but is not especially comfortable at the beginning. It takes a few seconds to take it in the hand, find the right position for your finders, and get used to it. This is not convenient when you need to often switch between mouse and keyboard, so it can slow down regular desktop use. This problem applies to both trackball and mouse mode.</p>
<p>Both optical sensors are hardwired in a way that creates a conflict between each other: it means that if you roll the ball and move the mouse at the same time, even in the same direction, the first one that moved has priority over the other, there is no accumulation of the movement. One issue I have met is that from time to time the mouse pointer doesn&#8217;t respond to the ball and stays stuck, especially if I put it on a surface. This might be related to this conflict, as the mouse-mode sensor might have detected some very small movement while I was using the ball.</p>
<p>Also, the two optical sensors seem to both send the same signal USB-wise, and it is not possible for software to distinguish between ball rolling and mouse moving. If that would be possible, one could use 4 axis of movement instead of 2, which would be a nice feature for gaming and for multi-mouse/multi-pointer applications, similar to what the <a title="Multi Pointer X server" href="http://wearables.unisa.edu.au/mpx/">Multi Pointer X server</a> and <a title="CPNMouse" href="http://cpnmouse.sourceforge.net/">CPNMouse</a> are achieving.</p>
<div id="attachment_15" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-15" title="Logitech Trackball and Youmouse Trackball side by side" src="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/youmouse3-300x225.jpg" alt="Logitech Trackball and Youmouse Trackball side by side" width="300" height="225" /><p class="wp-caption-text">Logitech Trackball and Youmouse Trackball side by side</p></div>
<p>The Youmouse Trackball looks and feels more like a gaming device, compared to the Logitech one. From my experience, it is actually very suited for gaming, and also as a remote control (with laptop linked to TV), and any situation where you always keep the trackball in your hand. I especially like to use it when I lie down on my bed, lying on the side, and surfing the web <img src='http://pvince81.bucuo.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . In this position, it wouldn&#8217;t be possible to use a regular mouse.</p>
<div id="attachment_29" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-29 " title="Vincent in &quot;lazy mode&quot; using Youmouse Trackball" src="http://pvince81.bucuo.de/blog/wp-content/uploads/2010/01/lazy1-300x218.jpg" alt="Lazy Vincent using Youmouse Trackball" width="300" height="218" /><p class="wp-caption-text">Vincent in &quot;lazy mode&quot; using Youmouse Trackball</p></div>
<p>With the Logitech Trackball, since it is right-handed, I could only lie on one side (the left one), because it must stay flat for the ball to roll properly. The Youmouse Trackball, like I said before, can be rotated in any direction, and the ball can still roll properly, so it can be used by lying on any side.</p>
<p>To sum up, the Youmouse Trackball doesn&#8217;t feel to me as good as my previous Logitech Trackball. But even though it is not very convenient to use it for desktop applications where you want to switch between mouse and keyboard, it is still a great device for gaming, as remote control, and also for &#8220;bed surfing&#8221;. <img src='http://pvince81.bucuo.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://pvince81.bucuo.de/blog/?feed=rss2&amp;p=9</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hello world and happy new year 2010 !</title>
		<link>http://pvince81.bucuo.de/blog/?p=3</link>
		<comments>http://pvince81.bucuo.de/blog/?p=3#comments</comments>
		<pubDate>Fri, 01 Jan 2010 07:30:35 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://pvince81.bucuo.de/blog/?p=3</guid>
		<description><![CDATA[Hello world and happy new year 2010 !
My name is Vincent and I&#8217;m a French computer geek. This means that I enjoy spending most of my time tinkering with computers, like trying new software, and finding new ways to improve life through computing.
Since 2003 I am a happy openSUSE user (formerly SuSE), one of the [...]]]></description>
			<content:encoded><![CDATA[<p>Hello world and happy new year 2010 !</p>
<p>My name is Vincent and I&#8217;m a French computer geek. This means that I enjoy spending most of my time tinkering with computers, like trying new software, and finding new ways to improve life through computing.</p>
<p>Since 2003 I am a happy <a title="openSUSE" href="http://www.opensuse.org">openSUSE</a> user (formerly SuSE), one of the best GNU/Linux distributions out there. I would like to help spreading the word about GNU/Linux to the world through this blog, and also to help making it more popular, especially in places where it doesn&#8217;t seem to be well known, like here in China where I currently live.</p>
<p>In this blog I will mostly post about my experiments with computers, interesting ideas or hacks, hints, and anything that will hopefully be useful in some way to you computer users out there.</p>
<p>Enjoy !</p>
<p>Vincent</p>
]]></content:encoded>
			<wfw:commentRss>http://pvince81.bucuo.de/blog/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
