<?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>2012-01-06T15:22:53-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/000372.html" />
<rdf:li rdf:resource="http://blog.monstuff.com/archives/000371.html" />
<rdf:li rdf:resource="http://blog.monstuff.com/archives/000370.html" />
<rdf:li rdf:resource="http://blog.monstuff.com/archives/000369.html" />
<rdf:li rdf:resource="http://blog.monstuff.com/archives/000368.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://blog.monstuff.com/archives/000372.html">
<title>I &amp;#9829; Patent Trolls</title>
<link>http://blog.monstuff.com/archives/000372.html</link>
<description>This may surprise you given all the recent animosity towards patent trolls, in particular in the tech and software fields. What I love about patent trolls is that they reveal the brittleness of the concept of &quot;intellectual property&quot;. The trolls&apos; abuses should make it obvious that any patenting is trolling. I hope this will bring people to realize that IP laws are illegitimate and should be repealed (both copyrights and patents, but I&apos;ll focus on patents for now), and that there can be no right to own an idea or invention....</description>
<dc:subject>Economics</dc:subject>
<dc:creator>Julien</dc:creator>
<dc:date>2012-01-06T15:22:53-08:00</dc:date>
</item>
<item rdf:about="http://blog.monstuff.com/archives/000371.html">
<title>Head Mounted Displays</title>
<link>http://blog.monstuff.com/archives/000371.html</link>
<description> I&apos;ve been watching the HMD scene for many years now, yearning for decent devices. We may have now reached a tipping point, with multiple hi-def products announced or released in the last couple months. The first of the bunch was the Sony HMZ-T1. It was followed by the SiliconMicroDisplay ST1080 (no sales price announced yet), and Epson&apos;s Moverio BT-100. I&apos;m also excited by Apple&apos;s rumored interest in that field. Some features that differentiate those products: Resolution and image quality,Mobility and battery life,Price,Opacity/transparency,3D. One feature that is not yet offered is head tracking. Based on my experience with the HMZ-T1,...</description>
<dc:subject></dc:subject>
<dc:creator>Julien</dc:creator>
<dc:date>2011-11-21T11:52:30-08:00</dc:date>
</item>
<item rdf:about="http://blog.monstuff.com/archives/000370.html">
<title>Better async programming in .Net</title>
<link>http://blog.monstuff.com/archives/000370.html</link>
<description><![CDATA[Better support for asynchronous programming was announced for C# 5.0 and a preview version has been released. It adds two new keywords, async and await, which enable the following programming model: async Task&lt;SomeResult> MyMethodAsync() { &nbsp; SomeResult result = ... &nbsp; try { &nbsp; &nbsp; foreach (...) { &nbsp; &nbsp; &nbsp; var data = await SomeAsyncMethod(); &nbsp; &nbsp; &nbsp; result.Add(data); &nbsp; &nbsp; } &nbsp; } catch (...) &nbsp; return result; } Task&lt;Data> SomeAsyncMethod() {...} This seems a very elegant solution, as the code reflects the desired execution sequence without unnatural callback methods. In particular, it greatly simplifies exception handling and...]]></description>
<dc:subject>Programming tricks</dc:subject>
<dc:creator>Julien</dc:creator>
<dc:date>2010-10-28T23:18:12-08:00</dc:date>
</item>


</rdf:RDF>
