<?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>Rego's Everyday Life &#187; GNOME</title>
	<atom:link href="http://blogs.igalia.com/mrego/category/gnome/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.igalia.com/mrego</link>
	<description>A weblog about my work at Igalia</description>
	<lastBuildDate>Fri, 05 Mar 2010 22:16:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RTM-GLib 0.1.0</title>
		<link>http://blogs.igalia.com/mrego/2009/10/27/rtm-glib-0-1-0/</link>
		<comments>http://blogs.igalia.com/mrego/2009/10/27/rtm-glib-0-1-0/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 21:57:32 +0000</pubDate>
		<dc:creator>Manuel Rego Casasnovas</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[MSWL]]></category>
		<category><![CDATA[RTM-Glib]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mrego/?p=158</guid>
		<description><![CDATA[First of all, I&#8217;ve created the project homepage at http://live.gnome.org/RTMGlib, where you can find examples and download the last versions.
Today, I&#8217;ve announced the first public release of RTM-GLib, both in GNOME announcements mailing list and Remember The Milk API Google group. And I&#8217;m doing the same here  
Some crazy ideas for the future work, [...]]]></description>
			<content:encoded><![CDATA[<p>First of all, I&#8217;ve created the project homepage at <a href="http://live.gnome.org/RTMGlib">http://live.gnome.org/RTMGlib</a>, where you can find examples and download the last versions.</p>
<p>Today, I&#8217;ve announced the first public release of <strong>RTM-GLib</strong>, both in <a href="http://mail.gnome.org/mailman/listinfo/gnome-announce-list">GNOME announcements</a> <a href="http://mail.gnome.org/archives/gnome-announce-list/2009-October/msg00083.html">mailing list</a> and <a href="http://groups.google.com/group/rememberthemilk-api/">Remember The Milk API</a> <a href="http://groups.google.com/group/rememberthemilk-api/browse_thread/thread/8eb805f062a76b9e">Google group</a>. And I&#8217;m doing the same here <img src='http://blogs.igalia.com/mrego/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Some crazy ideas for the future work, now that the library is usable:</p>
<ul>
<li>Provide some methods through <a href="http://moblin.org/projects/mojito">Mojito</a> (via D-Bus) to get, for example, the list of tasks for today.</li>
<li>Develop a <em><a href="http://projects.gnome.org/tracker/">Tracker</a> data miner</em> in order to store the information about the tasks from Remember The Milk on Tracker infrastructure.</li>
<li>In some way <a href="http://projects.gnome.org/evolution/">EDS (evolution-data-server)</a> could use this library to keep synchronized the information about tasks between Remember The Milk and the desktop.</li>
</ul>
<p>Now is time to check the feasibility of these things and think about how to implement them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mrego/2009/10/27/rtm-glib-0-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RTM-Glib released</title>
		<link>http://blogs.igalia.com/mrego/2009/10/06/rtm-glib-released/</link>
		<comments>http://blogs.igalia.com/mrego/2009/10/06/rtm-glib-released/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 22:26:55 +0000</pubDate>
		<dc:creator>Manuel Rego Casasnovas</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[MSWL]]></category>
		<category><![CDATA[RTM-Glib]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mrego/?p=148</guid>
		<description><![CDATA[Lately, I&#8217;ve been working on the last part of the Master on Free Software, the Master&#8217;s Thesis.
First of all, I&#8217;ve started a small library called RTM-Glib, that is just a wrapper around the API of Rememeber The Milk. It&#8217;s written in C and using GNOME technologies. It pretends to be similar to other libraries like [...]]]></description>
			<content:encoded><![CDATA[<p>Lately, I&#8217;ve been working on the last part of the <a href="http://mastersoftwarelibre.com/">Master on Free Software</a>, the Master&#8217;s Thesis.</p>
<p>First of all, I&#8217;ve started a small library called <strong>RTM-Glib</strong>, that is just a wrapper around the API of <a href="http://www.rememberthemilk.com">Rememeber The Milk</a>. It&#8217;s written in C and using <a href="http://www.gnome.org/">GNOME</a> technologies. It pretends to be similar to other libraries like <a href="http://live.gnome.org/TwitterGlib">Twitter-GLib</a> or <a href="http://librdf.org/flickcurl/">Flickcurl</a>, but for a different web service.</p>
<p>In order to develop this library I&#8217;ve used <a href="http://moblin.org/projects/librest">librest</a>, a great library which makes very easy the access to <a href="http://en.wikipedia.org/wiki/RESTful">RESTful</a>-like services.</p>
<p>For the moment RTM-Glib is just in an early stage, just some basic functions with tasks and lists are implemented. But the library should evolve in the future implementing more methods of the <a href="http://www.rememberthemilk.com/services/api/methods/">Remember The Milk API</a>.</p>
<p>Among other tasks (like improve the library), during the this month I should take a look at <a href="http://moblin.org/projects/mojito">Mojito</a>, trying to provide <a href="http://burtonini.com/blog/computers/mojito-facebook-2009-09-14-10-04">a new service supported</a> using RTM-Glib.</p>
<p>Finally, I&#8217;ve just created a repository for the project in <a href="http://gitorious.org/">Gitorious</a>, the URL is: <a href="http://gitorious.org/rtm-glib">http://gitorious.org/rtm-glib</a>. You can download the source code, check the <a href="http://gitorious.org/rtm-glib/rtm-glib/blobs/master/examples/rtm-glib-example.c">example</a> and test it. As usual, any comment and suggestion are welcomed <img src='http://blogs.igalia.com/mrego/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mrego/2009/10/06/rtm-glib-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reviewing gedit project</title>
		<link>http://blogs.igalia.com/mrego/2009/08/01/reviewing-gedit-project/</link>
		<comments>http://blogs.igalia.com/mrego/2009/08/01/reviewing-gedit-project/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 07:42:48 +0000</pubDate>
		<dc:creator>Manuel Rego Casasnovas</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[MSWL]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mrego/?p=143</guid>
		<description><![CDATA[As work for the last Master on Free Software subject (Dynamics of Libre Software Communities), I&#8217;ve redacted a brief article that tries to analyze the gedit project.
This article is just a collection of charts about gedit project activity. The information was extracted with different tools that helps to analyze data sources of a project (lines [...]]]></description>
			<content:encoded><![CDATA[<p>As work for the last <a href="http://www.mastersoftwarelibre.com/">Master on Free Software</a> subject (<a href="http://gsyc.escet.urjc.es/moodle/course/view.php?id=40">Dynamics of Libre Software Communities</a>), I&#8217;ve redacted a brief <a href="http://people.igalia.com/mrego/mswl/dlsc/">article</a> that tries to analyze the <a href="http://projects.gnome.org/gedit/">gedit</a> project.</p>
<p>This article is just a collection of charts about gedit project activity. The information was extracted with <a href="http://www.dwheeler.com/sloccount/">different</a> <a href="http://tools.libresoft.es/">tools</a> that helps to analyze data sources of a project (lines of code, repository, mailing list, &#8230;).</p>
<p>For example, <a href="http://people.igalia.com/mrego/mswl/dlsc/ar01s02.html#figure_commits_by_author_per_year">one of these graphics</a> shows the number of commits by the main contributors per year:<br />
<img src="http://people.igalia.com/mrego/mswl/dlsc/images/commits_by_author_per_year.png" /></p>
<p>This work just joint some information gathered from different sources, any comment, correction, idea and/or suggestion are welcomed.</p>
<p>BTW, all the needed steps to generate the different charts with the <a href="http://www.r-project.org/">R project</a> are explained in the article. Maybe this examples could be useful for other cases.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mrego/2009/08/01/reviewing-gedit-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GCDS Day 6 &#8211; Last day</title>
		<link>http://blogs.igalia.com/mrego/2009/07/10/gcds-day-6-last-day/</link>
		<comments>http://blogs.igalia.com/mrego/2009/07/10/gcds-day-6-last-day/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 21:00:44 +0000</pubDate>
		<dc:creator>Manuel Rego Casasnovas</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[MSWL]]></category>
		<category><![CDATA[Planet]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mrego/?p=96</guid>
		<description><![CDATA[I spent the whole day attended to the GUADEC-ES talks. And I liked specially two of them:

GTK+ 3.0, paso a paso where Carlos Garnacho showed us some interesting things that will be the future of GTK+
Tracker. ¿Qué he hecho yo para indexar esto? interesting talk about the new Tracker 0.7 by Iván Frade.

Moreover, we present [...]]]></description>
			<content:encoded><![CDATA[<p>I spent the whole day attended to the <a href="http://www.grancanariadesktopsummit.org/node/331">GUADEC-ES talks</a>. And I liked specially two of them:</p>
<ul>
<li><em><a href="http://www.grancanariadesktopsummit.org/node/337">GTK+ 3.0, paso a paso</a></em> where <a href="http://blogs.gnome.org/carlosg/">Carlos Garnacho</a> showed us some interesting things that will be the future of <a href="http://www.gtk.org">GTK+</a></li>
<li><em><a href="http://www.grancanariadesktopsummit.org/node/340">Tracker. ¿Qué he hecho yo para indexar esto?</a></em> interesting talk about the new <a href="http://projects.gnome.org/tracker/">Tracker 0.7</a> by <a href="http://blog.ifrade.es/">Iván Frade</a>.</li>
</ul>
<p>Moreover, <a href="http://www.mastersoftwarelibre.com/">we</a> present our talk about <a href="http://www.grancanariadesktopsummit.org/node/342">Tarefas at GUADEC-ES</a>, it seems that people like the idea and how it was developed as part of the Master on Free Software. BTW, you can get <a href="http://people.igalia.com/mrego/mswl/guadec/guadec-es-2009-tarefas.pdf">the slides (in Spanish)</a>.</p>
<p>Finally, <a href="http://blogs.igalia.com/berto">Berto</a> and me went for a walk around the old city, this part is really nice.</p>
<p>Summarizing, it was a great week in Gran Canaria, where I could meet a lot of great hackers. A lot of interesting stuff: <a href="http://moblin.org/projects/mojito">Mojito</a>, <a href="http://projects.gnome.org/tracker/">Tracker</a>, <a href="http://live.gnome.org/GnomeZeitgeist">Zeitgeist</a>, <a href="http://www.midgard-project.org/midgard2/">Midgard2</a>, <a href="http://couchdb.apache.org/">CouchDB</a>, <a href="http://live.gnome.org/GnomeShell">GNOME Shell</a>, &#8230; I should take a look at some of them in the future, I hope to find some time <img src='http://blogs.igalia.com/mrego/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mrego/2009/07/10/gcds-day-6-last-day/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GCDS Day 5 &#8211; Mobile Day &amp; GUADEC-ES</title>
		<link>http://blogs.igalia.com/mrego/2009/07/09/gcds-day-5-mobile-day-guadec-es/</link>
		<comments>http://blogs.igalia.com/mrego/2009/07/09/gcds-day-5-mobile-day-guadec-es/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 01:12:56 +0000</pubDate>
		<dc:creator>Manuel Rego Casasnovas</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Planet]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mrego/?p=87</guid>
		<description><![CDATA[I started the day at GUADEC-ES with a great talk Enanos con Gorrito &#8211; GNOME para novatos by Federico Mena.
Then I moved to the GUADEC Mobile Day in order to attend the following talks:

]]></description>
			<content:encoded><![CDATA[<p>I started the day at GUADEC-ES with a great talk <em><a href="http://www.grancanariadesktopsummit.org/node/329">Enanos con Gorrito &#8211; GNOME para novatos</a></em> by <a href="http://www.gnome.org/~federico/">Federico Mena</a>.</p>
<p>Then I moved to the GUADEC Mobile Day in order to attend the following talks:</p>
<ul>
<li><a href="http://www.grancanariadesktopsummit.org/node/215>Multimedia in your pocket</a></li>
<li><a href="http://www.grancanariadesktopsummit.org/node/347>Designing Moblin-Netbook. A free desktop on a 7-10&#8243; Screen</a></li>
<li><a href="http://www.grancanariadesktopsummit.org/node/217>Hildon desktop in Maemo 5</a></li>
<li><a href="http://www.grancanariadesktopsummit.org/node/219>MAFW: the Media Application Framework for Maemo</a></li>
</ul>
<p>Afer that, I moved again to GUADEC-ES where <a href="http://blogs.igalia.com/vjaquez/">Víctor</a> explained how to generate <code>.vapi</code> files in his talk <em><a href="http://www.grancanariadesktopsummit.org/node/335">Un vistazo a Vala</a></em>.</p>
<p>And I finished the conferences day in the next talks:</p>
<ul>
<li><a href="http://www.grancanariadesktopsummit.org/node/410">Couch DB: Cross Desktop Data and Demos</a></li>
<li><a href="http://www.grancanariadesktopsummit.org/node/208">Pitivi Video Editor</a></li>
</ul>
<p>Finally, I went to the <a href="http://www.es.gnome.org/">GNOME Hispano</a> dinner and also attended to the party sponsored by <a href="http://www.collabora.co.uk/">Collabora</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mrego/2009/07/09/gcds-day-5-mobile-day-guadec-es/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GCDS Day 4 &#8211; Talks, beach and dinner</title>
		<link>http://blogs.igalia.com/mrego/2009/07/08/gcds-day-4-talks-beach-and-dinner/</link>
		<comments>http://blogs.igalia.com/mrego/2009/07/08/gcds-day-4-talks-beach-and-dinner/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 08:00:52 +0000</pubDate>
		<dc:creator>Manuel Rego Casasnovas</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Planet]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mrego/?p=84</guid>
		<description><![CDATA[I attended some talks during the day, during the morning Clutter was a main character. The Midgard2 project seems interesting, a content repository with just a library, it should be reviewed with CouchDB if you need something like a content repository for your project.
After the conference some of us went to the beach and other [...]]]></description>
			<content:encoded><![CDATA[<p>I attended some talks during the day, during the morning <a href="http://www.clutter-project.org/">Clutter</a> was a main character. The <a href="http://www.midgard-project.org/midgard2/">Midgard2</a> project seems interesting, a content repository with just a library, it should be reviewed with <a href="http://couchdb.apache.org/">CouchDB</a> if you need something like a content repository for your project.</p>
<p>After the conference some of <a href="http://www.igalia.com">us</a> went to the beach and other hackers join us there. BTW, my second swim in Gran Canaria <img src='http://blogs.igalia.com/mrego/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Finally, some igalians and <a href="http://www.gnome.org/~federico/">Federico Mena</a> went to dinner to the city centre. I had the chance to ask him about <a href="http://live.gnome.org/GnomeZeitgeist">Zeitgeist</a> internals, how they detect the events and so on. It was a nice night with a great guy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mrego/2009/07/08/gcds-day-4-talks-beach-and-dinner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GCDS Day 3 &#8211; GNOME party</title>
		<link>http://blogs.igalia.com/mrego/2009/07/06/gcds-day-3-gnome-party/</link>
		<comments>http://blogs.igalia.com/mrego/2009/07/06/gcds-day-3-gnome-party/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 19:52:17 +0000</pubDate>
		<dc:creator>Manuel Rego Casasnovas</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Planet]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mrego/?p=75</guid>
		<description><![CDATA[Today I attended the next talks:

WebKitGTK+
I can has aliens too? Client side windows in Gtk+
Modest: Creating a modern mobile email client with gnome technologies
GNOME 3.0 &#8211; A Live Circus^WStatus Update
Vala: Compiler for the GObject type system
GSettings: Next Gen of Config Management
GNOME 1,2,3

Quite interesting talks today, and a very funny talk (GNOME 1,2,3) by Fer and [...]]]></description>
			<content:encoded><![CDATA[<p>Today I attended the next talks:</p>
<ul>
<li><a href="http://www.grancanariadesktopsummit.org/node/187">WebKitGTK+</a></li>
<li><a href="http://www.grancanariadesktopsummit.org/node/189">I can has aliens too? Client side windows in Gtk+</a></li>
<li><a href="http://www.grancanariadesktopsummit.org/node/192">Modest: Creating a modern mobile email client with gnome technologies</a></li>
<li><a href="http://www.grancanariadesktopsummit.org/node/197">GNOME 3.0 &#8211; A Live Circus^WStatus Update</a></li>
<li><a href="http://www.grancanariadesktopsummit.org/node/193">Vala: Compiler for the GObject type system</a></li>
<li><a href="http://www.grancanariadesktopsummit.org/node/195">GSettings: Next Gen of Config Management</a></li>
<li><a href="http://www.grancanariadesktopsummit.org/node/198">GNOME 1,2,3</a></li>
</ul>
<p>Quite interesting talks today, and a very funny talk (<em>GNOME 1,2,3</em>) by <a href="http://www.gnome.org/~fherrera/">Fer</a> and <a href="http://blogs.gnome.org/xan/">Xan</a>. Furthermore, it&#8217;s good to see how Igalians have started to appear as speakers <img src='http://blogs.igalia.com/mrego/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Today is the GNOME party sponsored by Igalia, now it&#8217;s time to go there!</p>
<p>BTW, master students (Manuel, Javi and me) have started to prepare <a href="http://www.grancanariadesktopsummit.org/node/342">our talk</a> for the GUADEC-ES. Moreover <a href="http://blogs.igalia.com/svillar/">Sergio</a> has found some time, after the Modest talk, to help us with the Maemo port. Thank you very much!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mrego/2009/07/06/gcds-day-3-gnome-party/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GCDS Day 2 &#8211; GUADEC starts</title>
		<link>http://blogs.igalia.com/mrego/2009/07/05/gcds-day-2-guadec-starts/</link>
		<comments>http://blogs.igalia.com/mrego/2009/07/05/gcds-day-2-guadec-starts/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 19:12:10 +0000</pubDate>
		<dc:creator>Manuel Rego Casasnovas</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Planet]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mrego/?p=66</guid>
		<description><![CDATA[During the morning I attended the following talks of the Cross-desktop track:

Desktop search: Extracting semantic meta data
Tracker: Metadata central storage for the Desktop
Animated UI technologies in maemo 5 (Fremantle)
WebKit combined GTK+/Qt talk
Profiling and Optimizing D-Bus APIs

I liked the Desktop search and Tracker talks, that allowed me to understand better the problems and ideas of these [...]]]></description>
			<content:encoded><![CDATA[<p>During the morning I attended the following talks of the <em>Cross-desktop</em> track:</p>
<ul>
<li><a href="http://www.grancanariadesktopsummit.org/node/152">Desktop search: Extracting semantic meta data</a></li>
<li><a href="http://www.grancanariadesktopsummit.org/node/170">Tracker: Metadata central storage for the Desktop</a></li>
<li><a href="http://www.grancanariadesktopsummit.org/node/129">Animated UI technologies in maemo 5 (Fremantle)</a></li>
<li><a href="http://www.grancanariadesktopsummit.org/node/143">WebKit combined GTK+/Qt talk</a></li>
<li><a href="http://www.grancanariadesktopsummit.org/node/168">Profiling and Optimizing D-Bus APIs</a></li>
</ul>
<p>I liked the <em>Desktop search</em> and <em>Tracker</em> talks, that allowed me to understand better the problems and ideas of these projects. From the <em>D-Bus</em> talk I should extract a basic concept: </p>
<blockquote><p>D-Bus API shouldn&#8217;t be just a mapping of your library</p></blockquote>
<p>You should use some time to think the proper D-Bus methods that you need. Another interesting thing was <a href="http://willthompson.co.uk/bustle/">Bustle</a>, a kind of D-Bus monitor that seems very interesting.</p>
<p>At the afternoon the GUADEC starts, and I&#8217;ve attended:</p>
<ul>
<li><a href="http://www.grancanariadesktopsummit.org/node/177">Introduction to the GNOME Shell</a></li>
<li><a href="http://www.grancanariadesktopsummit.org/node/178">GNOME Zeitgeist</a></li>
<li><a href="http://www.grancanariadesktopsummit.org/node/184">Sipping Mojitos and thinking RESTful thoughts</a></li>
<li><a href="http://www.grancanariadesktopsummit.org/node/185">State of Clutter</a></li>
</ul>
<p>It was interesting see the current status of <a href="http://live.gnome.org/GnomeShell">GNOME Shell</a>. The <a href="http://live.gnome.org/GnomeZeitgeist">GNOME Zeitgeist</a> talk reminded me some ideas of <a href="http://mytime.igalia.com">MyTime</a>. Finally, I had the chance to talk a bit with <a href="http://www.robster.org.uk/blog/">Rob Bradford</a> about <a href="http://moblin.org/projects/mojito">Mojito</a> project, a very interesting way to access social networks from the desktop.</p>
<p>BTW, Nokia&#8217;s party is waiting, see you there tonight <img src='http://blogs.igalia.com/mrego/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mrego/2009/07/05/gcds-day-2-guadec-starts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GCDS Day 1 &#8211; Keynotes &amp; Lighting Talks</title>
		<link>http://blogs.igalia.com/mrego/2009/07/04/gcds-day-1-keynotes-lighting-talks/</link>
		<comments>http://blogs.igalia.com/mrego/2009/07/04/gcds-day-1-keynotes-lighting-talks/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 19:55:29 +0000</pubDate>
		<dc:creator>Manuel Rego Casasnovas</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Planet]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mrego/?p=58</guid>
		<description><![CDATA[First day at GCDS. Briefly, four keynotes and a lot of lighting talks.
Among the keynotes, I liked the talk about Sugar with some interesting concepts and examples, I should give it a try. On the other hand, Stallman remembered to the whole audience his opinion about C#. Finally, Quim Gil revealed the future of Maemo [...]]]></description>
			<content:encoded><![CDATA[<p>First day at <a href="http://www.grancanariadesktopsummit.org/">GCDS</a>. Briefly, four keynotes and a lot of lighting talks.</p>
<p>Among the keynotes, I liked the talk about <a href="http://wiki.sugarlabs.org/">Sugar</a> with some interesting concepts and examples, I should give it a try. On the other hand, Stallman remembered to the whole audience <a href="http://www.fsf.org/news/dont-depend-on-mono">his opinion about C#</a>. Finally, Quim Gil revealed the future of <a href="http://maemo.org/">Maemo</a> linked to <a href="http://www.qtsoftware.com/">Qt</a>.</p>
<p>BTW, first swim on the <a href="http://en.wikipedia.org/wiki/Las_Palmas_de_Gran_Canaria">Las Canteras</a> beach, now is time to go out to dinner <img src='http://blogs.igalia.com/mrego/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mrego/2009/07/04/gcds-day-1-keynotes-lighting-talks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GCDS Day 0 &#8211; Ready to learn</title>
		<link>http://blogs.igalia.com/mrego/2009/07/03/gcds-day-0-ready-to-learn/</link>
		<comments>http://blogs.igalia.com/mrego/2009/07/03/gcds-day-0-ready-to-learn/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 10:46:15 +0000</pubDate>
		<dc:creator>Manuel Rego Casasnovas</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[MSWL]]></category>
		<category><![CDATA[Planet]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mrego/?p=49</guid>
		<description><![CDATA[Tonight, we should be arriving to Las Palmas in order to attend Gran Canaria Desktop Summit (GCDS).
This will be my GUADEC, and this is the first time that GUADEC and Akademy are organized together (a great idea in my opinion).
I hope to learn a lot during this fantastic event and meet a lot of interesting [...]]]></description>
			<content:encoded><![CDATA[<p>Tonight, <a href="http://www.igalia.com">we</a> should be arriving to Las Palmas in order to attend <a href="http://www.grancanariadesktopsummit.org/">Gran Canaria Desktop Summit (GCDS)</a>.</p>
<p>This will be my GUADEC, and this is the first time that GUADEC and Akademy are organized together (a great idea in my opinion).</p>
<p>I hope to learn a lot during this fantastic event and meet a lot of interesting people. See you in Gran Canaria <img src='http://blogs.igalia.com/mrego/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>BTW, I&#8217;ll be part of a talk given in the GUADEC-ES by all the <a href="http://www.mastersoftwarelibre.com/">Master on Libre Software</a> students. In this talk we&#8217;ll talk about our experience developing a GNOME application as a practice for the <a href="http://gsyc.escet.urjc.es/moodle/course/view.php?id=41">Development of Libre Software</a> subject.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mrego/2009/07/03/gcds-day-0-ready-to-learn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
