<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.22.107.1</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.22.107.1"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/84.22.107.1"/>
	<updated>2026-04-22T01:45:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Desktop_Search_Hackfest/Day_one_notes&amp;diff=5852</id>
		<title>Desktop Search Hackfest/Day one notes</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Desktop_Search_Hackfest/Day_one_notes&amp;diff=5852"/>
		<updated>2008-09-21T12:49:32Z</updated>

		<summary type="html">&lt;p&gt;84.22.107.1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;lightning talks&lt;br /&gt;
&lt;br /&gt;
beagle&lt;br /&gt;
* gmail&lt;br /&gt;
* compatibility between extractors and similar components should be discussed about&lt;br /&gt;
* avahi, web services provided by the daemon itself&lt;br /&gt;
* online results shown in firefox&lt;br /&gt;
* external devices/sources working&lt;br /&gt;
* feature wise beagle feels they have reached a complete state&lt;br /&gt;
* more interested in dashboard now&lt;br /&gt;
* a masters student working on dashboard at the moment&lt;br /&gt;
* million command line tools to proof the concept&lt;br /&gt;
* how to tie documents and objects together (asociations) without consumin lots of processing power all the time for the creation of the associations&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Strigi&lt;br /&gt;
&lt;br /&gt;
* ported to mac and windows&lt;br /&gt;
* Basic requirement of kde4&lt;br /&gt;
* modularized into 4 c++ libraries&lt;br /&gt;
* libstreams&lt;br /&gt;
* efficient access to files as streams&lt;br /&gt;
* reading nested streams without overhead: no copying of intermediate data&lt;br /&gt;
* tar, bz2, zip, rpm, deb pdf, ole2, mail, .a&lt;br /&gt;
* jstream://&lt;br /&gt;
* Efficient for actually getting inner contents of objects without the need to create intermediate copy of the objects&lt;br /&gt;
* libstreamanalyzer&lt;br /&gt;
* api for accessing metadata from streams&lt;br /&gt;
* uses libstreams&lt;br /&gt;
* uses 5 plugins for analyzers, each optimized for speed of specific data type&lt;br /&gt;
* most analyzers can be used in parallel&lt;br /&gt;
* all analyzers always run, with little overhead&lt;br /&gt;
* index object is getting the data from each content item&lt;br /&gt;
* analyzers also run on the embedded filescontent&lt;br /&gt;
* plugins for the indexes, so in theory different indexes can be used&lt;br /&gt;
* most important clucene and soprano&lt;br /&gt;
* clucene very fast&lt;br /&gt;
* soprano used for nepomuk for semantic storage&lt;br /&gt;
* could use tracker as the index as well&lt;br /&gt;
* libseachclient&lt;br /&gt;
* socket access to strigidaemon&lt;br /&gt;
* libstrigihtmlgui&lt;br /&gt;
* libstrigiqtdbusclient&lt;br /&gt;
* strigidaemon&lt;br /&gt;
* c++&lt;br /&gt;
* relativelhy little code in the daemon&lt;br /&gt;
* abstract interface for communications&lt;br /&gt;
* thread pool&lt;br /&gt;
* initial xesam support, partially shared with pinot&lt;br /&gt;
* POWER OF STRIGI IN IN LIBRARIES THAT CAN BE SHARED&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Xesam&lt;br /&gt;
* sd&lt;br /&gt;
* Using mirror &lt;br /&gt;
* beginnint - dashbar used in beginning&lt;br /&gt;
* seemed poor to make compatibility layer for all engines (strigi, beagle, ...)&lt;br /&gt;
* unite existing apis&lt;br /&gt;
* hide implementation details of backends&lt;br /&gt;
* allow simpler indexes such as grepp&lt;br /&gt;
* support for web services such as google&lt;br /&gt;
* keeping it simple was the leading thought&lt;br /&gt;
* does not support everything, but instead mostly desktop and mobile devices&lt;br /&gt;
* keep low barrier of entry&lt;br /&gt;
* preoactive openess&lt;br /&gt;
* community effort&lt;br /&gt;
* history&lt;br /&gt;
* 2 apis&lt;br /&gt;
* simple query and &#039;live&#039;&lt;br /&gt;
* simple api was too simple - so, live was the way to go&lt;br /&gt;
* xesam&lt;br /&gt;
* dbus search api&lt;br /&gt;
* ontology&lt;br /&gt;
* xml query language&lt;br /&gt;
* user search language&lt;br /&gt;
* full draft online - devil in the details&lt;br /&gt;
* summarizing critic:&lt;br /&gt;
* too complex onto&lt;br /&gt;
* feature creeping (it&#039;s etting too complex)&lt;br /&gt;
* not extensible enough&lt;br /&gt;
* vulnerability to extend and embrace tactics&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
tracker&lt;br /&gt;
* last half year&lt;br /&gt;
* work has revolved around splitting daemon and indexer into separate entities&lt;br /&gt;
* extractor process spwns and pipes data to the indexer&lt;br /&gt;
* filters handle the files&lt;br /&gt;
* weighting data items as &#039;hot&#039; based on the headingness or boldness&lt;br /&gt;
* daemon has proper introspection&lt;br /&gt;
* dbus api has had only a little changes&lt;br /&gt;
* planning to change that quite a lot to support xesam &lt;br /&gt;
* throttling - pausing indexing with monitoring events, nice, dynamic blacklisting of files, (blacklisting of dirs?)&lt;br /&gt;
* q: wrapper of streamanalyzer?&lt;br /&gt;
* kde4 metadata extraction using streamanalyzers - all metadata provided with those&lt;br /&gt;
* suggestion for traker to consider streamanalyzers&lt;br /&gt;
* Suggestion from kubasic, jos, jamie: use a common extraction pipeing model&lt;br /&gt;
* jos: suggestion to not to use dbus between the extractor and daemon process&lt;br /&gt;
* daemon only there to service the data&lt;br /&gt;
* indexer there to handle the writing of the actual data&lt;br /&gt;
* suggestion to keep this in tips and tricks session&lt;br /&gt;
* last issue before merge  - fix jamies tst on his laptop&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
ontologies:&lt;br /&gt;
* evgeny giving introduction&lt;br /&gt;
* basic design decisions&lt;br /&gt;
* why rdf triples&lt;br /&gt;
* inheritance needed&lt;br /&gt;
* gives example of hierarchy (xesam:contributor in core, client extension this as xesam:majorContributor and xesam:minorContributor)&lt;br /&gt;
* this makes applications that do not know of the cleint extensions to be able to interoperate with the data&lt;br /&gt;
* How many features we want to implement. 95% (but not more?)&lt;br /&gt;
* idea to drop corner cases&lt;br /&gt;
* not only what features we implement but also to implement those well, this will lead to change in user habits (example file navigation used to cover 95% of file location needs . after indexers, this can be dimished to 60-70% - but only if indexers work well, are reliable and easy to use)&lt;br /&gt;
* thus, we need simple enough fw that is powerful enough, but easy enough to implement and start to use&lt;br /&gt;
* content and source split&lt;br /&gt;
* source is that the file is and how is it stored&lt;br /&gt;
* content deals with documents, messages and such&lt;br /&gt;
* for the content tree, it does not matter how it is stored&lt;br /&gt;
* source is the place for acl &lt;br /&gt;
* document has the created date - it is the actual created date of the document&lt;br /&gt;
* source created date is the filesystem level creation date&lt;br /&gt;
* also modified on source could be when e.g. acl was changed, on document tree, changed means when someone actually edited the document&lt;br /&gt;
* evgeny gives example of a scientific paper&lt;br /&gt;
* xesam:author links the item to xesam:contact&lt;br /&gt;
* the xesam:contact - country could be e.g. UK&lt;br /&gt;
* now, if we want to find list documents of people from uk&lt;br /&gt;
* the multiple query solution for this use case can be very slow to implement if the contects contain tens of thousands of people&lt;br /&gt;
* so, the dbus traffic is unnecessarily large&lt;br /&gt;
* and there are many other use cases of this type of relationships that will be too difficult to implement with the current xesam model efficiently&lt;br /&gt;
* photo annotations&lt;br /&gt;
* defining region of a photo and who is there&lt;br /&gt;
* thus, the annotation is complex&lt;br /&gt;
* example - photos of old people&lt;br /&gt;
* move toward semantic representation of data. FOF example of the photo annotations&lt;br /&gt;
* semantic web activities going on in this area at the moment&lt;br /&gt;
* another example: papers referring it to other papers via identifiers without directly pointing to a file&lt;br /&gt;
* point being that the client will have to be doing the work that really makes sense to be done on the backend side&lt;br /&gt;
* suggestion: use xesam (tm) if it correctly implements the core set of the functionality&lt;br /&gt;
* we will need to be future proof and not stagnate and have people making hacks and workarounds&lt;br /&gt;
* philip van hoof: standard will be successful only if the client developers take it to use &lt;br /&gt;
* martyn: it&#039;s an iterative process&lt;br /&gt;
* client developers are our users&lt;br /&gt;
* using xesam needs to be easy and it needs to be able to provide easily the needed information&lt;br /&gt;
* evgeny: how do we solve this conflict of interest: we need to define xesam in flexible enough way&lt;br /&gt;
* evgeny: it is not simple enough for the users as it is &lt;br /&gt;
* mikkel: two camps: semantic camp and field based camp, my opinion is more on the field based camp - thus, I don&#039;t see the needs of this type very relevant for our needs&lt;br /&gt;
* kubasic: I agree that mutidimensional graphs not so interesting - maybe we could provide a convenience library to do this kind of depth relationships. So, perhaps xesam could just provide the field based stuff and let the wrappers worry about the more extended multidimensional use cases&lt;br /&gt;
* evgeny: my opinion would be to make it possible for the backend to be able to do this and provide the wrapper for the simple backends to do the field too graph use cases. &lt;br /&gt;
* maybe we could roadmap that only some parts would be available of the query language and ontology so that  &lt;br /&gt;
* kubasic: if we do paged browsing the deeper relationships will be completely awful to be implement efficiently - so most often the deeper levels should not be so needed to be done&lt;br /&gt;
* evgeny: this need will either be implemented by the cleint or the server. use cases are there&lt;br /&gt;
* jos: can you provide a list of items to change&lt;br /&gt;
* evgeny: we need to decide whether we want to support these structures or not&lt;br /&gt;
* evgeny: can provide list of drawbacks&lt;br /&gt;
* current situation undecided what is the type of the e.g. author (reference as url or string of the author) - needs to be decided&lt;br /&gt;
* sebastian:  &amp;lt;missed&amp;gt;&lt;br /&gt;
* jos: my suggestion - if I have author email address  - then we go to the next version, where we have contacts - I will store the contact url t database&lt;br /&gt;
* urho: suggesting inner queries to the query api&lt;br /&gt;
* evgeny: let me give more examples&lt;br /&gt;
* sparql - and current query language&lt;br /&gt;
* &lt;br /&gt;
* we can replace the current query language later on&lt;br /&gt;
* jamie: the mapping really doesn&#039;t exist on the actual contents, so the documents usually don&#039;t map the actual authors, but instead they just contain the freetext of the authors&lt;br /&gt;
* so, as long as the applications do not contain the possibilities, the graphs won&#039;t happen&lt;br /&gt;
* evgeny: we need to make it possible for the applications to do this, otherwise the applications wil lnever support it&lt;br /&gt;
* sebastian: shouldn&#039;t we make the inner queries optional as well as the graph queries&lt;br /&gt;
* intermediate solution - flat view would map queries to text and on the graph capable implementations to the object url instead&lt;br /&gt;
* possiblity to create dummy items for each url and containing the string in that object&lt;br /&gt;
* qubasic: this will be needing lot of more support from the backend will be needed and it will be much more complicated to do - would be more future compatible to be on the xesam&lt;br /&gt;
* sebastian: internal stuff could create the internal representations in hackish way and just expose the data in graph way&lt;br /&gt;
* evgeny: proposing a far reaching goal to make it easy for users in mid term future to transition to this - maybe roadmat for applications to be able to produce more complex queries&lt;br /&gt;
* Urho: so, do you propose SPARQL?&lt;br /&gt;
* evgeny: nope - we should be able to extend current XML&lt;br /&gt;
* sebastian: we could create related to inner queries&lt;br /&gt;
* mikkel: why not jus tallow the results of one query to be source for the next one&lt;br /&gt;
* urho: so inner queries - yeah&lt;br /&gt;
* evgeny: makes an example of the paper question in sparql&lt;br /&gt;
* evgeny: we are not looking for using sparql, just similar functionality&lt;br /&gt;
* evgeny: mapping sparql to sql can be done&lt;br /&gt;
* jos: I propose that we won&#039;t implement this to 1.0&lt;br /&gt;
* just make the ontology as future proof&lt;br /&gt;
* make a temporary solution and future path&lt;br /&gt;
* evgeny: list of use cases&lt;br /&gt;
* we have no way to query - semantic desktop guys will not be able to use xesam in the way they can use nepomuk&lt;br /&gt;
* maybe we could at least make a wrapper library?&lt;br /&gt;
* JOS: making the proposal&lt;br /&gt;
* usually we store the name of author in a field on document&lt;br /&gt;
* in graph we would store it on separate object&lt;br /&gt;
* so, propose that we do it like this now and if engine supports the denormalized model, it will do the conversion from the object to the name&lt;br /&gt;
* and we extend the ontology the denormalized way&lt;br /&gt;
* sebastian: we have the proper ontology in nepomuk, we could just translate that to xesam&lt;br /&gt;
* qubasik: suggest that we make a small team to discuss this in real detail&lt;br /&gt;
* agreed: 1st item: FAIL - &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Search API (d-bus api)&lt;br /&gt;
* Notes taking by urho&lt;br /&gt;
* latest changes for sorting and some session properties&lt;br /&gt;
* we simply list all the problems that people have with it&lt;br /&gt;
* inner queries agreed to be handled separately&lt;br /&gt;
* jamie raising issue of ranged search&lt;br /&gt;
* philip: why don&#039;t we remove the session completely - it&#039;s completely unused&lt;br /&gt;
* jos: i&#039;ll explain the session - it&#039;s for live queries&lt;br /&gt;
* you can have multiple searches per session&lt;br /&gt;
* search thus should have a separate id so that that can be closed, there is no need for the session at all&lt;br /&gt;
* kubasic: &lt;br /&gt;
* rob: you need to know what searches are running&lt;br /&gt;
* mikkel: if we create the session at the time of the start&lt;br /&gt;
* martyn: we need to have a separate id for searches&lt;br /&gt;
* rob: we have a separate id for searches&lt;br /&gt;
* can&#039;t we add the properties to the query itself?&lt;br /&gt;
* go for large and infrequent messages&lt;br /&gt;
* kubasik: we should decide whether to use the properties on the xml or on the dbus&lt;br /&gt;
* mikkel: properties can go on the search object instead (written)&lt;br /&gt;
* philip: I agree with sebastian (sebastian) hit fields should be in the query&lt;br /&gt;
* philip: we can go instead for the session changes to be for the xesam 2.0 and not yet to the 1.0&lt;br /&gt;
* philip: if we change the query language, that&#039;ll break everything anyway&lt;br /&gt;
* rob: seems like you are using ids for the objects on the server side - perhaps they actually should be d-bus objects&lt;br /&gt;
* jos: so, current model is imperfect, but enough for 1.0&lt;br /&gt;
* jos: let&#039;s keep it like it is for now as it&#039;s works&lt;br /&gt;
* versioning discussion - should dbus have the version number in the dbus namespace?&lt;br /&gt;
* rob checks- yes you can&lt;br /&gt;
* kubasik: we need to have a bit of better way to decide which engine to use &lt;br /&gt;
* but we don&#039;t need to specify the way to do it&lt;br /&gt;
* philip: we should have announcement of capabilities to allow applications to choose the right engine with the right capabilities&lt;br /&gt;
* kubasik: distributions need to be taken into account here&lt;br /&gt;
* mikkel: we need to have the documentation about the capabilities and make the apis to discover&lt;br /&gt;
* mikkel: can be considered for 1.0 (at least guidelines)&lt;br /&gt;
* let&#039;s make a group to specify this&lt;br /&gt;
* jos: gethitdata will be capable of handling the ranges quite easily as it&#039;s capable&lt;br /&gt;
* urho: we have the case where hitsadded hit is on a sorted live query and on place on the visible resultset. without the id and uri of the hitadded, you will have to re-query your entire set&lt;br /&gt;
* kubasik: most of the time the issue is really that single item has been modified&lt;br /&gt;
* mikkel: so, we would emit: livehitsadded&lt;br /&gt;
* jos: live search never sends researchdone&lt;br /&gt;
* mikkel: yes it sends once the indexing is done&lt;br /&gt;
* mikkel: let&#039;s add livesearch added that would contain also the hit metadata&lt;br /&gt;
* jos: we need to minimize the changes needed&lt;br /&gt;
* everyone can live with even the paging&lt;br /&gt;
* jamie: so, no changes for 1.0 for hitsadded, but for 2.0 yes&lt;br /&gt;
* jos: idea for ranged search will mean that we supply the ids of the hits&lt;br /&gt;
* michael: d-bus api&lt;br /&gt;
* sometimes several search engines in parallel is an issue&lt;br /&gt;
* one engine refuses to start if d-bus api not available&lt;br /&gt;
* we should make search engines to que on d-bus&lt;br /&gt;
* no way to decide which engine is started&lt;br /&gt;
* mikkel: we have also xesam interface on tracker, so that can be used org.freedesktop.tracker.xesam?&lt;br /&gt;
* philip: we don&#039;t&lt;br /&gt;
* mikkel: perhpas that would be a recommendation&lt;br /&gt;
* urho: how about org.freedesktop.xesam.tracker and org.freedesktop.beagle&lt;br /&gt;
* mikkel: good idea&lt;br /&gt;
* michael raising issues about the specialist engines existing on the same system&lt;br /&gt;
* philip: wants to raise something&lt;br /&gt;
* this suggestion is unimplementable on sqlite as it is&lt;br /&gt;
* ottela: we get hits 1 - 1000 - we change the value of item 1 to be last on the list&lt;br /&gt;
* ottela: if one file changes - hitsmodified tells that one changed to 1000 and 2 changed to 1, 3 to 2,...&lt;br /&gt;
* jos: why don&#039;t we say the gethitsdata needs to be sequential&lt;br /&gt;
* philip: the issues with 1, 10000, 500 will mean the complexity of the corner cases will become very difficulta&lt;br /&gt;
* and this will make it quite complex to do properly on the server side&lt;br /&gt;
* &amp;lt;discussion that has been too hard to type on the report&amp;gt;&lt;br /&gt;
* urho: how about adding getrangedhits&lt;br /&gt;
* jos: if we don&#039;t remove the gethisdata that already exists&lt;br /&gt;
* agreed by everyone&lt;br /&gt;
* martyn: I&#039;d rather have a new hitsmoved rather than having the hitsremoved and hitsadded&lt;br /&gt;
* jos: currently the positionshould not be changing?&lt;br /&gt;
* kubasik explains beagle issues&lt;br /&gt;
* martyn: sounds nice, but the issue is that the new api would make it more clear for the client applications to use&lt;br /&gt;
* kubasik: it&#039;s going to be difficult to implement the live queries&lt;br /&gt;
* martyn: surely we should add the possibility to handle the things without the need to re-create the live query&lt;br /&gt;
* sebastian: how about another working group?&lt;br /&gt;
* mikkel agreed:&lt;br /&gt;
* so, group to discuss the live sorting and hits added / moved issue&lt;br /&gt;
* kubasik: we&#039;ll have the group and I can tell how beagle is doing this&lt;br /&gt;
* mikkel: one for this and another group for the accessibility&lt;br /&gt;
* sebastian proposes to use floating points for the ordering&lt;br /&gt;
* ben raises the issue that how hard will it be possible to sort by the strings, the text&lt;br /&gt;
* Mikkel: live query sorting who is the group? &lt;br /&gt;
* Jos: I don&#039;t think live queries will be efficiently possible on the server side&lt;br /&gt;
* group: half and hour - jos, martyn, kubasik, mikael, mikkel (?)&lt;br /&gt;
* LUNCH&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ontology discussion:&lt;br /&gt;
Link by id - mikkel presenting on postits&lt;br /&gt;
* evgenys idea originally as a middle way between semantic graph and the current xesam &lt;br /&gt;
* problem is mainly linking relate objects (like linkin document and author) or document contained in an email&lt;br /&gt;
* referring e.g. two documents together with isbn&lt;br /&gt;
* there are multiple ids (not just uris)&lt;br /&gt;
* they will need to be &#039;sufficiently unique&#039;&lt;br /&gt;
* Solving the problem&lt;br /&gt;
* xesam id field (any child of it must have a value that is unique over all xesam ids)&lt;br /&gt;
* all of the links must always be to ids&lt;br /&gt;
* we make a new special kind of field that is child of xesam:related or could be a special data type&lt;br /&gt;
* should always hold xesam id&lt;br /&gt;
* with this we can find all objects that point to X (or any that X points to)&lt;br /&gt;
* so, e.g. pdf file reference isbn - query xesam id field with that isbn&lt;br /&gt;
* &lt;br /&gt;
* sebastian: subqueries should be enough to allow good usage of this on the search api&lt;br /&gt;
* urho: agreed&lt;br /&gt;
* Everybody agrees to investigate the idea&lt;br /&gt;
* mikkel: suggest using a new field in xesam api id-field &lt;br /&gt;
* kubasik: we would need to do nested queries most probably and not probably an optimized index for this&lt;br /&gt;
* sebastian: normally you would say give me all emails htat have sender of contact object that has name like this&lt;br /&gt;
* now you could do it sender as a range, of person object, it would check all xesam id values in the relation&lt;br /&gt;
* mikkel: it shoud be very easy to do these queries&lt;br /&gt;
* and it should be very easy to show the values of these fields&lt;br /&gt;
* jos: we should do so that we do two fields: radable valua and pointer/relation property. Also, the more strong engines could say that the value is just an alias of the actual objects relations property&lt;br /&gt;
* sebastian: why not use the uri for data representation plugins that would then be able to create the visible widgets of the data items&lt;br /&gt;
* sebastian: i see that there are some issues with people wanting to not to do two queries&lt;br /&gt;
* evgeny: you would need inference for it and it&#039;s easier so that we make it so that xesam:strings: would contain the string representation of the url / link values. &lt;br /&gt;
* so, this way, we only use the string representation for only full text search. &lt;br /&gt;
* evgeny: I feel that we have a bit of problem on the specification of what should be in the FTI&lt;br /&gt;
* Anders: we need to also be able to show how/why the relation was created and to be able to do that for all the related content&lt;br /&gt;
* evgeny: we cannot have the stuff linking to everything on the database&lt;br /&gt;
* sebastian: we don&#039;t need to present on how a relation was found and it&#039;s a GUI thing&lt;br /&gt;
* jamie: two fields would be more clean&lt;br /&gt;
* jamie draws example below evgenys example&lt;br /&gt;
* jos agrees on the two field model&lt;br /&gt;
* evgeny isn&#039;t completely convinced&lt;br /&gt;
* the point is that the UI will likely match the actual contact&lt;br /&gt;
* jamie: this way the application would have the choice&lt;br /&gt;
* jamie: if we have just a name on the author text, then we don&#039;t want to try to create the dummy object&lt;br /&gt;
* evgeny: compromise solution in my opinion is that if we have to use have use the subqueries&lt;br /&gt;
* discussion on that we want a value of properties on a single query on xesam&lt;br /&gt;
* jamie: we could always deprecate the fields&lt;br /&gt;
* jos: i liked the suggestion of author text and author link and group the fields on a string text&lt;br /&gt;
* sebastian: why not make all dummy objects to have the same data layout&lt;br /&gt;
* at least the data is syntatically correct if we use dummy objects&lt;br /&gt;
* jamie: it&#039;s not worth it if we don&#039;t have the semantic info&lt;br /&gt;
* sebastian: this way we handle the data in same way for the &#039;proper&#039; objects as well as the dummy ones&lt;br /&gt;
* &amp;lt;lots of discussion&amp;gt;&lt;br /&gt;
* Conclusion:&lt;br /&gt;
* We make some older strings as URIs instead of the previous string values&lt;br /&gt;
* All new URI properties also have a .label that allows to get the textual representation of the property, which in essence is the old xesam ontology value of the property. The ideal is that this is a pointer to a specific property of the linked object&lt;br /&gt;
* We will draft nested queries and they will most probably go to 1.1&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>84.22.107.1</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Desktop_Search_Hackfest/Day_one_notes&amp;diff=5853</id>
		<title>Desktop Search Hackfest/Day one notes</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Desktop_Search_Hackfest/Day_one_notes&amp;diff=5853"/>
		<updated>2008-09-21T12:47:53Z</updated>

		<summary type="html">&lt;p&gt;84.22.107.1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;lightning talks&lt;br /&gt;
&lt;br /&gt;
beagle&lt;br /&gt;
* gmail&lt;br /&gt;
* compatibility between extractors and similar components should be discussed about&lt;br /&gt;
* avahi, web services provided by the daemon itself&lt;br /&gt;
* online results shown in firefox&lt;br /&gt;
* external devices/sources working&lt;br /&gt;
* feature wise beagle feels they have reached a complete state&lt;br /&gt;
* more interested in dashboard now&lt;br /&gt;
* a masters student working on dashboard at the moment&lt;br /&gt;
* million command line tools to proof the concept&lt;br /&gt;
* how to tie documents and objects together (asociations) without consumin lots of processing power all the time for the creation of the associations&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Strigi&lt;br /&gt;
&lt;br /&gt;
* ported to mac and windows&lt;br /&gt;
* Basic requirement of kde4&lt;br /&gt;
* modularized into 4 c++ libraries&lt;br /&gt;
* libstreams&lt;br /&gt;
* efficient access to files as streams&lt;br /&gt;
* reading nested streams without overhead: no copying of intermediate data&lt;br /&gt;
* tar, bz2, zip, rpm, deb pdf, ole2, mail, .a&lt;br /&gt;
* jstream://&lt;br /&gt;
* Efficient for actually getting inner contents of objects without the need to create intermediate copy of the objects&lt;br /&gt;
* libstreamanalyzer&lt;br /&gt;
* api for accessing metadata from streams&lt;br /&gt;
* uses libstreams&lt;br /&gt;
* uses 5 plugins for analyzers, each optimized for speed of specific data type&lt;br /&gt;
* most analyzers can be used in parallel&lt;br /&gt;
* all analyzers always run, with little overhead&lt;br /&gt;
* index object is getting the data from each content item&lt;br /&gt;
* analyzers also run on the embedded filescontent&lt;br /&gt;
* plugins for the indexes, so in theory different indexes can be used&lt;br /&gt;
* most important clucene and soprano&lt;br /&gt;
* clucene very fast&lt;br /&gt;
* soprano used for nepomuk for semantic storage&lt;br /&gt;
* could use tracker as the index as well&lt;br /&gt;
* libseachclient&lt;br /&gt;
* socket access to strigidaemon&lt;br /&gt;
* libstrigihtmlgui&lt;br /&gt;
* libstrigiqtdbusclient&lt;br /&gt;
* strigidaemon&lt;br /&gt;
* c++&lt;br /&gt;
* relativelhy little code in the daemon&lt;br /&gt;
* abstract interface for communications&lt;br /&gt;
* thread pool&lt;br /&gt;
* initial xesam support, partially shared with pinot&lt;br /&gt;
* POWER OF STRIGI IN IN LIBRARIES THAT CAN BE SHARED&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Xesam&lt;br /&gt;
* sd&lt;br /&gt;
* Using mirror &lt;br /&gt;
* beginnint - dashbar used in beginning&lt;br /&gt;
* seemed poor to make compatibility layer for all engines (strigi, beagle, ...)&lt;br /&gt;
* unite existing apis&lt;br /&gt;
* hide implementation details of backends&lt;br /&gt;
* allow simpler indexes such as grepp&lt;br /&gt;
* support for web services such as google&lt;br /&gt;
* keeping it simple was the leading thought&lt;br /&gt;
* does not support everything, but instead mostly desktop and mobile devices&lt;br /&gt;
* keep low barrier of entry&lt;br /&gt;
* preoactive openess&lt;br /&gt;
* community effort&lt;br /&gt;
* history&lt;br /&gt;
* 2 apis&lt;br /&gt;
* simple query and &#039;live&#039;&lt;br /&gt;
* simple api was too simple - so, live was the way to go&lt;br /&gt;
* xesam&lt;br /&gt;
* dbus search api&lt;br /&gt;
* ontology&lt;br /&gt;
* xml query language&lt;br /&gt;
* user search language&lt;br /&gt;
* full draft online - devil in the details&lt;br /&gt;
* summarizing critic:&lt;br /&gt;
* too complex onto&lt;br /&gt;
* feature creeping (it&#039;s etting too complex)&lt;br /&gt;
* not extensible enough&lt;br /&gt;
* vulnerability to extend and embrace tactics&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
tracker&lt;br /&gt;
* last half year&lt;br /&gt;
* work has revolved around splitting daemon and indexer into separate entities&lt;br /&gt;
* extractor process spwns and pipes data to the indexer&lt;br /&gt;
* filters handle the files&lt;br /&gt;
* weighting data items as &#039;hot&#039; based on the headingness or boldness&lt;br /&gt;
* daemon has proper introspection&lt;br /&gt;
* dbus api has had only a little changes&lt;br /&gt;
* planning to change that quite a lot to support xesam &lt;br /&gt;
* throttling - pausing indexing with monitoring events, nice, dynamic blacklisting of files, (blacklisting of dirs?)&lt;br /&gt;
* q: wrapper of streamanalyzer?&lt;br /&gt;
* kde4 metadata extraction using streamanalyzers - all metadata provided with those&lt;br /&gt;
* suggestion for traker to consider streamanalyzers&lt;br /&gt;
* Suggestion from kubasic, jos, jamie: use a common extraction pipeing model&lt;br /&gt;
* jos: suggestion to not to use dbus between the extractor and daemon process&lt;br /&gt;
* daemon only there to service the data&lt;br /&gt;
* indexer there to handle the writing of the actual data&lt;br /&gt;
* suggestion to keep this in tips and tricks session&lt;br /&gt;
* last issue before merge  - fix jamies tst on his laptop&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
ontologies:&lt;br /&gt;
* evgeny giving introduction&lt;br /&gt;
* basic design decisions&lt;br /&gt;
* why rdf triples&lt;br /&gt;
* inheritance needed&lt;br /&gt;
* gives example of hierarchy (xesam:contributor in core, client extension this as xesam:majorContributor and xesam:minorContributor)&lt;br /&gt;
* this makes applications that do not know of the cleint extensions to be able to interoperate with the data&lt;br /&gt;
* How many features we want to implement. 95% (but not more?)&lt;br /&gt;
* idea to drop corner cases&lt;br /&gt;
* not only what features we implement but also to implement those well, this will lead to change in user habits (example file navigation used to cover 95% of file location needs . after indexers, this can be dimished to 60-70% - but only if indexers work well, are reliable and easy to use)&lt;br /&gt;
* thus, we need simple enough fw that is powerful enough, but easy enough to implement and start to use&lt;br /&gt;
* content and source split&lt;br /&gt;
* source is that the file is and how is it stored&lt;br /&gt;
* content deals with documents, messages and such&lt;br /&gt;
* for the content tree, it does not matter how it is stored&lt;br /&gt;
* source is the place for acl &lt;br /&gt;
* document has the created date - it is the actual created date of the document&lt;br /&gt;
* source created date is the filesystem level creation date&lt;br /&gt;
* also modified on source could be when e.g. acl was changed, on document tree, changed means when someone actually edited the document&lt;br /&gt;
* evgeny gives example of a scientific paper&lt;br /&gt;
* xesam:author links the item to xesam:contact&lt;br /&gt;
* the xesam:contact - country could be e.g. UK&lt;br /&gt;
* now, if we want to find list documents of people from uk&lt;br /&gt;
* the multiple query solution for this use case can be very slow to implement if the contects contain tens of thousands of people&lt;br /&gt;
* so, the dbus traffic is unnecessarily large&lt;br /&gt;
* and there are many other use cases of this type of relationships that will be too difficult to implement with the current xesam model efficiently&lt;br /&gt;
* photo annotations&lt;br /&gt;
* defining region of a photo and who is there&lt;br /&gt;
* thus, the annotation is complex&lt;br /&gt;
* example - photos of old people&lt;br /&gt;
* move toward semantic representation of data. FOF example of the photo annotations&lt;br /&gt;
* semantic web activities going on in this area at the moment&lt;br /&gt;
* another example: papers referring it to other papers via identifiers without directly pointing to a file&lt;br /&gt;
* point being that the client will have to be doing the work that really makes sense to be done on the backend side&lt;br /&gt;
* suggestion: use xesam (tm) if it correctly implements the core set of the functionality&lt;br /&gt;
* we will need to be future proof and not stagnate and have people making hacks and workarounds&lt;br /&gt;
* philip van hoof: standard will be successful only if the client developers take it to use &lt;br /&gt;
* martyn: it&#039;s an iterative process&lt;br /&gt;
* client developers are our users&lt;br /&gt;
* using xesam needs to be easy and it needs to be able to provide easily the needed information&lt;br /&gt;
* evgeny: how do we solve this conflict of interest: we need to define xesam in flexible enough way&lt;br /&gt;
* evgeny: it is not simple enough for the users as it is &lt;br /&gt;
* mikkel: two camps: semantic camp and field based camp, my opinion is more on the field based camp - thus, I don&#039;t see the needs of this type very relevant for our needs&lt;br /&gt;
* kubasic: I agree that mutidimensional graphs not so interesting - maybe we could provide a convenience library to do this kind of depth relationships. So, perhaps xesam could just provide the field based stuff and let the wrappers worry about the more extended multidimensional use cases&lt;br /&gt;
* evgeny: my opinion would be to make it possible for the backend to be able to do this and provide the wrapper for the simple backends to do the field too graph use cases. &lt;br /&gt;
* maybe we could roadmap that only some parts would be available of the query language and ontology so that  &lt;br /&gt;
* kubasic: if we do paged browsing the deeper relationships will be completely awful to be implement efficiently - so most often the deeper levels should not be so needed to be done&lt;br /&gt;
* evgeny: this need will either be implemented by the cleint or the server. use cases are there&lt;br /&gt;
* jos: can you provide a list of items to change&lt;br /&gt;
* evgeny: we need to decide whether we want to support these structures or not&lt;br /&gt;
* evgeny: can provide list of drawbacks&lt;br /&gt;
* current situation undecided what is the type of the e.g. author (reference as url or string of the author) - needs to be decided&lt;br /&gt;
* nepomuk guy:  &amp;lt;missed&amp;gt;&lt;br /&gt;
* jos: my suggestion - if I have author email address  - then we go to the next version, where we have contacts - I will store the contact url t database&lt;br /&gt;
* urho: suggesting inner queries to the query api&lt;br /&gt;
* evgeny: let me give more examples&lt;br /&gt;
* sparql - and current query language&lt;br /&gt;
* &lt;br /&gt;
* we can replace the current query language later on&lt;br /&gt;
* jamie: the mapping really doesn&#039;t exist on the actual contents, so the documents usually don&#039;t map the actual authors, but instead they just contain the freetext of the authors&lt;br /&gt;
* so, as long as the applications do not contain the possibilities, the graphs won&#039;t happen&lt;br /&gt;
* evgeny: we need to make it possible for the applications to do this, otherwise the applications wil lnever support it&lt;br /&gt;
* nepomuk guy: shouldn&#039;t we make the inner queries optional as well as the graph queries&lt;br /&gt;
* intermediate solution - flat view would map queries to text and on the graph capable implementations to the object url instead&lt;br /&gt;
* possiblity to create dummy items for each url and containing the string in that object&lt;br /&gt;
* qubasic: this will be needing lot of more support from the backend will be needed and it will be much more complicated to do - would be more future compatible to be on the xesam&lt;br /&gt;
* nepomuk guy: internal stuff could create the internal representations in hackish way and just expose the data in graph way&lt;br /&gt;
* evgeny: proposing a far reaching goal to make it easy for users in mid term future to transition to this - maybe roadmat for applications to be able to produce more complex queries&lt;br /&gt;
* Urho: so, do you propose SPARQL?&lt;br /&gt;
* evgeny: nope - we should be able to extend current XML&lt;br /&gt;
* nepomuk guy: we could create related to inner queries&lt;br /&gt;
* mikkel: why not jus tallow the results of one query to be source for the next one&lt;br /&gt;
* urho: so inner queries - yeah&lt;br /&gt;
* evgeny: makes an example of the paper question in sparql&lt;br /&gt;
* evgeny: we are not looking for using sparql, just similar functionality&lt;br /&gt;
* evgeny: mapping sparql to sql can be done&lt;br /&gt;
* jos: I propose that we won&#039;t implement this to 1.0&lt;br /&gt;
* just make the ontology as future proof&lt;br /&gt;
* make a temporary solution and future path&lt;br /&gt;
* evgeny: list of use cases&lt;br /&gt;
* we have no way to query - semantic desktop guys will not be able to use xesam in the way they can use nepomuk&lt;br /&gt;
* maybe we could at least make a wrapper library?&lt;br /&gt;
* JOS: making the proposal&lt;br /&gt;
* usually we store the name of author in a field on document&lt;br /&gt;
* in graph we would store it on separate object&lt;br /&gt;
* so, propose that we do it like this now and if engine supports the denormalized model, it will do the conversion from the object to the name&lt;br /&gt;
* and we extend the ontology the denormalized way&lt;br /&gt;
* nepomuk guy: we have the proper ontology in nepomuk, we could just translate that to xesam&lt;br /&gt;
* qubasik: suggest that we make a small team to discuss this in real detail&lt;br /&gt;
* agreed: 1st item: FAIL - &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Search API (d-bus api)&lt;br /&gt;
* Notes taking by urho&lt;br /&gt;
* latest changes for sorting and some session properties&lt;br /&gt;
* we simply list all the problems that people have with it&lt;br /&gt;
* inner queries agreed to be handled separately&lt;br /&gt;
* jamie raising issue of ranged search&lt;br /&gt;
* philip: why don&#039;t we remove the session completely - it&#039;s completely unused&lt;br /&gt;
* jos: i&#039;ll explain the session - it&#039;s for live queries&lt;br /&gt;
* you can have multiple searches per session&lt;br /&gt;
* search thus should have a separate id so that that can be closed, there is no need for the session at all&lt;br /&gt;
* kubasic: &lt;br /&gt;
* rob: you need to know what searches are running&lt;br /&gt;
* mikkel: if we create the session at the time of the start&lt;br /&gt;
* martyn: we need to have a separate id for searches&lt;br /&gt;
* rob: we have a separate id for searches&lt;br /&gt;
* can&#039;t we add the properties to the query itself?&lt;br /&gt;
* go for large and infrequent messages&lt;br /&gt;
* kubasik: we should decide whether to use the properties on the xml or on the dbus&lt;br /&gt;
* mikkel: properties can go on the search object instead (written)&lt;br /&gt;
* philip: I agree with sebastian (nepomuk guy) hit fields should be in the query&lt;br /&gt;
* philip: we can go instead for the session changes to be for the xesam 2.0 and not yet to the 1.0&lt;br /&gt;
* philip: if we change the query language, that&#039;ll break everything anyway&lt;br /&gt;
* rob: seems like you are using ids for the objects on the server side - perhaps they actually should be d-bus objects&lt;br /&gt;
* jos: so, current model is imperfect, but enough for 1.0&lt;br /&gt;
* jos: let&#039;s keep it like it is for now as it&#039;s works&lt;br /&gt;
* versioning discussion - should dbus have the version number in the dbus namespace?&lt;br /&gt;
* rob checks- yes you can&lt;br /&gt;
* kubasik: we need to have a bit of better way to decide which engine to use &lt;br /&gt;
* but we don&#039;t need to specify the way to do it&lt;br /&gt;
* philip: we should have announcement of capabilities to allow applications to choose the right engine with the right capabilities&lt;br /&gt;
* kubasik: distributions need to be taken into account here&lt;br /&gt;
* mikkel: we need to have the documentation about the capabilities and make the apis to discover&lt;br /&gt;
* mikkel: can be considered for 1.0 (at least guidelines)&lt;br /&gt;
* let&#039;s make a group to specify this&lt;br /&gt;
* jos: gethitdata will be capable of handling the ranges quite easily as it&#039;s capable&lt;br /&gt;
* urho: we have the case where hitsadded hit is on a sorted live query and on place on the visible resultset. without the id and uri of the hitadded, you will have to re-query your entire set&lt;br /&gt;
* kubasik: most of the time the issue is really that single item has been modified&lt;br /&gt;
* mikkel: so, we would emit: livehitsadded&lt;br /&gt;
* jos: live search never sends researchdone&lt;br /&gt;
* mikkel: yes it sends once the indexing is done&lt;br /&gt;
* mikkel: let&#039;s add livesearch added that would contain also the hit metadata&lt;br /&gt;
* jos: we need to minimize the changes needed&lt;br /&gt;
* everyone can live with even the paging&lt;br /&gt;
* jamie: so, no changes for 1.0 for hitsadded, but for 2.0 yes&lt;br /&gt;
* jos: idea for ranged search will mean that we supply the ids of the hits&lt;br /&gt;
* michael: d-bus api&lt;br /&gt;
* sometimes several search engines in parallel is an issue&lt;br /&gt;
* one engine refuses to start if d-bus api not available&lt;br /&gt;
* we should make search engines to que on d-bus&lt;br /&gt;
* no way to decide which engine is started&lt;br /&gt;
* mikkel: we have also xesam interface on tracker, so that can be used org.freedesktop.tracker.xesam?&lt;br /&gt;
* philip: we don&#039;t&lt;br /&gt;
* mikkel: perhpas that would be a recommendation&lt;br /&gt;
* urho: how about org.freedesktop.xesam.tracker and org.freedesktop.beagle&lt;br /&gt;
* mikkel: good idea&lt;br /&gt;
* michael raising issues about the specialist engines existing on the same system&lt;br /&gt;
* philip: wants to raise something&lt;br /&gt;
* this suggestion is unimplementable on sqlite as it is&lt;br /&gt;
* ottela: we get hits 1 - 1000 - we change the value of item 1 to be last on the list&lt;br /&gt;
* ottela: if one file changes - hitsmodified tells that one changed to 1000 and 2 changed to 1, 3 to 2,...&lt;br /&gt;
* jos: why don&#039;t we say the gethitsdata needs to be sequential&lt;br /&gt;
* philip: the issues with 1, 10000, 500 will mean the complexity of the corner cases will become very difficulta&lt;br /&gt;
* and this will make it quite complex to do properly on the server side&lt;br /&gt;
* &amp;lt;discussion that has been too hard to type on the report&amp;gt;&lt;br /&gt;
* urho: how about adding getrangedhits&lt;br /&gt;
* jos: if we don&#039;t remove the gethisdata that already exists&lt;br /&gt;
* agreed by everyone&lt;br /&gt;
* martyn: I&#039;d rather have a new hitsmoved rather than having the hitsremoved and hitsadded&lt;br /&gt;
* jos: currently the positionshould not be changing?&lt;br /&gt;
* kubasik explains beagle issues&lt;br /&gt;
* martyn: sounds nice, but the issue is that the new api would make it more clear for the client applications to use&lt;br /&gt;
* kubasik: it&#039;s going to be difficult to implement the live queries&lt;br /&gt;
* martyn: surely we should add the possibility to handle the things without the need to re-create the live query&lt;br /&gt;
* sebastian: how about another working group?&lt;br /&gt;
* mikkel agreed:&lt;br /&gt;
* so, group to discuss the live sorting and hits added / moved issue&lt;br /&gt;
* kubasik: we&#039;ll have the group and I can tell how beagle is doing this&lt;br /&gt;
* mikkel: one for this and another group for the accessibility&lt;br /&gt;
* sebastian proposes to use floating points for the ordering&lt;br /&gt;
* ben raises the issue that how hard will it be possible to sort by the strings, the text&lt;br /&gt;
* Mikkel: live query sorting who is the group? &lt;br /&gt;
* Jos: I don&#039;t think live queries will be efficiently possible on the server side&lt;br /&gt;
* group: half and hour - jos, martyn, kubasik, mikael, mikkel (?)&lt;br /&gt;
* LUNCH&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ontology discussion:&lt;br /&gt;
Link by id - mikkel presenting on postits&lt;br /&gt;
* evgenys idea originally as a middle way between semantic graph and the current xesam &lt;br /&gt;
* problem is mainly linking relate objects (like linkin document and author) or document contained in an email&lt;br /&gt;
* referring e.g. two documents together with isbn&lt;br /&gt;
* there are multiple ids (not just uris)&lt;br /&gt;
* they will need to be &#039;sufficiently unique&#039;&lt;br /&gt;
* Solving the problem&lt;br /&gt;
* xesam id field (any child of it must have a value that is unique over all xesam ids)&lt;br /&gt;
* all of the links must always be to ids&lt;br /&gt;
* we make a new special kind of field that is child of xesam:related or could be a special data type&lt;br /&gt;
* should always hold xesam id&lt;br /&gt;
* with this we can find all objects that point to X (or any that X points to)&lt;br /&gt;
* so, e.g. pdf file reference isbn - query xesam id field with that isbn&lt;br /&gt;
* &lt;br /&gt;
* sebastian: subqueries should be enough to allow good usage of this on the search api&lt;br /&gt;
* urho: agreed&lt;br /&gt;
* Everybody agrees to investigate the idea&lt;br /&gt;
* mikkel: suggest using a new field in xesam api id-field &lt;br /&gt;
* kubasik: we would need to do nested queries most probably and not probably an optimized index for this&lt;br /&gt;
* sebastian: normally you would say give me all emails htat have sender of contact object that has name like this&lt;br /&gt;
* now you could do it sender as a range, of person object, it would check all xesam id values in the relation&lt;br /&gt;
* mikkel: it shoud be very easy to do these queries&lt;br /&gt;
* and it should be very easy to show the values of these fields&lt;br /&gt;
* jos: we should do so that we do two fields: radable valua and pointer/relation property. Also, the more strong engines could say that the value is just an alias of the actual objects relations property&lt;br /&gt;
* sebastian: why not use the uri for data representation plugins that would then be able to create the visible widgets of the data items&lt;br /&gt;
* sebastian: i see that there are some issues with people wanting to not to do two queries&lt;br /&gt;
* evgeny: you would need inference for it and it&#039;s easier so that we make it so that xesam:strings: would contain the string representation of the url / link values. &lt;br /&gt;
* so, this way, we only use the string representation for only full text search. &lt;br /&gt;
* evgeny: I feel that we have a bit of problem on the specification of what should be in the FTI&lt;br /&gt;
* Anders: we need to also be able to show how/why the relation was created and to be able to do that for all the related content&lt;br /&gt;
* evgeny: we cannot have the stuff linking to everything on the database&lt;br /&gt;
* sebastian: we don&#039;t need to present on how a relation was found and it&#039;s a GUI thing&lt;br /&gt;
* jamie: two fields would be more clean&lt;br /&gt;
* jamie draws example below evgenys example&lt;br /&gt;
* jos agrees on the two field model&lt;br /&gt;
* evgeny isn&#039;t completely convinced&lt;br /&gt;
* the point is that the UI will likely match the actual contact&lt;br /&gt;
* jamie: this way the application would have the choice&lt;br /&gt;
* jamie: if we have just a name on the author text, then we don&#039;t want to try to create the dummy object&lt;br /&gt;
* evgeny: compromise solution in my opinion is that if we have to use have use the subqueries&lt;br /&gt;
* discussion on that we want a value of properties on a single query on xesam&lt;br /&gt;
* jamie: we could always deprecate the fields&lt;br /&gt;
* jos: i liked the suggestion of author text and author link and group the fields on a string text&lt;br /&gt;
* sebastian: why not make all dummy objects to have the same data layout&lt;br /&gt;
* at least the data is syntatically correct if we use dummy objects&lt;br /&gt;
* jamie: it&#039;s not worth it if we don&#039;t have the semantic info&lt;br /&gt;
* sebastian: this way we handle the data in same way for the &#039;proper&#039; objects as well as the dummy ones&lt;br /&gt;
* &amp;lt;lots of discussion&amp;gt;&lt;br /&gt;
* Conclusion:&lt;br /&gt;
* We make some older strings as URIs instead of the previous string values&lt;br /&gt;
* All new URI properties also have a .label that allows to get the textual representation of the property, which in essence is the old xesam ontology value of the property. The ideal is that this is a pointer to a specific property of the linked object&lt;br /&gt;
* We will draft nested queries and they will most probably go to 1.1&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>84.22.107.1</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Desktop_Search_Hackfest/Day_one_notes&amp;diff=5854</id>
		<title>Desktop Search Hackfest/Day one notes</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Desktop_Search_Hackfest/Day_one_notes&amp;diff=5854"/>
		<updated>2008-09-21T12:47:19Z</updated>

		<summary type="html">&lt;p&gt;84.22.107.1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;lightning talks&lt;br /&gt;
&lt;br /&gt;
beagle&lt;br /&gt;
* gmail&lt;br /&gt;
* compatibility between extractors and similar components should be discussed about&lt;br /&gt;
* avahi, web services provided by the daemon itself&lt;br /&gt;
* online results shown in firefox&lt;br /&gt;
* external devices/sources working&lt;br /&gt;
* feature wise beagle feels they have reached a complete state&lt;br /&gt;
* more interested in dashboard now&lt;br /&gt;
* a masters student working on dashboard at the moment&lt;br /&gt;
* million command line tools to proof the concept&lt;br /&gt;
* how to tie documents and objects together (asociations) without consumin lots of processing power all the time for the creation of the associations&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Strigi&lt;br /&gt;
&lt;br /&gt;
* ported to mac and windows&lt;br /&gt;
* Basic requirement of kde4&lt;br /&gt;
* modularized into 4 c++ libraries&lt;br /&gt;
* libstreams&lt;br /&gt;
* efficient access to files as streams&lt;br /&gt;
* reading nested streams without overhead: no copying of intermediate data&lt;br /&gt;
* tar, bz2, zip, rpm, deb pdf, ole2, mail, .a&lt;br /&gt;
* jstream://&lt;br /&gt;
‣ Efficient for actually getting inner contents of objects without the need to create intermediate copy of the objects&lt;br /&gt;
* libstreamanalyzer&lt;br /&gt;
* api for accessing metadata from streams&lt;br /&gt;
* uses libstreams&lt;br /&gt;
* uses 5 plugins for analyzers, each optimized for speed of specific data type&lt;br /&gt;
* most analyzers can be used in parallel&lt;br /&gt;
* all analyzers always run, with little overhead&lt;br /&gt;
* index object is getting the data from each content item&lt;br /&gt;
* analyzers also run on the embedded filescontent&lt;br /&gt;
* plugins for the indexes, so in theory different indexes can be used&lt;br /&gt;
‣ most important clucene and soprano&lt;br /&gt;
* clucene very fast&lt;br /&gt;
* soprano used for nepomuk for semantic storage&lt;br /&gt;
‣ could use tracker as the index as well&lt;br /&gt;
* libseachclient&lt;br /&gt;
* socket access to strigidaemon&lt;br /&gt;
* libstrigihtmlgui&lt;br /&gt;
* libstrigiqtdbusclient&lt;br /&gt;
* strigidaemon&lt;br /&gt;
* c++&lt;br /&gt;
* relativelhy little code in the daemon&lt;br /&gt;
* abstract interface for communications&lt;br /&gt;
* thread pool&lt;br /&gt;
* initial xesam support, partially shared with pinot&lt;br /&gt;
* POWER OF STRIGI IN IN LIBRARIES THAT CAN BE SHARED&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Xesam&lt;br /&gt;
* sd&lt;br /&gt;
* Using mirror &lt;br /&gt;
* beginnint - dashbar used in beginning&lt;br /&gt;
* seemed poor to make compatibility layer for all engines (strigi, beagle, ...)&lt;br /&gt;
* unite existing apis&lt;br /&gt;
* hide implementation details of backends&lt;br /&gt;
* allow simpler indexes such as grepp&lt;br /&gt;
* support for web services such as google&lt;br /&gt;
* keeping it simple was the leading thought&lt;br /&gt;
* does not support everything, but instead mostly desktop and mobile devices&lt;br /&gt;
* keep low barrier of entry&lt;br /&gt;
* preoactive openess&lt;br /&gt;
* community effort&lt;br /&gt;
* history&lt;br /&gt;
* 2 apis&lt;br /&gt;
* simple query and &#039;live&#039;&lt;br /&gt;
* simple api was too simple - so, live was the way to go&lt;br /&gt;
* xesam&lt;br /&gt;
‣ dbus search api&lt;br /&gt;
‣ ontology&lt;br /&gt;
‣ xml query language&lt;br /&gt;
‣ user search language&lt;br /&gt;
* full draft online - devil in the details&lt;br /&gt;
* summarizing critic:&lt;br /&gt;
‣ too complex onto&lt;br /&gt;
‣ feature creeping (it&#039;s etting too complex)&lt;br /&gt;
‣ not extensible enough&lt;br /&gt;
‣ vulnerability to extend and embrace tactics&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
tracker&lt;br /&gt;
* last half year&lt;br /&gt;
* work has revolved around splitting daemon and indexer into separate entities&lt;br /&gt;
* extractor process spwns and pipes data to the indexer&lt;br /&gt;
* filters handle the files&lt;br /&gt;
* weighting data items as &#039;hot&#039; based on the headingness or boldness&lt;br /&gt;
* daemon has proper introspection&lt;br /&gt;
* dbus api has had only a little changes&lt;br /&gt;
* planning to change that quite a lot to support xesam &lt;br /&gt;
* throttling - pausing indexing with monitoring events, nice, dynamic blacklisting of files, (blacklisting of dirs?)&lt;br /&gt;
* q: wrapper of streamanalyzer?&lt;br /&gt;
* kde4 metadata extraction using streamanalyzers - all metadata provided with those&lt;br /&gt;
* suggestion for traker to consider streamanalyzers&lt;br /&gt;
* Suggestion from kubasic, jos, jamie: use a common extraction pipeing model&lt;br /&gt;
* jos: suggestion to not to use dbus between the extractor and daemon process&lt;br /&gt;
* daemon only there to service the data&lt;br /&gt;
* indexer there to handle the writing of the actual data&lt;br /&gt;
* suggestion to keep this in tips and tricks session&lt;br /&gt;
* last issue before merge  - fix jamies tst on his laptop&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
ontologies:&lt;br /&gt;
* evgeny giving introduction&lt;br /&gt;
* basic design decisions&lt;br /&gt;
* why rdf triples&lt;br /&gt;
* inheritance needed&lt;br /&gt;
* gives example of hierarchy (xesam:contributor in core, client extension this as xesam:majorContributor and xesam:minorContributor)&lt;br /&gt;
* this makes applications that do not know of the cleint extensions to be able to interoperate with the data&lt;br /&gt;
* How many features we want to implement. 95% (but not more?)&lt;br /&gt;
* idea to drop corner cases&lt;br /&gt;
* not only what features we implement but also to implement those well, this will lead to change in user habits (example file navigation used to cover 95% of file location needs . after indexers, this can be dimished to 60-70% - but only if indexers work well, are reliable and easy to use)&lt;br /&gt;
* thus, we need simple enough fw that is powerful enough, but easy enough to implement and start to use&lt;br /&gt;
* content and source split&lt;br /&gt;
* source is that the file is and how is it stored&lt;br /&gt;
* content deals with documents, messages and such&lt;br /&gt;
* for the content tree, it does not matter how it is stored&lt;br /&gt;
* source is the place for acl &lt;br /&gt;
* document has the created date - it is the actual created date of the document&lt;br /&gt;
* source created date is the filesystem level creation date&lt;br /&gt;
* also modified on source could be when e.g. acl was changed, on document tree, changed means when someone actually edited the document&lt;br /&gt;
* evgeny gives example of a scientific paper&lt;br /&gt;
* xesam:author links the item to xesam:contact&lt;br /&gt;
* the xesam:contact - country could be e.g. UK&lt;br /&gt;
* now, if we want to find list documents of people from uk&lt;br /&gt;
* the multiple query solution for this use case can be very slow to implement if the contects contain tens of thousands of people&lt;br /&gt;
* so, the dbus traffic is unnecessarily large&lt;br /&gt;
* and there are many other use cases of this type of relationships that will be too difficult to implement with the current xesam model efficiently&lt;br /&gt;
* photo annotations&lt;br /&gt;
‣ defining region of a photo and who is there&lt;br /&gt;
‣ thus, the annotation is complex&lt;br /&gt;
‣ example - photos of old people&lt;br /&gt;
‣ move toward semantic representation of data. FOF example of the photo annotations&lt;br /&gt;
‣ semantic web activities going on in this area at the moment&lt;br /&gt;
‣ another example: papers referring it to other papers via identifiers without directly pointing to a file&lt;br /&gt;
‣ point being that the client will have to be doing the work that really makes sense to be done on the backend side&lt;br /&gt;
‣ suggestion: use xesam (tm) if it correctly implements the core set of the functionality&lt;br /&gt;
‣ we will need to be future proof and not stagnate and have people making hacks and workarounds&lt;br /&gt;
‣ philip van hoof: standard will be successful only if the client developers take it to use &lt;br /&gt;
‣ martyn: it&#039;s an iterative process&lt;br /&gt;
‣ client developers are our users&lt;br /&gt;
‣ using xesam needs to be easy and it needs to be able to provide easily the needed information&lt;br /&gt;
‣ evgeny: how do we solve this conflict of interest: we need to define xesam in flexible enough way&lt;br /&gt;
‣ evgeny: it is not simple enough for the users as it is &lt;br /&gt;
‣ mikkel: two camps: semantic camp and field based camp, my opinion is more on the field based camp - thus, I don&#039;t see the needs of this type very relevant for our needs&lt;br /&gt;
‣ kubasic: I agree that mutidimensional graphs not so interesting - maybe we could provide a convenience library to do this kind of depth relationships. So, perhaps xesam could just provide the field based stuff and let the wrappers worry about the more extended multidimensional use cases&lt;br /&gt;
‣ evgeny: my opinion would be to make it possible for the backend to be able to do this and provide the wrapper for the simple backends to do the field too graph use cases. &lt;br /&gt;
‣ maybe we could roadmap that only some parts would be available of the query language and ontology so that  &lt;br /&gt;
‣ kubasic: if we do paged browsing the deeper relationships will be completely awful to be implement efficiently - so most often the deeper levels should not be so needed to be done&lt;br /&gt;
‣ evgeny: this need will either be implemented by the cleint or the server. use cases are there&lt;br /&gt;
‣ jos: can you provide a list of items to change&lt;br /&gt;
‣ evgeny: we need to decide whether we want to support these structures or not&lt;br /&gt;
‣ evgeny: can provide list of drawbacks&lt;br /&gt;
‣ current situation undecided what is the type of the e.g. author (reference as url or string of the author) - needs to be decided&lt;br /&gt;
‣ nepomuk guy:  &amp;lt;missed&amp;gt;&lt;br /&gt;
‣ jos: my suggestion - if I have author email address  - then we go to the next version, where we have contacts - I will store the contact url t database&lt;br /&gt;
‣ urho: suggesting inner queries to the query api&lt;br /&gt;
‣ evgeny: let me give more examples&lt;br /&gt;
* sparql - and current query language&lt;br /&gt;
* &lt;br /&gt;
* we can replace the current query language later on&lt;br /&gt;
‣ jamie: the mapping really doesn&#039;t exist on the actual contents, so the documents usually don&#039;t map the actual authors, but instead they just contain the freetext of the authors&lt;br /&gt;
‣ so, as long as the applications do not contain the possibilities, the graphs won&#039;t happen&lt;br /&gt;
‣ evgeny: we need to make it possible for the applications to do this, otherwise the applications wil lnever support it&lt;br /&gt;
‣ nepomuk guy: shouldn&#039;t we make the inner queries optional as well as the graph queries&lt;br /&gt;
* intermediate solution - flat view would map queries to text and on the graph capable implementations to the object url instead&lt;br /&gt;
* possiblity to create dummy items for each url and containing the string in that object&lt;br /&gt;
‣ qubasic: this will be needing lot of more support from the backend will be needed and it will be much more complicated to do - would be more future compatible to be on the xesam&lt;br /&gt;
‣ nepomuk guy: internal stuff could create the internal representations in hackish way and just expose the data in graph way&lt;br /&gt;
‣ evgeny: proposing a far reaching goal to make it easy for users in mid term future to transition to this - maybe roadmat for applications to be able to produce more complex queries&lt;br /&gt;
‣ Urho: so, do you propose SPARQL?&lt;br /&gt;
‣ evgeny: nope - we should be able to extend current XML&lt;br /&gt;
‣ nepomuk guy: we could create related to inner queries&lt;br /&gt;
‣ mikkel: why not jus tallow the results of one query to be source for the next one&lt;br /&gt;
‣ urho: so inner queries - yeah&lt;br /&gt;
‣ evgeny: makes an example of the paper question in sparql&lt;br /&gt;
‣ evgeny: we are not looking for using sparql, just similar functionality&lt;br /&gt;
‣ evgeny: mapping sparql to sql can be done&lt;br /&gt;
‣ jos: I propose that we won&#039;t implement this to 1.0&lt;br /&gt;
* just make the ontology as future proof&lt;br /&gt;
* make a temporary solution and future path&lt;br /&gt;
‣ evgeny: list of use cases&lt;br /&gt;
* we have no way to query - semantic desktop guys will not be able to use xesam in the way they can use nepomuk&lt;br /&gt;
* maybe we could at least make a wrapper library?&lt;br /&gt;
‣ JOS: making the proposal&lt;br /&gt;
* usually we store the name of author in a field on document&lt;br /&gt;
* in graph we would store it on separate object&lt;br /&gt;
* so, propose that we do it like this now and if engine supports the denormalized model, it will do the conversion from the object to the name&lt;br /&gt;
* and we extend the ontology the denormalized way&lt;br /&gt;
* nepomuk guy: we have the proper ontology in nepomuk, we could just translate that to xesam&lt;br /&gt;
* qubasik: suggest that we make a small team to discuss this in real detail&lt;br /&gt;
* agreed: 1st item: FAIL - &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Search API (d-bus api)&lt;br /&gt;
* Notes taking by urho&lt;br /&gt;
* latest changes for sorting and some session properties&lt;br /&gt;
* we simply list all the problems that people have with it&lt;br /&gt;
* inner queries agreed to be handled separately&lt;br /&gt;
* jamie raising issue of ranged search&lt;br /&gt;
* philip: why don&#039;t we remove the session completely - it&#039;s completely unused&lt;br /&gt;
* jos: i&#039;ll explain the session - it&#039;s for live queries&lt;br /&gt;
* you can have multiple searches per session&lt;br /&gt;
* search thus should have a separate id so that that can be closed, there is no need for the session at all&lt;br /&gt;
* kubasic: &lt;br /&gt;
* rob: you need to know what searches are running&lt;br /&gt;
* mikkel: if we create the session at the time of the start&lt;br /&gt;
* martyn: we need to have a separate id for searches&lt;br /&gt;
* rob: we have a separate id for searches&lt;br /&gt;
* can&#039;t we add the properties to the query itself?&lt;br /&gt;
* go for large and infrequent messages&lt;br /&gt;
* kubasik: we should decide whether to use the properties on the xml or on the dbus&lt;br /&gt;
* mikkel: properties can go on the search object instead (written)&lt;br /&gt;
* philip: I agree with sebastian (nepomuk guy) hit fields should be in the query&lt;br /&gt;
* philip: we can go instead for the session changes to be for the xesam 2.0 and not yet to the 1.0&lt;br /&gt;
* philip: if we change the query language, that&#039;ll break everything anyway&lt;br /&gt;
* rob: seems like you are using ids for the objects on the server side - perhaps they actually should be d-bus objects&lt;br /&gt;
* jos: so, current model is imperfect, but enough for 1.0&lt;br /&gt;
* jos: let&#039;s keep it like it is for now as it&#039;s works&lt;br /&gt;
* versioning discussion - should dbus have the version number in the dbus namespace?&lt;br /&gt;
* rob checks- yes you can&lt;br /&gt;
* kubasik: we need to have a bit of better way to decide which engine to use &lt;br /&gt;
* but we don&#039;t need to specify the way to do it&lt;br /&gt;
* philip: we should have announcement of capabilities to allow applications to choose the right engine with the right capabilities&lt;br /&gt;
* kubasik: distributions need to be taken into account here&lt;br /&gt;
* mikkel: we need to have the documentation about the capabilities and make the apis to discover&lt;br /&gt;
* mikkel: can be considered for 1.0 (at least guidelines)&lt;br /&gt;
* let&#039;s make a group to specify this&lt;br /&gt;
* jos: gethitdata will be capable of handling the ranges quite easily as it&#039;s capable&lt;br /&gt;
* urho: we have the case where hitsadded hit is on a sorted live query and on place on the visible resultset. without the id and uri of the hitadded, you will have to re-query your entire set&lt;br /&gt;
* kubasik: most of the time the issue is really that single item has been modified&lt;br /&gt;
* mikkel: so, we would emit: livehitsadded&lt;br /&gt;
* jos: live search never sends researchdone&lt;br /&gt;
* mikkel: yes it sends once the indexing is done&lt;br /&gt;
* mikkel: let&#039;s add livesearch added that would contain also the hit metadata&lt;br /&gt;
* jos: we need to minimize the changes needed&lt;br /&gt;
* everyone can live with even the paging&lt;br /&gt;
* jamie: so, no changes for 1.0 for hitsadded, but for 2.0 yes&lt;br /&gt;
* jos: idea for ranged search will mean that we supply the ids of the hits&lt;br /&gt;
* michael: d-bus api&lt;br /&gt;
* sometimes several search engines in parallel is an issue&lt;br /&gt;
* one engine refuses to start if d-bus api not available&lt;br /&gt;
* we should make search engines to que on d-bus&lt;br /&gt;
* no way to decide which engine is started&lt;br /&gt;
* mikkel: we have also xesam interface on tracker, so that can be used org.freedesktop.tracker.xesam?&lt;br /&gt;
* philip: we don&#039;t&lt;br /&gt;
* mikkel: perhpas that would be a recommendation&lt;br /&gt;
* urho: how about org.freedesktop.xesam.tracker and org.freedesktop.beagle&lt;br /&gt;
* mikkel: good idea&lt;br /&gt;
* michael raising issues about the specialist engines existing on the same system&lt;br /&gt;
* philip: wants to raise something&lt;br /&gt;
* this suggestion is unimplementable on sqlite as it is&lt;br /&gt;
* ottela: we get hits 1 - 1000 - we change the value of item 1 to be last on the list&lt;br /&gt;
* ottela: if one file changes - hitsmodified tells that one changed to 1000 and 2 changed to 1, 3 to 2,...&lt;br /&gt;
* jos: why don&#039;t we say the gethitsdata needs to be sequential&lt;br /&gt;
* philip: the issues with 1, 10000, 500 will mean the complexity of the corner cases will become very difficulta&lt;br /&gt;
* and this will make it quite complex to do properly on the server side&lt;br /&gt;
* &amp;lt;discussion that has been too hard to type on the report&amp;gt;&lt;br /&gt;
* urho: how about adding getrangedhits&lt;br /&gt;
* jos: if we don&#039;t remove the gethisdata that already exists&lt;br /&gt;
* agreed by everyone&lt;br /&gt;
* martyn: I&#039;d rather have a new hitsmoved rather than having the hitsremoved and hitsadded&lt;br /&gt;
* jos: currently the positionshould not be changing?&lt;br /&gt;
* kubasik explains beagle issues&lt;br /&gt;
* martyn: sounds nice, but the issue is that the new api would make it more clear for the client applications to use&lt;br /&gt;
* kubasik: it&#039;s going to be difficult to implement the live queries&lt;br /&gt;
* martyn: surely we should add the possibility to handle the things without the need to re-create the live query&lt;br /&gt;
* sebastian: how about another working group?&lt;br /&gt;
* mikkel agreed:&lt;br /&gt;
* so, group to discuss the live sorting and hits added / moved issue&lt;br /&gt;
* kubasik: we&#039;ll have the group and I can tell how beagle is doing this&lt;br /&gt;
* mikkel: one for this and another group for the accessibility&lt;br /&gt;
* sebastian proposes to use floating points for the ordering&lt;br /&gt;
* ben raises the issue that how hard will it be possible to sort by the strings, the text&lt;br /&gt;
* Mikkel: live query sorting who is the group? &lt;br /&gt;
* Jos: I don&#039;t think live queries will be efficiently possible on the server side&lt;br /&gt;
* group: half and hour - jos, martyn, kubasik, mikael, mikkel (?)&lt;br /&gt;
* LUNCH&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ontology discussion:&lt;br /&gt;
Link by id - mikkel presenting on postits&lt;br /&gt;
* evgenys idea originally as a middle way between semantic graph and the current xesam &lt;br /&gt;
* problem is mainly linking relate objects (like linkin document and author) or document contained in an email&lt;br /&gt;
* referring e.g. two documents together with isbn&lt;br /&gt;
* there are multiple ids (not just uris)&lt;br /&gt;
* they will need to be &#039;sufficiently unique&#039;&lt;br /&gt;
* Solving the problem&lt;br /&gt;
* xesam id field (any child of it must have a value that is unique over all xesam ids)&lt;br /&gt;
* all of the links must always be to ids&lt;br /&gt;
* we make a new special kind of field that is child of xesam:related or could be a special data type&lt;br /&gt;
* should always hold xesam id&lt;br /&gt;
* with this we can find all objects that point to X (or any that X points to)&lt;br /&gt;
* so, e.g. pdf file reference isbn - query xesam id field with that isbn&lt;br /&gt;
* &lt;br /&gt;
* sebastian: subqueries should be enough to allow good usage of this on the search api&lt;br /&gt;
* urho: agreed&lt;br /&gt;
* Everybody agrees to investigate the idea&lt;br /&gt;
* mikkel: suggest using a new field in xesam api id-field &lt;br /&gt;
* kubasik: we would need to do nested queries most probably and not probably an optimized index for this&lt;br /&gt;
* sebastian: normally you would say give me all emails htat have sender of contact object that has name like this&lt;br /&gt;
‣ now you could do it sender as a range, of person object, it would check all xesam id values in the relation&lt;br /&gt;
* mikkel: it shoud be very easy to do these queries&lt;br /&gt;
‣ and it should be very easy to show the values of these fields&lt;br /&gt;
* jos: we should do so that we do two fields: radable valua and pointer/relation property. Also, the more strong engines could say that the value is just an alias of the actual objects relations property&lt;br /&gt;
* sebastian: why not use the uri for data representation plugins that would then be able to create the visible widgets of the data items&lt;br /&gt;
* sebastian: i see that there are some issues with people wanting to not to do two queries&lt;br /&gt;
* evgeny: you would need inference for it and it&#039;s easier so that we make it so that xesam:strings: would contain the string representation of the url / link values. &lt;br /&gt;
* so, this way, we only use the string representation for only full text search. &lt;br /&gt;
* evgeny: I feel that we have a bit of problem on the specification of what should be in the FTI&lt;br /&gt;
* Anders: we need to also be able to show how/why the relation was created and to be able to do that for all the related content&lt;br /&gt;
* evgeny: we cannot have the stuff linking to everything on the database&lt;br /&gt;
* sebastian: we don&#039;t need to present on how a relation was found and it&#039;s a GUI thing&lt;br /&gt;
* jamie: two fields would be more clean&lt;br /&gt;
* jamie draws example below evgenys example&lt;br /&gt;
* jos agrees on the two field model&lt;br /&gt;
* evgeny isn&#039;t completely convinced&lt;br /&gt;
* the point is that the UI will likely match the actual contact&lt;br /&gt;
* jamie: this way the application would have the choice&lt;br /&gt;
* jamie: if we have just a name on the author text, then we don&#039;t want to try to create the dummy object&lt;br /&gt;
* evgeny: compromise solution in my opinion is that if we have to use have use the subqueries&lt;br /&gt;
* discussion on that we want a value of properties on a single query on xesam&lt;br /&gt;
* jamie: we could always deprecate the fields&lt;br /&gt;
* jos: i liked the suggestion of author text and author link and group the fields on a string text&lt;br /&gt;
* sebastian: why not make all dummy objects to have the same data layout&lt;br /&gt;
* at least the data is syntatically correct if we use dummy objects&lt;br /&gt;
* jamie: it&#039;s not worth it if we don&#039;t have the semantic info&lt;br /&gt;
* sebastian: this way we handle the data in same way for the &#039;proper&#039; objects as well as the dummy ones&lt;br /&gt;
* &amp;lt;lots of discussion&amp;gt;&lt;br /&gt;
* Conclusion:&lt;br /&gt;
‣ We make some older strings as URIs instead of the previous string values&lt;br /&gt;
‣ All new URI properties also have a .label that allows to get the textual representation of the property, which in essence is the old xesam ontology value of the property. The ideal is that this is a pointer to a specific property of the linked object&lt;br /&gt;
‣ We will draft nested queries and they will most probably go to 1.1&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>84.22.107.1</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Maemo_Summit_2008&amp;diff=19494</id>
		<title>Maemo Summit 2008</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Maemo_Summit_2008&amp;diff=19494"/>
		<updated>2008-09-20T05:45:41Z</updated>

		<summary type="html">&lt;p&gt;84.22.107.1: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[image:C-logo_claim_blue.png‎|right]]&lt;br /&gt;
[[image:MaemoSummit091908.jpg‎ ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Join the first Maemo Summit&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Berlin, September 19-20&#039;&#039;&#039; @ [http://c-base.org/ c-base] - right after the OSiM World http://www.osimworld.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[https://maemo.org/news/events/registrations/register/2f91448248e711dd8bcbb7b26102ad49ad49.html Free registration]&#039;&#039;&#039; - &#039;&#039;&#039;[http://maemo.org/news/events/maemo_summit-001/ Who is attending]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In Maemo Summit 2008 you will learn more about Nokia&#039;s Linux platform and its evolution. Meet the core team, 3rd party professional developers and key community contributors. Showcase and discuss your work. Learn, share, hack. And have fun!&lt;br /&gt;
&lt;br /&gt;
The [http://www.osimworld.com Open Source in Mobile World] conference is an interesting venue to know more about the business and technical context of the Maemo platform. Nokia is active in this event and invites the Maemo community to join it. After the conference we propose the first Maemo Summit calling to all contributors.&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
&lt;br /&gt;
The program is still open. You can propose improvements in the [[Talk:Maemo summit 2008|discussion]] page.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The sessions and names are confirmed but the day/time they are scheduled might still change.&#039;&#039;&#039;&lt;br /&gt;
You will see partly what happens and happend at http://maemosummit.ext.c-base.org/index.php/Main_Page.&lt;br /&gt;
&lt;br /&gt;
{|  width=&amp;quot;100%&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; bordercolor=&amp;quot;#000000&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
=== Friday 19 ([http://internettabletblog.de/maemo-summit-friday.ics .ics])===&lt;br /&gt;
|- &lt;br /&gt;
|  width=&amp;quot;112&amp;quot; | &#039;&#039;&#039;9:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Doors open&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;9:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Welcome&amp;amp;#33;&#039;&#039;&#039;, by [http://maemo.org/profile/view/jaaksi/ Ari Jaaksi] (VP - Maemo Software @ Nokia)&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;10:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;The outside view&#039;&#039;&#039;, by [http://dailythemes.wordpress.com/ Jay Sullivan] ([http://www.mozilla.com/ Mozilla Corp.]) &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;10:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; |  &#039;&#039;&#039;Maemo UI Vision&#039;&#039;&#039;, by Harri Kiljander (Director, User Experience - Maemo Software @ Nokia)&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;11:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;What Maemo users want&#039;&#039;&#039;, by [http://tabletblog.com/2008/05/3rd-anniversary-community-spotlight.html Reggie Suplido] ([http://www.internettablettalk.com/ Internet Tablet Talk])&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;11:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Summary: What can we get out of Fremantle&#039;&#039;&#039;, by [http://maemo.org/profile/view/peterschneider.html Peter Schneider] (Head of Product Marketing, Maemo Software @ Nokia) &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;12:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Break.&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;12:15&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &amp;lt;p&amp;gt;&#039;&#039;&#039;Lightning sessions&#039;&#039;&#039;, 5 min each. No more, no less.&lt;br /&gt;
# &#039;&#039;&#039;Maemo in police cars&#039;&#039;&#039;: presentation of an embedded project based on N800&#039;s [[User:smancke|Sebastian Mancke]]&lt;br /&gt;
# &#039;&#039;&#039;Developing Multilingual Multimodal Applications in Maemo&#039;&#039;&#039;. A Mobile Medical Speech Translator &amp;amp; A Mobile Meeting Calendar by [[User:ntsourak|Nikos Tsourakis]]&lt;br /&gt;
# &#039;&#039;&#039;An activist’s wish list&#039;&#039;&#039;: A location aware software suite to use in reporting, and forensic investigation of, human rights violations by [[User:TonyPercy|Tony Percy]]&lt;br /&gt;
# &#039;&#039;&#039;[http://liquid.googlepages.com/lcuk liqbase]&#039;&#039;&#039;, by Gary Birkett ([http://maemo.org/profile/view/lcuk.html lcuk])&lt;br /&gt;
# &#039;&#039;&#039;Reality or Vision?&#039;&#039;&#039; - The Nokia tablets for mobile and desktop use. LiveDemo/Presentation with [http://xsisusb.garage.maemo.org/ USB2VGA Adapter], bluetooth [http://anyremote.sourceforge.net/ anyremote] control by [http://www.linuxvision.de/ Uwe Koch]. ([http://maemo.org/profile/view/asys3/ asys3]).&lt;br /&gt;
# &#039;&#039;&#039;Screencasting&#039;&#039;&#039;:  x11vnc and pyvnc2swf bring visual documentation to users by [[User:brontide|Eric Warnke]]&lt;br /&gt;
# &#039;&#039;&#039;[[Maemo User Interface Issues Overview (Presentation)|Maemo User Interface Issues Overview]]&#039;&#039;&#039;, by [[User:Timsamoff |Tim Samoff]].&lt;br /&gt;
# &#039;&#039;&#039;[http://esbox.garage.maemo.org/ ESBox] and [http://pluthon.garage.maemo.org/ Pluthon] Eclipse plugins&#039;&#039;&#039;: how to use Eclipse to develop Maemo applications, by [[User:andy80|Andrea Grandi]].&lt;br /&gt;
# &#039;&#039;&#039;[http://elisator.garage.maemo.org Elisator] project and how [http://easy.garage.maemo.org Easy] library has helped and how could be improved&#039;&#039;&#039;. Elisator has been developed for cow&#039;s milk analisys in poor Africa regions and it has been funded by [http://www.fao.org FAO]. (by [[user:jsmanrique|jsmanrique]])&lt;br /&gt;
# &#039;&#039;&#039;Teaser: maemo development using [http://illumination.sf.net Illumination]&#039;&#039;&#039; by [[User:framstag|Tim Teulings]].&lt;br /&gt;
# &#039;&#039;&#039;[http://dev.openbossa.org/trac/qedje/ QEdje]&#039;&#039;&#039;, by [[user:etrunko|Eduardo Lima (Etrunko)]].&lt;br /&gt;
# &#039;&#039;&#039;Maemo Bug Jar: Origins, Results, and Future Plans&#039;&#039;&#039;, by Stephen Gadsby ([http://maemo.org/profile/view/sjgadsby/ sjgadsby]).&lt;br /&gt;
# &#039;&#039;&#039;Unit/Integration Test Framework for Maemo&#039;&#039;&#039; by [[User:aheimola|Antti Heimola]].&lt;br /&gt;
# &#039;&#039;&#039;[http://www.internettablettalk.com/forums/showthread.php?t=21629 Debian in a chroot on the tablet]&#039;&#039;&#039;, demo by Alan Bruce (qole).&lt;br /&gt;
# &#039;&#039;&#039;[http://codespeak.net/pypy PyPy] Python for Maemo&#039;&#039;&#039; (by [[user:hpk|Holger Krekel]] and/or [[user:fijal|Maciej Fijalkowski]]).&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;14:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Lunch&amp;amp;#33;&#039;&#039;&#039; [[image:MaemoSummit_catering.jpg‎ ]]&lt;br /&gt;
|- &lt;br /&gt;
|  rowspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;15:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Meet the Maemo SW developers&#039;&#039;&#039; (a representation of the main platform and OSS teams developing Maemo @ Nokia + special guests)&lt;br /&gt;
|- &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;STREAM 1: ROOM UPSTAIRS&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;STREAM 2: ROOM DOWNSTAIRS&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;STREAM 3: C-BASE&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Desktop&#039;&#039;&#039; by [http://maemo.org/profile/view/rodarvus/ Rodrigo Novo] (Nokia) and Matthew Allum (OpenedHand)&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Connectivity&#039;&#039;&#039; by [http://maemo.org/profile/view/kvalo.html Kalle Valo] and [http://maemo.org/profile/view/pfl.html Patrik Flykt]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Development Platform&#039;&#039;&#039; by [http://maemo.org/profile/view/bijjal/ Soumya Bijjal], [http://maemo.org/profile/view/kaltsi/ Juha Kallioinen] (tbc), [http://maemo.org/profile/view/marcell/ Marcell Lengyel], [http://maemo.org/profile/view/qgil.html Quim Gil]&lt;br /&gt;
|- &lt;br /&gt;
|  &#039;&#039;&#039;16:00&#039;&#039;&#039; &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Browser&#039;&#039;&#039; by [http://maemo.org/profile/view/andreypetrov.html Andrey Petrov], [http://maemo.org/profile/view/timeless.html timeless]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Real-Time Communication&#039;&#039;&#039; by [http://maemo.org/profile/view/kh_naba/ Naba Kumar], [http://maemo.org/profile/view/mzabaluev/ Mikhail Zabaluev]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Technology &amp;amp; Architecture&#039;&#039;&#039; by [http://maemo.org/profile/view/jtukkine/ Juha Tukkinen], [http://maemo.org/profile/view/bittinen/ Mika Leppinen]&lt;br /&gt;
|- &lt;br /&gt;
|  &#039;&#039;&#039;17:00&#039;&#039;&#039; &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Core System&#039;&#039;&#039; by Kai Svahn (tbc), [http://maemo.org/profile/view/nakkebar/ Eero Tamminen], [http://maemo.org/profile/view/igor_stoppa.html Igor Stoppa], [http://maemo.org/profile/view/poussa.html Sakari Poussa]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Multimedia&#039;&#039;&#039; by [http://maemo.org/profile/view/ensonic.html Stefan Kost], [http://maemo.org/profile/view/luc/ Luc Pionchon]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[[Desktop_Search_Hackfest|Desktop Search Hackfest]]&#039;&#039;&#039; link, by [http://maemo.org/profile/view/konttori/ Urho Konttori], [http://maemo.org/profile/view/ifrade/ Iván Frade] + Jamie McCracken (Tracker)&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;18:00&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;c-base reconstruction project³ - be future compatible- reboot universe now&#039;&#039;&#039;&lt;br /&gt;
*learn more about the crashed spacestation c-base&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;18:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Chill out.&#039;&#039;&#039;&lt;br /&gt;
* Dinner, music, drinks tbd.&lt;br /&gt;
* Dress code recommended: t-shirt with the maemo.org logo of [[Maemo.org_logo_contest_submissions|your choice]]. DISCLAIMER: can&#039;t be the winner logo. ;)&lt;br /&gt;
: Now that the new logo has been chosen, what exactly does this mean? --[[User:timsamoff|timsamoff]] 12:24, 5 August 2008 (UTC)&lt;br /&gt;
:: Wear a t-shirt with a maemo.org logo that you like from the competition. The official one isn&#039;t allowed ;) --[[User:xfade|xfade]] 14:47, 5 August 2008 (UTC)&lt;br /&gt;
::: what if you liked the official one? --[[User:dneary|Dave Neary]] 22:14, 6 August 2008 (UTC)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|  width=&amp;quot;100%&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; bordercolor=&amp;quot;#000000&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
===Saturday 20===&lt;br /&gt;
&lt;br /&gt;
Coordinated by [[User:brontide| Eric Warnke]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  width=&amp;quot;53&amp;quot; | &#039;&#039;&#039;9:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Opening doors&#039;&#039;&#039; and wlan.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;9:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Open Source in Maemo: why and how&#039;&#039;&#039;, by [http://flors.wordpress.com/ Quim Gil] (marketing manager, open source - Maemo Software @ Nokia)&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;10:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Introducing the [[Task:Community Council|Maemo Community Council]]&#039;&#039;&#039;, by [[Community_Council|the members]].&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;10:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;&amp;quot;We are not the Users&amp;quot;: The hate and love behind the custom User experiences on Maemo.&#039;&#039;&#039; [[User:handful|Marcelo eduardo]]&lt;br /&gt;
|-&lt;br /&gt;
|  width=&amp;quot;53&amp;quot; | &#039;&#039;&#039;11:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;BoF: Future of maemo.org extras&#039;&#039;&#039;, by Niels (and Ed?)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;11:30&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Lightning sessions&#039;&#039;&#039;, 5 min each. No more, no less.&lt;br /&gt;
# &#039;&#039;&#039;mCalendar and mContact&#039;&#039;&#039;: advanced syncing with google services [[User:khertan|Benoît HERVIER]]&lt;br /&gt;
# &#039;&#039;&#039;Cloud storage:&#039;&#039;&#039; Improve you app by syncing with internet services like Google Docs or Picasaweb by [[User:brontide|Eric Warnke]]&lt;br /&gt;
# &#039;&#039;&#039;Tablet-encode&#039;&#039;&#039;: Converting videos on Linux using [http://mediautils.garage.maemo.org/tablet-encode.html tablet-encode], by Andrew Flegg ([http://maemo.org/profile/view/jaffa/ Jaffa])&lt;br /&gt;
# &#039;&#039;&#039;py2deb&#039;&#039;&#039;: packaging your app onboard using py2deb and extras autobuilder [[User:khertan|Benoît HERVIER]]&lt;br /&gt;
# &#039;&#039;&#039;WorldTV99&#039;&#039;&#039;: Watching TV on your tablet by [[User:bunanson|bunanson]] and koos&lt;br /&gt;
# &#039;&#039;&#039;Podcasts on NITs&#039;&#039;&#039;: [http://maemo.gpodder.org/ gPodder] and [http://thpinfo.com/2008/panucci/ Panucci] by ([http://maemo.org/profile/view/thp.html Thomas Perl])&lt;br /&gt;
# &#039;&#039;&#039;KDE on maemo&#039;&#039;&#039;: by Marijn Kruisselbrink&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;12:05&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Break&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;TRACKS&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Community/Discussion&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Development&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Core Platform&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;12:30&#039;&#039;&#039; &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Community story – Productivity suite in Nokia IT&#039;&#039;&#039;, by Miika Kuha&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Packaging and publishing software&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[http://clutter-project.org/ Clutter]&#039;&#039;&#039;, by [http://butterfeet.org/ Matthew Allum] ([http://o-hand.com/ OpenedHand])&lt;br /&gt;
|- &lt;br /&gt;
|  &#039;&#039;&#039;13:00&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[http://dev.openbossa.org/trac/mamona Mamona] &amp;amp;amp; Maemo: 2 way contribution (How to learn and grow up together)&#039;&#039;&#039;, by Mamona developers from INdT. &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Porting Applications and exploiting the maemo platform&#039;&#039;&#039;  lead by [[User:anidel|Aniello Del Sorbo]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;maemo.org extras Package Cleanup Sprint&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
|  &#039;&#039;&#039;13:30&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[[Maemo User Interface Issues (Presentation)|Maemo User Interface Issues]]&#039;&#039;&#039;,  by [[User:Timsamoff |Tim Samoff]].&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Using [http://mud-builder.garage.maemo.org/ mud-builder] to build packages&#039;&#039;&#039;, by [[User:Jaffa|Jaffa]].&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[http://blog.haerwu.biz/2008/08/01/nokia-n8x0-emulation-part-ii/ Maemo in QEMU N8x0 emulation:]&#039;&#039;&#039; by [[User:hrw|Marcin &#039;hrw&#039; Juszkiewicz]]&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;14:00&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;  | &#039;&#039;&#039;Lunch&amp;amp;#33;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;15:00&#039;&#039;&#039; &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; rowspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Workshop: Maemo hacking introduction&#039;&#039;&#039;: coordinated by [[User:kate |Kate Alhola]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Embedded Webapps&#039;&#039;&#039; Using webpy framework for on tablet web services by [[user:fpp]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;maemo.org website redesign meeting&#039;&#039;&#039;: A meeting to specify the design requirements for restyling the maemo.org website (reference: [[Task:Improving_maemo.org#maemo.org_homepage_refresh|Homepage Refresh]] &amp;amp; [[Task:Maemo.org_facelift|maemo.org Facelift]]). by [[User:xfade|Niels Breet]]&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;15:30&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Introduction To Telepathy:&#039;&#039;&#039;  Components and use on the maemo platform. by Marco Barisione from [http://www.collabora.co.uk Collabora]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Introduction to DSP programming&#039;&#039;&#039; by [[User:lardman|Simon Pickering]]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;16:00&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Building a Business on Maemo:&#039;&#039;&#039; by [[User:dob|Doug Petkanics]] from [http://frogmetrics.com Frogmetrics]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Qt Maemo-Hildon Port &amp;amp; How to Develop Qt Application for the Maemo Platform&#039;&#039;&#039;, by [[User:kate |Kate Alhola]] &amp;amp; [[User:gnuton |Antonio Aloisio]].&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;BoF: Building a vector data extension to maemo Mapper&#039;&#039;&#039; Soliciting feedback and developers for the project. by [[user:gnuite]]&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;16:30&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[[User:Andre/Presentations|Bugsquad meeting]]&#039;&#039;&#039; Anybody interested in helping managing the Maemo bugs is welcome! Hosted by [[User:Andre|Andre Klapper]] and [[User:Karstenb|Karsten Bräckelmann]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | [[Google Data API for Python (Presentation)|&#039;&#039;&#039;Introduction to Google&#039;s python based Data API&#039;s&#039;&#039;&#039;]]  by [[User:Brontide|Eric Warnke]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Introduction to WebKit&#039;&#039;&#039; Come see WebKit&#039;s internals, 2 of its ports (Gtk and Qt). by [[User:pierlux |Pierre-Luc Beaudoin]] from [http://www.collabora.co.uk Collabora]&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;17:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | [[2010 Agenda|&#039;&#039;&#039;Maemo 2010&#039;&#039;&#039;]]: Brainstorming session  discussing current status / future desires for the Maemo platform. Where do we want to go in the next 24 months?  What can we learn and share from other mobile platforms?  Bring the whole community together to get input.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;18:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;End.&#039;&#039;&#039; &#039;&#039;&#039;Note: Software Freedom Day (20th of September) [http://softwarefreedomday.org/teams/europe/germany/FreieSoftwareBerlin also in Berlin]&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Venue ==&lt;br /&gt;
&lt;br /&gt;
The Maemo Summit is held in the headquarter of &#039;&#039;&#039;[http://www.c-base.org c-base]&#039;&#039;&#039; and the contiguous [http://www.eti-berlin.de/ eti Schauspielschule Berlin]. &lt;br /&gt;
&lt;br /&gt;
c-base is a non-profit association which has about 300 members. The purpose of this association is to increase knowledge and know-how regarding computer software, hardware and data networks ([http://en.wikipedia.org/wiki/C-base more]). eti Berlin is a school of actors based in a building with several rooms and a total surface available of 1.200m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;. The perfect mix, full of creativity!&lt;br /&gt;
&lt;br /&gt;
See [http://share.ovi.com/channel/qgil.public the videos].&lt;br /&gt;
&lt;br /&gt;
c-base is in the very Mitte of Berlin. [http://maps.google.co.uk/maps?ie=UTF-8&amp;amp;oe=utf-8&amp;amp;rls=com.ubuntu:en-GB:unofficial&amp;amp;client=firefox-a&amp;amp;um=1&amp;amp;q=c-base&amp;amp;near=Berlin,+Germany&amp;amp;fb=1&amp;amp;cid=0,0,5828762841994571845&amp;amp;sa=X&amp;amp;oi=local_result&amp;amp;resnum=1&amp;amp;ct=image Map]&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
&#039;&#039;&#039;[https://maemo.org/news/events/registrations/register/2f91448248e711dd8bcbb7b26102ad49ad49.html REGISTER]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It&#039;s the first Maemo Summit and it is good to know in advance who plans to attend, to fine tune practicalities and have enough space, connection, drinks, food.&lt;br /&gt;
&lt;br /&gt;
Yes, the entrance is free. Registration is still requested for planning purposes.&lt;br /&gt;
&lt;br /&gt;
== Travel ==&lt;br /&gt;
See [[Maemo_Summit_2008/Travel|when people are arriving in and leaving Berlin]].&lt;br /&gt;
&lt;br /&gt;
[[Talk:Maemo_Summit_2008#Travel|Apparently]] there are options as affordable as 20€ including taxes from Stansted! [[Talk:Maemo_Summit_2008#Travel|Share your travel tips]] from different locations.&lt;br /&gt;
&lt;br /&gt;
== Accommodation ==&lt;br /&gt;
See [[Maemo Summit 2008/Accommodation]].&lt;br /&gt;
&lt;br /&gt;
== Sponsoring community contributors ==&lt;br /&gt;
&lt;br /&gt;
See [[Maemo Summit 2008/Sponsorship]].&lt;br /&gt;
&lt;br /&gt;
== Maemo in the OSiM program ==&lt;br /&gt;
See [[Maemo in OSiM World 2008]].&lt;br /&gt;
&lt;br /&gt;
== Organization ==&lt;br /&gt;
See [[Maemo_Summit_2008/Organization]]. Volunteers needed!&lt;br /&gt;
&lt;br /&gt;
== Streaming video ==&lt;br /&gt;
Since nearly all of the attendees are carrying internet-connected video cameras, it is possible that someone may find a way to stream live video of the event. ([https://bugs.maemo.org/show_bug.cgi?id=1889 Bug 1889] makes this harder, but it should still be possible...)&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
Feel free to share/spread/forward/email...&lt;br /&gt;
&lt;br /&gt;
* [http://upcoming.yahoo.com/event/839617/ Maemo summit on Upcoming!]&lt;br /&gt;
* [http://www.facebook.com/event.php?eid=16582874206 Maemo summit on Facebook - requires FB registration]&lt;br /&gt;
* [http://www.internettablettalk.com/forums/showthread.php?t=21569 Maemo summit discussion at Internet Tablet Talk]&lt;br /&gt;
* [http://lwn.net/Calendar/Monthly/2008-09/ LWN Calendar]&lt;br /&gt;
&lt;br /&gt;
[[Events]]&lt;/div&gt;</summary>
		<author><name>84.22.107.1</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Maemo_Summit_2008&amp;diff=19495</id>
		<title>Maemo Summit 2008</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Maemo_Summit_2008&amp;diff=19495"/>
		<updated>2008-09-20T05:45:21Z</updated>

		<summary type="html">&lt;p&gt;84.22.107.1: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[image:C-logo_claim_blue.png‎|right]]&lt;br /&gt;
[[image:MaemoSummit091908.jpg‎ ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Join the first Maemo Summit&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Berlin, September 19-20&#039;&#039;&#039; @ [http://c-base.org/ c-base] - right after the OSiM World http://www.osimworld.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[https://maemo.org/news/events/registrations/register/2f91448248e711dd8bcbb7b26102ad49ad49.html Free registration]&#039;&#039;&#039; - &#039;&#039;&#039;[http://maemo.org/news/events/maemo_summit-001/ Who is attending]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In Maemo Summit 2008 you will learn more about Nokia&#039;s Linux platform and its evolution. Meet the core team, 3rd party professional developers and key community contributors. Showcase and discuss your work. Learn, share, hack. And have fun!&lt;br /&gt;
&lt;br /&gt;
The [http://www.osimworld.com Open Source in Mobile World] conference is an interesting venue to know more about the business and technical context of the Maemo platform. Nokia is active in this event and invites the Maemo community to join it. After the conference we propose the first Maemo Summit calling to all contributors.&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
&lt;br /&gt;
The program is still open. You can propose improvements in the [[Talk:Maemo summit 2008|discussion]] page.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The sessions and names are confirmed but the day/time they are scheduled might still change.&#039;&#039;&#039;&lt;br /&gt;
You will see partly what happens and happend at http://maemosummit.ext.c-base.org/index.php/Main_Page.&lt;br /&gt;
&lt;br /&gt;
{|  width=&amp;quot;100%&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; bordercolor=&amp;quot;#000000&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
=== Friday 19 ([http://internettabletblog.de/maemo-summit-friday.ics .ics])===&lt;br /&gt;
|- &lt;br /&gt;
|  width=&amp;quot;112&amp;quot; | &#039;&#039;&#039;9:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Doors open&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;9:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Welcome&amp;amp;#33;&#039;&#039;&#039;, by [http://maemo.org/profile/view/jaaksi/ Ari Jaaksi] (VP - Maemo Software @ Nokia)&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;10:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;The outside view&#039;&#039;&#039;, by [http://dailythemes.wordpress.com/ Jay Sullivan] ([http://www.mozilla.com/ Mozilla Corp.]) &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;10:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; |  &#039;&#039;&#039;Maemo UI Vision&#039;&#039;&#039;, by Harri Kiljander (Director, User Experience - Maemo Software @ Nokia)&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;11:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;What Maemo users want&#039;&#039;&#039;, by [http://tabletblog.com/2008/05/3rd-anniversary-community-spotlight.html Reggie Suplido] ([http://www.internettablettalk.com/ Internet Tablet Talk])&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;11:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Summary: What can we get out of Fremantle&#039;&#039;&#039;, by [http://maemo.org/profile/view/peterschneider.html Peter Schneider] (Head of Product Marketing, Maemo Software @ Nokia) &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;12:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Break.&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;12:15&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &amp;lt;p&amp;gt;&#039;&#039;&#039;Lightning sessions&#039;&#039;&#039;, 5 min each. No more, no less.&lt;br /&gt;
# &#039;&#039;&#039;Maemo in police cars&#039;&#039;&#039;: presentation of an embedded project based on N800&#039;s [[User:smancke|Sebastian Mancke]]&lt;br /&gt;
# &#039;&#039;&#039;Developing Multilingual Multimodal Applications in Maemo&#039;&#039;&#039;. A Mobile Medical Speech Translator &amp;amp; A Mobile Meeting Calendar by [[User:ntsourak|Nikos Tsourakis]]&lt;br /&gt;
# &#039;&#039;&#039;An activist’s wish list&#039;&#039;&#039;: A location aware software suite to use in reporting, and forensic investigation of, human rights violations by [[User:TonyPercy|Tony Percy]]&lt;br /&gt;
# &#039;&#039;&#039;[http://liquid.googlepages.com/lcuk liqbase]&#039;&#039;&#039;, by Gary Birkett ([http://maemo.org/profile/view/lcuk.html lcuk])&lt;br /&gt;
# &#039;&#039;&#039;Reality or Vision?&#039;&#039;&#039; - The Nokia tablets for mobile and desktop use. LiveDemo/Presentation with [http://xsisusb.garage.maemo.org/ USB2VGA Adapter], bluetooth [http://anyremote.sourceforge.net/ anyremote] control by [http://www.linuxvision.de/ Uwe Koch]. ([http://maemo.org/profile/view/asys3/ asys3]).&lt;br /&gt;
# &#039;&#039;&#039;Screencasting&#039;&#039;&#039;:  x11vnc and pyvnc2swf bring visual documentation to users by [[User:brontide|Eric Warnke]]&lt;br /&gt;
# &#039;&#039;&#039;[[Maemo User Interface Issues Overview (Presentation)|Maemo User Interface Issues Overview]]&#039;&#039;&#039;, by [[User:Timsamoff |Tim Samoff]].&lt;br /&gt;
# &#039;&#039;&#039;[http://esbox.garage.maemo.org/ ESBox] and [http://pluthon.garage.maemo.org/ Pluthon] Eclipse plugins&#039;&#039;&#039;: how to use Eclipse to develop Maemo applications, by [[User:andy80|Andrea Grandi]].&lt;br /&gt;
# &#039;&#039;&#039;[http://elisator.garage.maemo.org Elisator] project and how [http://easy.garage.maemo.org Easy] library has helped and how could be improved&#039;&#039;&#039;. Elisator has been developed for cow&#039;s milk analisys in poor Africa regions and it has been funded by [http://www.fao.org FAO]. (by [[user:jsmanrique|jsmanrique]])&lt;br /&gt;
# &#039;&#039;&#039;Teaser: maemo development using [http://illumination.sf.net Illumination]&#039;&#039;&#039; by [[User:framstag|Tim Teulings]].&lt;br /&gt;
# &#039;&#039;&#039;[http://dev.openbossa.org/trac/qedje/ QEdje]&#039;&#039;&#039;, by [[user:etrunko|Eduardo Lima (Etrunko)]].&lt;br /&gt;
# &#039;&#039;&#039;Maemo Bug Jar: Origins, Results, and Future Plans&#039;&#039;&#039;, by Stephen Gadsby ([http://maemo.org/profile/view/sjgadsby/ sjgadsby]).&lt;br /&gt;
# &#039;&#039;&#039;Unit/Integration Test Framework for Maemo&#039;&#039;&#039; by [[User:aheimola|Antti Heimola]].&lt;br /&gt;
# &#039;&#039;&#039;[http://www.internettablettalk.com/forums/showthread.php?t=21629 Debian in a chroot on the tablet]&#039;&#039;&#039;, demo by Alan Bruce (qole).&lt;br /&gt;
# &#039;&#039;&#039;[http://codespeak.net/pypy PyPy] Python for Maemo&#039;&#039;&#039; (by [[user:hpk|Holger Krekel]] and/or [[user:fijal|Maciej Fijalkowski]]).&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;14:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Lunch&amp;amp;#33;&#039;&#039;&#039; [[image:MaemoSummit_catering.jpg‎ ]]&lt;br /&gt;
|- &lt;br /&gt;
|  rowspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;15:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Meet the Maemo SW developers&#039;&#039;&#039; (a representation of the main platform and OSS teams developing Maemo @ Nokia + special guests)&lt;br /&gt;
|- &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;STREAM 1: ROOM UPSTAIRS&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;STREAM 2: ROOM DOWNSTAIRS&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;STREAM 3: C-BASE&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Desktop&#039;&#039;&#039; by [http://maemo.org/profile/view/rodarvus/ Rodrigo Novo] (Nokia) and Matthew Allum (OpenedHand)&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Connectivity&#039;&#039;&#039; by [http://maemo.org/profile/view/kvalo.html Kalle Valo] and [http://maemo.org/profile/view/pfl.html Patrik Flykt]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Development Platform&#039;&#039;&#039; by [http://maemo.org/profile/view/bijjal/ Soumya Bijjal], [http://maemo.org/profile/view/kaltsi/ Juha Kallioinen] (tbc), [http://maemo.org/profile/view/marcell/ Marcell Lengyel], [http://maemo.org/profile/view/qgil.html Quim Gil]&lt;br /&gt;
|- &lt;br /&gt;
|  &#039;&#039;&#039;16:00&#039;&#039;&#039; &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Browser&#039;&#039;&#039; by [http://maemo.org/profile/view/andreypetrov.html Andrey Petrov], [http://maemo.org/profile/view/timeless.html timeless]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Real-Time Communication&#039;&#039;&#039; by [http://maemo.org/profile/view/kh_naba/ Naba Kumar], [http://maemo.org/profile/view/mzabaluev/ Mikhail Zabaluev]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Technology &amp;amp; Architecture&#039;&#039;&#039; by [http://maemo.org/profile/view/jtukkine/ Juha Tukkinen], [http://maemo.org/profile/view/bittinen/ Mika Leppinen]&lt;br /&gt;
|- &lt;br /&gt;
|  &#039;&#039;&#039;17:00&#039;&#039;&#039; &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Core System&#039;&#039;&#039; by Kai Svahn (tbc), [http://maemo.org/profile/view/nakkebar/ Eero Tamminen], [http://maemo.org/profile/view/igor_stoppa.html Igor Stoppa], [http://maemo.org/profile/view/poussa.html Sakari Poussa]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Multimedia&#039;&#039;&#039; by [http://maemo.org/profile/view/ensonic.html Stefan Kost], [http://maemo.org/profile/view/luc/ Luc Pionchon]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[[Desktop_Search_Hackfest|Desktop Search Hackfest]]&#039;&#039;&#039; link, by [http://maemo.org/profile/view/konttori/ Urho Konttori], [http://maemo.org/profile/view/ifrade/ Iván Frade] + Jamie McCracken (Tracker)&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;18:00&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;c-base reconstruction project³ - be future compatible- reboot universe now&#039;&#039;&#039;&lt;br /&gt;
*learn more about the crashed spacestation c-base&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;18:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Chill out.&#039;&#039;&#039;&lt;br /&gt;
* Dinner, music, drinks tbd.&lt;br /&gt;
* Dress code recommended: t-shirt with the maemo.org logo of [[Maemo.org_logo_contest_submissions|your choice]]. DISCLAIMER: can&#039;t be the winner logo. ;)&lt;br /&gt;
: Now that the new logo has been chosen, what exactly does this mean? --[[User:timsamoff|timsamoff]] 12:24, 5 August 2008 (UTC)&lt;br /&gt;
:: Wear a t-shirt with a maemo.org logo that you like from the competition. The official one isn&#039;t allowed ;) --[[User:xfade|xfade]] 14:47, 5 August 2008 (UTC)&lt;br /&gt;
::: what if you liked the official one? --[[User:dneary|Dave Neary]] 22:14, 6 August 2008 (UTC)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|  width=&amp;quot;100%&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; bordercolor=&amp;quot;#000000&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
===Saturday 20===&lt;br /&gt;
&lt;br /&gt;
Coordinated by [[User:brontide| Eric Warnke]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  width=&amp;quot;53&amp;quot; | &#039;&#039;&#039;9:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Opening doors&#039;&#039;&#039; and wlan.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;9:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Open Source in Maemo: why and how&#039;&#039;&#039;, by [http://flors.wordpress.com/ Quim Gil] (marketing manager, open source - Maemo Software @ Nokia)&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;10:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Introducing the [[Task:Community Council|Maemo Community Council]]&#039;&#039;&#039;, by [[Community_Council|the members]].&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;10:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;&amp;quot;We are not the Users&amp;quot;: The hate and love behind the custom User experiences on Maemo.&#039;&#039;&#039; [[User:handful|Marcelo eduardo]]&lt;br /&gt;
|-&lt;br /&gt;
|  width=&amp;quot;53&amp;quot; | &#039;&#039;&#039;11:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;BoF: Future of maemo.org extras&#039;&#039;&#039;, by Niels (and Ed?)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;11:30&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Lightning sessions&#039;&#039;&#039;, 5 min each. No more, no less.&lt;br /&gt;
# &#039;&#039;&#039;mCalendar and mContact&#039;&#039;&#039;: advanced syncing with google services [[User:khertan|Benoît HERVIER]]&lt;br /&gt;
# &#039;&#039;&#039;Cloud storage:&#039;&#039;&#039; Improve you app by syncing with internet services like Google Docs or Picasaweb by [[User:brontide|Eric Warnke]]&lt;br /&gt;
# &#039;&#039;&#039;Tablet-encode&#039;&#039;&#039;: Converting videos on Linux using [http://mediautils.garage.maemo.org/tablet-encode.html tablet-encode], by Andrew Flegg ([http://maemo.org/profile/view/jaffa/ Jaffa])&lt;br /&gt;
# &#039;&#039;&#039;py2deb&#039;&#039;&#039;: packaging your app onboard using py2deb and extras autobuilder [[User:khertan|Benoît HERVIER]]&lt;br /&gt;
# &#039;&#039;&#039;WorldTV99&#039;&#039;&#039;: Watching TV on your tablet by [[User:bunanson|bunanson]] and koos&lt;br /&gt;
# &#039;&#039;&#039;Podcasts on NITs&#039;&#039;&#039;: [http://maemo.gpodder.org/ gPodder] and [http://thpinfo.com/2008/panucci/ Panucci] by ([http://maemo.org/profile/view/thp.html Thomas Perl])&lt;br /&gt;
# &#039;&#039;&#039;KDE on maemo&#039;&#039;&#039;: by Marijn Kruisselbrink&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;12:05&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Break&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;TRACKS&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Community/Discussion&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Development&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Core Platform&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;12:30&#039;&#039;&#039; &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Community story – Productivity suite in Nokia IT&#039;&#039;&#039;, by Miika Kuha&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Packaging and publishing software&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[http://clutter-project.org/ Clutter]&#039;&#039;&#039;, by [http://butterfeet.org/ Matthew Allum] ([http://o-hand.com/ OpenedHand])&lt;br /&gt;
|- &lt;br /&gt;
|  &#039;&#039;&#039;13:00&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[http://dev.openbossa.org/trac/mamona Mamona] &amp;amp;amp; Maemo: 2 way contribution (How to learn and grow up together)&#039;&#039;&#039;, by Mamona developers from INdT. &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Porting Applications and exploiting the maemo platform&#039;&#039;&#039;  lead by [[User:anidel|Aniello Del Sorbo]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;maemo.org extras Package Cleanup Sprint&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
|  &#039;&#039;&#039;13:30&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[[Maemo User Interface Issues (Presentation)|Maemo User Interface Issues]]&#039;&#039;&#039;,  by [[User:Timsamoff |Tim Samoff]].&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Using [http://mud-builder.garage.maemo.org/ mud-builder] to build packages&#039;&#039;&#039;, by [[User:Jaffa|Jaffa]].&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[http://blog.haerwu.biz/2008/08/01/nokia-n8x0-emulation-part-ii/ Maemo in QEMU N8x0 emulation:]&#039;&#039;&#039; by [[User:hrw|Marcin &#039;hrw&#039; Juszkiewicz]]&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;14:00&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;  | &#039;&#039;&#039;Lunch&amp;amp;#33;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;15:00&#039;&#039;&#039; &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; rowspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Workshop: Maemo hacking introduction&#039;&#039;&#039;: coordinated by [[User:kate |Kate Alhola]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Embedded Webapps&#039;&#039;&#039; Using webpy framework for on tablet web services by [[user:fpp]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;maemo.org website redesign meeting&#039;&#039;&#039;: A meeting to specify the design requirements for restyling the maemo.org website (reference: [[Task:Improving_maemo.org#maemo.org_homepage_refresh|Homepage Refresh]] &amp;amp; [[Task:Maemo.org_facelift|maemo.org Facelift]]). by [[User:xfade|Niels Breet]]&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;15:30&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Introduction To Telepathy:&#039;&#039;&#039;  Components and use on the maemo platform. by Marco Barisione from [http://www.collabora.co.uk Collabora]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Introduction to DSP programming&#039;&#039;&#039; by [[User:lardman|Simon Pickering]]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;16:00&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Building a Business on Maemo:&#039;&#039;&#039; by [[User:dob|Doug Petkanics]] from [http://frogmetrics.com Frogmetrics]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Qt Maemo-Hildon Port &amp;amp; How to Develop Qt Application for the Maemo Platform&#039;&#039;&#039;, by [[User:kate |Kate Alhola]] &amp;amp; [[User:gnuton |Antonio Aloisio]].&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;BoF: Building a vector data extension to maemo Mapper&#039;&#039;&#039; Soliciting feedback and developers for the project. by [[user:gnuite]]&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;16:30&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[[User:Andre/Presentations|Bugsquad meeting]]&#039;&#039;&#039; Anybody interested in helping managing the Maemo bugs is welcome! Hosted by [[User:Andre|Andre Klapper]] and [[User:Karstenb|Karsten Bräckelmann]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | [[Google Data API for Python (Presentation)|&#039;&#039;&#039;Introduction to Google&#039;s python based Data API&#039;s&#039;&#039;&#039;]]  by [[User:Brontide|Eric Warnke]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Introduction to WebKit&#039;&#039;&#039; Come see WebKit&#039;s internals, 2 of its ports (Gtk and Qt). by [[User:pierlux |Pierre-Luc Beaudoin]] from [http://www.collabora.co.uk Collabora]&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;17:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | [[2010 Agenda|&#039;&#039;&#039;Maemo 2010&#039;&#039;&#039;]]: Brainstorming session  discussing current status / future desires for the Maemo platform. Where do we want to go in the next 24 months?  What can we learn and share from other mobile platforms?  Bring the whole community together to get input.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;18:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;End.&#039;&#039;&#039; &#039;&#039;&#039;Note: Software Freedom Day (20th of September) [http://softwarefreedomday.org/teams/europe/germany/FreieSoftwareBerlin also in Berlin]&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Venue ==&lt;br /&gt;
&lt;br /&gt;
The Maemo Summit is held in the headquarter of &#039;&#039;&#039;[http://www.c-base.org c-base]&#039;&#039;&#039; and the contiguous [http://www.eti-berlin.de/ eti Schauspielschule Berlin]. &lt;br /&gt;
&lt;br /&gt;
c-base is a non-profit association which has about 300 members. The purpose of this association is to increase knowledge and know-how regarding computer software, hardware and data networks ([http://en.wikipedia.org/wiki/C-base more]). eti Berlin is a school of actors based in a building with several rooms and a total surface available of 1.200m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;. The perfect mix, full of creativity!&lt;br /&gt;
&lt;br /&gt;
See [http://share.ovi.com/channel/qgil.public the videos].&lt;br /&gt;
&lt;br /&gt;
c-base is in the very Mitte of Berlin. [http://maps.google.co.uk/maps?ie=UTF-8&amp;amp;oe=utf-8&amp;amp;rls=com.ubuntu:en-GB:unofficial&amp;amp;client=firefox-a&amp;amp;um=1&amp;amp;q=c-base&amp;amp;near=Berlin,+Germany&amp;amp;fb=1&amp;amp;cid=0,0,5828762841994571845&amp;amp;sa=X&amp;amp;oi=local_result&amp;amp;resnum=1&amp;amp;ct=image Map]&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
&#039;&#039;&#039;[https://maemo.org/news/events/registrations/register/2f91448248e711dd8bcbb7b26102ad49ad49.html REGISTER]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It&#039;s the first Maemo Summit and it is good to know in advance who plans to attend, to fine tune practicalities and have enough space, connection, drinks, food.&lt;br /&gt;
&lt;br /&gt;
Yes, the entrance is free. Registration is still requested for planning purposes.&lt;br /&gt;
&lt;br /&gt;
== Travel ==&lt;br /&gt;
See [[Maemo_Summit_2008/Travel|when people are arriving in and leaving Berlin]].&lt;br /&gt;
&lt;br /&gt;
[[Talk:Maemo_Summit_2008#Travel|Apparently]] there are options as affordable as 20€ including taxes from Stansted! [[Talk:Maemo_Summit_2008#Travel|Share your travel tips]] from different locations.&lt;br /&gt;
&lt;br /&gt;
== Accommodation ==&lt;br /&gt;
See [[Maemo Summit 2008/Accommodation]].&lt;br /&gt;
&lt;br /&gt;
== Sponsoring community contributors ==&lt;br /&gt;
&lt;br /&gt;
See [[Maemo Summit 2008/Sponsorship]].&lt;br /&gt;
&lt;br /&gt;
== Maemo in the OSiM program ==&lt;br /&gt;
See [[Maemo in OSiM World 2008]].&lt;br /&gt;
&lt;br /&gt;
== Organization ==&lt;br /&gt;
See [[Maemo_Summit_2008/Organization]]. Volunteers needed!&lt;br /&gt;
&lt;br /&gt;
== Streaming video ==&lt;br /&gt;
Since nearly all of the attendees are carrying internet-connected video cameras, it is possible that someone may find a way to stream live video of the event. ([https://bugs.maemo.org/show_bug.cgi?id=1889 Bug 1889] makes this harder, but it should still be possible...)&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
mjmgjhjg&lt;br /&gt;
Feel free to share/spread/forward/email...&lt;br /&gt;
&lt;br /&gt;
* [http://upcoming.yahoo.com/event/839617/ Maemo summit on Upcoming!]&lt;br /&gt;
* [http://www.facebook.com/event.php?eid=16582874206 Maemo summit on Facebook - requires FB registration]&lt;br /&gt;
* [http://www.internettablettalk.com/forums/showthread.php?t=21569 Maemo summit discussion at Internet Tablet Talk]&lt;br /&gt;
* [http://lwn.net/Calendar/Monthly/2008-09/ LWN Calendar]&lt;br /&gt;
&lt;br /&gt;
[[Events]]&lt;/div&gt;</summary>
		<author><name>84.22.107.1</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Maemo_Summit_2008_recordings&amp;diff=20078</id>
		<title>Maemo Summit 2008 recordings</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Maemo_Summit_2008_recordings&amp;diff=20078"/>
		<updated>2008-09-19T00:48:03Z</updated>

		<summary type="html">&lt;p&gt;84.22.107.1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;data should be collected at http://maemosummit.ext.c-base.org&lt;/div&gt;</summary>
		<author><name>84.22.107.1</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Maemo_Summit_2008&amp;diff=19520</id>
		<title>Maemo Summit 2008</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Maemo_Summit_2008&amp;diff=19520"/>
		<updated>2008-09-11T21:34:18Z</updated>

		<summary type="html">&lt;p&gt;84.22.107.1: /* Friday 19 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[image:C-logo_claim_blue.png‎|right]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Join the first Maemo Summit&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Berlin, September 19-20&#039;&#039;&#039; @ [http://c-base.org/ c-base] - right after the OSiM World http://www.osimworld.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[https://maemo.org/news/events/registrations/register/2f91448248e711dd8bcbb7b26102ad49ad49.html Free registration]&#039;&#039;&#039; - &#039;&#039;&#039;[http://maemo.org/news/events/maemo_summit-001/ Who is attending]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In Maemo Summit 2008 you will learn more about Nokia&#039;s Linux platform and its evolution. Meet the core team, 3rd party professional developers and key community contributors. Showcase and discuss your work. Learn, share, hack. And have fun!&lt;br /&gt;
&lt;br /&gt;
The [http://www.osimworld.com Open Source in Mobile World] conference is an interesting venue to know more about the business and technical context of the Maemo platform. Nokia is active in this event and invites the Maemo community to join it. After the conference we propose the first Maemo Summit calling to all contributors.&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
&lt;br /&gt;
The program is still open. You can propose improvements in the [[Talk:Maemo summit 2008|discussion]] page.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The sessions and names are confirmed but the day/time they are scheduled might still change.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|  width=&amp;quot;100%&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; bordercolor=&amp;quot;#000000&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
=== Friday 19 ===&lt;br /&gt;
|- &lt;br /&gt;
|  width=&amp;quot;112&amp;quot; | &#039;&#039;&#039;9:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Opening doors&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;9:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Welcome&amp;amp;#33;&#039;&#039;&#039;, by [http://maemo.org/profile/view/jaaksi/ Ari Jaaksi] (VP - Maemo Software @ Nokia)&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;10:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;The outside view&#039;&#039;&#039;, by [http://dailythemes.wordpress.com/ Jay Sullivan] ([http://www.mozilla.com/ Mozilla Corp.]) &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;10:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; |  &#039;&#039;&#039;Hildon UI Vision&#039;&#039;&#039;, by Harri Kiljander (Director, User Experience - Maemo Software @ Nokia)&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;11:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;What Maemo users want&#039;&#039;&#039;, by [http://tabletblog.com/2008/05/3rd-anniversary-community-spotlight.html Reggie Suplido] ([http://www.internettablettalk.com/ Internet Tablet Talk]) and [http://www.neoncherry.com/ Krisse] ([http://tabletschool.blogspot.com/ Internet Tablet School])&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;11:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Summary: What can we get out of Fremantle&#039;&#039;&#039;, by [http://maemo.org/profile/view/peterschneider.html Peter Schneider] (Head of Product Marketing, Maemo Software @ Nokia) &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;12:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Break.&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;12:15&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &amp;lt;p&amp;gt;&#039;&#039;&#039;Lightning sessions&#039;&#039;&#039;, 5 min each. No more, no less.&lt;br /&gt;
# &#039;&#039;&#039;Maemo in police cars&#039;&#039;&#039;: presentation of an embedded project based on N800&#039;s [[User:smancke|Sebastian Mancke]]&lt;br /&gt;
# Developing Multilingual Multimodal Applications in Maemo. A Mobile Medical Speech Translator &amp;amp; A Mobile Meeting Calendar by [[User:ntsourak|Nikos Tsourakis]]&lt;br /&gt;
# An activist’s wish list: A location aware software suite to use in reporting, and forensic investigation of, human rights violations by [[User:TonyPercy|Tony Percy]]&lt;br /&gt;
# [http://liquid.googlepages.com/lcuk liqbase], by Gary Birkett ([http://maemo.org/profile/view/lcuk.html lcuk])&lt;br /&gt;
# Yannick Pellet (Nokia)&lt;br /&gt;
# Reality or Vision? - The Nokia tablets for mobile and desktop use. LiveDemo/Presentation with [http://xsisusb.garage.maemo.org/ USB2VGA Adapter], bluetooth [http://anyremote.sourceforge.net/ anyremote] control by [http://www.linuxvision.de/ Uwe Koch]. ([http://maemo.org/profile/view/asys3/ asys3]).&lt;br /&gt;
# &#039;&#039;&#039;Screencasting&#039;&#039;&#039;:  x11vnc and pyvnc2swf bring visual documentation to users by [[User:brontide|Eric Warnke]]&lt;br /&gt;
# [[Maemo User Interface Issues Overview (Presentation)|Maemo User Interface Issues Overview]], by [[User:Timsamoff |Tim Samoff]].&lt;br /&gt;
# [http://esbox.garage.maemo.org/ ESBox] and [http://pluthon.garage.maemo.org/ Pluthon] &#039;&#039;&#039;Eclipse&#039;&#039;&#039; plugins: how to use Eclipse to develop Maemo applications, bye [[User:andy80|Andrea Grandi]].&lt;br /&gt;
# [http://elisator.garage.maemo.org Elisator] project and how [http://easy.garage.maemo.org Easy] library has helped and how could be improved. Elisator has been developed for cow&#039;s milk analisys in poor Africa regions and it has been funded by [http://www.fao.org FAO]. (by [[user:jsmanrique|jsmanrique]])&lt;br /&gt;
# Teaser: maemo development using [http://illumination.sf.net Illumination] by [[User:framstag|Tim Teulings]].&lt;br /&gt;
# [http://dev.openbossa.org/trac/qedje/ QEdje], by [[user:etrunko|Eduardo Lima (Etrunko)]].&lt;br /&gt;
# Maemo Bug Jar: Origins, Results, and Future Plans, by Stephen Gadsby ([http://maemo.org/profile/view/sjgadsby/ sjgadsby]).&lt;br /&gt;
# &#039;&#039;&#039;STIX&#039;&#039;&#039;: Maemo Open Source test framework for Unit/Integration testing by Antti Heimola (Nokia)&lt;br /&gt;
# [http://www.internettablettalk.com/forums/showthread.php?t=21629 Debian in a chroot on the tablet], demo by Alan Bruce (qole).&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;14:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Lunch&amp;amp;#33;&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;15:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Meet the Maemo SW developers&#039;&#039;&#039; (a representation of the main platform and OSS teams developing Maemo @ Nokia + special guests)&lt;br /&gt;
|- &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Desktop&#039;&#039;&#039; by [http://maemo.org/profile/view/rodarvus/ Rodrigo Novo] (Nokia) and Matthew Allum (OpenedHand)&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Connectivity&#039;&#039;&#039; by [http://maemo.org/profile/view/kvalo.html Kalle Valo] and [http://maemo.org/profile/view/pfl.html Patrik Flykt]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Development Platform&#039;&#039;&#039; by [http://maemo.org/profile/view/bijjal/ Soumya Bijjal], [http://maemo.org/profile/view/kaltsi/ Juha Kallioinen] (tbc), [http://maemo.org/profile/view/marcell/ Marcell Lengyel], [http://maemo.org/profile/view/qgil.html Quim Gil]&lt;br /&gt;
|- &lt;br /&gt;
|  &#039;&#039;&#039;16:00&#039;&#039;&#039; &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Browser&#039;&#039;&#039; by [http://maemo.org/profile/view/andreypetrov.html Andrey Petrov], [http://maemo.org/profile/view/timeless.html timeless]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Real-Time Communication&#039;&#039;&#039; by [http://maemo.org/profile/view/kh_naba/ Naba Kumar] (tbc), [http://maemo.org/profile/view/mzabaluev/ Mikhail Zabaluev] (tbc)&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Technology &amp;amp; Architecture&#039;&#039;&#039; by [http://maemo.org/profile/view/jtukkine/ Juha Tukkinen], [http://maemo.org/profile/view/bittinen/ Mika Leppinen]&lt;br /&gt;
|- &lt;br /&gt;
|  &#039;&#039;&#039;17:00&#039;&#039;&#039; &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Core System&#039;&#039;&#039; by Kai Svahn (tbc), [http://maemo.org/profile/view/nakkebar/ Eero Tamminen], [http://maemo.org/profile/view/igor_stoppa.html Igor Stoppa], [http://maemo.org/profile/view/poussa.html Sakari Poussa]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Multimedia&#039;&#039;&#039; by [http://maemo.org/profile/view/ensonic.html Stefan Kost], [http://maemo.org/profile/view/luc/ Luc Pionchon]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[[Desktop_Search_Hackfest|Desktop Search Hackfest]]&#039;&#039;&#039; link, by [http://maemo.org/profile/view/konttori/ Urho Konttori], [http://maemo.org/profile/view/ifrade/ Iván Frade] + Jamie McCracken (Tracker)&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;18:00&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;c-base reconstruction project³ - be future compatible- reboot universe now&#039;&#039;&#039;&lt;br /&gt;
*learn more about the crashed spacestation c-base&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;18:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Chill out.&#039;&#039;&#039;&lt;br /&gt;
* Dinner, music, drinks tbd.&lt;br /&gt;
* Dress code recommended: t-shirt with the maemo.org logo of [[Maemo.org_logo_contest_submissions|your choice]]. DISCLAIMER: can&#039;t be the winner logo. ;)&lt;br /&gt;
: Now that the new logo has been chosen, what exactly does this mean? --[[User:timsamoff|timsamoff]] 12:24, 5 August 2008 (UTC)&lt;br /&gt;
:: Wear a t-shirt with a maemo.org logo that you like from the competition. The official one isn&#039;t allowed ;) --[[User:xfade|xfade]] 14:47, 5 August 2008 (UTC)&lt;br /&gt;
::: what if you liked the official one? --[[User:dneary|Dave Neary]] 22:14, 6 August 2008 (UTC)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|  width=&amp;quot;100%&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; bordercolor=&amp;quot;#000000&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
===Saturday 20===&lt;br /&gt;
&lt;br /&gt;
Coordinated by [[User:brontide| Eric Warnke]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  width=&amp;quot;53&amp;quot; | &#039;&#039;&#039;9:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Opening doors&#039;&#039;&#039; and wlan.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;9:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Open Source in Maemo: why and how&#039;&#039;&#039;, by [http://flors.wordpress.com/ Quim Gil] (marketing manager, open source - Maemo Software @ Nokia)&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;10:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Introducing the [[Task:Community Council|Maemo Community Council]]&#039;&#039;&#039;, by [[Community_Council|the members]].&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;10:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;&amp;quot;We are not the Users&amp;quot;: The hate and love behind the custom User experiences on Maemo.&#039;&#039;&#039; [[User:handful|Marcelo eduardo]]&lt;br /&gt;
|-&lt;br /&gt;
|  width=&amp;quot;53&amp;quot; | &#039;&#039;&#039;11:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;BoF: Future of maemo.org extras&#039;&#039;&#039;, by Niels (and Ed?)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;11:30&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Lightning sessions&#039;&#039;&#039;, 5 min each. No more, no less.&lt;br /&gt;
# &#039;&#039;&#039;mCalendar and mContact&#039;&#039;&#039;: advanced syncing with google services [[User:khertan|Benoît HERVIER]]&lt;br /&gt;
# Cloud storage: Improve you app by syncing with internet services like Google Docs or Picasaweb by [[User:brontide|Eric Warnke]]&lt;br /&gt;
# Converting videos on Linux using [http://mediautils.garage.maemo.org/tablet-encode.html tablet-encode], by Andrew Flegg ([http://maemo.org/profile/view/jaffa/ Jaffa])&lt;br /&gt;
# &#039;&#039;&#039;py2deb&#039;&#039;&#039;: packaging your app onboard using py2deb and extras autobuilder [[User:khertan|Benoît HERVIER]]&lt;br /&gt;
# &#039;&#039;&#039;WorldTV99&#039;&#039;&#039;: Watching TV on your tablet by [[User:bunanson|bunanson]] and koos&lt;br /&gt;
# Podcasts on NITs with [http://maemo.gpodder.org/ gPodder] and [http://thpinfo.com/2008/panucci/ Panucci] by ([http://maemo.org/profile/view/thp.html Thomas Perl])&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;12:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Break&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;TRACKS&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Community/Discussion&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Development&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Core Platform&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;12:30&#039;&#039;&#039; &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Nokia &amp;amp; Productivity Tools&#039;&#039;&#039;, by Miika Kuha&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Packaging and publishing software&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[http://clutter-project.org/ Clutter]&#039;&#039;&#039;, by [http://butterfeet.org/ Matthew Allum] ([http://o-hand.com/ OpenedHand])&lt;br /&gt;
|- &lt;br /&gt;
|  &#039;&#039;&#039;13:00&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[http://dev.openbossa.org/trac/mamona Mamona] &amp;amp;amp; Maemo: 2 way contribution (How to learn and grow up together)&#039;&#039;&#039;, by Mamona developers from INdT. &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Porting Applications and exploiting the maemo platform&#039;&#039;&#039;  lead by [[User:anidel|Aniello Del Sorbo]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;maemo.org extras Package Cleanup Sprint&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
|  &#039;&#039;&#039;13:30&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[[Maemo User Interface Issues (Presentation)|Maemo User Interface Issues]]&#039;&#039;&#039;,  by [[User:Timsamoff |Tim Samoff]].&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Using [http://mud-builder.garage.maemo.org/ mud-builder] to build packages&#039;&#039;&#039;, by [[User:Jaffa|Jaffa]].&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[http://blog.haerwu.biz/2008/08/01/nokia-n8x0-emulation-part-ii/ Maemo in QEMU N8x0 emulation:]&#039;&#039;&#039; by [[User:hrw|Marcin &#039;hrw&#039; Juszkiewicz]]&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;14:00&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;  | &#039;&#039;&#039;Lunch&amp;amp;#33;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;15:00&#039;&#039;&#039; &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; rowspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Workshop: Maemo hacking introduction&#039;&#039;&#039;: coordinated by [[User:kate |Kate Alhola]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Embedded Webapps&#039;&#039;&#039; Using webpy framework for on tablet web services by [[user:fpp]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;maemo.org website redesign meeting&#039;&#039;&#039;: A meeting to specify the design requirements for restyling the maemo.org website (reference: [[Task:Improving_maemo.org#maemo.org_homepage_refresh|Homepage Refresh]] &amp;amp; [[Task:Maemo.org_facelift|maemo.org Facelift]]). by [[User:xfade|Niels Breet]]&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;15:30&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Introduction To Telepathy:&#039;&#039;&#039;  Components and use on the maemo platform. by Marco Barisione from [http://www.collabora.co.uk Collabora]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Introduction to DSP programming&#039;&#039;&#039; by [[User:lardman|Simon Pickering]]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;16:00&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Building a Business on Maemo:&#039;&#039;&#039; by [[User:dob|Doug Petkanics]] from [http://frogmetrics.com Frogmetrics]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Qt Maemo-Hildon Port &amp;amp; How to Develop Qt Application for the Maemo Platform&#039;&#039;&#039;, by [[User:kate |Kate Alhola]] &amp;amp; [[User:gnuton |Antonio Aloisio]].&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;BoF: Building a vector data extension to maemo Mapper&#039;&#039;&#039; Soliciting feedback and developers for the project. by [[user:gnuite]]&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;16:30&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[[User:Andre/Presentations|Bugsquad meeting]]&#039;&#039;&#039; Anybody interested in helping managing the Maemo bugs is welcome! Hosted by [[User:Andre|Andre Klapper]] and [[User:Karstenb|Karsten Bräckelmann]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | [[Google Data API for Python (Presentation)|&#039;&#039;&#039;Introduction to Google&#039;s python based Data API&#039;s&#039;&#039;&#039;]]  by [[User:Brontide|Eric Warnke]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Introduction to WebKit&#039;&#039;&#039; Come see WebKit&#039;s internals, 2 of its ports (Gtk and Qt). by [[User:pierlux |Pierre-Luc Beaudoin]] from [http://www.collabora.co.uk Collabora]&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;17:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | [[2010 Agenda|&#039;&#039;&#039;Maemo 2010&#039;&#039;&#039;]]: Brainstorming session  discussing current status / future desires for the Maemo platform. Where do we want to go in the next 24 months?  What can we learn and share from other mobile platforms?  Bring the whole community together to get input.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;18:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;End.&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Venue ==&lt;br /&gt;
&lt;br /&gt;
The Maemo Summit is held in the headquarter of &#039;&#039;&#039;[http://www.c-base.org c-base]&#039;&#039;&#039; and the contiguous [http://www.eti-berlin.de/ eti Schauspielschule Berlin]. &lt;br /&gt;
&lt;br /&gt;
c-base is a non-profit association which has about 300 members. The purpose of this association is to increase knowledge and know-how regarding computer software, hardware and data networks ([http://en.wikipedia.org/wiki/C-base more]). eti Berlin is a school of actors based in a building with several rooms and a total surface available of 1.200m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;. The perfect mix, full of creativity!&lt;br /&gt;
&lt;br /&gt;
See [http://share.ovi.com/channel/qgil.public the videos].&lt;br /&gt;
&lt;br /&gt;
c-base is in the very Mitte of Berlin. [http://maps.google.co.uk/maps?ie=UTF-8&amp;amp;oe=utf-8&amp;amp;rls=com.ubuntu:en-GB:unofficial&amp;amp;client=firefox-a&amp;amp;um=1&amp;amp;q=c-base&amp;amp;near=Berlin,+Germany&amp;amp;fb=1&amp;amp;cid=0,0,5828762841994571845&amp;amp;sa=X&amp;amp;oi=local_result&amp;amp;resnum=1&amp;amp;ct=image Map]&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
&#039;&#039;&#039;[https://maemo.org/news/events/registrations/register/2f91448248e711dd8bcbb7b26102ad49ad49.html REGISTER]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It&#039;s the first Maemo Summit and it is good to know in advance who plans to attend, to fine tune practicalities and have enough space, connection, drinks, food.&lt;br /&gt;
&lt;br /&gt;
Yes, the entrance is free. Registration is still requested for planning purposes.&lt;br /&gt;
&lt;br /&gt;
== Travel ==&lt;br /&gt;
See [[Maemo_Summit_2008/Travel|when people are arriving in and leaving Berlin]].&lt;br /&gt;
&lt;br /&gt;
[[Talk:Maemo_Summit_2008#Travel|Apparently]] there are options as affordable as 20€ including taxes from Stansted! [[Talk:Maemo_Summit_2008#Travel|Share your travel tips]] from different locations.&lt;br /&gt;
&lt;br /&gt;
== Accommodation ==&lt;br /&gt;
See [[Maemo Summit 2008/Accommodation]].&lt;br /&gt;
&lt;br /&gt;
== Sponsoring community contributors ==&lt;br /&gt;
&lt;br /&gt;
See [[Maemo Summit 2008/Sponsorship]].&lt;br /&gt;
&lt;br /&gt;
== Maemo in the OSiM program ==&lt;br /&gt;
See [[Maemo in OSiM World 2008]].&lt;br /&gt;
&lt;br /&gt;
== Organization ==&lt;br /&gt;
See [[Maemo_Summit_2008/Organization]]. Volunteers needed!&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
Feel free to share/spread/forward/email...&lt;br /&gt;
&lt;br /&gt;
* [http://upcoming.yahoo.com/event/839617/ Maemo summit on Upcoming!]&lt;br /&gt;
* [http://www.facebook.com/event.php?eid=16582874206 Maemo summit on Facebook - requires FB registration]&lt;br /&gt;
* [http://www.internettablettalk.com/forums/showthread.php?t=21569 Maemo summit discussion at Internet Tablet Talk]&lt;br /&gt;
* [http://lwn.net/Calendar/Monthly/2008-09/ LWN Calendar]&lt;br /&gt;
&lt;br /&gt;
[[Events]]&lt;/div&gt;</summary>
		<author><name>84.22.107.1</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Maemo_Summit_2008&amp;diff=19521</id>
		<title>Maemo Summit 2008</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Maemo_Summit_2008&amp;diff=19521"/>
		<updated>2008-09-11T21:33:00Z</updated>

		<summary type="html">&lt;p&gt;84.22.107.1: c-base reconstruction project³&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[image:C-logo_claim_blue.png‎|right]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Join the first Maemo Summit&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Berlin, September 19-20&#039;&#039;&#039; @ [http://c-base.org/ c-base] - right after the OSiM World http://www.osimworld.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[https://maemo.org/news/events/registrations/register/2f91448248e711dd8bcbb7b26102ad49ad49.html Free registration]&#039;&#039;&#039; - &#039;&#039;&#039;[http://maemo.org/news/events/maemo_summit-001/ Who is attending]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In Maemo Summit 2008 you will learn more about Nokia&#039;s Linux platform and its evolution. Meet the core team, 3rd party professional developers and key community contributors. Showcase and discuss your work. Learn, share, hack. And have fun!&lt;br /&gt;
&lt;br /&gt;
The [http://www.osimworld.com Open Source in Mobile World] conference is an interesting venue to know more about the business and technical context of the Maemo platform. Nokia is active in this event and invites the Maemo community to join it. After the conference we propose the first Maemo Summit calling to all contributors.&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
&lt;br /&gt;
The program is still open. You can propose improvements in the [[Talk:Maemo summit 2008|discussion]] page.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The sessions and names are confirmed but the day/time they are scheduled might still change.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|  width=&amp;quot;100%&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; bordercolor=&amp;quot;#000000&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
=== Friday 19 ===&lt;br /&gt;
|- &lt;br /&gt;
|  width=&amp;quot;112&amp;quot; | &#039;&#039;&#039;9:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Opening doors&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;9:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Welcome&amp;amp;#33;&#039;&#039;&#039;, by [http://maemo.org/profile/view/jaaksi/ Ari Jaaksi] (VP - Maemo Software @ Nokia)&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;10:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;The outside view&#039;&#039;&#039;, by [http://dailythemes.wordpress.com/ Jay Sullivan] ([http://www.mozilla.com/ Mozilla Corp.]) &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;10:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; |  &#039;&#039;&#039;Hildon UI Vision&#039;&#039;&#039;, by Harri Kiljander (Director, User Experience - Maemo Software @ Nokia)&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;11:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;What Maemo users want&#039;&#039;&#039;, by [http://tabletblog.com/2008/05/3rd-anniversary-community-spotlight.html Reggie Suplido] ([http://www.internettablettalk.com/ Internet Tablet Talk]) and [http://www.neoncherry.com/ Krisse] ([http://tabletschool.blogspot.com/ Internet Tablet School])&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;11:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Summary: What can we get out of Fremantle&#039;&#039;&#039;, by [http://maemo.org/profile/view/peterschneider.html Peter Schneider] (Head of Product Marketing, Maemo Software @ Nokia) &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;12:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Break.&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;12:15&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &amp;lt;p&amp;gt;&#039;&#039;&#039;Lightning sessions&#039;&#039;&#039;, 5 min each. No more, no less.&lt;br /&gt;
# &#039;&#039;&#039;Maemo in police cars&#039;&#039;&#039;: presentation of an embedded project based on N800&#039;s [[User:smancke|Sebastian Mancke]]&lt;br /&gt;
# Developing Multilingual Multimodal Applications in Maemo. A Mobile Medical Speech Translator &amp;amp; A Mobile Meeting Calendar by [[User:ntsourak|Nikos Tsourakis]]&lt;br /&gt;
# An activist’s wish list: A location aware software suite to use in reporting, and forensic investigation of, human rights violations by [[User:TonyPercy|Tony Percy]]&lt;br /&gt;
# [http://liquid.googlepages.com/lcuk liqbase], by Gary Birkett ([http://maemo.org/profile/view/lcuk.html lcuk])&lt;br /&gt;
# Yannick Pellet (Nokia)&lt;br /&gt;
# Reality or Vision? - The Nokia tablets for mobile and desktop use. LiveDemo/Presentation with [http://xsisusb.garage.maemo.org/ USB2VGA Adapter], bluetooth [http://anyremote.sourceforge.net/ anyremote] control by [http://www.linuxvision.de/ Uwe Koch]. ([http://maemo.org/profile/view/asys3/ asys3]).&lt;br /&gt;
# &#039;&#039;&#039;Screencasting&#039;&#039;&#039;:  x11vnc and pyvnc2swf bring visual documentation to users by [[User:brontide|Eric Warnke]]&lt;br /&gt;
# [[Maemo User Interface Issues Overview (Presentation)|Maemo User Interface Issues Overview]], by [[User:Timsamoff |Tim Samoff]].&lt;br /&gt;
# [http://esbox.garage.maemo.org/ ESBox] and [http://pluthon.garage.maemo.org/ Pluthon] &#039;&#039;&#039;Eclipse&#039;&#039;&#039; plugins: how to use Eclipse to develop Maemo applications, bye [[User:andy80|Andrea Grandi]].&lt;br /&gt;
# [http://elisator.garage.maemo.org Elisator] project and how [http://easy.garage.maemo.org Easy] library has helped and how could be improved. Elisator has been developed for cow&#039;s milk analisys in poor Africa regions and it has been funded by [http://www.fao.org FAO]. (by [[user:jsmanrique|jsmanrique]])&lt;br /&gt;
# Teaser: maemo development using [http://illumination.sf.net Illumination] by [[User:framstag|Tim Teulings]].&lt;br /&gt;
# [http://dev.openbossa.org/trac/qedje/ QEdje], by [[user:etrunko|Eduardo Lima (Etrunko)]].&lt;br /&gt;
# Maemo Bug Jar: Origins, Results, and Future Plans, by Stephen Gadsby ([http://maemo.org/profile/view/sjgadsby/ sjgadsby]).&lt;br /&gt;
# &#039;&#039;&#039;STIX&#039;&#039;&#039;: Maemo Open Source test framework for Unit/Integration testing by Antti Heimola (Nokia)&lt;br /&gt;
# [http://www.internettablettalk.com/forums/showthread.php?t=21629 Debian in a chroot on the tablet], demo by Alan Bruce (qole).&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;14:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Lunch&amp;amp;#33;&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;15:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Meet the Maemo SW developers&#039;&#039;&#039; (a representation of the main platform and OSS teams developing Maemo @ Nokia + special guests)&lt;br /&gt;
|- &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Desktop&#039;&#039;&#039; by [http://maemo.org/profile/view/rodarvus/ Rodrigo Novo] (Nokia) and Matthew Allum (OpenedHand)&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Connectivity&#039;&#039;&#039; by [http://maemo.org/profile/view/kvalo.html Kalle Valo] and [http://maemo.org/profile/view/pfl.html Patrik Flykt]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Development Platform&#039;&#039;&#039; by [http://maemo.org/profile/view/bijjal/ Soumya Bijjal], [http://maemo.org/profile/view/kaltsi/ Juha Kallioinen] (tbc), [http://maemo.org/profile/view/marcell/ Marcell Lengyel], [http://maemo.org/profile/view/qgil.html Quim Gil]&lt;br /&gt;
|- &lt;br /&gt;
|  &#039;&#039;&#039;16:00&#039;&#039;&#039; &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Browser&#039;&#039;&#039; by [http://maemo.org/profile/view/andreypetrov.html Andrey Petrov], [http://maemo.org/profile/view/timeless.html timeless]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Real-Time Communication&#039;&#039;&#039; by [http://maemo.org/profile/view/kh_naba/ Naba Kumar] (tbc), [http://maemo.org/profile/view/mzabaluev/ Mikhail Zabaluev] (tbc)&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Technology &amp;amp; Architecture&#039;&#039;&#039; by [http://maemo.org/profile/view/jtukkine/ Juha Tukkinen], [http://maemo.org/profile/view/bittinen/ Mika Leppinen]&lt;br /&gt;
|- &lt;br /&gt;
|  &#039;&#039;&#039;17:00&#039;&#039;&#039; &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Core System&#039;&#039;&#039; by Kai Svahn (tbc), [http://maemo.org/profile/view/nakkebar/ Eero Tamminen], [http://maemo.org/profile/view/igor_stoppa.html Igor Stoppa], [http://maemo.org/profile/view/poussa.html Sakari Poussa]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Multimedia&#039;&#039;&#039; by [http://maemo.org/profile/view/ensonic.html Stefan Kost], [http://maemo.org/profile/view/luc/ Luc Pionchon]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[[Desktop_Search_Hackfest|Desktop Search Hackfest]]&#039;&#039;&#039; link, by [http://maemo.org/profile/view/konttori/ Urho Konttori], [http://maemo.org/profile/view/ifrade/ Iván Frade] + Jamie McCracken (Tracker)&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;&#039;18:30&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;c-base reconstruction project³ - be future compatible- reboot universe now&#039;&#039;&#039;&lt;br /&gt;
*learn more about the crashed spacestation c-base&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;18:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Chill out.&#039;&#039;&#039;&lt;br /&gt;
* Dinner, music, drinks tbd.&lt;br /&gt;
* Dress code recommended: t-shirt with the maemo.org logo of [[Maemo.org_logo_contest_submissions|your choice]]. DISCLAIMER: can&#039;t be the winner logo. ;)&lt;br /&gt;
: Now that the new logo has been chosen, what exactly does this mean? --[[User:timsamoff|timsamoff]] 12:24, 5 August 2008 (UTC)&lt;br /&gt;
:: Wear a t-shirt with a maemo.org logo that you like from the competition. The official one isn&#039;t allowed ;) --[[User:xfade|xfade]] 14:47, 5 August 2008 (UTC)&lt;br /&gt;
::: what if you liked the official one? --[[User:dneary|Dave Neary]] 22:14, 6 August 2008 (UTC)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|  width=&amp;quot;100%&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; bordercolor=&amp;quot;#000000&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
&lt;br /&gt;
===Saturday 20===&lt;br /&gt;
&lt;br /&gt;
Coordinated by [[User:brontide| Eric Warnke]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  width=&amp;quot;53&amp;quot; | &#039;&#039;&#039;9:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Opening doors&#039;&#039;&#039; and wlan.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;9:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Open Source in Maemo: why and how&#039;&#039;&#039;, by [http://flors.wordpress.com/ Quim Gil] (marketing manager, open source - Maemo Software @ Nokia)&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;10:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Introducing the [[Task:Community Council|Maemo Community Council]]&#039;&#039;&#039;, by [[Community_Council|the members]].&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;10:30&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;&amp;quot;We are not the Users&amp;quot;: The hate and love behind the custom User experiences on Maemo.&#039;&#039;&#039; [[User:handful|Marcelo eduardo]]&lt;br /&gt;
|-&lt;br /&gt;
|  width=&amp;quot;53&amp;quot; | &#039;&#039;&#039;11:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;BoF: Future of maemo.org extras&#039;&#039;&#039;, by Niels (and Ed?)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;11:30&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Lightning sessions&#039;&#039;&#039;, 5 min each. No more, no less.&lt;br /&gt;
# &#039;&#039;&#039;mCalendar and mContact&#039;&#039;&#039;: advanced syncing with google services [[User:khertan|Benoît HERVIER]]&lt;br /&gt;
# Cloud storage: Improve you app by syncing with internet services like Google Docs or Picasaweb by [[User:brontide|Eric Warnke]]&lt;br /&gt;
# Converting videos on Linux using [http://mediautils.garage.maemo.org/tablet-encode.html tablet-encode], by Andrew Flegg ([http://maemo.org/profile/view/jaffa/ Jaffa])&lt;br /&gt;
# &#039;&#039;&#039;py2deb&#039;&#039;&#039;: packaging your app onboard using py2deb and extras autobuilder [[User:khertan|Benoît HERVIER]]&lt;br /&gt;
# &#039;&#039;&#039;WorldTV99&#039;&#039;&#039;: Watching TV on your tablet by [[User:bunanson|bunanson]] and koos&lt;br /&gt;
# Podcasts on NITs with [http://maemo.gpodder.org/ gPodder] and [http://thpinfo.com/2008/panucci/ Panucci] by ([http://maemo.org/profile/view/thp.html Thomas Perl])&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;12:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;Break&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;TRACKS&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Community/Discussion&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Development&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Core Platform&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;12:30&#039;&#039;&#039; &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Nokia &amp;amp; Productivity Tools&#039;&#039;&#039;, by Miika Kuha&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Packaging and publishing software&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[http://clutter-project.org/ Clutter]&#039;&#039;&#039;, by [http://butterfeet.org/ Matthew Allum] ([http://o-hand.com/ OpenedHand])&lt;br /&gt;
|- &lt;br /&gt;
|  &#039;&#039;&#039;13:00&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[http://dev.openbossa.org/trac/mamona Mamona] &amp;amp;amp; Maemo: 2 way contribution (How to learn and grow up together)&#039;&#039;&#039;, by Mamona developers from INdT. &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Porting Applications and exploiting the maemo platform&#039;&#039;&#039;  lead by [[User:anidel|Aniello Del Sorbo]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;maemo.org extras Package Cleanup Sprint&#039;&#039;&#039;&lt;br /&gt;
|- &lt;br /&gt;
|  &#039;&#039;&#039;13:30&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[[Maemo User Interface Issues (Presentation)|Maemo User Interface Issues]]&#039;&#039;&#039;,  by [[User:Timsamoff |Tim Samoff]].&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Using [http://mud-builder.garage.maemo.org/ mud-builder] to build packages&#039;&#039;&#039;, by [[User:Jaffa|Jaffa]].&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[http://blog.haerwu.biz/2008/08/01/nokia-n8x0-emulation-part-ii/ Maemo in QEMU N8x0 emulation:]&#039;&#039;&#039; by [[User:hrw|Marcin &#039;hrw&#039; Juszkiewicz]]&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;14:00&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;  | &#039;&#039;&#039;Lunch&amp;amp;#33;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;15:00&#039;&#039;&#039; &lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; rowspan=&amp;quot;2&amp;quot; | &#039;&#039;&#039;Workshop: Maemo hacking introduction&#039;&#039;&#039;: coordinated by [[User:kate |Kate Alhola]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Embedded Webapps&#039;&#039;&#039; Using webpy framework for on tablet web services by [[user:fpp]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;maemo.org website redesign meeting&#039;&#039;&#039;: A meeting to specify the design requirements for restyling the maemo.org website (reference: [[Task:Improving_maemo.org#maemo.org_homepage_refresh|Homepage Refresh]] &amp;amp; [[Task:Maemo.org_facelift|maemo.org Facelift]]). by [[User:xfade|Niels Breet]]&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;15:30&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Introduction To Telepathy:&#039;&#039;&#039;  Components and use on the maemo platform. by Marco Barisione from [http://www.collabora.co.uk Collabora]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Introduction to DSP programming&#039;&#039;&#039; by [[User:lardman|Simon Pickering]]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;16:00&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Building a Business on Maemo:&#039;&#039;&#039; by [[User:dob|Doug Petkanics]] from [http://frogmetrics.com Frogmetrics]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Qt Maemo-Hildon Port &amp;amp; How to Develop Qt Application for the Maemo Platform&#039;&#039;&#039;, by [[User:kate |Kate Alhola]] &amp;amp; [[User:gnuton |Antonio Aloisio]].&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;BoF: Building a vector data extension to maemo Mapper&#039;&#039;&#039; Soliciting feedback and developers for the project. by [[user:gnuite]]&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;16:30&#039;&#039;&#039;&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;[[User:Andre/Presentations|Bugsquad meeting]]&#039;&#039;&#039; Anybody interested in helping managing the Maemo bugs is welcome! Hosted by [[User:Andre|Andre Klapper]] and [[User:Karstenb|Karsten Bräckelmann]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | [[Google Data API for Python (Presentation)|&#039;&#039;&#039;Introduction to Google&#039;s python based Data API&#039;s&#039;&#039;&#039;]]  by [[User:Brontide|Eric Warnke]]&lt;br /&gt;
|  width=&amp;quot;33%&amp;quot; | &#039;&#039;&#039;Introduction to WebKit&#039;&#039;&#039; Come see WebKit&#039;s internals, 2 of its ports (Gtk and Qt). by [[User:pierlux |Pierre-Luc Beaudoin]] from [http://www.collabora.co.uk Collabora]&lt;br /&gt;
|-&lt;br /&gt;
|  &#039;&#039;&#039;17:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | [[2010 Agenda|&#039;&#039;&#039;Maemo 2010&#039;&#039;&#039;]]: Brainstorming session  discussing current status / future desires for the Maemo platform. Where do we want to go in the next 24 months?  What can we learn and share from other mobile platforms?  Bring the whole community together to get input.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;18:00&#039;&#039;&#039;&lt;br /&gt;
|  colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;End.&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Venue ==&lt;br /&gt;
&lt;br /&gt;
The Maemo Summit is held in the headquarter of &#039;&#039;&#039;[http://www.c-base.org c-base]&#039;&#039;&#039; and the contiguous [http://www.eti-berlin.de/ eti Schauspielschule Berlin]. &lt;br /&gt;
&lt;br /&gt;
c-base is a non-profit association which has about 300 members. The purpose of this association is to increase knowledge and know-how regarding computer software, hardware and data networks ([http://en.wikipedia.org/wiki/C-base more]). eti Berlin is a school of actors based in a building with several rooms and a total surface available of 1.200m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;. The perfect mix, full of creativity!&lt;br /&gt;
&lt;br /&gt;
See [http://share.ovi.com/channel/qgil.public the videos].&lt;br /&gt;
&lt;br /&gt;
c-base is in the very Mitte of Berlin. [http://maps.google.co.uk/maps?ie=UTF-8&amp;amp;oe=utf-8&amp;amp;rls=com.ubuntu:en-GB:unofficial&amp;amp;client=firefox-a&amp;amp;um=1&amp;amp;q=c-base&amp;amp;near=Berlin,+Germany&amp;amp;fb=1&amp;amp;cid=0,0,5828762841994571845&amp;amp;sa=X&amp;amp;oi=local_result&amp;amp;resnum=1&amp;amp;ct=image Map]&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
&#039;&#039;&#039;[https://maemo.org/news/events/registrations/register/2f91448248e711dd8bcbb7b26102ad49ad49.html REGISTER]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It&#039;s the first Maemo Summit and it is good to know in advance who plans to attend, to fine tune practicalities and have enough space, connection, drinks, food.&lt;br /&gt;
&lt;br /&gt;
Yes, the entrance is free. Registration is still requested for planning purposes.&lt;br /&gt;
&lt;br /&gt;
== Travel ==&lt;br /&gt;
See [[Maemo_Summit_2008/Travel|when people are arriving in and leaving Berlin]].&lt;br /&gt;
&lt;br /&gt;
[[Talk:Maemo_Summit_2008#Travel|Apparently]] there are options as affordable as 20€ including taxes from Stansted! [[Talk:Maemo_Summit_2008#Travel|Share your travel tips]] from different locations.&lt;br /&gt;
&lt;br /&gt;
== Accommodation ==&lt;br /&gt;
See [[Maemo Summit 2008/Accommodation]].&lt;br /&gt;
&lt;br /&gt;
== Sponsoring community contributors ==&lt;br /&gt;
&lt;br /&gt;
See [[Maemo Summit 2008/Sponsorship]].&lt;br /&gt;
&lt;br /&gt;
== Maemo in the OSiM program ==&lt;br /&gt;
See [[Maemo in OSiM World 2008]].&lt;br /&gt;
&lt;br /&gt;
== Organization ==&lt;br /&gt;
See [[Maemo_Summit_2008/Organization]]. Volunteers needed!&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
Feel free to share/spread/forward/email...&lt;br /&gt;
&lt;br /&gt;
* [http://upcoming.yahoo.com/event/839617/ Maemo summit on Upcoming!]&lt;br /&gt;
* [http://www.facebook.com/event.php?eid=16582874206 Maemo summit on Facebook - requires FB registration]&lt;br /&gt;
* [http://www.internettablettalk.com/forums/showthread.php?t=21569 Maemo summit discussion at Internet Tablet Talk]&lt;br /&gt;
* [http://lwn.net/Calendar/Monthly/2008-09/ LWN Calendar]&lt;br /&gt;
&lt;br /&gt;
[[Events]]&lt;/div&gt;</summary>
		<author><name>84.22.107.1</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Task:Maemo_Summit_2008/Organization&amp;diff=39994</id>
		<title>Task:Maemo Summit 2008/Organization</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Task:Maemo_Summit_2008/Organization&amp;diff=39994"/>
		<updated>2008-09-04T21:30:56Z</updated>

		<summary type="html">&lt;p&gt;84.22.107.1: /* Overall coordination */ added housetier&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{task|ongoing}}&lt;br /&gt;
&lt;br /&gt;
There is plenty of things to do for the [[Maemo Summit 2008]] and you can help in any of them.&lt;br /&gt;
&lt;br /&gt;
Propose yourself in any of the &#039;&#039;Who?&#039;&#039; vacant cordination roles. Add yourself to any task you want to volunteer.&lt;br /&gt;
&lt;br /&gt;
== Infrastructure ==&lt;br /&gt;
Rooms, equipement, wlan, caffeine.&lt;br /&gt;
&lt;br /&gt;
Quim (Nokia) and Tierhouse (c-base) coordinate.&lt;br /&gt;
&lt;br /&gt;
* Infrastructure and services agreed with c-base. The infrastructure planned can absorb 150-200 people, which is the expected attendance.&lt;br /&gt;
** One [http://share.ovi.com/media/qgil.public/qgil.10003?sort=5 big room] and 2 medium for the Summit tracks.&lt;br /&gt;
** One small room for the [[Desktop Serach Hackfest]].&lt;br /&gt;
** [http://share.ovi.com/media/qgil.public/qgil.10002?sort=5 c-base] social [http://share.ovi.com/media/qgil.public/qgil.10001?sort=5 space].&lt;br /&gt;
** Wardrobe, watched storage for gear.&lt;br /&gt;
** Two bars at c-base and actor school: free tea, coffee, water. Soft drinks 2€.&lt;br /&gt;
** Tables, chairs, power chords, projectors.&lt;br /&gt;
** Wlan&lt;br /&gt;
** Reception, security.&lt;br /&gt;
** Cleaning before, during (e.g. empty bottles), and after the event.&lt;br /&gt;
** Technical support (mics, wlan, electricity)..&lt;br /&gt;
** Lunch.&lt;br /&gt;
&lt;br /&gt;
* 3 tablets with video out will be available to speakers.&lt;br /&gt;
** Recording screencasts. Through VNC client and PC? Through video card? Screencast recorder installed in device??? &#039;&#039;&#039;OPEN, OPTIONAL&#039;&#039;&#039;&lt;br /&gt;
* Ideally 3 laptops available as well, to avoid technical problems with projects. &#039;&#039;&#039;OPEN, OPTIONAL&#039;&#039;&#039;&lt;br /&gt;
** While PDF&#039;s are going to work, what other formats will be supported on the laptops?  ( PowerPoint version?, Video formats?).  A browser is presumed, but what about SSH or other tools?  I just want to make sure that if my own equipment becomes unusable/unavailable that my presentations are 100% portable to one of these loaner devices. [[User:brontide|brontide]] 15:47, 8 August 2008 (UTC)&lt;br /&gt;
***I&#039;m sure enough of us will be around with laptops for &#039;backup&#039;. If you worried brontide I can install what ever you need on my laptop just in case yours goes &#039;pop&#039; at the summit [[User:baloo|baloo]]&lt;br /&gt;
** I can still connect my macbook correct? --[[User:rsuplido|Reggie]] 19:24, 8 August 2008 (UTC)&lt;br /&gt;
* Central place to link to all presentations and materials used. &#039;&#039;&#039;OPEN&#039;&#039;&#039; It&#039;s an important detail but easy to fix, to be decided.&lt;br /&gt;
&lt;br /&gt;
== Sponsored participants ==&lt;br /&gt;
Approval, instructions, expense claims.&lt;br /&gt;
&lt;br /&gt;
Quim coordinates the approval and anything having to do with money and Nokia.&lt;br /&gt;
&lt;br /&gt;
* List of sponsored participants closed, including Maemo community meembers, bloggers and [[Desktop Search Hackfest]] participants. See the &amp;quot;Accepted&amp;quot; in the [http://maemo.org/news/events/maemo_summit-001/ registration list].&lt;br /&gt;
&lt;br /&gt;
== OSiM ==&lt;br /&gt;
Maemo activities at http://www.osimworld.com, registration discount.&lt;br /&gt;
&lt;br /&gt;
Quim coordinates since this is mostly about Nokia driven stuff.&lt;br /&gt;
&lt;br /&gt;
* The list of sponsored community members is available at [[Maemo_in_OSiM_World_2008]].&lt;br /&gt;
* The developer session on Thursday 18 will have more than what is explained in the program, based on what Ari Jaaksi will present on Wed 17. Erkko Antila (Fremantle product manager), Quim Gil (OSS marketing manager) and Niels Breet (maemo.org webmaster) will share the schedule to discuss software offering, development platform and Maemo community.&lt;br /&gt;
* There will be a 3x2m stand shared between Maemo SW / Nokia and maemo.org /Community. Teemu Sorvisto and Eric Warnke coordinate from Nokia &amp;amp; community side.&lt;br /&gt;
::Eric can&#039;t organise the OSiM exhibit as he is arriving late. He has passed on the mantle to me. [[User:baloo|baloo]]&lt;br /&gt;
* There is a plan for a exhibit: [[Maemo_Summit_2008/Exhibit]].&lt;br /&gt;
&lt;br /&gt;
== Program ==&lt;br /&gt;
Define the [[Maemo_Summit_2008#Schedule|schedule]].&lt;br /&gt;
&lt;br /&gt;
Quim coordinates the schedule on Friday, the Nokia strong day.&lt;br /&gt;
[[User:brontide|Eric Warnke]] coordinates the schedule on Saturday, the community strong day.&lt;br /&gt;
&lt;br /&gt;
* Progressing fine. Should we put any deadline for proposals to &#039;&#039;scare&#039;&#039; people and make them submit? We can always have last minute changes.--[[User:qgil|qgil]] 22:34, 15 July 2008 (UTC)&lt;br /&gt;
* Sarturday starts to need some structure, although we can wait to know better what are the sessions proposed.--[[User:qgil|qgil]] 22:34, 15 July 2008 (UTC)&lt;br /&gt;
:Please post your proposals for sessions at [[Talk:Maemo_Summit_2008#Lightning_sessions]] or [[Talk:Maemo_Summit_2008#BoFs_and_workshops]].--[[User:qgil|qgil]] 19:19, 17 July 2008 (UTC)&lt;br /&gt;
:: I have volunteered myself for Saturday scheduling, I&#039;ll get this beaten into a reasonable schedule soon. [[User:brontide|brontide]] 02:54, 25 July 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Merchandising ==&lt;br /&gt;
Shirts, stickers and lanyards with the new maemo.org logo are planned.&lt;br /&gt;
&lt;br /&gt;
Coordinated by [http://maemo.org/profile/view/luovanto.html Jussi].&lt;br /&gt;
&lt;br /&gt;
* We got a new logo to use [[Image:Maemo_org_logo_colour.png]].&lt;br /&gt;
* Then we will need asap lovely designs for a shirt and a sticker optimized for tablets. We will also produce lanyards for the Summit badges. Glaubert works on this.&lt;br /&gt;
* Amounts and sizes to be defined. The reference is the distribution used for GUADEC&#039;06, that went well. Man: 25 XXL - 175 XL - 225 L - 150 M - 50 S. Woman 25 XL - 25 L - 25 M - 10 S. This time we can add shirts for small children since it seems that there are many young parents in the Maemo community.&lt;br /&gt;
* Shirts produced in Helsinki so Jussi can check samples and make sure everything is fine.&lt;br /&gt;
* Possibility to send out some to key contributors? To be considered specially if this doesn&#039;t bring extra work to Nokians (and to Quim to be more precise)  :)&lt;br /&gt;
:Jussi investigates, any ideas welcome.--[[User:qgil|qgil]] 11:48, 31 July 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Marketing &amp;amp; coverage ==&lt;br /&gt;
Inform and engage before, during and after the Summit.&lt;br /&gt;
&lt;br /&gt;
Coordinated by Who? (Nokia) and Who? (Maemo community). Perhaps Who? (c-base) as well. &lt;br /&gt;
&lt;br /&gt;
* Specific tasks to be defined.&lt;br /&gt;
* Priority: cover the sponsorship budget with the best contributors asap.&lt;br /&gt;
* Priority: keep the registration up to 150 people getting the relevant people in the Maemo community and upstream.&lt;br /&gt;
* Jussi and Teemu from the Maemo SW marketing team will help. Back from holidays in August.&lt;br /&gt;
* [[User:baloo |Jamie Bennett]] proposes [[Maemo_Summit_2008_recordings|video coverage]]. Time to get into concrete plans.&lt;br /&gt;
* [[User:andy80|Andrea Grandi]] offers to take pictures at the event, and blog (almost real time) what happens during the summit in Italian language for people in Italy. --[[User:andy80|andy80]] 14:54, 17 July 2008 (UTC)&lt;br /&gt;
* [[User:Timsamoff |Tim]] is helping Jamie with video planning and execution. They&#039;ve already decided on equipment. He&#039;s also bringing a camera to gather stills from the event (but not living blogging them).&lt;br /&gt;
* [[User:thoughtfix |ThoughtFix]] will help with interviewing tasks.&lt;br /&gt;
&lt;br /&gt;
== Social events ==&lt;br /&gt;
Friday night and whatever else you feel like doing for fun.&lt;br /&gt;
&lt;br /&gt;
Coordinated by Who? (Maemo community) and Who? (c-base).&lt;br /&gt;
Quim can help with budget upon request and availability.&lt;br /&gt;
&lt;br /&gt;
* Friday night for sure. Proposals? c-base is well prepared for night fever, multimedia stuff...&lt;br /&gt;
* We need to find a shop doing custom shirts sending or bringing an digital image, for the Summit dresscode. I&#039;m totally serious about it. :) --[[User:qgil|qgil]] 22:34, 15 July 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Overall coordination ==&lt;br /&gt;
* Shouldn&#039;t be needed if the tasks above work just fine. They should be pretty free during the Summit in order to  respond efficiently to any issue. They can take shortcuts deciding in urgent cases.&lt;br /&gt;
* Quim (Nokia) + Who? (Maemo community) + housetier (c-base)&lt;br /&gt;
** I will be coordinating the exhibit at OSiM and can help out on any other role that is needed whist I&#039;m there. [[User:baloo|baloo]]&lt;br /&gt;
* Does Nokia need help with registration processes, etc.? If so, I can stand at a table and check people in, etc. Whatever is needed. --[[User:timsamoff|timsamoff]] 02:52, 25 July 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>84.22.107.1</name></author>
	</entry>
</feed>