<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://planet-soc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Planet SoC - </title>
 <link>http://planet-soc.com/organization/GNOME/planet</link>
 <description>Planet view per organization</description>
 <language>en</language>
<item>
 <title>I&#039;m a bad GNOME person</title>
 <link>http://planet-soc.com/node/3957</link>
 <description>&lt;p&gt;Who would have thought that driving across Canada, moving into a new house in a totally unknown city, finding a social life, beginning a master&amp;#8217;s project, applying for scholarships, taking a full-time course load, and trying to TA a course without knowing anything about the subject would occupy all of my time during the past month?  Despite my last post to this blog where I proclaimed that I would continue to work on various programming projects after GSoC finished, I don&amp;#8217;t think I&amp;#8217;ve even signed in to IRC let alone looked at a piece of source code.  Sigh.&lt;br /&gt;
So, why I am I posting now?  Mostly so I don&amp;#8217;t feel as guilty, but also because I&amp;#8217;ve got some downtime coming up (3 hours each way on the plane between Alberta and Ontario, to be exact) on Thanksgiving weekend.  If I&amp;#8217;ve finished all the schoolwork due the following week, and if I feel studied-out for midterms coming up, then I&amp;#8217;ll take advantage of the time to pay some much needed attention to my still-unfinished SoC project, as well as to Referencer (at least that one has the excuse that it will be useful in school).  I figure by writing things down in a public location (though it may not be read by anyone else) I&amp;#8217;ll be more likely to actually follow through with my plan, so hopefully by this time in two weeks I&amp;#8217;ll have made some kind of progress.  If not&amp;#8230; I promise I&amp;#8217;m still thinking about it, I still read Planet GNOME on occasion, and one of these days I will make a sincere effort to become a more active member of the community.  Until then, I&amp;#8217;m working on getting through school on my way to becoming a &amp;#8220;real&amp;#8221; person.&lt;/p&gt;
</description>
 <comments>http://planet-soc.com/node/3957#comments</comments>
 <category domain="http://planet-soc.com/taxonomy/term/44">GNOME</category>
 <category domain="http://planet-soc.com/taxonomy/term/182">Universe SoC</category>
 <pubDate>Mon, 06 Oct 2008 02:51:00 +0200</pubDate>
 <dc:creator>Charbucks</dc:creator>
 <guid isPermaLink="false">3957 at http://planet-soc.com</guid>
</item>
<item>
 <title>F-Spot 0.5.0</title>
 <link>http://planet-soc.com/node/3799</link>
 <description>&lt;p&gt;Extra! Extra!&lt;/p&gt;

&lt;p&gt;
We&amp;#8217;ve just released the most awesome f-spot so far: 0.5.0! It features a countless amount of enhancements, polish and bugfixes. Here&amp;#8217;s some appetizer, but you&amp;#8217;d better taste it by yourself:&lt;/p&gt;

&lt;p&gt;- New Sidebar context switching&lt;br /&gt;
- Extendable Editors&lt;br /&gt;
- New Metadata display&lt;br /&gt;
- Color profile support&lt;br /&gt;
- Duplicate detection at import time&lt;br /&gt;
- Reduced and faster db access, faster queries on big collections&lt;br /&gt;
- Light speed tagging&lt;br /&gt;
- FullScreen mode enhancements&lt;br /&gt;
- New extensions distributed by default&lt;br /&gt;
- Updated documentation&lt;br /&gt;
- Updated translations&lt;br /&gt;
- Hundreds of bugfixes&lt;br /&gt;
- New contributors&lt;/p&gt;

&lt;p&gt;We&amp;#8217;d like to thanks everyone involved in that release cycle, bug reporters, triagers, testers, developers, translators. So thx, and keep up the hard work.&lt;/p&gt;

