<?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>Yet Another [À Compléter] &#187; stallman</title>
	<atom:link href="http://blog.neteril.org/tag/stallman/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.neteril.org</link>
	<description>Random thoughts of Jérémie Laval</description>
	<lastBuildDate>Mon, 19 Jul 2010 17:12:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Capharnaüm #6</title>
		<link>http://blog.neteril.org/2008/11/07/capharnaum-6/</link>
		<comments>http://blog.neteril.org/2008/11/07/capharnaum-6/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 15:35:38 +0000</pubDate>
		<dc:creator>Jérémie Laval</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Mono]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[parallelfx]]></category>
		<category><![CDATA[pdc08]]></category>
		<category><![CDATA[stallman]]></category>

		<guid isPermaLink="false">http://garuma.wordpress.com/?p=335</guid>
		<description><![CDATA[<p>What’s happening since last time.</p>
<h2>Programming</h2>
<div id="attachment_338" class="wp-caption alignleft" style="width:170px;"><a href="http://garuma.files.wordpress.com/2008/11/pdc2008brain.gif"><img class="size-full wp-image-338" title="pdc2008brain" src="http://garuma.files.wordpress.com/2008/11/pdc2008brain.gif?w=160&#38;h=216" alt="pdc2008brain" height="216" width="160"></a><p class="wp-caption-text">Appetizing isn't it ?</p></div>
<p>PDC is over. Lot of <a href="http://channel9.msdn.com/tags/pdc2008.parallelism/">exciting stuff</a> coming down the pipe for .NET and parallel programming. However, no C#4 announcement for parallelism support (Anders mentioned it in the intro of his keynote but no showcasing).</p>
<p>In other news, ParallelFx is now available directly in .NET 4 CTP (sucks that it’s only available in this virtual machine format thing). This new release brings a number of change which will be implemented in Mono when I have more free time (and a somehow formal API documentation). <a href="http://blogs.msdn.com/pfxteam/archive/2008/10/31/9026988.aspx">So far</a> I haven’t see any breaking modifications except some API renaming, additional state exposure or adapting some of the stuff I had already coded in advance <img src="http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley">.</p>

<p>An interesting discovery with <a href="http://channel9.msdn.com/pdc2008/TL55/">the DSS and CCR framework</a> (next SoC maybe ? <img src="http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif" alt="-)" class="wp-smiley"> ). Enjoyed <a href="http://channel9.msdn.com/pdc2008/PC54/">Miguel keynote</a> too.</p>
<h2>Life</h2>
<div id="attachment_340" class="wp-caption alignright" style="width:180px;"><a href="http://garuma.files.wordpress.com/2008/11/richard_stallman_2005_chrys.jpg"><img class="size-full wp-image-340" title="richard_stallman_2005_chrys" src="http://garuma.files.wordpress.com/2008/11/richard_stallman_2005_chrys.jpg?w=170&#38;h=186" alt="richard_stallman_2005_chrys" height="186" width="170"></a><p class="wp-caption-text">by chrys</p></div>
<p>I’m organizing with others a free software conference with Richard Stallman at school. Lot of stuff to work on. Btw it’s open to everybody (though mostly interesting for people located east of France), check out this <a href="http://ae.utbm.fr/lolut/index.php?name=rms08">page[fr]</a> for more for informations.</p>

<p>Also doing some server management and setup for a school event. Things got hard when we tried to get <a href="http://www.ltsp.org">LTSP</a> to work with exotic thin clients (IBM NetVista boxes) but now it’s all ready.</p>
<p>It’s also school project time with a C BigInteger manipulation library and a C# Scheme interpreter (nicknamed <em>Béchamel</em>) to code.</p>
<p>Finally, exams are near the corner. Not too much of them this time but I better not screw them <img src="http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif" alt="-P" class="wp-smiley">.</p>]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s happening since last time.</p>
<h2>Programming</h2>
<div id="attachment_338" class="wp-caption alignleft" style="width: 170px"><a href="http://garuma.files.wordpress.com/2008/11/pdc2008brain.gif"><img class="size-full wp-image-338" title="pdc2008brain" src="http://garuma.files.wordpress.com/2008/11/pdc2008brain.gif" alt="pdc2008brain" width="160" height="216" /></a><p class="wp-caption-text">Appetizing isn&#39;t it ?</p></div>
<p>PDC is over. Lot of <a href="http://channel9.msdn.com/tags/pdc2008.parallelism/">exciting stuff</a> coming down the pipe for .NET and parallel programming. However, no C#4 announcement for parallelism support (Anders mentioned it in the intro of his keynote but no showcasing).</p>
<p>In other news, ParallelFx is now available directly in .NET 4 CTP (sucks that it&#8217;s only available in this virtual machine format thing). This new release brings a number of change which will be implemented in Mono when I have more free time (and a somehow formal API documentation). <a href="http://blogs.msdn.com/pfxteam/archive/2008/10/31/9026988.aspx">So far</a> I haven&#8217;t see any breaking modifications except some API renaming, additional state exposure or adapting some of the stuff I had already coded in advance <img src='http://blog.neteril.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  .</p>
<p>An interesting discovery with <a href="http://channel9.msdn.com/pdc2008/TL55/">the DSS and CCR framework</a> (next SoC maybe ? <img src='http://blog.neteril.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ). Enjoyed <a href="http://channel9.msdn.com/pdc2008/PC54/">Miguel keynote</a> too.</p>
<h2>Life</h2>
<div id="attachment_340" class="wp-caption alignright" style="width: 180px"><a href="http://garuma.files.wordpress.com/2008/11/richard_stallman_2005_chrys.jpg"><img class="size-full wp-image-340" title="richard_stallman_2005_chrys" src="http://garuma.files.wordpress.com/2008/11/richard_stallman_2005_chrys.jpg" alt="richard_stallman_2005_chrys" width="170" height="186" /></a><p class="wp-caption-text">by chrys</p></div>
<p>I&#8217;m organizing with others a free software conference with Richard Stallman at school. Lot of stuff to work on. Btw it&#8217;s open to everybody (though mostly interesting for people located east of France), check out this <a href="http://ae.utbm.fr/lolut/index.php?name=rms08">page[fr]</a> for more for informations.</p>
<p>Also doing some server management and setup for a school event. Things got hard when we tried to get <a href="http://www.ltsp.org">LTSP</a> to work with exotic thin clients (IBM NetVista boxes) but now it&#8217;s all ready.</p>
<p>It&#8217;s also school project time with a C BigInteger manipulation library and a C# Scheme interpreter (nicknamed <em>Béchamel</em>) to code.</p>
<p>Finally, exams are near the corner again. Not too much of them this time but I better not screw them <img src='http://blog.neteril.org/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' />  .</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.neteril.org/2008/11/07/capharnaum-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
