<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NoyaInRain &#187; Southside</title>
	<atom:link href="http://noya.inrain.org/blog/tag/southside/feed/" rel="self" type="application/rss+xml" />
	<link>http://noya.inrain.org/blog</link>
	<description>Thoughts of Sven.</description>
	<lastBuildDate>Fri, 09 Dec 2011 22:42:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Back to Work: libsoylent Foundation</title>
		<link>http://noya.inrain.org/blog/2008/07/08/back-to-work-libsoylent-foundation/</link>
		<comments>http://noya.inrain.org/blog/2008/07/08/back-to-work-libsoylent-foundation/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 15:26:01 +0000</pubDate>
		<dc:creator>Noya</dc:creator>
				<category><![CDATA[Soylent]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[flat]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[libsoylent]]></category>
		<category><![CDATA[Planet SoC]]></category>
		<category><![CDATA[Southside]]></category>
		<category><![CDATA[stubs]]></category>

		<guid isPermaLink="false">http://noya.inrain.org/blog/?p=39</guid>
		<description><![CDATA[Moving to the new flat took longer than expected. But I think the extra time was worth it. The whole flat and my room look pretty nice and comfortable now. Most things are organized, only for the party on friday &#8230; <a href="http://noya.inrain.org/blog/2008/07/08/back-to-work-libsoylent-foundation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Moving to the new flat took longer than expected. But I think the extra time was worth it. The whole flat and my room look pretty nice and comfortable now. Most things are organized, only for the party on friday there is some planing left to do <img src='http://noya.inrain.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  . Internet is still an issue after two weeks of having (almost) no internet-access. Currently we are using the neighbours WLAN until our ISP is done with installing the new connection.</p>
<p>The <a href="http://www.southside.de/">Southside festival</a> was great too. <a href="http://www.radiohead.com">Radiohead</a> and <a href="http://www.sigur-ros.co.uk/">Sigur Ros</a>, yeah! <a href="http://www.teganandsara.com/">Tegan and Sara</a> were also amazing. Looking back I would say it was one of the best music festivals I&#8217;ve been to so far.</p>
<p>Nevertheless, being away for two weeks kept me slightly behind my schedule. Version 0.1 is ready but not released, because of organizational reasons. In the meantime I&#8217;m already working on v0.2.</p>
<p>Last week I finished the foundation of libsoylent. That basically means I thought in greater detail of the architecture (see below), designed the needed GObject classes and made stubs for most functions and methods. From now on there should be a release every week, and a solid foundation will help a lot.</p>
<p><a href="http://noya.inrain.org/blog/wp-content/uploads/manual/libsoylent.png"><img class="alignnone" src="http://noya.inrain.org/blog/wp-content/uploads/manual/libsoylent.png" alt="libsoylent overview" width="500" height="198" /></a></p>
<p>The libsoylent architecture as shown in the diagram: SlBook is the addressbook where people (SlPerson) and groups (SlGroup) are stored. People and Groups are entities (i.e. objects with attributes that can be modified etc.). SlEntities are backed by SlEntityHandlers. For SlPerson there will be an EDS-handler and for SlGroup a file-handler. More handlers can easily be added (if needed).</p>
<p>The storage of attributes (SlAttribute) is managed by attribute-handlers (SlAttributeHandler). They are responsible to convert runtime-values to values that can be stored by the entity-handlers (e.g. a SlAddress C-struct to a VCard-string for EDS).</p>
<p>If you have any thoughts on the architecture I&#8217;d be glad to hear them. This week I will have more time and work on people, group and addressbook management. And of course on the first release <img src='http://noya.inrain.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
]]></content:encoded>
			<wfw:commentRss>http://noya.inrain.org/blog/2008/07/08/back-to-work-libsoylent-foundation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>libsoylent API draft and schedule</title>
		<link>http://noya.inrain.org/blog/2008/06/18/libsoylent-api-draft-and-schedule/</link>
		<comments>http://noya.inrain.org/blog/2008/06/18/libsoylent-api-draft-and-schedule/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 20:27:50 +0000</pubDate>
		<dc:creator>Noya</dc:creator>
				<category><![CDATA[Soylent]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[flat]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[libsoylent]]></category>
		<category><![CDATA[Planet SoC]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[Southside]]></category>

		<guid isPermaLink="false">http://noya.inrain.org/blog/?p=37</guid>
		<description><![CDATA[Finally the libsoylent API draft is available. After another week of discussion, I think it covers most of the functionallity the API should provide and also some interesting background information and implementation detail. I&#8217;m really looking forward to comments, ideas, &#8230; <a href="http://noya.inrain.org/blog/2008/06/18/libsoylent-api-draft-and-schedule/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Finally the <a href="http://www.kalterregen.de/gsoc/libsoylent-API.txt">libsoylent API draft</a> is available. After another week of discussion, I think it covers most of the functionallity the API should provide and also some interesting background information and implementation detail. I&#8217;m really looking forward to comments, ideas, suggestions for improvement and also criticism <img src='http://noya.inrain.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
<p>Last week, besides enhancing the libsoylent API draft, I also focused on two other things:  creating a detailed schedule for the rest of GSoC and getting my hands dirty with coding.</p>
<p>Some implemented things already work: creating addressbooks and also listing all available addressbooks. I mostly found out how to do this with libebook by digging through the <a href="http://www.gnome.org/projects/evolution/">Evolution</a> source; really a huge codebase. Furthermore I refactored the little libsoylent test &#8220;suite&#8221; to better work with make check and added some tests for SlBook.</p>
<p>For the schedule I wrote down the tasks that have to be done for libsoylent, developed a roadmap including milestones and releases and planed when what functionally should be implemented. The schedule is available <a href="http://www.kalterregen.de/gsoc/libsoylent-schedule.txt">here</a>.</p>
<p>The next one or two weeks I will be very busy (as you can see in my schedule). Tomorrow I&#8217;m going to the <a href="http://www.southside.de/index.php?lng=_englisch">Southside</a> music festival for 4 days, and after that I will move to my new flat share, what will probably take about a week. Luckily I started early with GSoC and will have much time after the current university term is over <img src='http://noya.inrain.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
]]></content:encoded>
			<wfw:commentRss>http://noya.inrain.org/blog/2008/06/18/libsoylent-api-draft-and-schedule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

