<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>postponed procrastination</title>
	<atom:link href="http://jprieur.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jprieur.wordpress.com</link>
	<description>lack of ideas for free software</description>
	<pubDate>Sat, 31 May 2008 00:47:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Some Web 2.0 chessy poofish People related stuff</title>
		<link>http://jprieur.wordpress.com/2008/05/31/some-web-20-chessy-poofish-people-related-stuff/</link>
		<comments>http://jprieur.wordpress.com/2008/05/31/some-web-20-chessy-poofish-people-related-stuff/#comments</comments>
		<pubDate>Sat, 31 May 2008 00:23:54 +0000</pubDate>
		<dc:creator>jprieur</dc:creator>
		
		<category><![CDATA[address book]]></category>

		<category><![CDATA[people project]]></category>

		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://jprieur.wordpress.com/?p=49</guid>
		<description><![CDATA[Ali fixed the test framework to better handle asynchronous operations in People backends so the Last.fm contact source got merged into trunk! Last.fm is like the only social network I really enjoy so that was my heart choice to start a People proof of concept backend.
And, just for fun, I just happened to push a [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ali fixed the test framework to better handle asynchronous operations in People backends so the <a title="My music tastes are awesome!" href="http://www.last.fm/user/jprieur" target="_blank">Last.fm</a> contact source got merged into trunk! Last.fm is like the only social network I really enjoy so that was my heart choice to start a People proof of concept backend.</p>
<p>And, just for fun, I just happened to push a complete <a title="My public feed" href="http://friendfeed.com/jprieur" target="_blank">FriendFeed</a> backend! This is actually a valuable contact source as it brings lots of information about which services your contacts are using.</p>
<p>Backend development for People is a real pleasure. Sure, it gets more complicated dealing <a title="Maybe even utterlyshly over-complicated." href="http://www.ietf.org/rfc/rfc2426.txt" target="_blank">with utterly over-complicated</a> formats but when it&#8217;s REST based, it&#8217;s just quick and easy (each of the upper mentionned backends took me only two hours hacking).</p>
<p>Exciting.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jprieur.wordpress.com/49/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jprieur.wordpress.com/49/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jprieur.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jprieur.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jprieur.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jprieur.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jprieur.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jprieur.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jprieur.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jprieur.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jprieur.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jprieur.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jprieur.wordpress.com&blog=784691&post=49&subd=jprieur&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jprieur.wordpress.com/2008/05/31/some-web-20-chessy-poofish-people-related-stuff/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/jprieur-128.jpg" medium="image">
			<media:title type="html">jprieur</media:title>
		</media:content>
	</item>
		<item>
		<title>The awesomeness of unit testing</title>
		<link>http://jprieur.wordpress.com/2008/05/29/the-awesomeness-of-unit-tests/</link>
		<comments>http://jprieur.wordpress.com/2008/05/29/the-awesomeness-of-unit-tests/#comments</comments>
		<pubDate>Thu, 29 May 2008 08:32:21 +0000</pubDate>
		<dc:creator>jprieur</dc:creator>
		
		<category><![CDATA[people project]]></category>

		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://jprieur.wordpress.com/?p=47</guid>
		<description><![CDATA[Well, the title is pretty much it.
Since the beginning of the development of People, we continuously validate any new stuff or modifications delivering unit tests, mandatory step before even thinking of proposing the corresponding working branch to merge into trunk.
That process changed the way I develop, really. Before, I used to hack my bunch of [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well, the title is pretty much it.</p>
<p>Since the beginning of the development of <a title="People project launchpad" href="https://code.launchpad.net/~people-project" target="_blank">People,</a> we continuously validate any new stuff or modifications delivering unit tests, mandatory step before even thinking of proposing the corresponding working branch to merge into trunk.</p>
<p>That process <strong>changed the way I develop</strong>, really. Before, I used to hack my bunch of code, verify obvious statements with some standard output display and then assume it was OK. Now, I am more focused when writing it, thinking more on how it should be used. Once done, I write the unit test being aware of how it could be used. Being more focused, I save time, reducing the bug probability at this step, I save time, and if I save time, I can hack more, with a better code quality. I work better.</p>
<p>All this moved my &#8220;I&#8217;m gonna explode what I was working on for days is working Yippee!&#8221; scream from compilation success to test running success (however, it&#8217;s still often during the night so, sorry neighbors). How naive I used to be.</p>
<p>This happened last night: I just finished hacking something I found quite complicated, so I wrote the unit test, actually without any hope, and the test failed, I fixed a few wrong bits, the test passed, at the second try. I couldn&#8217;t believe it. That one deserved a great scream. Thinking back about it, it&#8217;s just normal. That code may be complicated but it&#8217;s only using already tested components, and well, being focused help when hacking, so, just normal. But I&#8217;d like to add it&#8217;s also awesome.</p>
<p>Surely, next step is to become totally <a title="TDD Wikipedia entry" href="http://en.wikipedia.org/wiki/Test-driven_development" target="_blank">test-driven</a> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jprieur.wordpress.com/47/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jprieur.wordpress.com/47/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jprieur.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jprieur.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jprieur.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jprieur.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jprieur.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jprieur.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jprieur.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jprieur.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jprieur.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jprieur.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jprieur.wordpress.com&blog=784691&post=47&subd=jprieur&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jprieur.wordpress.com/2008/05/29/the-awesomeness-of-unit-tests/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/jprieur-128.jpg" medium="image">
			<media:title type="html">jprieur</media:title>
		</media:content>
	</item>
		<item>
		<title>People in brief</title>
		<link>http://jprieur.wordpress.com/2008/05/18/people-in-brief/</link>
		<comments>http://jprieur.wordpress.com/2008/05/18/people-in-brief/#comments</comments>
		<pubDate>Sun, 18 May 2008 16:20:58 +0000</pubDate>
		<dc:creator>jprieur</dc:creator>
		
		<category><![CDATA[IM]]></category>

		<category><![CDATA[address book]]></category>

		<category><![CDATA[conference]]></category>

		<category><![CDATA[people project]]></category>

		<guid isPermaLink="false">http://jprieur.wordpress.com/?p=45</guid>
		<description><![CDATA[As of now, my previous post about People is the only explanation of what People is, and more precisely what it is supposed to be. Not to mention it is heavy and a bit messy. This one will clearly and shortly expose what you can expect from People, in the next two months. The following [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>As of now, my <a title="People, a contact management framework" href="http://jprieur.wordpress.com/2008/03/28/people-a-contact-management-framework/trackback/" target="_blank">previous post</a> about People is the only explanation of what <a href="https://code.launchpad.net/people-project">People</a> is, and more precisely what it is supposed to be. Not to mention it is heavy and a bit messy. This one will clearly and shortly expose what you can expect from People, in the next two months. The following goals are roughly the one we plan to complete in time for <a title="the People framework" href="http://guadec.expectnation.com/guadec08/public/schedule/detail/36" target="_blank">our presentation</a> at GUADEC on July:</p>
<ul>
<li>Let the user explicit meta contacts as an aggregation of informations from different contact sources.</li>
<li>Request address books from a D-Bus service, the content of those address books being meta contacts defined as above.</li>
<li>Use Google Contacts, Microsoft Live, Evolution Data Server and your phone as a contact source.</li>
</ul>
<p>And this is pretty much it. <a title="Felipe's blog" href="http://felipec.wordpress.com/" target="_blank">Felipe</a> joined us on developing backends, which is great and <a title="Ali's blog" href="http://asabil.wordpress.com/" target="_blank">Ali</a> has been working on improving the server side D-Bus support for Vala, developing the address book service. On my side, after working on the library on which will rely the address book service, I have to continue on the backends and start to think seriously about the demos.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jprieur.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jprieur.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jprieur.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jprieur.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jprieur.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jprieur.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jprieur.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jprieur.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jprieur.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jprieur.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jprieur.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jprieur.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jprieur.wordpress.com&blog=784691&post=45&subd=jprieur&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jprieur.wordpress.com/2008/05/18/people-in-brief/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/jprieur-128.jpg" medium="image">
			<media:title type="html">jprieur</media:title>
		</media:content>
	</item>
		<item>
		<title>People: a contact management framework</title>
		<link>http://jprieur.wordpress.com/2008/03/28/people-a-contact-management-framework/</link>
		<comments>http://jprieur.wordpress.com/2008/03/28/people-a-contact-management-framework/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 23:38:52 +0000</pubDate>
		<dc:creator>jprieur</dc:creator>
		
		<category><![CDATA[IM]]></category>

		<category><![CDATA[Planet]]></category>

		<category><![CDATA[address book]]></category>

		<category><![CDATA[conference]]></category>

		<category><![CDATA[empathy]]></category>

		<category><![CDATA[free software]]></category>

		<category><![CDATA[freedesktop]]></category>

		<category><![CDATA[people project]]></category>

		<category><![CDATA[telepathy]]></category>

		<guid isPermaLink="false">http://jprieur.wordpress.com/?p=43</guid>
		<description><![CDATA[Today, people subscribe to social networks, use instant messaging, subscribe to podcasts and blog feeds, use electronic mail, and communication devices to exchange information but more importantly to keep in contact with their contacts and their entourage. Tomorrow people may use different means to achieve this same goal, but in the end it will always [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today, people subscribe to social networks, use instant messaging, subscribe to podcasts and blog feeds, use electronic mail, and communication devices to exchange information but more importantly to keep in contact with their contacts and their entourage. Tomorrow people may use different means to achieve this same goal, but in the end it will always be about contacting people, and maybe by then smarter solutions would be found. But in the mean time, we are are stuck with the proliferation of independent and disconnected applications and appliances, each one tearing unique logical entities away to make them fit into limited models. In simpler words, the way applications treat contacts brings a <b>bad user experience</b>.</p>
<p>Unfortunately, we cannot really do much about it, but we can still try to attenuate the effects on the Free Desktop by providing a unified vision of who is a person to the user. The solution we propose is named &#8220;<a href="https://launchpad.net/people-project/" target="_blank">People</a>&#8220;.</p>
<p>Many people agree that, in the desktop, a &#8220;people framework&#8221; is needed. Things get more complicated when it comes to define the scope of it. The People project intends to provide <b>an unified way to access and manipulate contacts for the desktop applications</b>. The goal is not, at first, to gather the pieces and simulate unity, but more to bring the tools allowing to do it in a smart way, among other things. In People, we consider that each contact source is incomplete and provides just a restricted vision on contacts (the way they are represented and the way we can act on them). With that vision, contact sources can be as numerous and lightweight as needed to cover every place where the notion of person appears: <a href="http://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol" target="_blank">LDAP</a>, <a href="http://code.google.com/apis/contacts/" target="_blank">Google Contacts</a>, <a href="http://wiki.developers.facebook.com/index.php/API" target="_blank">Facebook</a>, <a href="http://pgp.mit.edu/" target="_blank">MIT Public Key Server</a>, <a href="http://telepathy.freedesktop.org/wiki/" target="_blank">Telepathy</a>,  <a href="http://www.gnome.org/projects/evolution/arch.shtml" target="_blank">EDS</a>, phone address book&#8230;</p>
<p>Among the possible top level components that People aim to bring, a service providing<b> meta-contacts</b> (gathering all the little pieces of contacts and bringing back the notion of unique persons) is fundamental, as well as a <b>synchronization</b> solution (to update or enhance whatever contact source from another one). Another idea would be to provide a service managing <b>ephemeral contact-related information</b> (like the presence status of a person) to be shared among applications. An obvious and really great use of People would be <b>an address book management application</b>.</p>
<p>The idea behind the People Project is <b>people sanity for the desktop</b>: when some start to talk about amazing <a href="http://blogs.gnome.org/lucasr/2007/10/30/people-menu-online-desktop-and-instant-messaging-in-gnome/" target="_blank">people</a> <a href="http://www.murrayc.com/blog/permalink/2007/03/21/my-gnome-of-the-future-people/" target="_blank">integration</a> in GNOME, the first step is to get <b>consistency around the notion of a person</b>. As the semantic of a person can&#8217;t be defined as a standard, we have to allow and exploit all the possible representations of it.</p>
<p>There are <b>tons of possible applications to be explored</b>: meta-contacts in <a href="http://live.gnome.org/Empathy" target="_blank">Empathy</a>, <a href="http://beatniksoftware.com/gimmie/" target="_blank">Gimmie</a> or <a href="http://live.gnome.org/Soylent" target="_blank">Soylent</a>,  integration with <a href="http://www.gnome.org/projects/seahorse/" target="_blank">Seahorse</a>,  personal presence handling, activity framework, contact relationships, multiplayer games&#8230; People also fits the definition of what the address book component should be in the <a href="http://live.gnome.org/OnlineDesktop/Ideas" target="_blank">Online Desktop</a>.</p>
<p>People is architectured around two libraries: a low level one to build backends and a higher one on top of which will lay a D-Bus interface. That interface must not be tainted by People as other implementations could come up. The libraries are developed using the <a href="http://live.gnome.org/Vala" target="_blank">Vala</a> programming language. We want to allow backends to implement custom interfaces when it makes sense so we are not heading to a less common denominator syndrome. As an example, a relationship interface could be implemented by backends supporting <a href="http://en.wikipedia.org/wiki/FOAF_(software)" target="_blank">FOAF</a>. We have neat feature ideas that we take care to bring with several hot spots in mind, amongst which stand <b>memory usage</b>, <b>network bandwidth usage</b> (use on mobile devices) and <b>i18n</b> (name representation, automatic phone number formatting, &#8230;).</p>
<p>The idea that gave birth to People came up during a discussion I had one year ago with <a href="http://felipec.wordpress.com/" target="_blank">Felipe Contreras</a>. It took some time for us to realize the potential of it. Few months ago, <a href="http://asabil.wordpress.com/" target="_blank">Ali Sabil</a> got interested and passed it as a university project to get some time to hack on it, which brought some helpful hands as well. Lately, <a href="https://code.launchpad.net/people-project/" target="_blank">the development of People</a> has been more and more active. We are constantly questioning our work in an iterative process to get the better implementation we can provide and each added feature is tested. Our effort aims to provide a working and validating implementation as soon as possible (with the release of a first usable version by June). There is currently a <a href="http://bugs.freedesktop.org/show_bug.cgi?id=14714" target="_blank">resource request</a> for the People project at Freedesktop.org.</p>
<p>We hope to give a talk at <a href="http://www.guadec.org" target="_blank">GUADEC</a> to get more people interested!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jprieur.wordpress.com/43/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jprieur.wordpress.com/43/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jprieur.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jprieur.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jprieur.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jprieur.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jprieur.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jprieur.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jprieur.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jprieur.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jprieur.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jprieur.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jprieur.wordpress.com&blog=784691&post=43&subd=jprieur&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jprieur.wordpress.com/2008/03/28/people-a-contact-management-framework/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/jprieur-128.jpg" medium="image">
			<media:title type="html">jprieur</media:title>
		</media:content>
	</item>
		<item>
		<title>OpenIM and IMFreedom</title>
		<link>http://jprieur.wordpress.com/2008/02/26/openim-and-imfreedom/</link>
		<comments>http://jprieur.wordpress.com/2008/02/26/openim-and-imfreedom/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 21:23:12 +0000</pubDate>
		<dc:creator>jprieur</dc:creator>
		
		<category><![CDATA[IM]]></category>

		<category><![CDATA[OpenIM]]></category>

		<category><![CDATA[Planet]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[pymsn]]></category>

		<category><![CDATA[reverse engineering]]></category>

		<guid isPermaLink="false">http://jprieur.wordpress.com/?p=42</guid>
		<description><![CDATA[Few months ago I wrote a bug report on the freedesktop.org bugzilla to ask for means to start a new project. The goal of that project, called &#8220;OpenIM&#8221; was to gather effort on the opening of closed instant messaging protocols. In the bug thread and on the pidgin mailing list, a discussion started to determine [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://jprieur.wordpress.com/2007/09/04/an-openim-proposal/trackback/" target="_blank">Few months ago</a> I wrote a bug report on the <a href="http://freedesktop.org" target="_blank">freedesktop.org</a> <a href="https://bugs.freedesktop.org/show_bug.cgi?id=12237" target="_blank">bugzilla</a> to ask for means to start a new project. The goal of that project, called &#8220;OpenIM&#8221; was to gather effort on the opening of closed instant messaging protocols. In the bug thread and on the <a href="http://www.pidgin.im/" target="_blank">pidgin</a> mailing list, a discussion started to determine if freedesktop was the right place to host that kind of project (i.e. support reverse engineering and documentation of proprietary protocols) and a lot of people joined it, agreeing that such an effort was needed, regarding the poor and all over the place documentation parcels (at least referring to the MSN protocol ones). Those people included valuable guys from <a href="http://www.amsn-project.net/" target="_blank">amsn</a>, pidgin, <a href="http://telepathy.freedesktop.org/wiki/Pymsn" target="_blank">pymsn</a>, <a href="http://www.jabber.org/" target="_blank">jabber</a>, and other worthy individuals of the IM field.</p>
<p>Instead of freedesktop, the pidgin guys proposed to host the initiative on IMFreedom, a Foundation they did setup as a façade when they got justice problems with AOL. We all agreed that using IMFreedom for OpenIM would make more sense. That gave birth to <a href="http://imfreedom.org/wiki" target="_blank">a brand new wiki</a> to collect our efforts.</p>
<p>Be interested, sweat, contribute!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jprieur.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jprieur.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jprieur.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jprieur.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jprieur.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jprieur.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jprieur.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jprieur.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jprieur.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jprieur.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jprieur.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jprieur.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jprieur.wordpress.com&blog=784691&post=42&subd=jprieur&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jprieur.wordpress.com/2008/02/26/openim-and-imfreedom/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/jprieur-128.jpg" medium="image">
			<media:title type="html">jprieur</media:title>
		</media:content>
	</item>
		<item>
		<title>FOSDEM and other cool stuff</title>
		<link>http://jprieur.wordpress.com/2008/02/25/fosdem-and-other-cool-stuff/</link>
		<comments>http://jprieur.wordpress.com/2008/02/25/fosdem-and-other-cool-stuff/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 00:00:53 +0000</pubDate>
		<dc:creator>jprieur</dc:creator>
		
		<category><![CDATA[Planet]]></category>

		<category><![CDATA[address book]]></category>

		<category><![CDATA[conference]]></category>

		<category><![CDATA[finland]]></category>

		<category><![CDATA[fosdem]]></category>

		<category><![CDATA[people project]]></category>

		<category><![CDATA[internship]]></category>

		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://jprieur.wordpress.com/?p=41</guid>
		<description><![CDATA[So, lots of good things are happening to me these times. Well, I guess.
Studies are soon-to-be-finished and I actually began my final year internship that ends in June, when I&#8217;ll graduate. For one week now, I have been a trainee at Nokia, Helsinki (Finland). This is quite a big move for me, since I never [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So, lots of good things are happening to me these times. Well, I guess.</p>
<p>Studies are soon-to-be-finished and I actually began my final year internship that ends in June, when I&#8217;ll graduate. For one week now, I have been a trainee at <a href="http://www.nokia.com/" target="_blank">Nokia,</a> <a href="http://en.wikipedia.org/wiki/Helsinki" target="_blank">Helsinki</a> (Finland). This is quite a big move for me, since I never really left France until now. I&#8217;m really enjoying that new environment, this is challenging to adapt, on a personal side. I&#8217;m working in the OSSO Multimedia team at Nokia and I got surprised of how my arrival went well, people are really cool and I&#8217;m enjoying to be there, that&#8217;s a great opportunity to learn from them and actually discover the &#8220;big company&#8221; world, even using open source technologies. I&#8217;m sure that experience will bring me a lot and I&#8217;m not waiting for less on that.</p>
<p>So it&#8217;s Sunday night and I&#8217;m in <a href="http://en.wikipedia.org/wiki/Brussels">Brussels</a> (Belgium), spending some cool time <a href="http://asabil.wordpress.com/" target="_blank">with</a> <a href="http://oleandre.wordpress.com/" target="_blank">friends</a> in the hotel hall. That was my first <a href="http://fosdem.org/2008/" target="_blank">FOSDEM</a> and I enjoyed it. Well, the classic thing about FOSDEM is to say that it was too short, and it was, but I can add my very own observations as well. The top advantage of such conferences is to gather and share some words with cool and respected people that you already know, like the <a href="http://www.collabora.co.uk/" target="_blank">Collabora</a> crew and the <a href="http://www.gnome.org/" target="_blank">GNOME</a> community or meet with guys you aspire to share with, like the <a href="http://live.gnome.org/Vala" target="_blank">Vala</a> developers. It&#8217;s also still refreshing to spend time with friends that are usually just too far away from you. FOSDEM is just maybe too subject-wide and not a lot of the talks grabbed my attention. As a comparison, GUADEC talks were a far lot more oriented to my fields of interest.</p>
<p>That conference was also the opportunity for Ali and I to share a bit about the project we&#8217;re working on, <a href="https://launchpad.net/people-project/" target="_blank">People</a>. People is an unified address book management framework and I&#8217;ll blog about it very soon.</p>
<p>Tomorrow morning I fly back to Helsinki and try to begin well my second week there. The real difficult thing is to keep myself alive (i.e. feeding and basic other things like that) but I enjoy the freedom I have there and all the free time I can use (to hack a lot on People, eventually).</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jprieur.wordpress.com/41/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jprieur.wordpress.com/41/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jprieur.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jprieur.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jprieur.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jprieur.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jprieur.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jprieur.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jprieur.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jprieur.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jprieur.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jprieur.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jprieur.wordpress.com&blog=784691&post=41&subd=jprieur&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jprieur.wordpress.com/2008/02/25/fosdem-and-other-cool-stuff/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/jprieur-128.jpg" medium="image">
			<media:title type="html">jprieur</media:title>
		</media:content>
	</item>
		<item>
		<title>Finally, a pymsn release</title>
		<link>http://jprieur.wordpress.com/2008/01/12/finally-a-pymsn-release/</link>
		<comments>http://jprieur.wordpress.com/2008/01/12/finally-a-pymsn-release/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 02:47:10 +0000</pubDate>
		<dc:creator>jprieur</dc:creator>
		
		<category><![CDATA[IM]]></category>

		<category><![CDATA[butterfly]]></category>

		<category><![CDATA[empathy]]></category>

		<category><![CDATA[pymsn]]></category>

		<category><![CDATA[telepathy]]></category>

		<category><![CDATA[MSN]]></category>

		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://jprieur.wordpress.com/2008/01/12/finally-a-pymsn-release/</guid>
		<description><![CDATA[                        Hello everyone,
The Pymsn developers are happy to introduce you to Pymsn 0.3, the brand new version of the python MSN protocol free implementation. This release is the result of about one [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>                        Hello everyone,</p>
<p>The Pymsn developers are happy to introduce you to Pymsn 0.3, the brand new version of the python MSN protocol free implementation. This release is the result of about one year of unsteady development, during which Pymsn was completely rewritten to support the latest version of the protocol: MSNP15.</p>
<p>We are proud to announce that we reached our goal, and you can grab the tarballs from here: <a href="http://telepathy.freedesktop.org/releases/pymsn/" title="http://telepathy.freedesktop.org/releases/pymsn/" target="_blank">http://telepathy.freedesktop.org/releases/pymsn/</a></p>
<p>Features brought to you by this release are :</p>
<p>- Best MSNP2P implementation : avatars and custom emoticons<br />
- Yahoo messenger contacts support : chat and presence<br />
- Live Address Book support : full contact and group management<br />
- Server side contacts aliasing<br />
- Offline messages support<br />
- MSN Spaces<br />
- Content Roaming support : avatar, display name and personal message storage<br />
- Full support for HTTP and HTTPS proxies<br />
- Support HTTP Polling transport<br />
- No threads, fully asynchronous<br />
- Caching system</p>
<p>We would like to thank everyone who helped to make this release happen.</p>
<p>The new telepathy-butterfly is out as well :  <a href="http://telepathy.freedesktop.org/releases/telepathy-butterfly/" target="_blank">http://telepathy.freedesktop.org/releases/telepathy-butterfly/</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jprieur.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jprieur.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jprieur.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jprieur.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jprieur.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jprieur.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jprieur.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jprieur.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jprieur.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jprieur.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jprieur.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jprieur.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jprieur.wordpress.com&blog=784691&post=40&subd=jprieur&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jprieur.wordpress.com/2008/01/12/finally-a-pymsn-release/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/jprieur-128.jpg" medium="image">
			<media:title type="html">jprieur</media:title>
		</media:content>
	</item>
		<item>
		<title>the Erlang thing went well</title>
		<link>http://jprieur.wordpress.com/2007/12/05/the-erlang-thing-went-well/</link>
		<comments>http://jprieur.wordpress.com/2007/12/05/the-erlang-thing-went-well/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 07:44:01 +0000</pubDate>
		<dc:creator>jprieur</dc:creator>
		
		<category><![CDATA[INSA]]></category>

		<category><![CDATA[Planet]]></category>

		<category><![CDATA[concurrency]]></category>

		<category><![CDATA[erlang]]></category>

		<category><![CDATA[school]]></category>

		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://jprieur.wordpress.com/2007/12/05/the-erlang-thing-went-well/</guid>
		<description><![CDATA[Yesterday, four of my classmates and myself gave an hour long lecture on Erlang/OTP. That lecture was followed by a two hours long lab. It&#8217;s been a while I wanted to share about Erlang, I read a lot about it but unfortunately, I never found some project I was interrested enough to dive in. I [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://erlang.org/images/erlang.gif" align="right" height="96" width="114" />Yesterday, four of my classmates and myself gave an hour long lecture on <a href="http://www.erlang.org">Erlang/OTP</a>. That lecture was followed by a two hours long lab. It&#8217;s been a while I wanted to share about Erlang, I read a lot about it but unfortunately, I never found some project I was interrested enough to dive in. I now have an idea but the usual problem is showing up : not enough time.</p>
<p>So the presentation covered the Erlang language, with its roots (the Ericsson lab, industrial use), its paradigms (functionnal and concurrency oriented) and syntax (that reminded Prolog and OCaml to the attendance). I mentionned the capabilities offered by the OTP framework (generic behaviours, supersivion trees, hot code swapping, &#8230;) linking all that to reliability and availability concepts as we got a fault tolerance lecture few weeks ago.</p>
<p>The lab was based on a simple messenger application from the Erlang <a href="http://www.erlang.org/doc/getting_started/part_frame.html">getting started tutorial</a>. Given the amount of time, I structured it as a &#8220;fill in the blanks&#8221; exercise. All went OK and people seemed happy with their working system, at the end. That was really a great feeling to explain processus interaction and deal with students mistakes while helping them. It&#8217;s also great to open their eyes on an unknown technology, as they now could choose to pick it up to solve some industrial challenges they could run into during their career.</p>
<p>On my side, I&#8217;m now gonna find time to start that Erlang project I think about. I really need to get skills on it as it&#8217;s definitively part of my fields of interrest. That could help to find a related job later.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jprieur.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jprieur.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jprieur.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jprieur.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jprieur.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jprieur.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jprieur.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jprieur.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jprieur.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jprieur.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jprieur.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jprieur.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jprieur.wordpress.com&blog=784691&post=37&subd=jprieur&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jprieur.wordpress.com/2007/12/05/the-erlang-thing-went-well/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/jprieur-128.jpg" medium="image">
			<media:title type="html">jprieur</media:title>
		</media:content>

		<media:content url="http://erlang.org/images/erlang.gif" medium="image" />
	</item>
		<item>
		<title>pymsn, butterfly and empathy</title>
		<link>http://jprieur.wordpress.com/2007/09/17/pymsn-butterfly-and-empathy/</link>
		<comments>http://jprieur.wordpress.com/2007/09/17/pymsn-butterfly-and-empathy/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 02:14:12 +0000</pubDate>
		<dc:creator>jprieur</dc:creator>
		
		<category><![CDATA[IM]]></category>

		<category><![CDATA[Planet]]></category>

		<category><![CDATA[butterfly]]></category>

		<category><![CDATA[empathy]]></category>

		<category><![CDATA[free software]]></category>

		<category><![CDATA[pymsn]]></category>

		<category><![CDATA[telepathy]]></category>

		<guid isPermaLink="false">http://jprieur.wordpress.com/2007/09/17/pymsn-butterfly-and-empathy/</guid>
		<description><![CDATA[ This weekend, Ali got his msnp2p stack polished so we could work on some p2p integration in pymsn. This led display pictures (aka avatars) to land into the library. That means we are really close to release the new version of pymsn on which we&#8217;re working for several months now.
Today, as we were implementing [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p> This weekend, Ali got his msnp2p stack polished so we could work on some p2p integration in <a href="http://telepathy.freedesktop.org/wiki/Pymsn" target="_blank">pymsn</a>. This led display pictures (aka avatars) to land into the library. That means we are really close to release the new version of pymsn on which we&#8217;re working for several months now.</p>
<p>Today, as we were implementing display pictures in pymsn, I wrote the telepathy-butterfly (the MSN connection manager for <a href="http://telepathy.freedesktop.org/wiki/" target="_blank">Telepathy</a> based on pymsn) part for avatars, which was a good opportunity to test the new feature. This closes the list of features to implement into butterfly before a release as well, since I got groups and aliasing (you can nickname your buddies) working in the past days. Contact handles format was changed to support Yahoo contacts in butterfly (as pymsn, covering MSNP15, allows it).I&#8217;ve tried to integrate the pymsn offline messages feature into butterfly but I wasn&#8217;t pleased with it  so it&#8217;s sleeping in a separate branch for now. However, I&#8217;d like to get full membership groups management too to be able to add/remove contacts, block them, etc.</p>
<p>The next screenshot shows <a href="http://live.gnome.org/Empathy" target="_blank">empathy</a> displaying my personal MSN account using telepathy-butterfly. I&#8217;m really glad that we are finally getting concrete things to show <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align:center;"><img src="http://jprieur.files.wordpress.com/2007/09/screenshot-contact-list-1.png" alt="screenshot-contact-list-1.png" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jprieur.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jprieur.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jprieur.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jprieur.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jprieur.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jprieur.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jprieur.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jprieur.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jprieur.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jprieur.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jprieur.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jprieur.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jprieur.wordpress.com&blog=784691&post=36&subd=jprieur&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jprieur.wordpress.com/2007/09/17/pymsn-butterfly-and-empathy/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/jprieur-128.jpg" medium="image">
			<media:title type="html">jprieur</media:title>
		</media:content>

		<media:content url="http://jprieur.files.wordpress.com/2007/09/screenshot-contact-list-1.png" medium="image">
			<media:title type="html">screenshot-contact-list-1.png</media:title>
		</media:content>
	</item>
		<item>
		<title>an OpenIM proposal</title>
		<link>http://jprieur.wordpress.com/2007/09/04/an-openim-proposal/</link>
		<comments>http://jprieur.wordpress.com/2007/09/04/an-openim-proposal/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 10:10:30 +0000</pubDate>
		<dc:creator>jprieur</dc:creator>
		
		<category><![CDATA[IM]]></category>

		<category><![CDATA[OpenIM]]></category>

		<category><![CDATA[free software]]></category>

		<category><![CDATA[freedesktop]]></category>

		<category><![CDATA[pymsn]]></category>

		<category><![CDATA[reverse engineering]]></category>

		<guid isPermaLink="false">http://jprieur.wordpress.com/2007/09/04/an-openim-proposal/</guid>
		<description><![CDATA[I finally wrote a freedesktop.org project request for the OpenIM thing that Ali and I (and certainly lots of other people involved in IM protocols reverse engineering) would like to see come up. The request is a bug report on freedesktop bugzilla, please bring your observations and ideas! Here is quoted the text of the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I finally wrote a <a target="_blank" href="http://www.freedesktop.org/wiki/">freedesktop.org</a> project request for the OpenIM thing that Ali and I (and certainly lots of other people involved in IM protocols reverse engineering) would like to see come up. The request is a <a target="_blank" href="https://bugs.freedesktop.org/show_bug.cgi?id=12237">bug report on freedesktop bugzilla</a>, please bring your observations and ideas! Here is quoted the text of the proposal :</p>
<blockquote><p>This is about a new project that I would like to see come up under the fd.o banner.</p>
<p>I&#8217;m part of the pymsn project. Our goal is to provide a full implementation of the latest MSN Messenger protocol for interoperability purpose. So far the project is kind of hosted by Telepathy since it&#8217;s the base library for telepathy-butterfly but this is clearly not the place where it should be.</p>
<p>Based on that observation, we would like to build an OpenIM initiative. Such a project would aim to the gathering of people working on the opening of closed instant messaging protocols.</p>
<p>One of the most important goal in this would to have centralized shared documentation on protocols and a clear follow up of features implemented in each project.</p></blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jprieur.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jprieur.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jprieur.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jprieur.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jprieur.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jprieur.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jprieur.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jprieur.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jprieur.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jprieur.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jprieur.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jprieur.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jprieur.wordpress.com&blog=784691&post=34&subd=jprieur&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jprieur.wordpress.com/2007/09/04/an-openim-proposal/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/jprieur-128.jpg" medium="image">
			<media:title type="html">jprieur</media:title>
		</media:content>
	</item>
	</channel>
</rss>