<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.placenet.org/benoit/index.php/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
  <title>Harvard Business School of Echec - gnome  - Commentaires</title>
  <link>http://www.placenet.org/benoit/index.php/</link>
  <description></description>
  <language>fr</language>
  <pubDate>Sat, 09 Aug 2008 08:26:39 +0200</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
    
    <item>
    <title>ABI vs. API compatibility - Mart Raudsepp</title>
    <link>http://www.placenet.org/benoit/index.php/post/2008/04/22/ABI-vs-API-compatibility#c158</link>
    <guid isPermaLink="false">urn:md5:6f67bf6e0b74720856de773e538226e9</guid>
    <pubDate>Fri, 25 Apr 2008 21:10:11 +0200</pubDate>
    <dc:creator>Mart Raudsepp</dc:creator>
    
    <description>&lt;p&gt;err, yes, you need to implement PSS in all other platforms if you want to add it and not leave it empty for non-linux. Obviously. But you don't need to implement anything else already done yet again with the suggestion in comment #8...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>ABI vs. API compatibility - Benoît Dejean</title>
    <link>http://www.placenet.org/benoit/index.php/post/2008/04/22/ABI-vs-API-compatibility#c157</link>
    <guid isPermaLink="false">urn:md5:1b8f4c5f2dd80a388039dce7fb4ad8f1</guid>
    <pubDate>Wed, 23 Apr 2008 11:11:02 +0200</pubDate>
    <dc:creator>Benoît Dejean</dc:creator>
    
    <description>&lt;p&gt;Whenever i add a new functionnality (which is implemented as 3/4 functions), it has to be ported on linux, the 2 BSD arch and eventually solaris, darwin or aix. I can't do all these ports because of a lack of time/interest. So adding a new function for a single guint64 is too much work/breakage.&lt;/p&gt;


&lt;p&gt;I was looking for alternatives where i would be able to do all the work myself:&lt;br /&gt;
- breaking the ABI moves all the work to distro packagers&lt;br /&gt;
- breaking the API would let me submit trivial patches to upstreams&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>ABI vs. API compatibility - Mart Raudsepp</title>
    <link>http://www.placenet.org/benoit/index.php/post/2008/04/22/ABI-vs-API-compatibility#c156</link>
    <guid isPermaLink="false">urn:md5:c3d9b6fd0a53f6e8662b0b565ba1f1ba</guid>
    <pubDate>Tue, 22 Apr 2008 23:22:30 +0200</pubDate>
    <dc:creator>Mart Raudsepp</dc:creator>
    
    <description>&lt;p&gt;Benoît&amp;gt;  &amp;quot;Well, i cannot deprecate anything because that would mean throw away all the different/untested implemtentations on all !linux arch. Adding a new function also means breaking all !linux arch until someone test it (which almost always happens after the first stable release).&amp;quot;&lt;/p&gt;


&lt;p&gt;How about adding the PSS support to the existing functions, but afterwards renaming glibtop_get_proc_mem to the new name, while adding a compatibility wrapper of the old name (keeping API and ABI in effect) that constructs the old style struct out of the results it gets from the new one that has more data - should be just some struct field copying and throwing away the bigger struct before returning the copied (deprecated) compatibility one from glibtop_get_proc_mem&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>ABI vs. API compatibility - Bronson</title>
    <link>http://www.placenet.org/benoit/index.php/post/2008/04/22/ABI-vs-API-compatibility#c154</link>
    <guid isPermaLink="false">urn:md5:9640898b3bfb8369b33a58e0374d0f81</guid>
    <pubDate>Tue, 22 Apr 2008 21:32:40 +0200</pubDate>
    <dc:creator>Bronson</dc:creator>
    
    <description>&lt;p&gt;I gotta agree with Rob...  Leave this code alone, deprecate it, and just add a new call that takes a selector to tell what value to return.&lt;/p&gt;


&lt;p&gt;Otherwise, you'll have to figure out hack upon hack upon hack every time you want to make this sort of change in the future.  And, given kernel development, it won't be long before you'll need to extend it again...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>ABI vs. API compatibility - James Henstridge</title>
    <link>http://www.placenet.org/benoit/index.php/post/2008/04/22/ABI-vs-API-compatibility#c152</link>
    <guid isPermaLink="false">urn:md5:cc2c5da00c369877688664d17722e642</guid>
    <pubDate>Tue, 22 Apr 2008 17:22:04 +0200</pubDate>
    <dc:creator>James Henstridge</dc:creator>
    
    <description>&lt;p&gt;If you decide to break the API, one option would be to add a &amp;quot;version&amp;quot; field to the start of the struct.  Require the caller to fill it in before calling glibtop_get_proc_mem() so you can tell how big the caller thinks the struct is.  Include the current version as a #define in the header so the caller can use it to initialise the structure to the right version.&lt;/p&gt;


&lt;p&gt;If you need to expand the struct in the future, increment the version number and add new fields to the end.  Then make glibtop_get_proc_mem() only fill in the fields if the version number is appropriate.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>ABI vs. API compatibility - Benoît Dejean</title>
    <link>http://www.placenet.org/benoit/index.php/post/2008/04/22/ABI-vs-API-compatibility#c151</link>
    <guid isPermaLink="false">urn:md5:8dd16c28596903663acc0ce025bf6365</guid>
    <pubDate>Tue, 22 Apr 2008 16:04:37 +0200</pubDate>
    <dc:creator>Benoît Dejean</dc:creator>
    
    <description>&lt;p&gt;Well, i cannot deprecate anything because that would mean throw away all the different/untested implemtentations on all !linux arch. Adding a new function also means breaking all !linux arch until someone test it (which almost always happens after the first stable release).&lt;/p&gt;


&lt;p&gt;Storing pointers is not an option because the struct may be marshalled across a pipe. And the marshalling code is already terribly broken.&lt;/p&gt;


&lt;p&gt;Adding reserved members is very hard when you don't want to bloat your struct. I've already provisioned glibtop_cpu for 32 CPU, that makes sizeof ~ 2KiB.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>ABI vs. API compatibility - Jeff Licquia</title>
    <link>http://www.placenet.org/benoit/index.php/post/2008/04/22/ABI-vs-API-compatibility#c150</link>
    <guid isPermaLink="false">urn:md5:8a41a85ba6f03e58a86a30cbb5ac0ee4</guid>
    <pubDate>Tue, 22 Apr 2008 15:04:22 +0200</pubDate>
    <dc:creator>Jeff Licquia</dc:creator>
    
    <description>&lt;p&gt;You could start using symbol versioning, and provide both.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>ABI vs. API compatibility - Mart Raudsepp</title>
    <link>http://www.placenet.org/benoit/index.php/post/2008/04/22/ABI-vs-API-compatibility#c149</link>
    <guid isPermaLink="false">urn:md5:fd27700a5e07123f77f91f6d5cd42cb2</guid>
    <pubDate>Tue, 22 Apr 2008 14:20:00 +0200</pubDate>
    <dc:creator>Mart Raudsepp</dc:creator>
    
    <description>&lt;p&gt;Looks like that duplicated guint64 could fit a pointer that could point to a new struct with more padding. However, I'm wondering what's the point of this public structure - wouldn't separate function APIs for a set of these be more ABI proof? if that's a good idea, could just not expose PSS in that struct at all and introduce some new API for this, say glibtop_proc_get_pss. Then again, I assume it's all retrieved in one go and that would reduce efficiency when one needs to call get_pss, get_rss and so on in a row?&lt;br /&gt;
If you need to stick with a struct, it might be a good idea to at some point introduce a new one that has some padding available for future expansion and a new function, say glibtop_get_proc_mem2 (yes, need a better name) that returns it, having library users that need PSS information convert to the API and depend on the new libgtop version.&lt;br /&gt;
Sorry, just thinking out loud, maybe something useful &lt;img src=&quot;/benoit/themes/default/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>ABI vs. API compatibility - Rob</title>
    <link>http://www.placenet.org/benoit/index.php/post/2008/04/22/ABI-vs-API-compatibility#c148</link>
    <guid isPermaLink="false">urn:md5:aafefa8288ee5641a9578d444108b479</guid>
    <pubDate>Tue, 22 Apr 2008 14:06:55 +0200</pubDate>
    <dc:creator>Rob</dc:creator>
    
    <description>&lt;p&gt;Well, all these options are ABI breaking - the 'break the API' options also break ABI, just subtly. which is worse, as its not obvious to developers or package maintainers that something has changed.&lt;br /&gt;
