<?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>Baptiste Mille-Mathias</title> <atom:link href="http://www.damnpeople.fr/feed/" rel="self" type="application/rss+xml" /><link>http://www.damnpeople.fr</link> <description>Nothing Fancy</description> <lastBuildDate>Fri, 11 May 2012 07:48:50 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>Testing GNOME-shell full experience in a kvm machine is now possible (with Fedora 17)</title><link>http://www.damnpeople.fr/2012/03/19/testing-gnome-shell-full-experience-in-a-kvm-machine-is-now-possible-with-fedora-17/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=testing-gnome-shell-full-experience-in-a-kvm-machine-is-now-possible-with-fedora-17</link> <comments>http://www.damnpeople.fr/2012/03/19/testing-gnome-shell-full-experience-in-a-kvm-machine-is-now-possible-with-fedora-17/#comments</comments> <pubDate>Mon, 19 Mar 2012 12:59:26 +0000</pubDate> <dc:creator>baptistemm</dc:creator> <category><![CDATA[GNOME]]></category> <category><![CDATA[tech]]></category> <category><![CDATA[3D]]></category> <category><![CDATA[acceleration]]></category> <category><![CDATA[code]]></category> <category><![CDATA[fedora]]></category> <category><![CDATA[gnome-shell]]></category> <category><![CDATA[graphics]]></category> <category><![CDATA[opensource]]></category> <category><![CDATA[software]]></category><guid
isPermaLink="false">http://www.damnpeople.fr/?p=626</guid> <description><![CDATA[Until now it wasn&#8217;t possible to test GNOME-shell in a kvm machine, because there was no 3D support, and you ended up using the fall-back mode, which to be honest is no more supported. And as more and more applications &#8230; <a
href="http://www.damnpeople.fr/2012/03/19/testing-gnome-shell-full-experience-in-a-kvm-machine-is-now-possible-with-fedora-17/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Until now it wasn&#8217;t possible to test GNOME-shell in a <a
href="http://www.linux-kvm.org/page/Main_Page">kvm </a>machine, because there was no 3D support, and you ended up using the fall-back mode, which to be honest is no more supported. And as more and more applications where using clutter to do tricky things like animations or advanced widgets like empathy, or totem to name a few, you were not able to use them, as they were crashing in a not 3D capable graphic environment.</p><p>Now these times are over, and with the upcoming Fedora 17, it is possible to have the real full gnome-shell experience thanks to the work of <a
href="http://fedoraproject.org/wiki/AdamJackson" target="_blank">Adam Jackson</a> to have all the rendering  done on the <a
href="https://fedoraproject.org/wiki/Features/Gnome_shell_software_rendering" target="_blank">software</a> (so the CPU).</p><p>On my 4 years old Lenovo T61 laptop (model 7660-RPG with Intel Core 2 Duo T8100), it is a little bit slow, albeit it is usable. This solution has the advantage to let you try the next version of GNOME, without upgrading your distribution (as I use Fedora). During the hackfest, it helped a lot our task to update the documentation, as we were able to spot differences between the latest stable and the next version.</p><div
class="wp-caption alignnone" style="width: 490px"><img
class=" " title="the Shell inside the shell, by Adam Jackson" src="https://fedoraproject.org/w/uploads/2/2e/Small-heck-of-yes.png" alt="the Shell inside the shell, by Adam Jackson" width="480" height="300" /><p
class="wp-caption-text">Adam Jackson - the Shell inside the shell</p></div><h1>How to test this</h1><p>So you need to have a kvm capable CPU, and have kvm tools installed (package qemu-kvm) I won&#8217;t explain you to check, there are tons of pages explaining that.</p><p>Download the Fedora 17 Alpha release Live CD iso <a
href="http://download.fedoraproject.org/pub/fedora/linux/releases/test/17-Alpha/Live/x86_64/Fedora-17-Alpha-x86_64-Live-Desktop.iso" target="_blank">here</a>.</p><p>Launch the iso instance in kvm:</p><ul><li>for Debian, the command is</li></ul><pre>kvm -m1024 -hda Fedora-17-Alpha-x86_64-Live-Desktop.iso</pre><ul><li>For Fedora host, the command is</li></ul><pre>qemu-kvm -m1024 -hda Fedora-17-Alpha-x86_64-Live-Desktop.iso</pre><p>After a while, depending of the power of your machine your should see the desktop running under the shell.</p> ]]></content:encoded> <wfw:commentRss>http://www.damnpeople.fr/2012/03/19/testing-gnome-shell-full-experience-in-a-kvm-machine-is-now-possible-with-fedora-17/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>an introduction to git-bz, or how to make your life simpler when working with git and bugzilla</title><link>http://www.damnpeople.fr/2012/03/18/an-introduction-to-git-bz-or-how-to-make-your-life-simplier-when-working-with-git-and-bugzilla/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=an-introduction-to-git-bz-or-how-to-make-your-life-simplier-when-working-with-git-and-bugzilla</link> <comments>http://www.damnpeople.fr/2012/03/18/an-introduction-to-git-bz-or-how-to-make-your-life-simplier-when-working-with-git-and-bugzilla/#comments</comments> <pubDate>Sun, 18 Mar 2012 20:25:55 +0000</pubDate> <dc:creator>baptistemm</dc:creator> <category><![CDATA[GNOME]]></category> <category><![CDATA[tech]]></category> <category><![CDATA[bugzilla]]></category> <category><![CDATA[code]]></category> <category><![CDATA[git]]></category> <category><![CDATA[sysadmin]]></category> <category><![CDATA[tips]]></category><guid
isPermaLink="false">http://www.damnpeople.fr/?p=589</guid> <description><![CDATA[Today I have a tip to share, especially to the destination of Mike, to whom I praised the power of git-bz during the Documentation Hackfest in Brno last month. When you work on GNOME, whether to code, translate or write &#8230; <a
href="http://www.damnpeople.fr/2012/03/18/an-introduction-to-git-bz-or-how-to-make-your-life-simplier-when-working-with-git-and-bugzilla/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Today I have a tip to share, especially to the destination of <a
title="Mike Hill" href="http://mdhill.posterous.com/" target="_blank">Mike</a>, to whom I praised the power of git-bz during the Documentation Hackfest in Brno last month.</p><p>When you work on GNOME, whether to code, translate or write documentation, you have to deal with two common components of the infrastructure, the <a
href="http://git.gnome.org/">GIT repository</a> to commit your code and <a
href="http://bugzilla.gnome.org">bugzilla</a>, the bug tracking application.</p><p>git-bz is a git submodule developed by <a
title="About Owen Taylor" href="http://fishsoup.net/about.html">Owen Taylor</a> that glues git and bugzilla together to lower the overhead of managing patches in bugzilla (open a bug → attach a patch → commit a patch → close a bug).</p><h1>Set up &amp; Configuration</h1><p>For this article I assume you already configured git and you have commit access on the GNOME repository, I assume also you use Firefox as default web browser.</p><p>To get git-bz, you can put the version downloaded <a
href="http://git.fishsoup.net/cgit/git-bz/plain/git-bz">here</a> into a directory defined in your PATH. you can also clone the git-bz repository.</p><pre>git clone git://git.fishsoup.net/git-bz
ln -s ~/bin/ git-bz/git-bz</pre><p>Type git-bz in a console and check the command returns the usage message, to make sure the sub-module is found.</p><p>Now we need configure to set the default bugzilla tracker and the browser you use</p><pre>git config --global bz.browser firefox3
git config --global bz.default-tracker gnome
git config --global bz-tracker.gnome.host bugzilla.gnome.org</pre><p>I use firefox as main browser and specially to access bugzilla.gnome.org so I defined the value bz-browser to firefox3 (which also matches all later ersions), so git-bz will be able to use my browser cookie to post on bugzilla.gnome.org with my credentials. You can also define other browsers like chrome.</p><p>The second line defines a tracker short name that will be named &#8220;gnome&#8221;, and the following line define the hostname of the bugzilla tracker which is bugzilla.gnome.org</p><h1>Getting Started</h1><p>We&#8217;ll use a really simple example, let&#8217;s suppose you want to want to correct a typo in the gedit documentation. So first I need to clone the gedit repository</p><pre>git clone git.gnome.org/gedit
cd gedit</pre><p>Now I do the fix in the documentation and I commit it.</p><pre>git commit -a -m 'Fix a typo in the documentation'</pre><p>Now to have your bugfix reviewed in bugzilla, normally you would:</p><ul><li>create the formatted patch from the commit, with git format-am</li><li>go to your browser and open a bug in bugzilla against the empathy component</li><li>locate the patch file in the file system</li><li>attach the patch to the bug report.</li></ul><p>That&#8217;s not a tough job, but it requires a lot of manual operations that can be avoided. With git-bz, you can do all theses operations in <tt>one command</tt></p><pre><tt>git bz file gedit/docs HEAD</tt></pre><p>it means &#8220;<em>file a new bug, against the product gedit and the component docs and attach a patch which is in my latest commit</em>&#8220;. Before creating the bug, you&#8217;ll be asked to enter a title and a summary to explain what is the defect.</p><p>If you check the commit history of your latest commit, you&#8217;ll see that git-bz rewrote the message to include the number of the tracker you have opened.</p><p>Once your patch is reviewed, the maintainer will ask you to commit your patch. Instead of doing a git push, and then closing the bug in bugzilla, you just have to do</p><pre><tt>git bz push</tt></pre><p>which will do the job for you. Simple isn&#8217;t it ?</p><h1>Going further</h1><h2>Testing a patch</h2><p>Imagine you want to test someone&#8217;s patch which is published on bugzilla, git-bz can retrieve it for you</p><pre><tt>git bz apply gnome:454353</tt></pre><p>&#8220;gnome&#8221; is the shorthand for the tracker defined earlier and 454353 is the tracker number. So the patch is now in your branch, so you can test it.</p><h2>Attaching a patch to an existing bug tracker</h2><p>Someone has reported a bug in bugzilla, and you want to fix it.<br
/> Work on a branch (master or a dedicated one)<br
/> Once you&#8217;ve made the bug fix, commit it with a message pointing to the bug number as follows (first line is the summary, the second line is the description)</p><pre>Fix the bug that makes the program useless

