2007/5/2, Evgeny Egorochkin &lt;<a href="mailto:phreedom.stdin@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">phreedom.stdin@gmail.com</a>&gt;:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

On Wednesday 02 May 2007 21:59:15 Mikkel Kamstrup Erlandsen wrote:<br>&gt; 2007/5/2, Evgeny Egorochkin &lt;<a href="mailto:phreedom.stdin@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
phreedom.stdin@gmail.com</a>&gt;:<br>&gt; &gt; On Wednesday 02 May 2007 15:46:15 jamie wrote:
<br>&gt; &gt; &gt; On Wed, 2007-05-02 at 14:13 +0200, Sebastian Trüg wrote:<br>&gt; &gt; &gt; &gt; Hmm, so now you ignore RDF?<br>&gt; &gt; &gt; &gt; Don&#39;t get me wrong, it is your project, so in the end it is your<br>

&gt; &gt; &gt; &gt; decision. I am just a little confused why we have this wiki page<br>&gt; &gt; &gt; &gt; then.<br>&gt; &gt; :<br>&gt; &gt; :)<br>&gt; &gt; :<br>&gt; &gt; &gt; Im too busy (until mid-may) to comment on the spec in much detail
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; perhaps we can arrange an online discussion mid may to flesh this all<br>&gt; &gt; &gt; out<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I have a few concerns with the nature of the proposed desktop file
<br>&gt; &gt; &gt; spec.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I agree its important the desktop file should be easily convertible to<br>&gt; &gt; &gt; rdf but we do want to eliminate the complexity (and extra overhead of<br>

&gt; &gt; &gt; rdf) as much as possible from it - that is the point of having the<br>&gt; &gt; &gt; desktop file.<br>&gt; &gt;<br>&gt; &gt; I think still this compexity issue is not an issue at all. The reason I<br>&gt; &gt; think
<br>&gt; &gt; so is:<br>&gt; &gt; 1) most of metametadata definitions will be provided by Xesam<br>&gt; &gt; 2) code to parse this in the database will be written only once<br>&gt; &gt; 3) If a dev needs an exotic field, somebody can help. It&#39;s not much of
<br>&gt; &gt; work.<br>&gt;<br>&gt; Don&#39;t underestimate where newcomer devs poke around. I clearly remember<br>&gt; myself a good while back poking around with some fancy gnome-vfs code, some<br>&gt; objects read as .desktop files, and even if I didn&#39;t know anything about
<br>&gt; those at that time I could readily work with them. Who knows - if that had<br>&gt; been some obscure format (sorry I don&#39;t mean that rdf is obscure :-)) I<br>&gt; might have stopped there and might not have been here today...
<br>&gt;<br>&gt; So even if most apps will use a helper lib don&#39;t forget that we should also<br>&gt; make it easy for people to poke around. Didn&#39;t we all start that way?<br><br>There are RDF formats that are extremely newcomer-friendly. Nobody today
<br>complains when they see XML which looks no way better and nobody raises<br>any &quot;complexity&quot; issues whenever XML is suggested as a representation. I<br>don&#39;t see how RDF is worse in this aspect. Its representation is text-based
<br>and meta-meta spec except regexps can be figured out from just a couple<br>example definitions. Newcomers are not dumb by any means.</blockquote><div><br><br>Oh,&nbsp; I for sure complain about complex XML formats and believe me, many do. Take for instance XML Schema (just for one) do you know and appreciate the *full* spec?
<br></div><br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; So what is more important is flexibility, extensibility and compatibility.
<br>&gt;<br>&gt;<br>&gt; Don&#39;t the .desktop-approach have that?<br><br>Flexibility, no. There are many things which RDF and XML can do and .desktop<br>can&#39;t.</blockquote><div><br>Yes, of course RDF can do a lot more that is the whole point :-) But can it do anything we need that we cannot do with .desktop files? 
<br><br>I think it would be good to have some concrete cases of .desktop vs RDF approach (with different RDF syntaxes possibly). Also it would be useful to track down some concrete cases of what RDF could do that .desktop can&#39;t...
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Extensibility follows from flexibility. RDF has nice extras which we may want<br>

to use in the future.<br><br>Compatibility. Do you have a tool to visualize ontology built using .desktop<br>files? Do you have GUI editors?</blockquote><div><br>It should be pretty easy to write a tool to visualize the structure of the current proposal. GUI editors - if you mean syntax highlighting then yes.
<br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">It might seem far-fetched, but it isn&#39;t so. The ontology is likely to contain
<br>~100 fields. No less. And will grow. Maintaining it, and especially<br>child/parent field relation gets really complex. I can feel it myself already<br>being responsible for Strigi ontology. It is also useful for other devs in
<br>deciding which fields to use and understanding the consequences and<br>implications. Visualization is a great help here, including those newcomers<br>whom it&#39;d help to grasp the ontology.</blockquote><div><br><br>

Visualization could be a great help, yes. I could write a tool for that in an afternoon with Python and Cairo. It could do well in the xesam-tools package I&#39;m writing atm.<br></div><br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

GUI editor is also a plus. I&#39;m sure the spec will be getting more and more<br>elaborate with more features added. Having some editor for all this mess is<br>really handy, newcomers included.<br><br>&gt; Also, it is important to act fast, otherwise the goal of compatibility is
<br>&gt;<br>&gt; &gt; unattainable since much of the code gets written around metadata spec.<br>&gt; &gt; Analyzers are written to extract data and feed in to the indexer in a<br>&gt; &gt; specific<br>&gt; &gt; format. It becomes a real problem if our projects do this in a different
<br>&gt; &gt; way.<br>&gt;<br>&gt; 100% right. This is a problem that is hard to address. The only solution is<br>&gt; just to not despair and just keep the train rolling, panic solutions are<br>&gt; deemed to end up disastrous at some point.
<br><br>I&#39;m not offering a &quot;panic&quot; solution. Still such delays like till 14th and the<br>preceding silence really bothers me and Strigi devs in general.</blockquote><div><br>Sorry, I didn&#39;t mean to say that you offered a panic solution. I just meant that we shouldn&#39;t 
rush things through...<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">There&#39;s already pressure to have something well-defined. You can extract
<br>
meta-data from files just fine, but in what form to feed it to the index? I<br>can only guess at this moment and if I guess wrong it means some dev has to<br>spend considerable time doing corrections. By 14th I expect a significant
<br>drag on Strigi due to complete absense of the standard.<br><br>Also, I don&#39;t think project leaders absolutely must get directly involved.<br>They can delegate technical negotiations to their team members and only look
<br>at &quot;snapshots&quot; of the negotiations &amp; provide feedback on key issues.</blockquote><div><br>Right. So project leaders, please consider sending stand-ins if you are caught in a tight spot. I just wonder - who am I gonna send :-)
<br></div><br>Cheers,<br>Mikkel<br></div><br>