IMHO, the best option is to deprecate glibtop_get_proc_mem and add a new function (say glibtop_get_process_usage or such) that takes a pid and an enum value for which field to return.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>ABI vs. API compatibility - Murray Cumming</title>
    <link>http://www.placenet.org/benoit/index.php/post/2008/04/22/ABI-vs-API-compatibility#c147</link>
    <guid isPermaLink="false">urn:md5:a0112b4991d82db94128c70c3429605d</guid>
    <pubDate>Tue, 22 Apr 2008 14:03:37 +0200</pubDate>
    <dc:creator>Murray Cumming</dc:creator>
    
    <description>&lt;p&gt;If it's this simple then you can just add a new function that returns a new struct, and deprecate (not break) the old one.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Power management failure - Calum</title>
    <link>http://www.placenet.org/benoit/index.php/post/2008/02/21/gnome-power-manager-failure#c129</link>
    <guid isPermaLink="false">urn:md5:51eb9bcb43ef223a8b899116c926d7ec</guid>
    <pubDate>Thu, 21 Feb 2008 15:49:28 +0100</pubDate>
    <dc:creator>Calum</dc:creator>
    
    <description>&lt;p&gt;Watching Extreme Makeover makes me go &amp;quot;peeeeeeeeeeeewwwwwwwwwwwww&amp;quot;, too.  Only in America do people think veneers look like real teeth...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Power management failure - Benoît Dejean</title>
    <link>http://www.placenet.org/benoit/index.php/post/2008/02/21/gnome-power-manager-failure#c128</link>
    <guid isPermaLink="false">urn:md5:7b4e0598439c2952d4ac82e42b6c6f39</guid>
    <pubDate>Thu, 21 Feb 2008 12:18:41 +0100</pubDate>
    <dc:creator>Benoît Dejean</dc:creator>
    
    <description>&lt;p&gt;Yep there are bugs like &lt;a href=&quot;http://bugzilla.gnome.org/show_bug.cgi?id=506305&quot; title=&quot;http://bugzilla.gnome.org/show_bug.cgi?id=506305&quot; rel=&quot;nofollow&quot;&gt;http://bugzilla.gnome.org/show_bug....&lt;/a&gt; and &lt;a href=&quot;http://bugzilla.gnome.org/show_bug.cgi?id=479486&quot; title=&quot;http://bugzilla.gnome.org/show_bug.cgi?id=479486&quot; rel=&quot;nofollow&quot;&gt;http://bugzilla.gnome.org/show_bug....&lt;/a&gt; . But i'm sure it's really related since i already know there are some problems with hal/s2ram.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Power management failure - Rui</title>
    <link>http://www.placenet.org/benoit/index.php/post/2008/02/21/gnome-power-manager-failure#c127</link>
    <guid isPermaLink="false">urn:md5:5aa20ef5c42e0f3b1d81dc999e8666af</guid>
    <pubDate>Thu, 21 Feb 2008 11:47:08 +0100</pubDate>
    <dc:creator>Rui</dc:creator>
    
    <description>&lt;p&gt;Yep, gnome-power-manager isn't doing what it's told on my Fedora 8 laptop either. Maybe there's a bug reported about it somewhere already.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>bootparam mem=128M - Benoît DEJEAN</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/11/24/bootparam-mem128M#c118</link>
    <guid isPermaLink="false">urn:md5:1ecc6e73afecfd095e880e1ed2de0af9</guid>
    <pubDate>Mon, 26 Nov 2007 09:09:29 +0100</pubDate>
    <dc:creator>Benoît DEJEAN</dc:creator>
    
    <description>&lt;p&gt;I know that GNOME 2.6 would run almost fine with 128MiB. But that was years ago, i'm talking about 2.20.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>bootparam mem=128M - Scott</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/11/24/bootparam-mem128M#c117</link>
    <guid isPermaLink="false">urn:md5:d782fd9494034e076ce2e8fa6ee1297b</guid>
    <pubDate>Sun, 25 Nov 2007 22:14:50 +0100</pubDate>
    <dc:creator>Scott</dc:creator>
    
    <description>&lt;p&gt;My wife runs GNOME on a laptop with 128MB of RAM---she usually is running firefox and abiword on top of that!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>bootparam mem=128M - mike</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/11/24/bootparam-mem128M#c116</link>
    <guid isPermaLink="false">urn:md5:6ba8435ec3029bdd760dcb43b63ed97e</guid>
    <pubDate>Sun, 25 Nov 2007 21:21:15 +0100</pubDate>
    <dc:creator>mike</dc:creator>
    
    <description>&lt;p&gt;Remind us on the 7th please &lt;img src=&quot;/benoit/themes/default/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;(and write a guide for newbies :D)&lt;/p&gt;