&lt;p&gt;The minimal dependencies should be as they were for 0.4.4. But if you want to build for gnome 2.24, you&amp;#8217;ll probably need gtk-sharp 2.12.3&lt;/p&gt;
</description>
 <comments>http://planet-soc.com/node/3799#comments</comments>
 <category domain="http://planet-soc.com/taxonomy/term/44">GNOME</category>
 <category domain="http://planet-soc.com/taxonomy/term/181">Planet SoC</category>
 <pubDate>Fri, 19 Sep 2008 00:02:17 +0200</pubDate>
 <dc:creator>rubenv</dc:creator>
 <guid isPermaLink="false">3799 at http://planet-soc.com</guid>
</item>
<item>
 <title>...</title>
 <link>http://planet-soc.com/node/3764</link>
 <description></description>
 <comments>http://planet-soc.com/node/3764#comments</comments>
 <category domain="http://planet-soc.com/taxonomy/term/44">GNOME</category>
 <category domain="http://planet-soc.com/taxonomy/term/181">Planet SoC</category>
 <pubDate>Mon, 15 Sep 2008 09:00:56 +0200</pubDate>
 <dc:creator>gabrielgeraldo</dc:creator>
 <guid isPermaLink="false">3764 at http://planet-soc.com</guid>
</item>
<item>
 <title>C Version of In the Mood</title>
 <link>http://planet-soc.com/node/3548</link>
 <description>&lt;p&gt;GSoC has officially come to a close, and in a very short time I have managed to make a more or less working version of In The Mood in C.  On the plus side, it does seem to be more efficient, using less memory, and it gets rid of any possible command-line-parsing errors.  Also, I&amp;#8217;ve re-done the vector file storage so that it&amp;#8217;s in subfolders, so there&amp;#8217;s guaranteed to be unique names (basically the complete path for each song is copied over into ./gnome/rhythmbox/inthemood), and I&amp;#8217;ve left the .mp3 or .ogg extension to make them easier to locate in the database (might be a little confusing if you ever look at those files, but they are indeed text).  On the down side, anyone who tried the python version, you&amp;#8217;ll have to re-analyze your database, due to this reorganization of vector files.  Sorry!&lt;br /&gt;
You can check out the source by running &amp;#8220;svn checkout &lt;a href=&quot;http://rhythmbox-predictive-playback.googlecode.com/svn/branches/c_rewrite&quot; title=&quot;http://rhythmbox-predictive-playback.googlecode.com/svn/branches/c_rewrite&quot;&gt;http://rhythmbox-predictive-playback.googlecode.com/svn/branches/c_rewri&amp;#8230;&lt;/a&gt; inthemood&amp;#8221;.  Since C plugins have to be built from within the Rhythmbox source code, I&amp;#8217;ve created a diff file that can be used to patch the svn version of Rhythmbox (it just modifies configure.ac and plugins/Makefile.am), and from there you can just put the entire &amp;#8220;inthemood&amp;#8221; folder into rhythmbox/plugins/.  Make sure you have all the dependencies described in the &lt;a href=&quot;http://code.google.com/p/rhythmbox-predictive-playback/wiki/InstallationInstructions&quot;&gt;original install instructions&lt;/a&gt;, and then just run ./autogen.sh &amp;#8212;enable-inthemood (along with whatever other flags you usually use) in the rhythmbox top level directory.  After that, the usual make &amp;amp;&amp;amp; sudo make install should do the trick.&lt;br /&gt;
There&amp;#8217;s a few bugs that I have yet to iron out, but they didn&amp;#8217;t seem important enough to prevent me from sharing this with the world.  You can add multiple songs to the &amp;#8220;In The Mood&amp;#8221; playlist, but only the last one will be used to append new songs, which will only occur while it is playing.  Also, if you add songs that haven&amp;#8217;t been analyzed, they&amp;#8217;ll be added, but ignored when choosing a new song (i.e. you need to play an analyzed song to get a new one added).  Basically, the best way to keep it safe is just to pick one song and go from there (deletions should be fine) - for some reason I couldn&amp;#8217;t get rhythmbox to remove an entry from the playlist, so I&amp;#8217;ll keep working on that.&lt;br /&gt;
I&amp;#8217;m sad to say that the summer is over, I&amp;#8217;ve had a great time working with Philip Van Hoof and the rest of the GNOME community.  I don&amp;#8217;t really plan on stopping anytime soon - my project has a ton of things I&amp;#8217;d like to add/fix, and there are many other things that I have resisted working on due to the need to finish this one up.  The next couple weeks will be super busy as I get ready to move across the country - ditch enough stuff so that I can fit my apartment into a Honda Civic, tie up loose ends in Ontario, and figure out where I&amp;#8217;m going to sleep in various locations along the way.  However, I&amp;#8217;ll still be hanging out on irc from time to time (Charbucks is the name), and I&amp;#8217;m sure I&amp;#8217;ll pop up on Planet GNOME and various mailing lists.  Thanks again for a great summer GNOME!&lt;/p&gt;
</description>
 <comments>http://planet-soc.com/node/3548#comments</comments>
 <category domain="http://planet-soc.com/taxonomy/term/44">GNOME</category>
 <category domain="http://planet-soc.com/taxonomy/term/182">Universe SoC</category>
 <pubDate>Tue, 19 Aug 2008 19:13:00 +0200</pubDate>
 <dc:creator>Charbucks</dc:creator>
 <guid isPermaLink="false">3548 at http://planet-soc.com</guid>
