<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet
	type="text/xsl"
	href="http://blog.monstuff.com/rss2html.xslt"
	media="screen"
	?>
<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://blog.monstuff.com/">
<title>Curiosity is bliss</title>
<link>http://blog.monstuff.com/</link>
<description>Julien Couvreur&apos;s programming blog and more</description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2009-06-01T22:45:43-08:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=2.65" />
<cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/1.0/" />


<items>
<rdf:Seq><rdf:li rdf:resource="http://blog.monstuff.com/archives/000358.html" />
<rdf:li rdf:resource="http://blog.monstuff.com/archives/000357.html" />
<rdf:li rdf:resource="http://blog.monstuff.com/archives/000354.html" />
<rdf:li rdf:resource="http://blog.monstuff.com/archives/000356.html" />
<rdf:li rdf:resource="http://blog.monstuff.com/archives/000351.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://blog.monstuff.com/archives/000358.html">
<title>Google Wave</title>
<link>http://blog.monstuff.com/archives/000358.html</link>
<description> A few quick notes on Google Wave, which already seems an interesting system. For some details, watch the developer preview presentation and related whitepapers, linked below. A wave can be seen as a conversation which lives on a server (like forums, rather than emails). It is modeled as a tree of messages, where a reply can be inserted between any two paragraphs. The editor offers rich formatting and spell checking (based on statistical language model). Parts of the conversation can be restricted to a sub-set of participants (private replies). Changes are distributed real-time to other connected participants, as you...</description>
<dc:subject>Seen on the web</dc:subject>
<dc:creator>Julien</dc:creator>
<dc:date>2009-06-01T22:45:43-08:00</dc:date>
</item>
<item rdf:about="http://blog.monstuff.com/archives/000357.html">
<title>Reading facial expressions</title>
<link>http://blog.monstuff.com/archives/000357.html</link>
<description> Last week-end I watched a few episodes of Lie to me on Hulu. It&apos;s a detective show with a focus on the science of expressions. It is a good watch so far, with strong acting by Tim Roth and Kelli Williams (Lindsay in &quot;The Practice&quot;). We will have to see how the show maintains interest long-term (the pattern may not bear that much repetition). As I suspected, the science behind the show is based on Paul Ekman&apos;s research on micro-expressions. It shows that emotions surface in ways that are both unconscious and hard to control, and surprisingly universal across...</description>
<dc:subject>Not computer related</dc:subject>
<dc:creator>Julien</dc:creator>
<dc:date>2009-03-22T22:10:33-08:00</dc:date>
</item>
<item rdf:about="http://blog.monstuff.com/archives/000354.html">
<title>Google Android architecture</title>
<link>http://blog.monstuff.com/archives/000354.html</link>
<description>The Android OS architecture is fairly traditional, but the service and application framework is interesting and modular. In the 3 part video below the Android team introduces the key concepts: Intent A class which encapsulates the intent of the user to go to another Activity. For example “send mail” or “call number”. When an Intent is emitted, the system will try and find the registered Activity to handle it, and will start it on top of the Activity Stack. Activity A class implementing the UI screen to accomplish a task (like an applet). There are some default Activities available (map,...</description>
<dc:subject>Learning</dc:subject>
<dc:creator>Julien</dc:creator>
<dc:date>2009-03-20T23:58:45-08:00</dc:date>
</item>


</rdf:RDF>