<?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>insomnia bytes &#187; presentation</title>
	<atom:link href="http://bytes.inso.cc/wp/tag/presentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://bytes.inso.cc/wp</link>
	<description>Imagination is a nightbird's dream</description>
	<lastBuildDate>Sat, 07 Nov 2009 17:13:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>“XMMS2 Collections” presentation at Metaweb</title>
		<link>http://bytes.inso.cc/wp/2009/11/07/%e2%80%9cxmms2-collections%e2%80%9d-presentation-at-metaweb/</link>
		<comments>http://bytes.inso.cc/wp/2009/11/07/%e2%80%9cxmms2-collections%e2%80%9d-presentation-at-metaweb/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 16:46:27 +0000</pubDate>
		<dc:creator>theefer</dc:creator>
				<category><![CDATA[xmms2]]></category>
		<category><![CDATA[collections]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[slides]]></category>

		<guid isPermaLink="false">http://bytes.inso.cc/wp/?p=930</guid>
		<description><![CDATA[On my way to the Google Summer of Code Mentor Summit 2009, I accepted DraX&#8217;s invitation to give a 1-hour talk about XMMS2 Collections at his work, i.e. Metaweb, in San Francisco.
The topic was somewhat relevant for them as it&#8217;s reminiscent of MQL, the query language they developed for Freebase. It&#8217;s worth noting that although [...]]]></description>
			<content:encoded><![CDATA[<p>On my way to the <em>Google Summer of Code Mentor Summit 2009</em>, I accepted DraX&#8217;s invitation to give a 1-hour talk about <a href="http://wiki.xmms2.xmms.se/wiki/Collections_Concept">XMMS2 Collections</a> at his work, i.e. <a href="http://www.metaweb.com/">Metaweb</a>, in San Francisco.</p>
<p>The topic was somewhat relevant for them as it&#8217;s reminiscent of <a href="http://www.freebase.com/view/en/documentation">MQL</a>, the query language they developed for <a href="http://www.freebase.com/">Freebase</a>. It&#8217;s worth noting that although both share a pool of buzzwords such as “graph”, “loosely-structured”, “querying”, etc, they are not quite the same:</p>
<ul>
<li><strong>Freebase</strong> is essentially a giant graph-database, which you query with <strong>MQL</strong> to retrieve graph fragments.</li>
<li>The <strong>XMMS2 database</strong> is a flat denormalized store, which you query with graph-structured <strong>Collections</strong> to retrieve a list of entries.</li>
</ul>
<p>Note: Collections 2.0 should however allow fancier querying to retrieve tree-shaped structures.</p>
<p>About 10-20 people showed up and listened to me blurbing about the <em>concept</em> of Collections, the <em>rationale</em> behind them, the <em>API</em>, <em>Collections 2.0</em>, possible <em>UI uses</em>, what it represents for the user, pointers to <em>S4</em>, etc.</p>
<p>It&#8217;s all in those over-engineered slides that I have no choice but to put online, under <a href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-Share Alike 2.5 License</a>, for them to live on forever on the internets. And yes, it&#8217;s still either in <a href='http://bytes.inso.cc/wp/wp-content/uploads/2009/11/collections-presentation-20091022-metaweb.key'>evil Keynote format (source)</a>, or <a href='http://bytes.inso.cc/wp/wp-content/uploads/2009/11/collections-presentation-20091022-metaweb.pdf'>in PDF</a>.</p>
<p>Oh and Metaweb, thanks for the food!</p>
]]></content:encoded>
			<wfw:commentRss>http://bytes.inso.cc/wp/2009/11/07/%e2%80%9cxmms2-collections%e2%80%9d-presentation-at-metaweb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git presentation at Purple Scout</title>
		<link>http://bytes.inso.cc/wp/2009/04/22/git-presentation-at-purple-scout/</link>
		<comments>http://bytes.inso.cc/wp/2009/04/22/git-presentation-at-purple-scout/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 10:36:44 +0000</pubDate>
		<dc:creator>theefer</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[slides]]></category>
		<category><![CDATA[sweden]]></category>

		<guid isPermaLink="false">http://bytes.inso.cc/wp/?p=896</guid>
		<description><![CDATA[On April 17, I was invited to do a presentation on Git for Purple Scout in Malmö, Sweden. Around 40 people showed up (including many XMMS2 folks) and endured 2-hours on what Git is, why it&#8217;s so awesome and all the fancy stuff you can do with it. I think people liked it and although [...]]]></description>
			<content:encoded><![CDATA[<p>On April 17, I was invited to do a presentation on <a href="http://git-scm.com/">Git</a> for <a href="http://www.purplescout.se/">Purple Scout</a> in Malmö, Sweden. Around 40 people showed up (including many XMMS2 folks) and endured 2-hours on what Git is, why it&#8217;s so awesome and all the fancy stuff you can do with it. I think people liked it and although most seemed to be using Git already, they were nice enough to say that they&#8217;d learned something anyway.</p>
<p>I&#8217;d given talks about Git <a href="http://bytes.inso.cc/wp/2008/04/10/get-the-git-slides/">previously</a> in Switzerland, but for this occasion I reworked and pimped up my slides quite a bit to cover more material and have more cute diagrams. As before, you can get the <a href='http://bytes.inso.cc/wp/wp-content/uploads/2009/04/git-presentation-20090417-purplescout.pdf'>slides for the Git presentation (PDF)</a>, or even fiddle with the <a href='http://bytes.inso.cc/wp/wp-content/uploads/2009/04/git-presentation-20090417-purplescout.key'>source file</a>, under the terms of the <a href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-Share Alike 2.5 License</a>. Reuse, modify or poke fun at at will!</p>
<p><a href="http://bytes.inso.cc/wp/wp-content/uploads/2009/04/git-repository-diagram.png"><img src="http://bytes.inso.cc/wp/wp-content/uploads/2009/04/git-repository-diagram-500x374.png" alt="Git repository diagram" title="Git repository diagram" width="500" height="374" class="alignnone size-medium wp-image-900" /></a></p>
<p>Sorry it&#8217;s still in proprietary Keynote format, because that&#8217;s the only vaguely acceptable software I found to make lots of diagram easily&#8230; Any Free alternative would be welcome, if someone knows of one.</p>
<p>It was great fun preparing and giving this course, and being back in Sweden and seeing friends again, so <em>tusen tack till Purple Scout</em> for making this happen!</p>
]]></content:encoded>
			<wfw:commentRss>http://bytes.inso.cc/wp/2009/04/22/git-presentation-at-purple-scout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