</item>
<item>
 <title>libsoylent v0.5.0 “let’s talk about…”</title>
 <link>http://planet-soc.com/node/3531</link>
 <description>&lt;p&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;libsoylent&quot; src=&quot;http://www.kalterregen.de/blog/wp-content/uploads/manual/libsoylent400.png&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;119&quot; /&gt;&lt;br /&gt;
Version 0.5.0 brings online-functionality to libsoylent. Want to launch a chat with someone? One function call. Want to see who&amp;#8217;s online? One function call. Want to see someone&amp;#8217;s online-status? You get it.&lt;br /&gt;
This release is also the last one for Google Summer of Code 2008. It&amp;#8217;s the result of about four months of work. Phew.&lt;br /&gt;
The plan for the next release is that it will be a pure documentation and bug-fixing release. Also in that version: libsoylent will stop taking control of strings passed to it.&lt;br /&gt;
&lt;strong&gt;Changes&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; implemented Telepathy / Mission-Control / Empathy support&lt;/li&gt;
&lt;li&gt;implemented various functions / methods for IM-information (get online-people, get presence etc.)&lt;/li&gt;
&lt;li&gt;added communication functions (e.g. launching a chat with someone)&lt;/li&gt;
&lt;li&gt;added an example for online-functionality&lt;/li&gt;
&lt;li&gt;enhanced documentation&lt;/li&gt;
&lt;li&gt;fixed some bugs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Download&lt;/strong&gt;&lt;br /&gt;
libsoylent is available for download at:&lt;br /&gt;
&lt;a href=&quot;http://live.gnome.org/Soylent/libsoylent&quot;&gt;http://live.gnome.org/Soylent/libsoylent&lt;/a&gt;&lt;br /&gt;
&lt;strong&gt;Contact&lt;/strong&gt;&lt;br /&gt;
Feature requests, questions and related discussion go to the Soylent mailinglist. You can join at:&lt;br /&gt;
&lt;a href=&quot;http://lists.codethink.co.uk/cgi-bin/mailman/listinfo/soylent-devel&quot;&gt;http://lists.codethink.co.uk/cgi-bin/mailman/listinfo/soylent-devel&lt;/a&gt;&lt;br /&gt;
If you found a bug please report it at:&lt;br /&gt;
&lt;a href=&quot;http://bugzilla.gnome.org/browse.cgi?product=soylent&quot;&gt;http://bugzilla.gnome.org/browse.cgi?product=soylent&lt;/a&gt;&lt;br /&gt;
&lt;strong&gt;More&lt;/strong&gt;&lt;br /&gt;
More information on libsoylent is available at:&lt;br /&gt;
&lt;a href=&quot;http://live.gnome.org/Soylent/libsoylent&quot;&gt;http://live.gnome.org/Soylent/libsoylent&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://planet-soc.com/node/3531#comments</comments>
 <category domain="http://planet-soc.com/taxonomy/term/44">GNOME</category>
 <category domain="http://planet-soc.com/taxonomy/term/182">Universe SoC</category>
 <pubDate>Mon, 18 Aug 2008 21:07:02 +0200</pubDate>
 <dc:creator>Noya</dc:creator>
 <guid isPermaLink="false">3531 at http://planet-soc.com</guid>