Fix the bug 345543</pre><p>Then do a</p><pre>git bz attach HEAD</pre><p>git-bz will pick automatically the bug reference in the commit log and will attach the patch to bugzilla.</p><h1>More documentation</h1><p>This post is just an introduction to git-bz and to have the full picture of the power of git-bz you can have a look to the page <a
href="http://git.fishsoup.net/man/git-bz.html">http://git.fishsoup.net/man/git-bz.html</a></p><p>Of course git-bz is not limited to GNOME bugzilla and should work with any bugzilla instance, with perhaps some tuning.</p><p>Have fun.</p> ]]></content:encoded> <wfw:commentRss>http://www.damnpeople.fr/2012/03/18/an-introduction-to-git-bz-or-how-to-make-your-life-simplier-when-working-with-git-and-bugzilla/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>February GNOME activities Digest</title><link>http://www.damnpeople.fr/2012/02/26/february-gnome-activities-digest/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=february-gnome-activities-digest</link> <comments>http://www.damnpeople.fr/2012/02/26/february-gnome-activities-digest/#comments</comments> <pubDate>Sun, 26 Feb 2012 10:56:26 +0000</pubDate> <dc:creator>baptistemm</dc:creator> <category><![CDATA[GNOME]]></category> <category><![CDATA[brno]]></category> <category><![CDATA[code]]></category> <category><![CDATA[conference]]></category> <category><![CDATA[czech republic]]></category> <category><![CDATA[development]]></category> <category><![CDATA[fedora]]></category> <category><![CDATA[hackfest]]></category> <category><![CDATA[red hat]]></category><guid
isPermaLink="false">http://www.damnpeople.fr/?p=559</guid> <description><![CDATA[I had a busy February this year. FOSDEM It started 3rd and 4th with the FOSDEM where I headed up to promote GNOME on the booth, which this year like other booths were in a the new building K. Forget &#8230; <a
href="http://www.damnpeople.fr/2012/02/26/february-gnome-activities-digest/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>I had a busy February this year.</p><h1>FOSDEM</h1><p>It started 3rd and 4th with the <a
href="http://fosdem.org" target="_blank">FOSDEM</a> where I headed up to promote GNOME on the booth, which this year like other booths were in a the new building K. Forget about we were packed like sardines in the building H, now we have a lot of space.</p><p>I had the pleasure to see new faces (like <a
href="http://live.gnome.org/TobiasMueller">Tobias Mueller</a>, <a
href="http://kittykat3756.wordpress.com/">Ekaterina Gerasimova</a>, <a
href="https://live.gnome.org/DavidKing">David King</a>, &#8230;) and known ones (Frédéric, Alexandre, Vincent, &#8230;). As usual we did some stickers (with new colors), and sold tee-shirts but without success, it seemed people doesn&#8217;t like the green one done for the last desktop summit.</p><p>It went pretty well, except the coldness and the snow in Brussels, and the fact my plane coming from Nice was rerouted to Liège due to snow tempest.</p><h1>GNOME Documentation Hackfest</h1><p>Less than two weeks later, between February 16th and 23th I went to Brno (second city of Czech republic and Red Hat Czech office) to participate to the <a
href="https://live.gnome.org/Hackfests/BrnoDocs2012" target="_blank">GNOME Documentation hackfest</a> in order to update and improve the applications and the general documentation.</p><p>The attendees were:</p><ul><li><a
href="http://blogs.gnome.org/shaunm/" target="_blank">Shaun McCance</a>, documentation leader and help tools maintainer</li><li><a
href="https://live.gnome.org/PhilBull" target="_blank">Phil Bull</a></li><li><a
href="https://plus.google.com/103507398442198196731" target="_blank">Michael Hill</a></li><li><a
href="http://j1m.net/" target="_blank">Jim Campbell</a></li><li><a
href="https://live.gnome.org/EkaterinaGerasimova" target="_blank">Ekaterina Gerasimova</a></li><li><a
href="https://live.gnome.org/DavidKing" target="_blank">David King</a></li><li><a
href="https://live.gnome.org/AndreKlapper" target="_blank">André Klapper</a></li><li><a
href="http://blog.tomeuvizoso.net/" target="_blank">Tomeu Vizoso</a></li><li><a
href="https://cannonerd.wordpress.com/" target="_blank">Susanna Huhtanen</a></li><li><a
href="https://live.gnome.org/JulitaInca" target="_blank">Julita Inca</a></li><li><a
href="https://live.gnome.org/TiffanyAntopolski" target="_blank">Tiffany Antopolski</a></li><li><a
href="http://fedoraproject.org/wiki/User:Fnadge" target="_blank">Florian Nadge</a></li><li><a
href="https://live.gnome.org/PetrKovar" target="_blank">Petr Kovar</a></li><li>me</li></ul><p>The first days days happened during the <a
href="http://fedoraproject.org/wiki/DeveloperConference2012">Fedora Developer Conference</a> in the <a
href="http://www.fi.muni.cz/">Faculty</a>, the days after Red Hat hosted us in their office.</p><h2>Day 0 (Thursday)</h2><ul><li>Flight from Nice to Paris Charles de Gaulle</li><li>Flight from Paris Charles de Gaulle to Vienna. Discovered my baggage is stayed at Paris, had to fill a form to declare the loss, and provide my temporary address for delivery the day after.</li><li>Took the coach bus from Vienna to Brno; top-notch services inside (TV, newspaper, free beverages). unfortunatlely I can&#8217;t read something in a car or a bus :/</li><li>Arrived at the hotel around 8:00 PM and seen Kat, David and other new chaps at the reception. Go directly with them to a pub to grab food.</li></ul><h2>Day 1 (Friday)<strong><br
/> </strong></h2><ul><li>Arrived at the faculty and slowly get introduced to other attendees around.</li><li>Phill Bull lead a session where we studied the application gnome-online-accounts and to document it. Actually we found a lot of flaws in the user experience. Really disappointed at some point, especially when some patches are waiting for months in bugzilla. Is it still maintained ?</li><li>Started to write a <a
href="http://git.gnome.org/browse/gnome-online-accounts" target="_blank">gnome-online-accounts</a> help page for <a
href="http://library.gnome.org/users/gnome-help/stable/" target="_blank">gnome-user-docs</a> and committed it.</li><li>Jim Campbell demoed us the gedit snippet functionality which was unknown to me, but is quite awesome.</li><li>Had a strange experience with the fried cheese meal I ate at the faculty&#8217;s cafeteria.</li></ul><h2>Day 2 (Saturday)</h2><ul><li>Attended to Matthias Clasen GTK+ talk and Boxes &amp; Spice talk from Marc-André Lureau and Jonathan Blandford during the morning.</li><li>Attended during the afternoon to Shaun talk about mallard.</li><li>Had a chat with <a
title="Jared Smith" href="http://fedoraproject.org/wiki/User:Jsmith">Jared Smith</a>, former Fedora Project Leader. Discussed about the duties of Fedora Project Leader, interested how Fedora project rewards its best contributors.</li><li>Ordered a soup, smelled good. Discovered this is soup tripe, I don&#8217;t like tripe as it  smell so much. Actually the smell is not bad in this soup but this is the texture I don&#8217;t like, quite spongious.</li><li>Finished the day with a bowling session in the hotel basement.</li></ul><h2>Day 3 (Sunday)</h2><ul><li>Went to Red Hat office</li><li>Reviewed gnome-user-docs pages related to network (but not wireless)</li><li>Marc-André Lureau did a demo of Boxes, in order to help him writing proper docs. Phil wrote a lot of insightful comments.</li><li>Go the restaurant the Magistr for dinner, invited by Syllogist (Shaun own company), thanks !! Had fun with Simon Schampijer from OLPC, played like a child to the physics activity more than one hour. Help him trying to find why yelp is crashing on OLPC.</li></ul><h2>Day 4 (Monday)</h2><ul><li>Pretty long day, we started at 10 A.M and finished around 11 P.M, and a session continued in the hotel lobby until 2 A.M.</li><li>Tried the latest Fedora 17 Live CD in kvm to test GNOME 3.3. Surprised to see 3D support is on and GNOME-Shell is working, slowly yes, but working.</li><li>Cosimo showed us <a
title="GIT repository of documents" href="http://git.gnome.org/browse/gnome-documents">Documents</a> application, and we gave him some feedback.</li><li>Finished to review my assigned pages on gnome-user-docs and committed them.</li><li>Finished the mallard conversion of gnomine documentation and pushed to master. Opened a couple of bugs about usability problem.</li></ul><h2>Day 5 (Tuesday)</h2><ul><li>Did some various documentation corrections here and there during the morning.</li><li>Susanna and Tiffany did they presentation about the developers documentation to help new comers to get into GNOME technologies development. Promised to tested the docs to Tiffany.</li><li>Visited the old city center during the afternoon: church, cave, &#8230;</li><li>Had to say bye to Kat and David after having a thick chocolate.</li><li>Went back to the Red Hat Office, said good bye to Andre, Mike, Julita, Tiffany and Ryan and go the restaurant.</li></ul><h2>Day 6 (Wednesday)</h2><ul><li>Checked out the room</li><li>Meet Phil at the reception, and decided to go in the center together. Had a chocolate, and then took the bus to go back to Vienna airport.</li><li>Hackfest is over</li></ul><p>I would like to thanks the GNOME Foundation and Red Hat for sponsoring us, Florian Nadge and Petr Kovar who have dedicated their time to organize this event and taking care of us during our stay.</p><p><img
class="size-full wp-image-575 alignright" title="sponsored-gnome-badge-shadow" src="http://www.damnpeople.fr/wp-content/uploads/2012/02/sponsored-gnome-badge-shadow.png?147f94" alt="" width="173" height="173" /><br
/> <img
class="alignleft" title="Red Hat Logo" src="https://upload.wikimedia.org/wikipedia/en/6/6c/RedHat.svg" alt="" width="187" height="54" /></p> ]]></content:encoded> <wfw:commentRss>http://www.damnpeople.fr/2012/02/26/february-gnome-activities-digest/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>A look to OpenPhoto project, few months later</title><link>http://www.damnpeople.fr/2012/01/18/a-look-to-openphoto-project-few-months-after/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-look-to-openphoto-project-few-months-after</link> <comments>http://www.damnpeople.fr/2012/01/18/a-look-to-openphoto-project-few-months-after/#comments</comments> <pubDate>Wed, 18 Jan 2012 12:41:32 +0000</pubDate> <dc:creator>baptistemm</dc:creator> <category><![CDATA[photo]]></category> <category><![CDATA[code]]></category> <category><![CDATA[gallery]]></category> <category><![CDATA[openphoto]]></category> <category><![CDATA[opensource]]></category> <category><![CDATA[pictures]]></category><guid
isPermaLink="false">http://www.damnpeople.fr/?p=545</guid> <description><![CDATA[I wanted to give some news about OpenPhoto Project. Back in July, I discovered the project OpenPhoto, funded on kickstarter, which aims to provide an open photo sharing web platform, like flickr, without the hassle to have all information and &#8230; <a
href="http://www.damnpeople.fr/2012/01/18/a-look-to-openphoto-project-few-months-after/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p><img
class="alignright size-full wp-image-547" title="OpenPhoto Logo" src="http://www.damnpeople.fr/wp-content/uploads/2012/01/OpenPhoto.png?147f94" alt="" width="140" height="140" /></p><p>I wanted to give some news about OpenPhoto Project.</p><p>Back in July, I discovered the project <a
href="http://theopenphotoproject.org" target="_blank">OpenPhoto</a>, funded on <a
href="http://www.kickstarter.com/" target="_blank">kickstarter</a>, which aims to provide an open photo sharing web platform, like <a
title="flickr" href="http://www.flickr.com/" target="_blank">flickr</a>, without the hassle to have all information and development kept in the hands of someone else. As the future of <a
title="flickr" href="http://www.flickr.com/" target="_blank">flickr</a> is each day, less and less clear, finding an alternate solutions could become an option. For the moment OpenPhoto cannot compete, features-wise, to flickr, but is enought to publish a photo stream.</p><p>Since my <a
title="About OpenPhoto and its hosting on Cherokee Web Server" href="http://www.damnpeople.fr/2011/08/13/about-openphoto-and-its-hosting-cherokee-web-server/" target="_blank">previous post </a>about this project, OpenPhoto has grown gently, reaching the version 1.0 in the meantime, and going further, it&#8217;s now at 1.3.2. It provides a solid photo sharing application, with several back-ends to store pictures, like local filesystem, <a
href="http://aws.amazon.com/s3/" target="_blank">Amazon S3</a> bucket, or <a
href="http://www.dropbox.com/" target="_blank">Dropbox </a>and Mysql or Amazon <a
href="http://aws.amazon.com/fr/simpledb/" target="_blank">simpleDb</a> for Db back-ends. It features a solid eco-system, like mobile applications (android, iphone, &#8230;), a WordPress plugin, OAuth clients in various language, &#8230; . You can have a look at <a
href="https://github.com/openphoto" target="_blank">https://github.com/openphoto</a> to find all related projects.</p><p>OpenPhoto provides also a SAAS on <a
href="http://www.openphoto.me/" target="_blank">openphoto.me</a> where you can have your own instance of OpenPhoto running in the cloud, but with the photos hosted on the platform you want and you own. Accounts are free (I don&#8217;t know how long it&#8217;ll last) but it&#8217;s not open to everyone, however you just have to request an invite on the site. I don&#8217;t know what is the business-model and if there is one, but I guess, there will be a free hosting version and a &#8220;pro&#8221; version with advanced features.</p> ]]></content:encoded> <wfw:commentRss>http://www.damnpeople.fr/2012/01/18/a-look-to-openphoto-project-few-months-after/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Petite annonce personnelle / Small personal announcement</title><link>http://www.damnpeople.fr/2012/01/03/petite-annonce-personnelle-small-personal-announcement/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=petite-annonce-personnelle-small-personal-announcement</link> <comments>http://www.damnpeople.fr/2012/01/03/petite-annonce-personnelle-small-personal-announcement/#comments</comments> <pubDate>Tue, 03 Jan 2012 09:46:12 +0000</pubDate> <dc:creator>baptistemm</dc:creator> <category><![CDATA[life]]></category> <category><![CDATA[baby]]></category> <category><![CDATA[bébé]]></category> <category><![CDATA[change]]></category> <category><![CDATA[enfant]]></category> <category><![CDATA[naissance]]></category><guid
isPermaLink="false">http://www.damnpeople.fr/?p=531</guid> <description><![CDATA[Arrivée prévue début Juin / Arrival estimated for beginning of June]]></description> <content:encoded><![CDATA[<p
style="text-align: center;"><img
class=" wp-image-520 aligncenter" title="echographie" src="http://www.damnpeople.fr/wp-content/uploads/2011/11/echo.jpg?147f94" alt="" width="962" height="662" /></p><p>Arrivée prévue début Juin / Arrival estimated for beginning of June</p> ]]></content:encoded> <wfw:commentRss>http://www.damnpeople.fr/2012/01/03/petite-annonce-personnelle-small-personal-announcement/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Retour sur les JDLL 2011</title><link>http://www.damnpeople.fr/2011/11/25/retour-sur-les-jdll-2011/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=retour-sur-les-jdll-2011</link> <comments>http://www.damnpeople.fr/2011/11/25/retour-sur-les-jdll-2011/#comments</comments> <pubDate>Fri, 25 Nov 2011 12:52:58 +0000</pubDate> <dc:creator>baptistemm</dc:creator> <category><![CDATA[GNOME]]></category> <category><![CDATA[code]]></category> <category><![CDATA[conference]]></category> <category><![CDATA[development]]></category> <category><![CDATA[fun]]></category> <category><![CDATA[lyon]]></category> <category><![CDATA[opensource]]></category><guid
isPermaLink="false">http://www.damnpeople.fr/?p=447</guid> <description><![CDATA[Je reviens d&#8217;un week-end a Lyon où comme je l&#8217;avais déjà mentionné précédemment, j&#8217;ai participé avec mes petits camarades de GNOME-FR aux JDLL 2011. Nous avons eu un stand et une &#8220;event box&#8221; (conteneur avec du matériel pour faire des &#8230; <a
href="http://www.damnpeople.fr/2011/11/25/retour-sur-les-jdll-2011/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<div
class="wp-caption alignright" style="width: 290px"><a
href="http://photo.damnpeople.fr/photo/15/view" target="_blank"><img
class=" " title="Didier Roche &amp; Vincent Untz fixing the display" src="http://photo.damnpeople.fr/photos/custom/201111/1321912967-DSC_4753_280x186xCR.jpg" alt="" width="280" height="186" /></a><p
class="wp-caption-text">Didier Roche &amp; Vincent Untz en train de debugger un problème de sortie vidéo pendant la conférence</p></div><p>Je reviens d&#8217;un week-end a Lyon où comme je l&#8217;avais déjà mentionné <a
title="GNOME-FR sera aux JDLL 2011" href="http://www.damnpeople.fr/2011/11/07/gnome-fr-sera-aux-jdll-2011/" target="_blank">précédemment</a>, j&#8217;ai participé avec mes petits camarades de GNOME-FR aux <a
title="le site des JDLL" href="http://www.jdll.org" target="_blank">JDLL 2011</a>.</p><p>Nous avons eu un stand et une &#8220;event box&#8221; (conteneur avec du matériel pour faire des démonstration et décorer le stand) prêtée par la fondation GNOME. Nous avons pu présenter à des personnes initiées ou non a l&#8217;informatique libre le Shell GNOME 3 pendant 2 jours, et ainsi expliquer la génère de la réécriture du shell et les fondements de son fonctionnement. Il a bien sûr fallu bien argumenter en face de personnes habituées à GNOME 2.x et qui expliquaient leurs réticences.</p><p>Didier Roche et Vincent untz ont présenté de leur côté, à un horaire trop matinal pour un samedi matin, une conférence sur la génèse, les différences mais surtout les similarités des shells graphiques que sont Unity et gnome-shell. J&#8217;espère qu&#8217;ils auront l&#8217;occasion de la représenter car c&#8217;est vraiment très interessant d&#8217;apprendre et comprendre comment les deux visions se sont affrontés pendant quelques années avant d&#8217;émerger.</p><div
class="wp-caption alignleft" style="width: 290px"><a
href="http://photo.damnpeople.fr/photo/15/view"><img
class=" " title="Le stand GNOME aux JDLL" src="http://photo.damnpeople.fr/photos//custom/201111/1321911360-DSC_4732_280x186xCR.jpg" alt="" width="280" height="186" /></a><p
class="wp-caption-text">Le stand GNOME aux JDLL</p></div><p>C&#8217;était un week-end fantastique, et cela m&#8217;a fait plaisir de rencontrer en vrai des personnes que je côtoie tout le temps sur IRC. Je remercie Didier et Julie qui ont eu la gentillesse de nous héberger, Fred, Alexandre et moi-même, de nous faire découvrir un super restaurant ainsi que des groupes de musique tels que les &#8220;<a
title="Page Wikipedia des Morning Musume" href="http://fr.wikipedia.org/wiki/Morning_Musume" target="_blank">Morning Musume</a>&#8221; du Hello Project et &#8220;<a
title="Page Wikipedia des Romanesque" href="http://fr.wikipedia.org/wiki/Les_Romanesques" target="_blank">les Romanesque&#8221; </a> <img
src="http://www.damnpeople.fr/wp-includes/images/smilies/icon_smile.gif?147f94" alt=':)' class='wp-smiley' /> ; je crois qu&#8217;Alexandre en est encore tout chamboulé. Merci à toutes les personnes qui sont passées sur le stand nous faire coucou et nous aider, comme Haïkel Guémar qui s&#8217;est occupé de l&#8217;event box ou Dave Neary, et tous les autres. J&#8217;ai mis en ligne quelques photos <a
title="Photos des JDLL" href="http://photo.damnpeople.fr/photos/tags-jdll/list" target="_blank">là</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.damnpeople.fr/2011/11/25/retour-sur-les-jdll-2011/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Pause musicale</title><link>http://www.damnpeople.fr/2011/11/24/pause-musicale/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=pause-musicale</link> <comments>http://www.damnpeople.fr/2011/11/24/pause-musicale/#comments</comments> <pubDate>Thu, 24 Nov 2011 17:47:50 +0000</pubDate> <dc:creator>baptistemm</dc:creator> <category><![CDATA[music]]></category> <category><![CDATA[biolay]]></category> <category><![CDATA[Bran Van 3000]]></category> <category><![CDATA[Cajun Dance Party]]></category> <category><![CDATA[Overhead]]></category> <category><![CDATA[rock]]></category> <category><![CDATA[We are Scientist]]></category><guid
isPermaLink="false">http://www.damnpeople.fr/?p=486</guid> <description><![CDATA[Benjamin Biolay featuring Jo-Stevens &#8211; Bain de sang Bran Van 3000 &#8211; Drinking in L.A. We are Scientist &#8211; Sie hat was vermisst Cajun Dance Party &#8211; Colourful Life Overhead &#8211; Innerself]]></description> <content:encoded><![CDATA[<p>Benjamin Biolay featuring Jo-Stevens &#8211; Bain de sang<br
/> <audio
id="wp_mep_1" controls="controls" src="http://www.damnpeople.fr/wp-content/uploads/2011/11/Benjamin-Biolay-Bain-de-sang-feat.-Jo-Stevens.mp3" preload="none" class="mejs-player " data-mejsoptions='{"features":["playpause","current","progress","duration","volume","tracks","fullscreen"],"audioWidth":400,"audioHeight":30}'> <object
width="400" height="30" type="application/x-shockwave-flash" data="http://www.damnpeople.fr/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/flashmediaelement.swf"><param
name="movie" value="http://www.damnpeople.fr/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/flashmediaelement.swf" /><param
name="flashvars" value="controls=true&amp;file=http://www.damnpeople.fr/wp-content/uploads/2011/11/Benjamin-Biolay-Bain-de-sang-feat.-Jo-Stevens.mp3" /> </object> </audio></p><p><a
href="http://fr.wikipedia.org/wiki/Bran_Van_3000" target="_blank">Bran Van 3000</a> &#8211; Drinking in L.A.<br
/> <audio
id="wp_mep_2" controls="controls" src="http://www.damnpeople.fr/wp-content/uploads/2011/11/BV3K-Drinking-In-L.A..mp3" preload="none" class="mejs-player " data-mejsoptions='{"features":["playpause","current","progress","duration","volume","tracks","fullscreen"],"audioWidth":400,"audioHeight":30}'> <object
width="400" height="30" type="application/x-shockwave-flash" data="http://www.damnpeople.fr/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/flashmediaelement.swf"><param
name="movie" value="http://www.damnpeople.fr/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/flashmediaelement.swf" /><param
name="flashvars" value="controls=true&amp;file=http://www.damnpeople.fr/wp-content/uploads/2011/11/BV3K-Drinking-In-L.A..mp3" /> </object> </audio></p><p><a
href="http://fr.wikipedia.org/wiki/We_Are_Scientists" target="_blank">We are Scientist</a> &#8211; Sie hat was vermisst<br
/> <audio
id="wp_mep_3" controls="controls" src="http://www.damnpeople.fr/wp-content/uploads/2011/11/We-are-scientists-Sie-hat-was-vermisst.mp3" preload="none" class="mejs-player " data-mejsoptions='{"features":["playpause","current","progress","duration","volume","tracks","fullscreen"],"audioWidth":400,"audioHeight":30}'> <object
width="400" height="30" type="application/x-shockwave-flash" data="http://www.damnpeople.fr/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/flashmediaelement.swf"><param
name="movie" value="http://www.damnpeople.fr/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/flashmediaelement.swf" /><param
name="flashvars" value="controls=true&amp;file=http://www.damnpeople.fr/wp-content/uploads/2011/11/We-are-scientists-Sie-hat-was-vermisst.mp3" /> </object> </audio></p><p><a
href="http://fr.wikipedia.org/wiki/Cajun_Dance_Party" target="_blank">Cajun Dance Party</a> &#8211; Colourful Life<br
/> <audio
id="wp_mep_4" controls="controls" src="http://www.damnpeople.fr/wp-content/uploads/2011/11/Cajun-Dance-Party-Colourful-Life.mp3" preload="none" class="mejs-player " data-mejsoptions='{"features":["playpause","current","progress","duration","volume","tracks","fullscreen"],"audioWidth":400,"audioHeight":30}'> <object
width="400" height="30" type="application/x-shockwave-flash" data="http://www.damnpeople.fr/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/flashmediaelement.swf"><param
name="movie" value="http://www.damnpeople.fr/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/flashmediaelement.swf" /><param
name="flashvars" value="controls=true&amp;file=http://www.damnpeople.fr/wp-content/uploads/2011/11/Cajun-Dance-Party-Colourful-Life.mp3" /> </object> </audio></p><p><a
href="http://fr.wikipedia.org/wiki/Overhead" target="_blank">Overhead</a> &#8211; Innerself<br
/> <audio
id="wp_mep_5" controls="controls" src="http://www.damnpeople.fr/wp-content/uploads/2011/11/Overhead-Innerself.mp3" preload="none" class="mejs-player " data-mejsoptions='{"features":["playpause","current","progress","duration","volume","tracks","fullscreen"],"audioWidth":400,"audioHeight":30}'> <object
width="400" height="30" type="application/x-shockwave-flash" data="http://www.damnpeople.fr/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/flashmediaelement.swf"><param
name="movie" value="http://www.damnpeople.fr/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/flashmediaelement.swf" /><param
name="flashvars" value="controls=true&amp;file=http://www.damnpeople.fr/wp-content/uploads/2011/11/Overhead-Innerself.mp3" /> </object> </audio></p> ]]></content:encoded> <wfw:commentRss>http://www.damnpeople.fr/2011/11/24/pause-musicale/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <enclosure
url="http://www.damnpeople.fr/wp-content/uploads/2011/11/Benjamin-Biolay-Bain-de-sang-feat.-Jo-Stevens.mp3" length="2953588" type="audio/mpeg" /> <enclosure
url="http://www.damnpeople.fr/wp-content/uploads/2011/11/BV3K-Drinking-In-L.A..mp3" length="6002156" type="audio/mpeg" /> <enclosure
url="http://www.damnpeople.fr/wp-content/uploads/2011/11/We-are-scientists-Sie-hat-was-vermisst.mp3" length="7378681" type="audio/mpeg" /> <enclosure
url="http://www.damnpeople.fr/wp-content/uploads/2011/11/Cajun-Dance-Party-Colourful-Life.mp3" length="6945303" type="audio/mpeg" /> <enclosure
url="http://www.damnpeople.fr/wp-content/uploads/2011/11/Overhead-Innerself.mp3" length="6601364" type="audio/mpeg" /> </item> <item><title>GNOME-FR sera aux JDLL 2011</title><link>http://www.damnpeople.fr/2011/11/07/gnome-fr-sera-aux-jdll-2011/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gnome-fr-sera-aux-jdll-2011</link> <comments>http://www.damnpeople.fr/2011/11/07/gnome-fr-sera-aux-jdll-2011/#comments</comments> <pubDate>Mon, 07 Nov 2011 21:28:08 +0000</pubDate> <dc:creator>baptistemm</dc:creator> <category><![CDATA[GNOME]]></category> <category><![CDATA[tech]]></category> <category><![CDATA[association]]></category> <category><![CDATA[conference]]></category> <category><![CDATA[fun]]></category> <category><![CDATA[jdll]]></category><guid
isPermaLink="false">http://www.damnpeople.fr/?p=445</guid> <description><![CDATA[La semaine prochaine, les 18 et 19 novembre se dérouleront sur le campus de la Doua à Villeurbanne les JDLL édition 2011,  XIII ième du nom. Les Journées du Logiciel Libre, dont le but est de présenter à travers des &#8230; <a
href="http://www.damnpeople.fr/2011/11/07/gnome-fr-sera-aux-jdll-2011/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>La semaine prochaine, les 18 et 19 novembre se dérouleront sur le campus de <a
href="http://fr.wikipedia.org/wiki/La_Doua" target="_blank">la Doua</a> à Villeurbanne les JDLL édition 2011,  XIII ième du nom. Les Journées du Logiciel Libre, dont le but est de présenter à travers des conférences et des stands le libre dans toute sa diversité. Comme chaque année les JDLL se décomposent en deux parties: une journée entreprise, et une journée grand public, afin de présenter les deux aspects du libre, et des thèmes autour.</p><p>GNOME-FR sera présent en force et en nombre, <a
title="Frédéric Peters" href="http://www.0d.be/" target="_blank">Frédéric Péters</a>, <a
title="Didier Roche" href="http://blog.didrocks.fr" target="_blank">Didier Roche</a>, <a
title="Vincent Untz" href="http://www.vuntz.net/" target="_blank">Vincent Untz</a>, <a
title="Alexandre Franke" href="http://www.alexandrefranke.com/" target="_blank">Alexandre Franke</a> et moi-même seront là (et certainement d&#8217;autre); nous disposerons d&#8217;un stand pour présenter le projet GNOME, la dernière version GNOME 3.2 et ses dernières innovations. Nous aurons du matériel sur lequel nous pourrons faire des démonstrations, grâce à l&#8217;event-box que nous fournit la fondation GNOME (Merci à <a
href="http://fedoraproject.org/wiki/User:Hguemar" target="_blank">Haïkel Guémar</a> pour la reception et la gestion de l&#8217;event-box sur le campus) .</p><p>Certains de nos membres participeront à des présentations. par exemple dans une confrontation nommée &#8220;<a
href="http://www.jdll.org/node/163" target="_blank">Unity vs GNOME 3 : le grand combat</a>&#8221; présenteront les derniers deux bureaux sortis récemment . A ma gauche Didier Roche, développeur <a
href="http://www.canonical.com/" target="_blank">Canonical</a> (et accessoirement vice-président de GNOME-FR) défendra Unity, à ma droite Vincent Untz développeur <a
href="http://www.suse.com/" target="_blank">Suse</a> présentera GNOME 3. Ils débatteront des différences de leur bureau favori mais aussi de leurs similarités. Nul doute que ce combat sera acharné mais j&#8217;espère qu&#8217;il restera correct <img
src="http://www.damnpeople.fr/wp-includes/images/smilies/icon_smile.gif?147f94" alt=':)' class='wp-smiley' /></p><p>Vincent ensuite présentera une seconde conférence, &#8220;<a
href="http://www.jdll.org/node/202">openSUSE : un projet pas simplement vert (ou allemand !)</a>&#8221; afin de nous éclairer sur cette distribution moins populaire dans nos contrées, mais pas moins dénué d’intérêt, il reviendra sur son histoire et les projets initiés en son sein comme l&#8217;<a
href="http://openbuildservice.org/" target="_blank">Open Build Service</a>. <a
title="Cédric Bosdonnat" href="http://cedric.bosdonnat.free.fr/wordpress/" target="_blank">Cédric Bosdonnat</a>, développeur LibreOffice, présentera, &#8220;<a
href="http://www.jdll.org/node/210" target="_blank">LibreOffice : la fin de la guerre entre développeurs et QA</a>&#8220;, il parcourra les avancées depuis le fork d&#8217;avec OpenOffice. Pour la liste complète des conférences, vous pouvez jeter un coup d&#8217;œil à l&#8217;adresse <a
title="Programme JDLL" href="http://www.jdll.org/programme/2011-W47" target="_blank">http://www.jdll.org/programme/2011-W47</a>.</p><p>Vivement la semaine prochaine, au plaisir de se voir là-bas, et au plaisir d&#8217;aller dans un petit restau lyonnais partager un bon repas <img
src="http://www.damnpeople.fr/wp-includes/images/smilies/icon_smile.gif?147f94" alt=':)' class='wp-smiley' /> .</p> ]]></content:encoded> <wfw:commentRss>http://www.damnpeople.fr/2011/11/07/gnome-fr-sera-aux-jdll-2011/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Résultat de l&#8217;AG GNOME-FR du 3 septembre</title><link>http://www.damnpeople.fr/2011/09/24/resultat-de-lag-gnome-fr-du-3-septembre/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=resultat-de-lag-gnome-fr-du-3-septembre</link> <comments>http://www.damnpeople.fr/2011/09/24/resultat-de-lag-gnome-fr-du-3-septembre/#comments</comments> <pubDate>Sat, 24 Sep 2011 16:46:20 +0000</pubDate> <dc:creator>baptistemm</dc:creator> <category><![CDATA[GNOME]]></category> <category><![CDATA[association]]></category><guid
isPermaLink="false">http://www.damnpeople.fr/?p=433</guid> <description><![CDATA[Samedi 3 Septembre, après un long sommeil de l&#8217;association nous l&#8217;avons resssucité pour organiser une assemblée générale, afin de discuter de l&#8217;ordre du jour. Le compte-rendu complet rédigé par Luis Menina avec toutes les décisions prises est en ligne. Le &#8230; <a
href="http://www.damnpeople.fr/2011/09/24/resultat-de-lag-gnome-fr-du-3-septembre/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Samedi 3 Septembre, après un long sommeil de l&#8217;association nous l&#8217;avons resssucité pour organiser une assemblée générale, afin de discuter de l&#8217;<a
title="ANNONCE: Réunion GNOME-FR Samedi 3 septembre 18h00" href="http://www.damnpeople.fr/2011/08/31/annonce-reunion-gnome-fr-samedi-3-septembre-18h00/" target="_blank">ordre du jour</a>.</p><p>Le compte-rendu complet rédigé par <a
title="Luis Menina" href="http://blog.freeside.fr/" target="_blank">Luis Menina </a>avec toutes les décisions prises est en <a
href="https://mail.gnome.org/archives/gnome-fr-list/2011-September/msg00008.html" target="_blank">ligne</a>.</p><p>Le premier point a vu l&#8217;élection d&#8217;un nouveau conseil d&#8217;administration, les nouveaux membres en sont:</p><ul><li>Didier Roche</li><li><a
href="http://www.0d.be/" target="_blank">Frédéric Peters</a></li><li><a
href="http://www.alexandrefranke.com/" target="_blank">Alexandre Franke</a></li><li>Baptiste Mille-Mathias</li><li><a
href="http://www.2xlibre.net/" target="_blank">Claude Paroz</a></li><li><a
href="http://blog.freeside.fr/" target="_blank">Luis Menina</a></li></ul><p>On notera que l&#8217;aspect francophone de l’association a bien été respecté, ainsi nous avons un représentant Belge (Frédéric) et un représentant Suisse (Claude).</p><p>Suite à cela, l’élection du bureau a vu les nomination suivantes:</p><ul><li>Président : Baptiste Mille-Mathias</li><li>Vice-Président : Didier Roche</li><li>Trésorier : Alexandre Franke</li><li>Secrétaire : Luis Menina</li></ul><p>J&#8217;avoue que mon élection n&#8217;a pas été volontaire et était plutôt un traquenard organisé avec à sa tête l&#8217;ancien président, en la personne de <a
href="http://www.vuntz.net/" target="_blank">Mr Untz</a>; donc l&#8217;immense honneur de me retrouver président d&#8217;une association, alors que je suis sûr que d&#8217;autres personnes sont bien plus motivés et compétentes que moi. Néanmoins je ferais de mon mieux pour remplir les taches qui décombent de cette fonction <img
src="http://www.damnpeople.fr/wp-includes/images/smilies/icon_smile.gif?147f94" alt=':)' class='wp-smiley' /> .</p><p>Je pense que ce rôle de président est emblématique (mais pas uniquement) et ce qui fait vivre toute association c&#8217;est le temps et l&#8217;énergie que mettent ses membres dedans, c&#8217;est pour cela que je fais un petit coucou à ceux qui participent et animent aux conférences pour représenter GNOME et GNOME-FR (vous pouvez discuter avec eux sur le canal IRC #gnomefr sur GIMPnet).</p><p>Outre les modifications administratives mineures, un point important modifié dans règlement intérieur est la suppression des cotisations d&#8217;adhésion au profit de la cooptation basée sur les contributions dans le but d&#8217;amener des nouvelles recrues.</p> ]]></content:encoded> <wfw:commentRss>http://www.damnpeople.fr/2011/09/24/resultat-de-lag-gnome-fr-du-3-septembre/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mes dernier achats</title><link>http://www.damnpeople.fr/2011/09/13/mes-dernier-achats/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mes-dernier-achats</link> <comments>http://www.damnpeople.fr/2011/09/13/mes-dernier-achats/#comments</comments> <pubDate>Tue, 13 Sep 2011 19:39:10 +0000</pubDate> <dc:creator>baptistemm</dc:creator> <category><![CDATA[music]]></category> <category><![CDATA[electro]]></category> <category><![CDATA[rpg]]></category> <category><![CDATA[videogame]]></category><guid
isPermaLink="false">http://www.damnpeople.fr/?p=384</guid> <description><![CDATA[Voici une liste des choses que j&#8217;ai acheté ces dernières semaines côté Média et &#8220;culture&#8221; (notez bien les guillemets sur culture). Jeux Videos Xenoblade Chronicle En regardant pour une fois les sorties de jeu Wii depuis presque 2 ans, je &#8230; <a
href="http://www.damnpeople.fr/2011/09/13/mes-dernier-achats/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Voici une liste des choses que j&#8217;ai acheté ces dernières semaines côté Média et &#8220;culture&#8221; (notez bien les guillemets sur culture).</p><h1>Jeux Videos</h1><p><a
href="http://www.amazon.fr/gp/product/B005BPA1WQ/ref=as_li_qf_sp_asin_il?ie=UTF8&amp;tag=httpwwwdamnpe-21&amp;linkCode=as2&amp;camp=1642&amp;creative=6746&amp;creativeASIN=B005BPA1WQ" target="_blank"><img
class="alignright" src="http://ws.assoc-amazon.fr/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=B005BPA1WQ&amp;MarketPlace=FR&amp;ID=AsinImage&amp;WS=1&amp;tag=httpwwwdamnpe-21&amp;ServiceVersion=20070822" alt="" width="113" height="160" /></a><a
title="Xenoblade Chronicle" href="http://amzn.to/pWmime" target="_blank">Xenoblade Chronicle</a> En regardant pour une fois les sorties de jeu Wii depuis presque 2 ans, je suis tombé sur ce jeu qui affichait une critique dithyrambique et une note quasi-parfaite sur pas mal de sites et de magazine. C&#8217;est un jeu de type RPG mais qui lorgne aussi du coté du jeu d&#8217;action comme Zelda; J&#8217;avoue avoir hésité un peu avant de l&#8217;acheter, car ma dernière expérience d&#8217;un RPG date de Final Fantasy VII (sorti en 1997). J&#8217;avais acheté Tales of Symphonia sur Gamecube mais j&#8217;avais trouvé l&#8217;histoire trop enfantine et le déroulement trop rébarbatif.</p><p>Là où <a
title="Xenoblade Chronicle" href="http://amzn.to/pWmime" target="_blank">Xenoblade Chronicle</a> sort son épingle du jeu par rapport a ma maigre expérience des RPG, c&#8217;est qu’il évite la lourdeur dans le déroulement, pas de coupure entre scènes d&#8217;exploration et phases de combat; on peut se télé-transporter dans les endroits déjà visité pour éviter les longues phase de ballade. Les décors sont magnifiques et j&#8217;ai aimé l&#8217;impression d&#8217;espace qui se dégage quand on promène par exemple dans la plaine de la jambe de Bionis (oui ca parait bizarre sans contexte); la musique est un de toute beauté également et le scénario n&#8217;est pas en reste.</p><p>Pour un test complet qui en parlera mieux que moi, vous pouvez voir sur <a
title="Test xenoblade chronicles" href="http://www.gamekult.com/jeux/test-xenoblade-chronicles-J000096804t.html">gamekult</a> par exemple.</p><h1>Musique</h1><p><a
href="http://www.amazon.fr/gp/product/B0051MP6A6/ref=as_li_qf_sp_asin_il?ie=UTF8&amp;tag=httpwwwdamnpe-21&amp;linkCode=as2&amp;camp=1642&amp;creative=6746&amp;creativeASIN=B0051MP6A6" target="_blank"><img
class="alignleft" style="border: 0pt none;" src="http://ws.assoc-amazon.fr/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=B0051MP6A6&amp;MarketPlace=FR&amp;ID=AsinImage&amp;WS=1&amp;tag=httpwwwdamnpe-21&amp;ServiceVersion=20070822" alt="" width="160" height="160" border="0" /></a><a
href="http://www.amazon.fr/gp/product/B0051MP6A6/ref=as_li_tf_tl?ie=UTF8&amp;tag=httpwwwdamnpe-21&amp;linkCode=as2&amp;camp=1642&amp;creative=6746&amp;creativeASIN=B0051MP6A6">Within and Without </a><img
style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.fr/e/ir?t=httpwwwdamnpe-21&amp;l=as2&amp;o=8&amp;a=B0051MP6A6" alt="" width="1" height="1" border="0" />par Washed Out, c&#8217;est un album éléctro plutôt solaire, propice à l&#8217;été, certes ce n&#8217;est pas un album indispensable mais le son de synthé vaporeux est agréable. J&#8217;avoue que je ne connaissais pas du tout, j&#8217;ai acheté sur un coup de tête parce que Washed Out passait dans un <a
href="http://midi-festival.com/?p=1455">festival</a> de musique près de chez moi et j&#8217;avais apprécié le morceau &#8220;<a
title="Washed Out - Eye can be closed" href="http://www.youtube.com/watch?v=Cj2HcdiOmt8" target="_blank">Eye can be closed</a>&#8220;.</p><h1>Livre</h1><p
title="Monkey D. Luffy"><a
href="http://www.amazon.fr/gp/product/2723433358/ref=as_li_qf_sp_asin_il?ie=UTF8&amp;tag=httpwwwdamnpe-21&amp;linkCode=as2&amp;camp=1642&amp;creative=6746&amp;creativeASIN=2723433358" target="_blank"><img
class="alignright" style="border: 0pt none;" src="http://ws.assoc-amazon.fr/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=2723433358&amp;MarketPlace=FR&amp;ID=AsinImage&amp;WS=1&amp;tag=httpwwwdamnpe-21&amp;ServiceVersion=20070822" alt="" width="99" height="160" border="0" /></a>J&#8217;ai commencé à lire la série <a
title="One Piece" href="http://amzn.to/ozijmE" target="_blank">One Piece</a>, dont <a
title="Boulet Corp." href="http://www.bouletcorp.com" target="_blank">Boulet</a> y a fait référence plusieurs fois depuis des années dans ses billets. One Piece est un manga japonais débuté en 1997 qui conte l&#8217;histoire d&#8217;un jeune garçon au corps élastique, <a
title="Monkey D. Luffy" href="http://fr.wikipedia.org/wiki/Monkey_D._Luffy" target="_blank">Monkey D. Luffy</a>, qui veut devenir pirate et part a la recherche du &#8220;One Piece&#8221; le trésor caché par Gold Roger, le seigneur des pirates avant sa mort. Au cours de son périple Monkey va également se constituer un équipage.</p><p>J&#8217;ai l&#8217;impression de retrouver l&#8217;humour et la fraicheur des premiers albums de Dragonball, le même thème de la quête, le même fun, les ennemis très caricaturaux. La frustration pointe alors qu&#8217;arrive la dernière page du tome 1 <img
src="http://www.damnpeople.fr/wp-includes/images/smilies/icon_smile.gif?147f94" alt=':)' class='wp-smiley' /> . La mauvaise nouvelle c&#8217;est qu&#8217;il a actuellement 62 tomes, et que la série est toujours en cours d&#8217;écriture; ça risque de faire long. <img
src="http://www.damnpeople.fr/wp-includes/images/smilies/icon_smile.gif?147f94" alt=':)' class='wp-smiley' /></p><p><strong>ps</strong>: Je teste les liens sponsorisés Amazon, pour voir si ca génère un peu de revenu (que j&#8217;aimerai reverser), j&#8217;avoue que ne suis pas trop à l&#8217;aise avec ça. On verra où cela me mène.</p> ]]></content:encoded> <wfw:commentRss>http://www.damnpeople.fr/2011/09/13/mes-dernier-achats/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: www.damnpeople.fr @ 2012-05-20 03:00:40 by W3 Total Cache -->
