<?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: Central Services: Architecture Overview</title>
	<atom:link href="http://doctormo.org/2009/06/24/central-services-architecture-overview/feed/" rel="self" type="application/rss+xml" />
	<link>http://doctormo.org/2009/06/24/central-services-architecture-overview/</link>
	<description>Just this guy, you know.</description>
	<lastBuildDate>Mon, 07 May 2012 13:19:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: doctormo</title>
		<link>http://doctormo.org/2009/06/24/central-services-architecture-overview/comment-page-1/#comment-1085</link>
		<dc:creator>doctormo</dc:creator>
		<pubDate>Fri, 26 Jun 2009 15:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://doctormo.wordpress.com/?p=755#comment-1085</guid>
		<description>It takes data sources from hardware devices and translates them into usable data for the local machine. Examples are ipods (libpod), blackberries (barry), palms and so on. The idea is not to replace detection or existing access libraries but bridge the functionality into a common api for each data set.</description>
		<content:encoded><![CDATA[<p>It takes data sources from hardware devices and translates them into usable data for the local machine. Examples are ipods (libpod), blackberries (barry), palms and so on. The idea is not to replace detection or existing access libraries but bridge the functionality into a common api for each data set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney Dawes</title>
		<link>http://doctormo.org/2009/06/24/central-services-architecture-overview/comment-page-1/#comment-1084</link>
		<dc:creator>Rodney Dawes</dc:creator>
		<pubDate>Fri, 26 Jun 2009 13:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://doctormo.wordpress.com/?p=755#comment-1084</guid>
		<description>What does the &quot;hardware&quot; piece do exactly? That seems like something that is already taken care of by HAL/udev/DeviceKit/whateveritistoday no?</description>
		<content:encoded><![CDATA[<p>What does the &#8220;hardware&#8221; piece do exactly? That seems like something that is already taken care of by HAL/udev/DeviceKit/whateveritistoday no?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doctormo</title>
		<link>http://doctormo.org/2009/06/24/central-services-architecture-overview/comment-page-1/#comment-1083</link>
		<dc:creator>doctormo</dc:creator>
		<pubDate>Thu, 25 Jun 2009 16:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://doctormo.wordpress.com/?p=755#comment-1083</guid>
		<description>Aye, while they do harp on about Gnome in their docs, this project isn&#039;t GUI based and is dBus based. It should be possible to use on any system without gnome or any gnome libs.</description>
		<content:encoded><![CDATA[<p>Aye, while they do harp on about Gnome in their docs, this project isn&#8217;t GUI based and is dBus based. It should be possible to use on any system without gnome or any gnome libs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://doctormo.org/2009/06/24/central-services-architecture-overview/comment-page-1/#comment-1082</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Thu, 25 Jun 2009 14:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://doctormo.wordpress.com/?p=755#comment-1082</guid>
		<description>It&#039;s not &quot;bound by&quot;, it&#039;s &quot;built on&quot; technologies developed by gnome.

That said, unless you&#039;re creating interfaces (which are obviously in gtk+ for vala), it&#039;s fine to be used on kde. With some programming skills, you can most likely create a qt interface for a vala program too.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not &#8220;bound by&#8221;, it&#8217;s &#8220;built on&#8221; technologies developed by gnome.</p>
<p>That said, unless you&#8217;re creating interfaces (which are obviously in gtk+ for vala), it&#8217;s fine to be used on kde. With some programming skills, you can most likely create a qt interface for a vala program too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: desnotes</title>
		<link>http://doctormo.org/2009/06/24/central-services-architecture-overview/comment-page-1/#comment-1081</link>
		<dc:creator>desnotes</dc:creator>
		<pubDate>Thu, 25 Jun 2009 13:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://doctormo.wordpress.com/?p=755#comment-1081</guid>
		<description>Maybe I am missing something but in the intro to Vala they say:

&quot;Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C.&quot;

Later:

&quot;Many developers want to write GNOME applications and libraries in high-level programming languages but can&#039;t or don&#039;t want to use C# or Java for various reasons, so they are stuck with C without syntax support for the GObject type system.&quot;

Is Vala binded to gtk &amp; Gnome or are they just using Gnome development as an example of what Vala can do?</description>
		<content:encoded><![CDATA[<p>Maybe I am missing something but in the intro to Vala they say:</p>
<p>&#8220;Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C.&#8221;</p>
<p>Later:</p>
<p>&#8220;Many developers want to write GNOME applications and libraries in high-level programming languages but can&#8217;t or don&#8217;t want to use C# or Java for various reasons, so they are stuck with C without syntax support for the GObject type system.&#8221;</p>
<p>Is Vala binded to gtk &amp; Gnome or are they just using Gnome development as an example of what Vala can do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://doctormo.org/2009/06/24/central-services-architecture-overview/comment-page-1/#comment-1080</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Thu, 25 Jun 2009 13:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://doctormo.wordpress.com/?p=755#comment-1080</guid>
		<description>Of course not. Libraries can be installed anywhere, and anyway, in a typical &quot;I&#039;m smarter than the programmer next to me&quot;, KDE authors will probably write their own scheme for this.

(see kwin, dcop, etc.)</description>
		<content:encoded><![CDATA[<p>Of course not. Libraries can be installed anywhere, and anyway, in a typical &#8220;I&#8217;m smarter than the programmer next to me&#8221;, KDE authors will probably write their own scheme for this.</p>
<p>(see kwin, dcop, etc.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doctormo</title>
		<link>http://doctormo.org/2009/06/24/central-services-architecture-overview/comment-page-1/#comment-1079</link>
		<dc:creator>doctormo</dc:creator>
		<pubDate>Thu, 25 Jun 2009 13:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://doctormo.wordpress.com/?p=755#comment-1079</guid>
		<description>Vala isn&#039;t gnome based, nor is gobject. Are you thinking of something else?</description>
		<content:encoded><![CDATA[<p>Vala isn&#8217;t gnome based, nor is gobject. Are you thinking of something else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: desnotes</title>
		<link>http://doctormo.org/2009/06/24/central-services-architecture-overview/comment-page-1/#comment-1078</link>
		<dc:creator>desnotes</dc:creator>
		<pubDate>Thu, 25 Jun 2009 10:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://doctormo.wordpress.com/?p=755#comment-1078</guid>
		<description>I liked the concept of &#039;Central Services&#039; before it received its new name. I believe it can be immensely useful. I just have one question regarding the use of Vala. Does the use of a Gnome tool to write the application exclude its use on KDE?</description>
		<content:encoded><![CDATA[<p>I liked the concept of &#8216;Central Services&#8217; before it received its new name. I believe it can be immensely useful. I just have one question regarding the use of Vala. Does the use of a Gnome tool to write the application exclude its use on KDE?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vadi</title>
		<link>http://doctormo.org/2009/06/24/central-services-architecture-overview/comment-page-1/#comment-1077</link>
		<dc:creator>vadi</dc:creator>
		<pubDate>Thu, 25 Jun 2009 03:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://doctormo.wordpress.com/?p=755#comment-1077</guid>
		<description>I dont see a use for such a service yet.

But vala is good...</description>
		<content:encoded><![CDATA[<p>I dont see a use for such a service yet.</p>
<p>But vala is good&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doctormo</title>
		<link>http://doctormo.org/2009/06/24/central-services-architecture-overview/comment-page-1/#comment-1076</link>
		<dc:creator>doctormo</dc:creator>
		<pubDate>Wed, 24 Jun 2009 22:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://doctormo.wordpress.com/?p=755#comment-1076</guid>
		<description>You could if tracker was a field indexer and their dbus api provided type based objects instead of file pointers and such. The full text indexer is only one part of the system.</description>
		<content:encoded><![CDATA[<p>You could if tracker was a field indexer and their dbus api provided type based objects instead of file pointers and such. The full text indexer is only one part of the system.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