</item>
<item>
 <title>Voice Notes status</title>
 <link>http://planet-soc.com/node/3473</link>
 <description>&lt;p&gt;(Moving: I&amp;#8217;m moving to &lt;a href=&quot;http://ggmarcondes.com/blog&quot; target=&quot;_blank&quot;&gt;ggmarcondes.com/blog&lt;/a&gt;)&lt;br /&gt;
Hi guys,&lt;br /&gt;
As usual, it&amp;#8217;s been a long time since the last post. Although I don&amp;#8217;t have difficulties talking to people, it is still strangely hard for me to post in english&amp;#8230;&lt;br /&gt;
But let&amp;#8217;s go to the news: the Voice Notes addin is already into tomboy Addins directory at the gnome svn server. Check it out [1] and apply a patch [2] to enable its compilation (it is disabled because is not stable yet).&lt;br /&gt;
Some notes about it:&lt;br /&gt;
- Present: it is not speech-to-text. At the current state, it&amp;#8217;s just a recorder/player that keeps a voice record related to the note. And the main difference since the last post- no popup window.&lt;br /&gt;
&lt;a href=&quot;http://marcondes.files.wordpress.com/2008/08/note.png&quot;&gt;&lt;img class=&quot;size-full wp-image-18&quot; src=&quot;http://marcondes.files.wordpress.com/2008/08/note.png?w=450&amp;amp;h=153&quot; alt=&quot;Note visualization with Voice Notes addin enabled&quot; width=&quot;450&quot; height=&quot;153&quot; /&gt;&lt;/a&gt;Note visualization with Voice Notes addin enabled&lt;br /&gt;
- Future: it&amp;#8217;s going to have *some* speech recognition and store only some keywords for indexation purposes. So the user will also be able to find references to the voice notes when searching, not only to the typed notes.&lt;br /&gt;
I&amp;#8217;m going to make a screencast, and I&amp;#8217;ll link it soon.&lt;br /&gt;
As we use to say in Brazil, &amp;#8220;it is not the world&amp;#8217;s 8th wonder&amp;#8221;. But it is already usable and may become a very nice feature. There is a long road ahead, so this is just beginning. Suggestions and help are welcome. Hope you like it =)&lt;br /&gt;
[1] &lt;a href=&quot;http://svn.gnome.org/svn/tomboy/trunk&quot; title=&quot;http://svn.gnome.org/svn/tomboy/trunk&quot;&gt;http://svn.gnome.org/svn/tomboy/trunk&lt;/a&gt;&lt;br /&gt;
[2] &lt;a href=&quot;http://www.ggmarcondes.com/files/enable-voice-notes.diff&quot; title=&quot;http://www.ggmarcondes.com/files/enable-voice-notes.diff&quot;&gt;http://www.ggmarcondes.com/files/enable-voice-notes.diff&lt;/a&gt;&lt;br /&gt;
&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/categories/marcondes.wordpress.com/17/&quot; /&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/tags/marcondes.wordpress.com/17/&quot; /&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/marcondes.wordpress.com/17/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/marcondes.wordpress.com/17/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/marcondes.wordpress.com/17/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/marcondes.wordpress.com/17/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/marcondes.wordpress.com/17/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/marcondes.wordpress.com/17/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/marcondes.wordpress.com/17/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/marcondes.wordpress.com/17/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/marcondes.wordpress.com/17/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/marcondes.wordpress.com/17/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=marcondes.wordpress.com&amp;amp;blog=3548147&amp;amp;post=17&amp;amp;subd=marcondes&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;&lt;/p&gt;
</description>
 <comments>http://planet-soc.com/node/3473#comments</comments>
 <category domain="http://planet-soc.com/taxonomy/term/44">GNOME</category>
 <category domain="http://planet-soc.com/taxonomy/term/181">Planet SoC</category>
 <pubDate>Wed, 13 Aug 2008 19:10:30 +0200</pubDate>
 <dc:creator>gabrielgeraldo</dc:creator>
 <guid isPermaLink="false">3473 at http://planet-soc.com</guid>
</item>
<item>
 <title>F-Spot Sidebar Editors + Histogram</title>
 <link>http://planet-soc.com/node/3465</link>
 <description>&lt;p&gt;Just in: The new sidebar editors in F-Spot have landed. Apart from the color tool and some cosmetic changes, it&amp;#8217;s mostly finished.&lt;/p&gt;

&lt;p&gt;Also: F-Spot now features a histogram in the sidebar.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://weblog.savanne.be/f-spot-histogram.png&quot; /&gt;&lt;br /&gt;
&lt;em&gt;Sidebar + Histogram&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;That is all.&lt;/p&gt;

&lt;p&gt;PS: F-Spot already had the histogram. It was just very well hidden.&lt;/p&gt;
</description>
 <comments>http://planet-soc.com/node/3465#comments</comments>
 <category domain="http://planet-soc.com/taxonomy/term/44">GNOME</category>
 <category domain="http://planet-soc.com/taxonomy/term/181">Planet SoC</category>
 <pubDate>Tue, 12 Aug 2008 22:52:41 +0200</pubDate>
 <dc:creator>rubenv</dc:creator>
 <guid isPermaLink="false">3465 at http://planet-soc.com</guid>
</item>
<item>
 <title>libsoylent v0.4.0 “small step, giant leap”</title>
 <link>http://planet-soc.com/node/3461</link>
 <description>&lt;p&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;libsoylent Logo&quot; src=&quot;http://www.kalterregen.de/blog/wp-content/uploads/manual/libsoylent400.png&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;119&quot; /&gt;&lt;br /&gt;
Let me present you the newest version of libsoylent: 0.4.0. Three weeks of hard work went into this release, and in fact so much was added and changed that we decided to skip a version-number. Sorry 0.3.0.&lt;br /&gt;
So, what&amp;#8217;s in it? More or less a complete people-management-library. Our goal was to create a simple yet-powerful API that &amp;#8220;just works&amp;#8221;. Hopefully we managed that. If you have no clear picture of what libsoylent is or just want to know more about it, look at the &lt;a href=&quot;http://live.gnome.org/Soylent/libsoylent#head-350076c20ead379a4d797b273ff4db09e67c22ab&quot;&gt;examples&lt;/a&gt; we&amp;#8217;ve put up on the libsoylent-page.&lt;br /&gt;
What comes next? Because the library is that new and fresh, much testing will be needed. If you want to help, just play around with libsoylent and report bugs that you may encounter to our mailinglist. Thanks! Besides, next to the need of more documentation and polishing, here is a list of features that will follow in the next releases:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;live-attributes (e.g. online-status)&lt;/li&gt;
&lt;li&gt;communication (launch applications for chat / mail etc.)&lt;/li&gt;
&lt;li&gt;address-book searching (atm you can only get all people)&lt;/li&gt;
&lt;li&gt;people association / merging&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please leave a comment on my blog if you have thoughts, ideas, criticism, feature-requests or suggestions for changing something. Just let us hear your opinion.&lt;br /&gt;
Anyway, if you&amp;#8217;re working on something that needs people-functionality, why not give libsoylent a try?&lt;br /&gt;
&lt;strong&gt;Changes&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;creating and modifying attributes works&lt;/li&gt;
&lt;li&gt;adding / removing attributes to / from people works&lt;/li&gt;
&lt;li&gt;attribute-mapping (for C runtime-types) implemented&lt;/li&gt;
&lt;li&gt;attribute-system (definition, cleanup and to-string functionality) implemented&lt;/li&gt;
&lt;li&gt;changes to people can be commited&lt;/li&gt;
&lt;li&gt;loading people from the addressbook implemented&lt;/li&gt;
&lt;li&gt;signals for SlBook, SlPerson and SlAttribute implemented&lt;/li&gt;
&lt;li&gt;integrated gtk-doc&lt;/li&gt;
&lt;li&gt;added a bunch of documentation&lt;/li&gt;
&lt;li&gt;added more tests&lt;/li&gt;
&lt;li&gt;added example-code (three examples)&lt;/li&gt;
&lt;li&gt;revised architecture&lt;/li&gt;
&lt;li&gt;a lot of internal-code improvements&lt;/li&gt;
&lt;li&gt;fixed a bunch of bugs&lt;/li&gt;
&lt;li&gt;added debugging functions&lt;/li&gt;
&lt;li&gt;a lot of polishing was done (code-cleanup, convinience functions and macros etc.)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Download&lt;/strong&gt;&lt;br /&gt;
libsoylent is available for download at:&lt;br /&gt;
&lt;a href=&quot;http://live.gnome.org/Soylent/libsoylent&quot; title=&quot;http://live.gnome.org/Soylent/libsoylent&quot;&gt;http://live.gnome.org/Soylent/libsoylent&lt;/a&gt;&lt;br /&gt;
&lt;strong&gt;Contact&lt;/strong&gt;&lt;br /&gt;
Bugs, feature requests, questions and related discussion go to the Soylent mailinglist. You can join at:&lt;br /&gt;
&lt;a href=&quot;http://lists.codethink.co.uk/cgi-bin/mailman/listinfo/soylent-devel&quot; title=&quot;http://lists.codethink.co.uk/cgi-bin/mailman/listinfo/soylent-devel&quot;&gt;http://lists.codethink.co.uk/cgi-bin/mailman/listinfo/soylent-devel&lt;/a&gt;&lt;br /&gt;
&lt;strong&gt;More&lt;/strong&gt;&lt;br /&gt;
More information on libsoylent is available at:&lt;br /&gt;
&lt;a href=&quot;http://live.gnome.org/Soylent/libsoylent&quot; title=&quot;http://live.gnome.org/Soylent/libsoylent&quot;&gt;http://live.gnome.org/Soylent/libsoylent&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://planet-soc.com/node/3461#comments</comments>
 <category domain="http://planet-soc.com/taxonomy/term/44">GNOME</category>
 <category domain="http://planet-soc.com/taxonomy/term/182">Universe SoC</category>
 <pubDate>Tue, 12 Aug 2008 16:38:46 +0200</pubDate>
 <dc:creator>Noya</dc:creator>
 <guid isPermaLink="false">3461 at http://planet-soc.com</guid>
</item>
<item>
 <title>Back to work</title>
 <link>http://planet-soc.com/node/3450</link>
 <description>&lt;p&gt;I&amp;#8217;ve been sadly neglecting this blog, and even worse given the current timing, my GSoC project - next week is the &amp;#8216;pencil&amp;#8217;s down&amp;#8217; date, and I&amp;#8217;ve decided to re-write everything in C.  However, I&amp;#8217;ve got a good excuse: last week I gave a presentation at the North American Congress On Biomechanics (NACOB) in Ann Arbor.  It was pretty nerve-wracking, my second conference presentation (and much more intimidating than the little Ontario-grad-students-only OBC), but I think it went well.  I also got to see some other interesting presentations and meet some fun people, so all in all it was a great trip.  Oh yeah, and I also saw Rod Stewart at the DTE Energy Music Theatre.  It was pretty funny to be amongst 15 000 drunken screaming middle-aged soccer moms.&lt;br /&gt;
My other reason for taking a break from the project was a trip back home for the August long weekend.  It was pretty nice to be on Saltspring in the summertime (rather than my usual Christmas trips) - here&amp;#8217;s a little picture from Saturday night&amp;#8217;s dinner on my parent&amp;#8217;s boat:&lt;br /&gt;
&lt;a href=&quot;http://4.bp.blogspot.com/_mkEzV66tmDc/SKBayvIzBaI/AAAAAAAAAJQ/zzZ24bxHfHw/s1600-h/cloud_boat.jpg&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/_mkEzV66tmDc/SKBayvIzBaI/AAAAAAAAAJQ/zzZ24bxHfHw/s320/cloud_boat.jpg&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5233282594697840034&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
Not a bad place to be at all.  I also got a little surprise when I got home: an early birthday/graduation gift in the form of an EEE 900!  This little thing is half the size of my already-tiny 12&amp;#8221; tablet, and I took it to the conference last week and it was awesome.  I got used to the keyboard surprisingly fast (although I did increase the keyboard responsiveness by adding tinfoil as described in &lt;a href=&quot;http://forum.eeeuser.com/viewtopic.php?id=39113&amp;amp;p=1&quot;&gt;this post&lt;/a&gt;).  I also loaded Ubuntu 8.04 (actually, ubuntu-eee because I was too lazy to do the webcam/sound/wireless config myself), as well as the custom kernel from &lt;a href=&quot;http://array.org/ubuntu&quot; /&gt;array.org&lt;/a&gt;.  The result boots almost as quickly as the default Xandros (30 seconds or so), but seems to run a little hotter (around 60 degrees, 65 when under heavy load).  All in all, it&amp;#8217;s a great toy.&lt;/p&gt;
</description>
 <comments>http://planet-soc.com/node/3450#comments</comments>
 <category domain="http://planet-soc.com/taxonomy/term/44">GNOME</category>
 <category domain="http://planet-soc.com/taxonomy/term/181">Planet SoC</category>
 <pubDate>Mon, 11 Aug 2008 15:18:00 +0200</pubDate>
 <dc:creator>Charbucks</dc:creator>
 <guid isPermaLink="false">3450 at http://planet-soc.com</guid>
</item>
<item>
 <title>Wordpress Bug #7306</title>
 <link>http://planet-soc.com/node/3288</link>
 <description>&lt;p&gt;I recently upgraded to &lt;a href=&quot;http://wordpress.org/&quot;&gt;Wordpress&lt;/a&gt; v2.6. After a quick check, everything seemed to work fine. However a few minutes ago a reader of this blog told me that he encountered some problems: The overview would work, but everything else like reading certain posts, commenting or using the RSS feed produces a &lt;em&gt;&amp;#8220;404 - not found&amp;#8221;&lt;/em&gt; error. I quickly found out that the blog was experiencing &lt;a href=&quot;http://trac.wordpress.org/ticket/7306&quot;&gt;bug #7306&lt;/a&gt;. The suggested workaround, filling the category and tag fields under &lt;em&gt;wp-admin -&amp;gt; Settings -&amp;gt; Permalink&lt;/em&gt;, worked instantly and now everything should be up and running again. Let&amp;#8217;s hope &lt;a href=&quot;http://trac.wordpress.org/milestone/2.6.1&quot;&gt;Wordpress v2.6.1&lt;/a&gt; will be released soon to fix the problem without the need for workarounds.&lt;/p&gt;
</description>
 <comments>http://planet-soc.com/node/3288#comments</comments>
 <category domain="http://planet-soc.com/taxonomy/term/44">GNOME</category>
 <category domain="http://planet-soc.com/taxonomy/term/182">Universe SoC</category>
 <pubDate>Mon, 04 Aug 2008 14:52:17 +0200</pubDate>
 <dc:creator>Noya</dc:creator>
 <guid isPermaLink="false">3288 at http://planet-soc.com</guid>
</item>
</channel>
</rss>
