<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: a lowercase manifesto</title>
	<atom:link href="http://blogs.gnome.org/desrt/2005/09/01/a-lowercase-manifesto/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/desrt/2005/09/01/a-lowercase-manifesto/</link>
	<description>a lowercase manifesto</description>
	<lastBuildDate>Mon, 12 Sep 2011 11:31:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David Nielsen</title>
		<link>http://blogs.gnome.org/desrt/2005/09/01/a-lowercase-manifesto/comment-page-1/#comment-1</link>
		<dc:creator>David Nielsen</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/desrt/2005/09/01/a-lowercase-manifesto/#comment-1</guid>
		<description>That&#039;s just awesome, it always makes me happy to see such reports of FOSS succeses. &lt;p/&gt;However, while moving gnome-vfs to just using inotify is a cool thing for Linux I can see a few problems.&lt;p/&gt;One you pointed out yourself, this will only work properly if it&#039;s actually running a 2.6.14 or later kernel&lt;p/&gt;The other would be that it doesn&#039;t actually do anything if you are using an older kernel or not using Linux at all. &lt;p/&gt;If I understand this right, this would introduce for FreeBSD, etc. a second layer compared to Linux, namely gamin (admittingly this would be more like removing a layer on Linux than adding one on the other platforms). Wouldn&#039;t this be a possible cause of problems, instead of spotting all monitoring bugs in gamin, we now spot them in the inotify backend and in gamin. &lt;p/&gt;Don&#039;t get me wrong, I still think it&#039;s really cool.</description>
		<content:encoded><![CDATA[<p>That&#8217;s just awesome, it always makes me happy to see such reports of FOSS succeses.
<p />However, while moving gnome-vfs to just using inotify is a cool thing for Linux I can see a few problems.
<p />One you pointed out yourself, this will only work properly if it&#8217;s actually running a 2.6.14 or later kernel
<p />The other would be that it doesn&#8217;t actually do anything if you are using an older kernel or not using Linux at all.
<p />If I understand this right, this would introduce for FreeBSD, etc. a second layer compared to Linux, namely gamin (admittingly this would be more like removing a layer on Linux than adding one on the other platforms). Wouldn&#8217;t this be a possible cause of problems, instead of spotting all monitoring bugs in gamin, we now spot them in the inotify backend and in gamin.
<p />Don&#8217;t get me wrong, I still think it&#8217;s really cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan lortie</title>
		<link>http://blogs.gnome.org/desrt/2005/09/01/a-lowercase-manifesto/comment-page-1/#comment-2</link>
		<dc:creator>ryan lortie</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/desrt/2005/09/01/a-lowercase-manifesto/#comment-2</guid>
		<description>as with all things, users of older versions of linux and other operating systems will continue to be supported through the old interfaces (ie: gamin).&lt;p/&gt;as for the reporting of bugs, it really just changes the demarcation point for what is considered a platform bug and what is a bug in gnome and who is responsible for fixing it.&lt;p/&gt;even now, with gamin in use on all platforms, each platform has its own in-kernel monitoring code (that feeds events to gamin).  there could be different bugs in all of this different code.&lt;p/&gt;what would be -really- cool is if other platforms implemented native inotify or inotify-like interfaces for their kernels.</description>
		<content:encoded><![CDATA[<p>as with all things, users of older versions of linux and other operating systems will continue to be supported through the old interfaces (ie: gamin).
<p />as for the reporting of bugs, it really just changes the demarcation point for what is considered a platform bug and what is a bug in gnome and who is responsible for fixing it.
<p />even now, with gamin in use on all platforms, each platform has its own in-kernel monitoring code (that feeds events to gamin).  there could be different bugs in all of this different code.
<p />what would be -really- cool is if other platforms implemented native inotify or inotify-like interfaces for their kernels.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexl</title>
		<link>http://blogs.gnome.org/desrt/2005/09/01/a-lowercase-manifesto/comment-page-1/#comment-3</link>
		<dc:creator>alexl</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/desrt/2005/09/01/a-lowercase-manifesto/#comment-3</guid>
		<description>Uhm, john already has a patch for gnome-vfs inotify support at  &lt;a href=&quot;http://bugzilla.gnome.org/show_bug.cgi?id=314281&quot;&gt;http://bugzilla.gnome.org/show_bug.cgi?id=314281&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Uhm, john already has a patch for gnome-vfs inotify support at  <a href="http://bugzilla.gnome.org/show_bug.cgi?id=314281">http://bugzilla.gnome.org/show_bug.cgi?id=314281</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan lortie</title>
		<link>http://blogs.gnome.org/desrt/2005/09/01/a-lowercase-manifesto/comment-page-1/#comment-4</link>
		<dc:creator>ryan lortie</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/desrt/2005/09/01/a-lowercase-manifesto/#comment-4</guid>
		<description>i know about this patch.  christian has reservations about it and encouraged me to write another patch.</description>
		<content:encoded><![CDATA[<p>i know about this patch.  christian has reservations about it and encouraged me to write another patch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexl</title>
		<link>http://blogs.gnome.org/desrt/2005/09/01/a-lowercase-manifesto/comment-page-1/#comment-5</link>
		<dc:creator>alexl</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/desrt/2005/09/01/a-lowercase-manifesto/#comment-5</guid>
		<description>Please add a comment about this to the bug.</description>
		<content:encoded><![CDATA[<p>Please add a comment about this to the bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan lortie</title>
		<link>http://blogs.gnome.org/desrt/2005/09/01/a-lowercase-manifesto/comment-page-1/#comment-6</link>
		<dc:creator>ryan lortie</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/desrt/2005/09/01/a-lowercase-manifesto/#comment-6</guid>
		<description>i discussed it with john, personally (well, on irc) when we were talking about how to improve inotify.  today i should be finished my implementation so i&#039;ll attach it to the bug then.</description>
		<content:encoded><![CDATA[<p>i discussed it with john, personally (well, on irc) when we were talking about how to improve inotify.  today i should be finished my implementation so i&#8217;ll attach it to the bug then.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/desrt/2005/09/01/a-lowercase-manifesto/feed/ ) in 1.30153 seconds, on Feb 12th, 2012 at 3:31 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 12th, 2012 at 4:31 am UTC -->