&lt;p&gt;most import: disable your gnome-panels before logging in ^^&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>bootparam mem=128M - AdamW</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/11/24/bootparam-mem128M#c115</link>
    <guid isPermaLink="false">urn:md5:413e1a0abbbe29c4f5fc3e4ee734160c</guid>
    <pubDate>Sun, 25 Nov 2007 20:27:08 +0100</pubDate>
    <dc:creator>AdamW</dc:creator>
    
    <description>&lt;p&gt;I ran GNOME on a P2/450 with 128MB of RAM full time from 2.4 to 2.12. It was slow, but generally worked fine.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>bootparam mem=128M - Havoc</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/11/24/bootparam-mem128M#c114</link>
    <guid isPermaLink="false">urn:md5:17f9919882c6e1e81e41042befaba81d</guid>
    <pubDate>Sun, 25 Nov 2007 18:55:50 +0100</pubDate>
    <dc:creator>Havoc</dc:creator>
    
    <description>&lt;p&gt;Finishing just a short list of stuff might have a big impact: dconf/gsettings, gvfs, and nicer dbus-glib bindings including single instance app support. Those things are the last barriers to dropping big piles of old library code, and the people working on them could probably use help testing (and porting apps).&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>bootparam mem=128M - Philip</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/11/24/bootparam-mem128M#c113</link>
    <guid isPermaLink="false">urn:md5:b25c4af39576d17e561da0edb189d09f</guid>
    <pubDate>Sun, 25 Nov 2007 18:10:36 +0100</pubDate>
    <dc:creator>Philip</dc:creator>
    
    <description>&lt;p&gt;I've got Fedora 8 running on my old Amilo M laptop with 128MiB of RAM. I've removed the services I don't need as well as quite a few other processes, but I haven't had to be excessive in my pruning, and it does run OK (although definitely not brilliantly).&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>redundant UI - Steve</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/08/10/redundant-UI#c95</link>
    <guid isPermaLink="false">urn:md5:d224b4f17964183264fadbd1e1c908d0</guid>
    <pubDate>Sat, 11 Aug 2007 01:55:23 +0200</pubDate>
    <dc:creator>Steve</dc:creator>
    
    <description>&lt;p&gt;This has been the topic of quite some debate, recently!  I mentioned it in a blog post (&lt;a href=&quot;http://www.stevenbrown.ca/blog/archives/160&quot; title=&quot;http://www.stevenbrown.ca/blog/archives/160&quot; rel=&quot;nofollow&quot;&gt;http://www.stevenbrown.ca/blog/arch...&lt;/a&gt;) and on the developer's mailing list, and the lead developer just did a post exclusively about the status icon in the tabs.  &lt;img src=&quot;/benoit/themes/default/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://www.pidgin.im/~seanegan/cgi-bin/pyblosxom.cgi&quot; title=&quot;http://www.pidgin.im/~seanegan/cgi-bin/pyblosxom.cgi&quot; rel=&quot;nofollow&quot;&gt;http://www.pidgin.im/~seanegan/cgi-...&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;It's getting better.  &lt;img src=&quot;/benoit/themes/default/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>redundant UI - Craig</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/08/10/redundant-UI#c94</link>
    <guid isPermaLink="false">urn:md5:4f81537bc536e0c61a60b5378f9baa82</guid>
    <pubDate>Fri, 10 Aug 2007 19:53:09 +0200</pubDate>
    <dc:creator>Craig</dc:creator>
    
    <description>&lt;p&gt;I found this useless at first, and I admit it does take up some screen real estate, but I use aliases and some people have multiple screennames so I can identify if I'm talking to someone at work or home.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>redundant UI - Alexandre Franke</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/08/10/redundant-UI#c93</link>
    <guid isPermaLink="false">urn:md5:d7e93a0da9288cc9d78b71284aaa18a7</guid>
    <pubDate>Fri, 10 Aug 2007 14:23:51 +0200</pubDate>
    <dc:creator>Alexandre Franke</dc:creator>
    
    <description>&lt;p&gt;Maybe you should try using Aliases and Metacontacts, then you would understand the purpose of this &lt;img src=&quot;/benoit/themes/default/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>redundant UI - Kevin</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/08/10/redundant-UI#c92</link>
    <guid isPermaLink="false">urn:md5:7caea1250e53f93f711defbd7e9efc2e</guid>
    <pubDate>Fri, 10 Aug 2007 13:22:55 +0200</pubDate>
    <dc:creator>Kevin</dc:creator>
    
    <description>&lt;p&gt;I find it quite useful but am surprised this feature is turned on by default without an option to turn it off. The feature is useful when you have several screennames grouped under 1 alias for a person. Under that case, the top name shows the alias, while the bottom one shows the screenname. It's useful in the case, but not in others so they should really have an option to turn it off.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>redundant UI - fct</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/08/10/redundant-UI#c91</link>
    <guid isPermaLink="false">urn:md5:fba9a3d94f89e672c70f11f1ecddc3ab</guid>
    <pubDate>Fri, 10 Aug 2007 12:35:58 +0200</pubDate>
    <dc:creator>fct</dc:creator>
    
    <description>&lt;p&gt;I wrote a post in ubuntuforums about the new Pidgin:&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://ubuntuforums.org/showpost.php?p=3129209&amp;amp;postcount=9&quot; title=&quot;http://ubuntuforums.org/showpost.php?p=3129209&amp;amp;postcount=9&quot; rel=&quot;nofollow&quot;&gt;http://ubuntuforums.org/showpost.ph...&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;I don't like the way pidgin is &amp;quot;evolving&amp;quot;.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>redundant UI - iain</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/08/10/redundant-UI#c90</link>
    <guid isPermaLink="false">urn:md5:97cbb1649f5065fcc57933f58c750a99</guid>
    <pubDate>Fri, 10 Aug 2007 12:06:27 +0200</pubDate>
    <dc:creator>iain</dc:creator>
    
    <description>&lt;p&gt;I was thinking the same thing as well.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>redundant UI - Jeff Waugh</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/08/10/redundant-UI#c89</link>
    <guid isPermaLink="false">urn:md5:e23fc6f8d0b18790e42d6ade14436ac2</guid>
    <pubDate>Fri, 10 Aug 2007 11:59:49 +0200</pubDate>
    <dc:creator>Jeff Waugh</dc:creator>
    
    <description>&lt;p&gt;Funny, I made a similar screenshot earlier this week too! &lt;img src=&quot;/benoit/themes/default/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://www.gnome.org/~jdub/2007/pidgin-for-the-win.png&quot; title=&quot;http://www.gnome.org/~jdub/2007/pidgin-for-the-win.png&quot; rel=&quot;nofollow&quot;&gt;http://www.gnome.org/~jdub/2007/pid...&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>redundant UI - Benoît DEJEAN</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/08/10/redundant-UI#c88</link>
    <guid isPermaLink="false">urn:md5:bfb198dbb552863a586d868aea280424</guid>
    <pubDate>Fri, 10 Aug 2007 11:17:44 +0200</pubDate>
    <dc:creator>Benoît DEJEAN</dc:creator>
    
    <description>&lt;p&gt;xchat-gnome merges consecutive messages from the same contact if they are close enough in time. This is a simple but space-saving feature.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>redundant UI - boke</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/08/10/redundant-UI#c87</link>
    <guid isPermaLink="false">urn:md5:3a61de45ca739efa0e51ba08c8f540e8</guid>
    <pubDate>Fri, 10 Aug 2007 10:53:00 +0200</pubDate>
    <dc:creator>boke</dc:creator>
    
    <description>&lt;p&gt;I felt exactly the same when trying it yesterday.&lt;/p&gt;


&lt;p&gt;You can turn off the second one in the preferences but then you lose the buddy icon...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>redundant UI - tm</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/08/10/redundant-UI#c86</link>
    <guid isPermaLink="false">urn:md5:0fda067ce3ad701454bc224315dcdc1d</guid>
    <pubDate>Fri, 10 Aug 2007 10:40:15 +0200</pubDate>
    <dc:creator>tm</dc:creator>
    
    <description>&lt;p&gt;yeah, the new pidging kicks ass in this respect&lt;br /&gt;
and quite a lot of green balls also, eh? &lt;img src=&quot;/benoit/themes/default/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>redundant UI - mrroboto</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/08/10/redundant-UI#c85</link>
    <guid isPermaLink="false">urn:md5:62ce35e9a70f39786fd10cd0d329aa2e</guid>
    <pubDate>Fri, 10 Aug 2007 10:01:08 +0200</pubDate>
    <dc:creator>mrroboto</dc:creator>
    
    <description>&lt;p&gt;yeah, you're right. that's the first thing i thought using pidgin!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>desklets - Flecko</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/28/desklets#c84</link>
    <guid isPermaLink="false">urn:md5:04c2f6c8465eeb6f4a1edba83c7ed1cd</guid>
    <pubDate>Sat, 30 Jun 2007 00:43:43 +0200</pubDate>
    <dc:creator>Flecko</dc:creator>
    
    <description>&lt;p&gt;No offense to the gdesklet folks, but gdesklets is not good software. I tried to love it for years, but it develops at an incredibly slow pace, is extremely buggy, and is prone to breakage. I had high hopes that gdesklets would get better with time, but it doesn't seem that way. (And before you tell me to go help them, I'm not a Python coder, and never will be.) Thats not to say that this new Moonlight desklets thing is the answer, but I wouldn't use gdesklets now anyways.&lt;/p&gt;


&lt;p&gt;That being said, sorry to be negative. If gdesklets is improved, I will absolutely make sure I say so and give it a try, but I can't recommend it to anyone as it is.+&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Filesystem ACL - erik</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/28/Filesystem-ACL#c83</link>
    <guid isPermaLink="false">urn:md5:726ce944e7931a819455b7130e57411d</guid>
    <pubDate>Fri, 29 Jun 2007 11:18:11 +0200</pubDate>
    <dc:creator>erik</dc:creator>
    
    <description>&lt;p&gt;It's sad but it will take still years until ACL stuff will be used on free desktops, even despite the huge advantages over the ancient traditional way. &lt;img src=&quot;/benoit/themes/default/smilies/sad.png&quot; alt=&quot;:-(&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>desklets - Jeff Schroeder</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/28/desklets#c82</link>
    <guid isPermaLink="false">urn:md5:df5e66c85900fdf739ec4d907aab6a99</guid>
    <pubDate>Thu, 28 Jun 2007 22:05:16 +0200</pubDate>
    <dc:creator>Jeff Schroeder</dc:creator>
    
    <description>&lt;p&gt;gdesklets also suffers from a mostly dead upstream, memory leaks, and made code.&lt;/p&gt;


&lt;p&gt;Ask pyguy, the guy who wrote gdesklets.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>desklets - Miguel de Icaza</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/28/desklets#c81</link>
    <guid isPermaLink="false">urn:md5:397af97dc63fceb064c075c05d292602</guid>
    <pubDate>Thu, 28 Jun 2007 18:53:58 +0200</pubDate>
    <dc:creator>Miguel de Icaza</dc:creator>
    
    <description>&lt;p&gt;Ah, that is a shame.&lt;/p&gt;


&lt;p&gt;Anyways, I have posted a blog entry in my blog that explains why we are doing this.   Basically: we want to toy, experiment and learn.&lt;/p&gt;


&lt;p&gt;And we have a very nice platform that *we* like.   Others might not like it, others might prefer SuperKaramba, gDesklets or to run a plain X server with twm.  But like with language taste you cant really force the same on everyone.&lt;/p&gt;


&lt;p&gt;miguel.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>desklets - erik</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/28/desklets#c80</link>
    <guid isPermaLink="false">urn:md5:a6e09b65ca7a1eeca5b1d9cb190e7155</guid>
    <pubDate>Thu, 28 Jun 2007 18:38:41 +0200</pubDate>
    <dc:creator>erik</dc:creator>
    
    <description>&lt;p&gt;gDesklets failed. Completely.&lt;/p&gt;


&lt;p&gt;Most of the desklets are really buggy. They also do not know about themeing. Meaning that they are bolted to some specific gtk/gnome themes etc, and you must use only the ones from the same set. And there are many sets, of bad quality. Bugs, lack of features, ..&lt;/p&gt;


&lt;p&gt;Blah. gDesklets is a miserable failure, one of the worst I have ever seen on open source.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>desklets - Jon</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/28/desklets#c79</link>
    <guid isPermaLink="false">urn:md5:1ff0413478fc2dfe99b012d89db688c4</guid>
    <pubDate>Thu, 28 Jun 2007 18:21:23 +0200</pubDate>
    <dc:creator>Jon</dc:creator>
    
    <description>&lt;p&gt;It's just NIH syndrome.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>desklets - Benoît DEJEAN</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/28/desklets#c78</link>
    <guid isPermaLink="false">urn:md5:df92679804d40407628cca57de03e0fb</guid>
    <pubDate>Thu, 28 Jun 2007 18:18:13 +0200</pubDate>
    <dc:creator>Benoît DEJEAN</dc:creator>
    
    <description>&lt;p&gt;Hum, sorry Miguel, i don't know what happened. I can't see your comment anywhere.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>desklets - Miguel de Icaza</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/28/desklets#c77</link>
    <guid isPermaLink="false">urn:md5:f4730bac7dceea9f97e7598d99ee5591</guid>
    <pubDate>Thu, 28 Jun 2007 17:56:59 +0200</pubDate>
    <dc:creator>Miguel de Icaza</dc:creator>
    
    <description>&lt;p&gt;Odd.   I had a long post explaining our position on innovation and Moonlight desklets and it got deleted.&lt;/p&gt;


&lt;p&gt;Maybe a database corruption issue?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>desklets - anonim</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/28/desklets#c76</link>
    <guid isPermaLink="false">urn:md5:7ba8c7298ca56466067e3b2624433661</guid>
    <pubDate>Thu, 28 Jun 2007 17:53:08 +0200</pubDate>
    <dc:creator>anonim</dc:creator>
    
    <description>&lt;p&gt;yet another desklet technology... the fun about them is the hability to do desklets quick and easy, and that they would work everywhere. With so many different frameworks I don't think it's going to be easy... At least kde and gnome could get a freedesktop spec and both plasma &amp;amp; gdesklets implement them.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>desklets - Benoît DEJEAN</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/28/desklets#c75</link>
    <guid isPermaLink="false">urn:md5:1268f8c017db1315e3fa72cb79285ae9</guid>
    <pubDate>Thu, 28 Jun 2007 17:12:28 +0200</pubDate>
    <dc:creator>Benoît DEJEAN</dc:creator>
    
    <description>&lt;p&gt;Benjamin &amp;gt; but gdesklets does exactly that ! You can even do simpler : ship the XML UI + some python scripting within the same XML file. Easy to get desklets. And you can use gdesklets with gnomevfs i.e. gdesklest &lt;a href=&quot;http://...&quot; title=&quot;http://...&quot; rel=&quot;nofollow&quot;&gt;http://...&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Etienne &amp;gt; Moonlight is a demo ... so give you back your &amp;quot;It's not even part of Gnome desktop&amp;quot;&lt;/p&gt;


&lt;p&gt;I don't want to ad for anything, but some people think that the SomethingLight approach is new. It's not. There are already many popular desklets engine, gdesklets being the more GNOMEish.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>desklets - Benjamin Otte</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/28/desklets#c74</link>
    <guid isPermaLink="false">urn:md5:e2c2591a8a58add53610f6031ffe1b7f</guid>
    <pubDate>Thu, 28 Jun 2007 16:59:09 +0200</pubDate>
    <dc:creator>Benjamin Otte</dc:creator>
    
    <description>&lt;p&gt;There's one huge advantage in using Flash or Silverlight for desklets: You can download new ones from the web and have them run in a sandboxed environment without them being able to do evil things.&lt;/p&gt;


&lt;p&gt;That's about the cool things. The rest is just &amp;quot;we need a way to pimp our cool technology.&amp;quot;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>desklets - bersace</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/28/desklets#c73</link>
    <guid isPermaLink="false">urn:md5:a65ebcbea28d38e215c7802e7e4e753c</guid>
    <pubDate>Thu, 28 Jun 2007 16:37:35 +0200</pubDate>
    <dc:creator>bersace</dc:creator>
    
    <description>&lt;p&gt;Hi,&lt;/p&gt;


&lt;p&gt;You're right, but gdesklet needs more love. It's not even part of Gnome desktop :s. I'm pretty sure MacSlow could do some great job on it !&lt;/p&gt;


&lt;p&gt;Étienne.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>desklets - Ceasar</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/28/desklets#c72</link>
    <guid isPermaLink="false">urn:md5:9605add8e3602cf525ccd332b1604a5a</guid>
    <pubDate>Thu, 28 Jun 2007 16:34:41 +0200</pubDate>
    <dc:creator>Ceasar</dc:creator>
    
    <description>&lt;p&gt;Not to mention it means another opportunity to look good in front of Microsoft...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>desklets - Miguel de Icaza</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/28/desklets#c71</link>
    <guid isPermaLink="false">urn:md5:0670faa2515e98dc600e7c2f7efd451a</guid>
    <pubDate>Thu, 28 Jun 2007 16:33:26 +0200</pubDate>
    <dc:creator>Miguel de Icaza</dc:creator>
    
    <description>&lt;p&gt;Hey!&lt;/p&gt;


&lt;p&gt;We know about gdesklets, but we want to build our own because building them with XAML and C# is quite fun.&lt;/p&gt;


&lt;p&gt;Miguel.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>we need distributed control system - Benoît DEJEAN</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/21/free-software-needs-distributed-control-system#c70</link>
    <guid isPermaLink="false">urn:md5:20623ed6e55680e945ea206ff03695b4</guid>
    <pubDate>Mon, 25 Jun 2007 11:32:36 +0200</pubDate>
    <dc:creator>Benoît DEJEAN</dc:creator>
    
    <description>&lt;p&gt;No James, this isn't enough. I'm already doing it with git, and it just doesn't work. With this kind of work, you end up pushing again and again ... and upstream just can't merge.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>we need distributed control system - James</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/21/free-software-needs-distributed-control-system#c69</link>
    <guid isPermaLink="false">urn:md5:c24cb9bcf673039f265e909a56a5cef2</guid>
    <pubDate>Sun, 24 Jun 2007 13:38:34 +0200</pubDate>
    <dc:creator>James</dc:creator>
    
    <description>&lt;p&gt;You might want to use bazaar!&lt;/p&gt;


&lt;p&gt;By installing the subversion bzr plugin, you can:&lt;/p&gt;



&lt;p&gt;bzr clone &lt;a href=&quot;http://path/to/svn&quot; title=&quot;http://path/to/svn&quot; rel=&quot;nofollow&quot;&gt;http://path/to/svn&lt;/a&gt;&lt;/p&gt;



&lt;p&gt;then when you want to merge, call&lt;/p&gt;


&lt;p&gt;bzr pull&lt;/p&gt;


&lt;p&gt;and to publish your changes&lt;/p&gt;


&lt;p&gt;bzr push s&lt;a href=&quot;ftp://path/to/public/html&quot; title=&quot;ftp://path/to/public/html&quot; rel=&quot;nofollow&quot;&gt;ftp://path/to/public/html&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>we need distributed control system - jmmv</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/21/free-software-needs-distributed-control-system#c68</link>
    <guid isPermaLink="false">urn:md5:c83dad0b0e0be244fc81a7d9c5f286d9</guid>
    <pubDate>Thu, 21 Jun 2007 23:22:52 +0200</pubDate>
    <dc:creator>jmmv</dc:creator>
    
    <description>&lt;p&gt;Jeff: It may be completely reasonable for *you* because you *already* have access to the repository.  But those who don't (such as me) can really take advantage of a DVCS.  You have to be on this side to understand the problems that arise; otherwise it's hard to explain.  DVCS break the traditional &amp;quot;gain commit access&amp;quot; methodology, and all the elitism behind it.  But anyway, and as Benoit already said, this is not the place to discuss whether DVCS are better or not.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>we need distributed control system - Benoît Dejean</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/21/free-software-needs-distributed-control-system#c67</link>
    <guid isPermaLink="false">urn:md5:ced562db2d58c895327d70579747e952</guid>
    <pubDate>Thu, 21 Jun 2007 23:18:23 +0200</pubDate>
    <dc:creator>Benoît Dejean</dc:creator>
    
    <description>&lt;p&gt;Andrew &amp;gt; Thanks, stg is a very smart tool.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>we need distributed control system - Jeff Waugh</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/21/free-software-needs-distributed-control-system#c66</link>
    <guid isPermaLink="false">urn:md5:1031d84f4551c6374318baf9269b3bb2</guid>
    <pubDate>Thu, 21 Jun 2007 22:07:16 +0200</pubDate>
    <dc:creator>Jeff Waugh</dc:creator>
    
    <description>&lt;p&gt;SVN is completely reasonable for a centralised mainline branch (and a project like GNOME does need a clear central mainline). With tools like git-svn and bzr-svn, it's very easy to branch into DVCS land and commit back to SVN. So, don't cry about GNOME's use of SVN -- use the tools that exist out there to make it work better for you!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>we need distributed control system - Uzytkownik</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/21/free-software-needs-distributed-control-system#c65</link>
    <guid isPermaLink="false">urn:md5:20b6cd8aecbf9dfceaf96fe2c9829633</guid>
    <pubDate>Thu, 21 Jun 2007 16:36:52 +0200</pubDate>
    <dc:creator>Uzytkownik</dc:creator>
    
    <description>&lt;p&gt;I've never used git so I can't compare but bazaar  (&lt;a href=&quot;http://bazaar-vcs.org/&quot; title=&quot;http://bazaar-vcs.org/&quot; rel=&quot;nofollow&quot;&gt;http://bazaar-vcs.org/&lt;/a&gt;) is great (it also have a svn plugin) - I prefere it over svn and cvs.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>we need distributed control system - jmmv</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/21/free-software-needs-distributed-control-system#c64</link>
    <guid isPermaLink="false">urn:md5:e2f33a0f1d42357144f38801c1108768</guid>
    <pubDate>Thu, 21 Jun 2007 16:33:42 +0200</pubDate>
    <dc:creator>jmmv</dc:creator>
    
    <description>&lt;p&gt;Murray: Sure the VCS cannot simplify the creation of big branches.  But by using a DVCS it is extremely easy *for other people* to keep their personal branch in sync with the main one.  It's not your job (as the maintainer) to do the syncing; it's the developers one.  And with a DVCS it is much, much easier for them.  Plus if you want (again, as the maintainer), you can merge the foreign branch (after a review, be it based on patches or whatever) and keep the *development history* for that foreign branch.&lt;/p&gt;


&lt;p&gt;Let me suggest this talk about Git, given by Linus at Google: &lt;a href=&quot;http://www.youtube.com/watch?v=4XpnKHJAok8&quot; title=&quot;http://www.youtube.com/watch?v=4XpnKHJAok8&quot; rel=&quot;nofollow&quot;&gt;http://www.youtube.com/watch?v=4Xpn...&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;You have to be working &amp;quot;on the other side&amp;quot; (i.e. without access to the main project's repository) to really value the advantages of a DVCS.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>we need distributed control system - Benoît DEJEAN</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/21/free-software-needs-distributed-control-system#c63</link>
    <guid isPermaLink="false">urn:md5:37b923d1fa03d527f21f0426bc32d187</guid>
    <pubDate>Thu, 21 Jun 2007 15:56:42 +0200</pubDate>
    <dc:creator>Benoît DEJEAN</dc:creator>
    
    <description>&lt;p&gt;It's a myth that DVCS are harder to use. A DVCS is not a toy for angry kids like me. I'm not having that discussion, sorry that you don't understand all the opportunities brought by DVCS. I think SVN sucks.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>we need distributed control system - Murray Cumming</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/21/free-software-needs-distributed-control-system#c62</link>
    <guid isPermaLink="false">urn:md5:04bf7b9bd0cf880039d30cc954de7fc6</guid>
    <pubDate>Thu, 21 Jun 2007 15:35:41 +0200</pubDate>
    <dc:creator>Murray Cumming</dc:creator>
    
    <description>&lt;p&gt;&amp;gt; If someone wants to work a new feature, would you be&lt;br /&gt;
&amp;gt; OK if he would throw you a 10Kline patch&lt;/p&gt;


&lt;p&gt;That doesn't happen very often. No VCS can make it easy to do big branches. Big branches are fundamentally difficult to merge.&lt;/p&gt;


&lt;p&gt;When you do need to branch, I'm currently fairly happy with how svn does it. People have used bzr to branch from my svn, though I guess that doesn't make it so easy to merge back.&lt;/p&gt;


&lt;p&gt;Most work is just small patches. I am very afraid of making life difficult for all those people, doing normal work, just because one or two people would like something that has a special feature.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>we need distributed control system - Benoît DEJEAN</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/21/free-software-needs-distributed-control-system#c61</link>
    <guid isPermaLink="false">urn:md5:1118950f5a55dc239efc625fea247aa4</guid>
    <pubDate>Thu, 21 Jun 2007 14:32:53 +0200</pubDate>
    <dc:creator>Benoît DEJEAN</dc:creator>
    
    <description>&lt;p&gt;stgit looks fine, but svn + git-svn + stgit is too much.&lt;/p&gt;


&lt;p&gt;Let's just switch to git. Moreover, managing patch is only good if you don't care about the revision log. A patch is the merge of all your work. On the other hand, when you merge, you get everything.&lt;/p&gt;


&lt;p&gt;The problem is the upstream VCS and everyone seems to think that it's going to be solved by stacking again and again on the contributor side. This is just wrong. Managing patches feels quite stupid when you're used to use branch and do cherrypicking. cherrypicking makes patches useless i think.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>we need distributed control system - Andrew Sutherland</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/21/free-software-needs-distributed-control-system#c60</link>
    <guid isPermaLink="false">urn:md5:50bd4dc87a9fd47af907baaf244a479b</guid>
    <pubDate>Thu, 21 Jun 2007 13:51:02 +0200</pubDate>
    <dc:creator>Andrew Sutherland</dc:creator>
    
    <description>&lt;p&gt;Have you tried using stacked git?  (stgit)  It's like quilt for git, and allows you to work in a patch-centric way.  Basically, your current 'state' in a stgit-managed branch is managed in a bunch of patches, which are then applied in series.&lt;/p&gt;


&lt;p&gt;Any changes you make are applied to the top-most active patch in your 'stack' when you invoke 'stg refresh'.  The revision history of each time you do a refresh is there too, and 'qgit' (the best git GUI I've seen) understands the patches and their intermediary state.&lt;/p&gt;


&lt;p&gt;The result is that you are always breaking things up into patches as you would submit them in a single unified workspace.  The other option I could think of (but don't have a lot of experience with) is having one branch or workspace per patch you would want to submit, merging things across between them as desired.&lt;/p&gt;


&lt;p&gt;The one downside to stgit in my mind is that when you push/pop patches onto the active stack (or just re-order them), timestamps of affected files may change even if their contents do not, which will confuse most build systems...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>we need distributed control system - Benoît DEJEAN</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/21/free-software-needs-distributed-control-system#c59</link>
    <guid isPermaLink="false">urn:md5:3865693886e70e928ce9684fcb4b9109</guid>
    <pubDate>Thu, 21 Jun 2007 13:08:22 +0200</pubDate>
    <dc:creator>Benoît DEJEAN</dc:creator>
    
    <description>&lt;p&gt;Murray &amp;gt; forking and branching are obviously not the same. I'am talking about how hard it is to merge when your VCS sucks at it. If someone wants to work a new feature, would you be OK if he would throw you a 10Kline patch ? And that guy would certainly quit because maintaining a 10K line patch against upstream is very very hard. Now it would be awesome if he could often pull/merge from upstream to update his new branch. In the end, to get the feature from upstream, you'd just have to pull from his branch. Or you could cherry-pick.&lt;/p&gt;


&lt;p&gt;Jeff &amp;gt; git-svn does the opposite. And merging inside git-svn just blows the full revision history. And if everyone has to setup git-svn on his side, let's move to git/mtn/hg/etc&lt;/p&gt;


&lt;p&gt;jmmv &amp;gt; I'm glad that you read that post. I was really thinking about your job. I know NetBSD has a patchset for GNOME. It's hard for you to maintain. And it's hard for me to get your patch. With DVCS, we could happily pull/merge/cherrypick from each other.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>we need distributed control system - jmmv</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/21/free-software-needs-distributed-control-system#c58</link>
    <guid isPermaLink="false">urn:md5:1e9b8f34533363a31d6a97bd2d15e65f</guid>
    <pubDate>Thu, 21 Jun 2007 12:32:31 +0200</pubDate>
    <dc:creator>jmmv</dc:creator>
    
    <description>&lt;p&gt;Wholeheartedly agreed.  I, as a long-term maintainer of GNOME on NetBSD (not very active now, though), would really welcome a trivial way to maintain my portability fixes before they get integrated (which sometimes never happens, but that's another frustrating story).  A DVCS could certainly simplify this.&lt;/p&gt;


&lt;p&gt;Murray: It's OK if you want to see patches instead of a URL... it's the *tool* who should automatically be able to generate those patches.  But the *developer* should be able to manage them more easily, and that is basically what a DVCS offers.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>we need distributed control system - Jeff Schroeder</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/21/free-software-needs-distributed-control-system#c57</link>
    <guid isPermaLink="false">urn:md5:7d90bbf3fa4cba4f559f88090ef554a4</guid>
    <pubDate>Thu, 21 Jun 2007 12:13:25 +0200</pubDate>
    <dc:creator>Jeff Schroeder</dc:creator>
    
    <description>&lt;p&gt;sudo apt-get install git-svn&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>we need distributed control system - Murray Cumming</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/21/free-software-needs-distributed-control-system#c56</link>
    <guid isPermaLink="false">urn:md5:d12c1e6a630a391e1ccb2d4d45e79d09</guid>
    <pubDate>Thu, 21 Jun 2007 12:07:26 +0200</pubDate>
    <dc:creator>Murray Cumming</dc:creator>
    
    <description>&lt;p&gt;If you were a contributor to my project, I'd want to see patches, not a URL of some fork of my project, even if the VCS made it relatively easy to merge.&lt;/p&gt;


&lt;p&gt;And if it was my project, I'd rather not see you suggesting that people use a fork of it.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>a system crash ruined my weekend :/ - Nermal</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/03/a-system-crash-ruined-my-weekend-%3A/#c55</link>
    <guid isPermaLink="false">urn:md5:eb0f8aaa8cd35fbd3192925786af8d4b</guid>
    <pubDate>Tue, 05 Jun 2007 13:09:43 +0200</pubDate>
    <dc:creator>Nermal</dc:creator>
    
    <description>&lt;p&gt;Try ALT-SYREQ-S-U-B to try and reboot cleanly in such a situation&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>git-merge vs. git-log - Benoît Dejean</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/03/git-merge-vs-git-log#c54</link>
    <guid isPermaLink="false">urn:md5:136abb9e3830d8e7fa05d479ca9888a8</guid>
    <pubDate>Mon, 04 Jun 2007 21:11:26 +0200</pubDate>
    <dc:creator>Benoît Dejean</dc:creator>
    
    <description>&lt;p&gt;I don't want the summary : i would like all the revisions from a branch to be merged as they are.  But instead, i can only see one big commit &amp;quot;Merge branch X&amp;quot; with a cumulative diff ...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>git-merge vs. git-log - Peter</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/03/git-merge-vs-git-log#c53</link>
    <guid isPermaLink="false">urn:md5:33a4aafb07f0b2b036a62dbd6b60e8d0</guid>
    <pubDate>Mon, 04 Jun 2007 13:42:05 +0200</pubDate>
    <dc:creator>Peter</dc:creator>
    
    <description>&lt;p&gt;I'm not sure what you are trying to do, but have you looked at  &amp;quot;merge.summary&amp;quot;  in man git-config?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>a system crash ruined my weekend :/ - Benoît DEJEAN</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/03/a-system-crash-ruined-my-weekend-%3A/#c52</link>
    <guid isPermaLink="false">urn:md5:153d79dd7d30979e6e52824b6ce7f018</guid>
    <pubDate>Mon, 04 Jun 2007 09:49:24 +0200</pubDate>
    <dc:creator>Benoît DEJEAN</dc:creator>
    
    <description>&lt;p&gt;well, try gnomevfs and cry :/&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>git-merge vs. git-log - Benoît DEJEAN</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/03/git-merge-vs-git-log#c51</link>
    <guid isPermaLink="false">urn:md5:f9b6494440f325d34373096f7f3f3028</guid>
    <pubDate>Mon, 04 Jun 2007 09:48:32 +0200</pubDate>
    <dc:creator>Benoît DEJEAN</dc:creator>
    
    <description>&lt;p&gt;Maybe you are right, maybe git-svn is actually destroying the merge history :/&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>git-merge vs. git-log - S.F.</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/03/git-merge-vs-git-log#c50</link>
    <guid isPermaLink="false">urn:md5:26a6abe56bf7654579e33ccc957dbc8e</guid>
    <pubDate>Mon, 04 Jun 2007 00:01:08 +0200</pubDate>
    <dc:creator>S.F.</dc:creator>
    
    <description>&lt;p&gt;Well, as I see it, it would be hard, because SVN per se doesn't support &amp;quot;real merges&amp;quot; (a merge is a simple patch).&lt;/p&gt;


&lt;p&gt;Maybe you could use git-rebase, which will &amp;quot;re-commit&amp;quot; all the commits of the merged branch into the current one, thus keeping the history.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>a system crash ruined my weekend :/ - Ryan</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/06/03/a-system-crash-ruined-my-weekend-%3A/#c49</link>
    <guid isPermaLink="false">urn:md5:a7720603b6155abccdac86c28ee0961a</guid>
    <pubDate>Sun, 03 Jun 2007 23:45:58 +0200</pubDate>
    <dc:creator>Ryan</dc:creator>
    
    <description>&lt;p&gt;The status of samba client on Linux is absolutely horrendous. Feature support isn't there... stability isn't there... and performance certainly isn't there. I'm lucky to pull 12MB/s over gigabit using {cifs|smb}mount.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>memory upgrade - K</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/04/19/memory-upgrade#c45</link>
    <guid isPermaLink="false">urn:md5:42c5c787d08313c88b90119f5983948c</guid>
    <pubDate>Mon, 23 Apr 2007 08:31:31 +0200</pubDate>
    <dc:creator>K</dc:creator>
    
    <description>&lt;p&gt;you might be living in a cave dude, look around you maybe?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>memory upgrade - ken</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/04/19/memory-upgrade#c38</link>
    <guid isPermaLink="false">urn:md5:404aad8a47881720081bf15367877813</guid>
    <pubDate>Sat, 21 Apr 2007 02:33:36 +0200</pubDate>
    <dc:creator>ken</dc:creator>
    
    <description>&lt;p&gt;&amp;quot;I personally am switching to the desktop which uses the object oriented language&amp;quot;&lt;/p&gt;


&lt;p&gt;There's a Smalltalk desktop?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>memory upgrade - Benoît Dejean</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/04/19/memory-upgrade#c37</link>
    <guid isPermaLink="false">urn:md5:84db67a6ce2fc2e01e885f7fdb6fc7a1</guid>
    <pubDate>Fri, 20 Apr 2007 19:12:25 +0200</pubDate>
    <dc:creator>Benoît Dejean</dc:creator>
    
    <description>&lt;p&gt;You may then want to open a bug against system-monitor.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>memory upgrade - Bob</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/04/19/memory-upgrade#c35</link>
    <guid isPermaLink="false">urn:md5:f96a6df1334da9582c6faf0a538e1a93</guid>
    <pubDate>Fri, 20 Apr 2007 14:34:52 +0200</pubDate>
    <dc:creator>Bob</dc:creator>
    
    <description>&lt;p&gt;Me too ! Currently evolution -&amp;gt; Memory : 5.6MB&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>memory upgrade - Benoît DEJEAN</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/04/19/memory-upgrade#c34</link>
    <guid isPermaLink="false">urn:md5:dd26b64e8ee4e5ed413428e691dd76db</guid>
    <pubDate>Fri, 20 Apr 2007 14:09:04 +0200</pubDate>
    <dc:creator>Benoît DEJEAN</dc:creator>
    
    <description>&lt;p&gt;I am talking about private_dirty + X server memory which is displayed in &amp;quot;Memory&amp;quot; column of system-monitor&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>memory upgrade - Bob</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/04/19/memory-upgrade#c33</link>
    <guid isPermaLink="false">urn:md5:a83961f98220a61fc5fa75ee2de74d4c</guid>
    <pubDate>Fri, 20 Apr 2007 14:05:46 +0200</pubDate>
    <dc:creator>Bob</dc:creator>
    
    <description>&lt;p&gt;Depends if you count shared or not…&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>memory upgrade - Benoît DEJEAN</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/04/19/memory-upgrade#c31</link>
    <guid isPermaLink="false">urn:md5:d81ce688b92157196304664d2f04977c</guid>
    <pubDate>Fri, 20 Apr 2007 13:15:46 +0200</pubDate>
    <dc:creator>Benoît DEJEAN</dc:creator>
    
    <description>&lt;p&gt;Bob &amp;gt; ahahahhaah. I don't know how you get your stats, but they are plain wrong...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>memory upgrade - Bob</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/04/19/memory-upgrade#c29</link>
    <guid isPermaLink="false">urn:md5:f8e41e54276f86b625ee59234bd79020</guid>
    <pubDate>Fri, 20 Apr 2007 11:19:58 +0200</pubDate>
    <dc:creator>Bob</dc:creator>
    
    <description>&lt;p&gt;I hope that the GMAE project will lead us to a reduced memory usage.  Am I dreaming ?&lt;/p&gt;


&lt;p&gt;gnome-terminal 20MiB ?  2.2MiB with ten tabs&lt;br /&gt;
evo is just 6.3MiB&lt;br /&gt;
Tou've got an old GNOME version ? 2.14 ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>memory upgrade - Benoît DEJEAN</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/04/19/memory-upgrade#c28</link>
    <guid isPermaLink="false">urn:md5:baadf8080623c2a985c1199832b9881b</guid>
    <pubDate>Fri, 20 Apr 2007 11:08:50 +0200</pubDate>
    <dc:creator>Benoît DEJEAN</dc:creator>
    
    <description>&lt;p&gt;This is about my laptop. I reboot it only for kernel upgrades. Having 300-400MiB of swap means constant disk trashing. There's nothing wrong with my computer : application just take to much memory. Many of my friends experience the same issues.&lt;/p&gt;


&lt;p&gt;Come on, my iceweasel with no plugin, started a week ago and only a couple of tabs takes 114,3MiB privated_dirty. Evolution is 35MiB. Xorg 55MiB. liferea 30MiB. gnome-terminal 20MiB. Nautilus 7MiB. etc You just can't run this with 256MiB of RAM.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>memory upgrade - Gilles Dartiguelongue</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/04/19/memory-upgrade#c27</link>
    <guid isPermaLink="false">urn:md5:9bdffaa4c67cccef7a5228b198e4d20d</guid>
    <pubDate>Fri, 20 Apr 2007 10:35:48 +0200</pubDate>
    <dc:creator>Gilles Dartiguelongue</dc:creator>
    
    <description>&lt;p&gt;Not sure what you are doing with your computer but even if I agree that running gnome with 256Mo of RAM is a little to low, 512 is largely enough for epiphany (~tabs), tracker, evolution, deskbar-applet, terms.&lt;/p&gt;


&lt;p&gt;FYI, I'm running this on a PIII 500 with only 128Mo of swap (yes that means my box would die with your numbers :p).&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>memory upgrade - C</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/04/19/memory-upgrade#c26</link>
    <guid isPermaLink="false">urn:md5:6ad18d1263b4b83321c65b141af18989</guid>
    <pubDate>Fri, 20 Apr 2007 10:08:47 +0200</pubDate>
    <dc:creator>C</dc:creator>
    
    <description>&lt;p&gt;You're not alone with that kind of gnomish performance. There is one less reason to use gnome since it has grown too slow.&lt;br /&gt;
I personally am switching to the desktop which uses the object oriented language, it really can't be much slower than this. At least the features are not crippled down to someones grandma's level.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>memory upgrade - Bob</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/04/19/memory-upgrade#c25</link>
    <guid isPermaLink="false">urn:md5:af1e28d7fc8cef810448a81f4012594f</guid>
    <pubDate>Fri, 20 Apr 2007 09:04:32 +0200</pubDate>
    <dc:creator>Bob</dc:creator>
    
    <description>&lt;p&gt;&amp;quot;starting a new terminal now only takes 1s where it lasted up to 10s !&amp;quot;&lt;/p&gt;


&lt;p&gt;There is something wrong with your computer ! It takes one second max to do this with my 512MB.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>memory upgrade - Diego</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/04/19/memory-upgrade#c24</link>
    <guid isPermaLink="false">urn:md5:caadb11223e52c7a57b8d681ff247e42</guid>
    <pubDate>Fri, 20 Apr 2007 00:16:52 +0200</pubDate>
    <dc:creator>Diego</dc:creator>
    
    <description>&lt;p&gt;You aren't serious, are you?&lt;/p&gt;


&lt;p&gt;What the hell does eat so many memory? 1.25 GB is sure better than 512, but with 512 it shouldn't take 15 seconds to switch evolution functions...unless evolution is a memory pg, which it is &lt;img src=&quot;/benoit/themes/default/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt; But it's easier to switch from evolution than adding more ram.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>memory upgrade - Eugenia</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/04/19/memory-upgrade#c23</link>
    <guid isPermaLink="false">urn:md5:5a7547d9d8f0bad9520257b311c71cf8</guid>
    <pubDate>Thu, 19 Apr 2007 23:53:24 +0200</pubDate>
    <dc:creator>Eugenia</dc:creator>
    
    <description>&lt;p&gt;Hmm, I don't know what is wrong with your system, but you might want to reboot more often or something or check your mem usage in general for strayed processes... 512 MBs is enough for normal usage with Linux (and Windows, and OSX). That includes firefox, evolution, terminals, rhythmbox open at the same time, and occasionally some light OOo open at the same time too.&lt;/p&gt;


&lt;p&gt;Up to last year I even ran Arch Linux at a 128 MBs laptop without major problems (1-2 apps open at the same time, optimized services), so I would imagine something heavier, like fedora/suse/ubuntu will do fine on a 512 MB machine. I have two laptops running ubuntu with 512 MBs each and they are fine...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>webcam integration - Benoît Dejean</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/03/12/webcam-integration#c19</link>
    <guid isPermaLink="false">urn:md5:4952651f755c6ec6c36a065420f3e3d2</guid>
    <pubDate>Mon, 12 Mar 2007 23:30:41 +0100</pubDate>
    <dc:creator>Benoît Dejean</dc:creator>
    
    <description>&lt;p&gt;This evolution bug is the first step, but i was talking about webcam integration into evolution. You don't want extra storage for contact photo : you only want to add the photo. So yes, evolution needs to display the photo, but it also has to store it. And to add a photo, you should either be able to select it from a file or directly use the webcam.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>webcam integration - Gilles Dartiguelongue</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/03/12/webcam-integration#c18</link>
    <guid isPermaLink="false">urn:md5:c47bb0d710e31e746a6c9492e05f1c08</guid>
    <pubDate>Mon, 12 Mar 2007 17:33:43 +0100</pubDate>
    <dc:creator>Gilles Dartiguelongue</dc:creator>
    
    <description>&lt;p&gt;And the relevant bugzilla entry &lt;img src=&quot;/benoit/themes/default/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://bugzilla.gnome.org/show_bug.cgi?id=360184&quot; title=&quot;http://bugzilla.gnome.org/show_bug.cgi?id=360184&quot; rel=&quot;nofollow&quot;&gt;http://bugzilla.gnome.org/show_bug....&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>webcam integration - mike</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/03/12/webcam-integration#c17</link>
    <guid isPermaLink="false">urn:md5:5a85b1835436ef57f0997a5105ccfaf3</guid>
    <pubDate>Mon, 12 Mar 2007 17:15:20 +0100</pubDate>
    <dc:creator>mike</dc:creator>
    
    <description>&lt;p&gt;Look at this link as  kikdonk already said.&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://raphael.slinckx.net/blog/2007-03-12/lets-take-pictures&quot; title=&quot;http://raphael.slinckx.net/blog/2007-03-12/lets-take-pictures&quot; rel=&quot;nofollow&quot;&gt;http://raphael.slinckx.net/blog/200...&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>webcam integration - kikidonk</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/03/12/webcam-integration#c16</link>
    <guid isPermaLink="false">urn:md5:9ee9855b3635b577da93441eef79549d</guid>
    <pubDate>Mon, 12 Mar 2007 12:58:40 +0100</pubDate>
    <dc:creator>kikidonk</dc:creator>
    
    <description>&lt;p&gt;Expect something quite soon, i programmed some kind of photo booth clone with gstreamer and gtk to be used in a public fair. I expect to release a first version next weekend when it survived the crowd test &lt;img src=&quot;/benoit/themes/default/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>libsexy bugs - Christian Hammond</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/03/02/libsexy-bugs#c14</link>
    <guid isPermaLink="false">urn:md5:d32b2ff3d8b48db66ec585f0e8f91351</guid>
    <pubDate>Fri, 02 Mar 2007 21:48:02 +0100</pubDate>
    <dc:creator>Christian Hammond</dc:creator>
    
    <description>&lt;p&gt;I'm deferring that to David Trowbridge, who is responsible for that module. I think the plan though is to deprecate that widget. It wasn't really complete, and we haven't found a backtrace that's been very useful. If you happen to have one, though, we'd love to see it.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>gnome-system-monitor 2.17 has been compromised - Benoît</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/02/28/gnome-system-monitor-217-has-been-compromised#c13</link>
    <guid isPermaLink="false">urn:md5:e8281184e271078e4fff655ea3e203bf</guid>
    <pubDate>Thu, 01 Mar 2007 08:53:14 +0100</pubDate>
    <dc:creator>Benoît</dc:creator>
    
    <description>&lt;p&gt;Quand tu ne sais pas pas du tout qui est la personne, quand tu n'as reçu aucun mail d'approbation ni rien, c'est un problème. Moi je me lève le matin, je vois qu'une release a été faite pendant que la nuit, je n'ai aucune info dessus, j'agite le drapeau rouge.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>gnome-system-monitor 2.17 has been compromised - liberforce</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/02/28/gnome-system-monitor-217-has-been-compromised#c12</link>
    <guid isPermaLink="false">urn:md5:7876c80262e9fc490404ebf02f5390fe</guid>
    <pubDate>Wed, 28 Feb 2007 23:37:19 +0100</pubDate>
    <dc:creator>liberforce</dc:creator>
    
    <description>&lt;p&gt;Tout cela vient d'une stupide confusion dan la précipitation pour essayer d'avoir un module ok pour la release... Je trouve que le ton indigné est franchement exagéré. Il y a eu boulette, certes, mais ce n'est pas comme si un pirate avait fait une release malveillante...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>gnome-system-monitor 2.17 has been compromised - jk</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/02/28/gnome-system-monitor-217-has-been-compromised#c11</link>
    <guid isPermaLink="false">urn:md5:c25672321fc8cde9f6f42a0b01765246</guid>
    <pubDate>Wed, 28 Feb 2007 20:45:49 +0100</pubDate>
    <dc:creator>jk</dc:creator>
    
    <description>&lt;p&gt;Wow on se croirait sur une mailing list debian... Franchement sans te connaître et en lisant ça tu fais un peu &amp;quot;control freak&amp;quot; paranoiaque &lt;img src=&quot;/benoit/themes/default/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>gnome-system-monitor 2.17 has been compromised - Me</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/02/28/gnome-system-monitor-217-has-been-compromised#c10</link>
    <guid isPermaLink="false">urn:md5:8768cf83c105d859a5a674e55bbd93e2</guid>
    <pubDate>Wed, 28 Feb 2007 19:42:01 +0100</pubDate>
    <dc:creator>Me</dc:creator>
    
    <description>&lt;p&gt;Get a life. You screwed up and someone fixed it. You should be thankful.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>gnome-system-monitor 2.17 has been compromised - Yanko Kaneti</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/02/28/gnome-system-monitor-217-has-been-compromised#c9</link>
    <guid isPermaLink="false">urn:md5:94501009af96158cd88b53e1b97767a2</guid>
    <pubDate>Wed, 28 Feb 2007 17:58:40 +0100</pubDate>
    <dc:creator>Yanko Kaneti</dc:creator>
    
    <description>&lt;p&gt;If it were me I'd rather _thank_ mariano and kmaraas  for fixing stuff that was obviously problematic in the &amp;quot;official&amp;quot; release.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>gnome-system-monitor 2.17 has been compromised - rangzen</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/02/28/gnome-system-monitor-217-has-been-compromised#c8</link>
    <guid isPermaLink="false">urn:md5:025e4cdf154445a86bd40332f412faa4</guid>
    <pubDate>Wed, 28 Feb 2007 13:20:55 +0100</pubDate>
    <dc:creator>rangzen</dc:creator>
    
    <description>&lt;p&gt;Autant sur le SVN, y a rien de particulier, autant dans le tarball ... Y en a pour une semaine à vérifier le m4 :/&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>gnome-system-monitor 2.17 has been compromised - andre</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/02/28/gnome-system-monitor-217-has-been-compromised#c7</link>
    <guid isPermaLink="false">urn:md5:4ad3d2d1d58466a5d8ac7f05f1aa0767</guid>
    <pubDate>Wed, 28 Feb 2007 13:02:51 +0100</pubDate>
    <dc:creator>andre</dc:creator>
    
    <description>&lt;p&gt;and here's the explanation:&lt;br /&gt;
&lt;a href=&quot;http://mail.gnome.org/archives/release-team/2007-February/msg00079.html&quot; title=&quot;http://mail.gnome.org/archives/release-team/2007-February/msg00079.html&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/archives/rele...&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;&amp;quot;compromised&amp;quot; is a strong word. this isn't binary stuff that we're talking about, a diff shouldn't be that hard?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>evolution + bogofilter - Mikhail Zabaluev</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/02/17/evolution-bogofilter#c6</link>
    <guid isPermaLink="false">urn:md5:43d1190743fdc1bb4006f5a153f9bca1</guid>
    <pubDate>Mon, 19 Feb 2007 10:22:22 +0100</pubDate>
    <dc:creator>Mikhail Zabaluev</dc:creator>
    
    <description>&lt;p&gt;Thanks Ritesh for the link above; I'm the author of that code. See, I thought that running Bogofilter was simple enough to just take a sample plugin in C and write up the executable launch code.&lt;br /&gt;
The plugin has also made it to Ubuntu.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>evolution + bogofilter - Ritesh Khadgaray</title>
    <link>http://www.placenet.org/benoit/index.php/post/2007/02/17/evolution-bogofilter#c5</link>
    <guid isPermaLink="false">urn:md5:ee652f8dd00a741b942a10ba45066fca</guid>
    <pubDate>Sun, 18 Feb 2007 16:54:29 +0100</pubDate>
    <dc:creator>Ritesh Khadgaray</dc:creator>
    
    <description>&lt;p&gt;evolution bogofilter plugin&lt;br /&gt;
&lt;a href=&quot;http://people.altlinux.ru/~mhz/software/projects/bf-eplugin/&quot; title=&quot;http://people.altlinux.ru/~mhz/software/projects/bf-eplugin/&quot; rel=&quot;nofollow&quot;&gt;http://people.altlinux.ru/~mhz/soft...&lt;/a&gt;&lt;/p&gt;



&lt;p&gt;ps : a part of fedora extras.&lt;/p&gt;</description>
  </item>
      
</channel>
</rss>