<?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>Fondation Erwin Mayer</title>
	<atom:link href="http://erwinmayer.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://erwinmayer.com</link>
	<description>Business, Finance &#38; Technology</description>
	<lastBuildDate>Wed, 24 Feb 2010 12:41:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hayek vs. Keynes &#8211; The Rap</title>
		<link>http://erwinmayer.com/2010/02/24/hayek-vs-keynes-the-rap/</link>
		<comments>http://erwinmayer.com/2010/02/24/hayek-vs-keynes-the-rap/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 12:41:11 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Cinéma]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Fiscalité]]></category>
		<category><![CDATA[Philosophie]]></category>
		<category><![CDATA[Politique]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=311</guid>
		<description><![CDATA[Une production econstories.tv.
Hayek contre Keynes &#8211; VOSTfrUploaded by Liberte_Cherie
]]></description>
			<content:encoded><![CDATA[<p>Une production <a href="http://www.econstories.tv">econstories.tv</a>.</p>
<p><center><object width="480" height="275"><param name="movie" value="http://www.dailymotion.com/swf/xc5c82"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/xc5c82" width="480" height="275" allowfullscreen="true" allowscriptaccess="always"></embed></object><br /><b><a href="http://www.dailymotion.com/video/xc5c82_hayek-contre-keynes-vostfr_fun">Hayek contre Keynes &#8211; VOSTfr</a></b><br /><i>Uploaded by <a href="http://www.dailymotion.com/Liberte_Cherie">Liberte_Cherie</a></i></center></p>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2010/02/24/hayek-vs-keynes-the-rap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to replace Drupal core&#8217;s tracker module using views</title>
		<link>http://erwinmayer.com/2010/02/21/how-to-replace-drupal-cores-tracker-module-using-views/</link>
		<comments>http://erwinmayer.com/2010/02/21/how-to-replace-drupal-cores-tracker-module-using-views/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 04:12:19 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Informatique]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Tracker]]></category>
		<category><![CDATA[Views]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=306</guid>
		<description><![CDATA[This can be pretty handy, especially if you would like to customize it a bit more and add other tabs. Here is a simple step-by-step tutorial:


Disable Drupal&#8217;s original core tracker module.
Install views.
Go to Site Building &#62; Views and enable the tracker view.
In the tracker view, go to the Page item, and rename it for example as &#171;&#160;Recent posts&#160;&#187; [...]]]></description>
			<content:encoded><![CDATA[<p>This can be pretty handy, especially if you would like to customize it a bit more and add other tabs. Here is a simple step-by-step tutorial:<br />
<a title="An Icelandic Horse in the Wild" href="http://flickr.com/photos/95572727@N00/394713395" target="_blank"><img class="alignright" src="http://farm1.static.flickr.com/126/394713395_7851d0c366_m.jpg" alt="" width="240" height="169" /></a></p>
<ol>
<li>Disable Drupal&#8217;s original core tracker module.</li>
<li>Install <a href="http://drupal.org/project/views">views</a>.</li>
<li>Go to Site Building &gt; Views and enable the <em>tracker</em> view.</li>
<li>In the tracker view, go to the <em>Page </em>item, and rename it for example as &laquo;&nbsp;Recent posts&nbsp;&raquo; in <em>Basic settings &gt; Name </em>and <em>Basic settings &gt; Title</em>.  Make sure you click on override before saving, so that you keep the original configuration in Defaults.</li>
<li>In the <em>Page settings </em>fieldset, set <em>Path</em> to tracker/all and the type to <em>Default menu tab</em>. Set <em>Title</em> to Recent posts and <em>Weight</em> to -10. Click on <em>update</em> and when asked for the <em>Parent menu item</em>, select <em>Normal menu item</em>, and once again type Recent posts as <em>Title</em>. Click on <em>update</em>. We are done with this page type that will display the latest nodes modifications by all users. You can now enjoy the power of views and tweak the display to precisely show what you have in mind.</li>
<li>In the left drop-down list, select <em>Page </em>and click<em> Add display</em>. Rename it for example as &laquo;&nbsp;My recent posts&nbsp;&raquo; in Basic settings &gt; Name and Basic settings &gt; Title.  Make sure you click on override before saving, so that you keep a version of the original values.</li>
<li>In the Page settings fieldset, set Path to tracker/my and the type to Menu tab. Set Title to My recent posts and Weight to 1. Click on update.</li>
<li>In the <em>Arguments </em>fieldset, click on <em>Node: User posted or commented</em> (if it doesn&#8217;t exist, add it), and as the <em>Action to take if argument is not present</em>, select P<em>rovide default argument</em> &gt; <em>User ID from logged in user</em>.</li>
<li>That&#8217;s it! The link to your new tracker view is mysite.com/tracker; two tabs will be displayed just like in the original core module. You may for example create a menu item that links to this page.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2010/02/21/how-to-replace-drupal-cores-tracker-module-using-views/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>President Obama: &#8216;Never Again Will the American Taxpayer be Held Hostage by a Bank that is &#8216;Too Big to Fail&#8217;</title>
		<link>http://erwinmayer.com/2010/01/22/president-obama-never-again-will-the-american-taxpayer-be-held-hostage-by-a-bank-that-is-too-big-to-fail/</link>
		<comments>http://erwinmayer.com/2010/01/22/president-obama-never-again-will-the-american-taxpayer-be-held-hostage-by-a-bank-that-is-too-big-to-fail/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 15:21:59 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[Finance]]></category>
		<category><![CDATA[Loi]]></category>
		<category><![CDATA[Politique]]></category>
		<category><![CDATA[Société]]></category>
		<category><![CDATA[Barack obama]]></category>
		<category><![CDATA[Subprime mortgage crisis]]></category>
		<category><![CDATA[US government]]></category>
		<category><![CDATA[white house]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=302</guid>
		<description><![CDATA[It is good to hear that the White House has clearly understood how banks could divert from their original mission while still benefiting from the associated privileges. Now, it should not make us forget the big share of responsibility that the US government had by actively encouraging subprime mortgages.
Obama&#8217;s objectives to reshape the financial industry [...]]]></description>
			<content:encoded><![CDATA[<p>It is good to hear that the White House has clearly understood how banks could divert from their original mission while still benefiting from the associated privileges. Now, it should not make us forget the big share of responsibility that the US government had by actively encouraging subprime mortgages.<br />
Obama&#8217;s objectives to reshape the financial industry are ambitious. If he succeeds, it will not radically change where and how banks are making money, but hopefully add more transparency and ensure that they are not playing against taxpayers and their own customers.</p>
<p><center><object width="480" height="300"><param name="movie" value="http://www.whitehouse.gov/sites/all/modules/swftools/shared/flash_media_player/player.swf"></param><param name="allowFullScreen" value="true"></param><param name="bgcolor" value="282828"></param><param name="allowscriptaccess" value="always"></param><param name="flashvars" value="file=http://www.whitehouse.gov/videos/2010/January/012110_DiplomaticRoom.m4v&#038;path_to_plugins=http://www.whitehouse.gov/sites/default/modules/wh_multimedia/wh_jwplayer/plugins&#038;path_to_player=http://www.whitehouse.gov/sites/all/modules/swftools/shared/flash_media_player&#038;skin=http://www.whitehouse.gov/sites/all/modules/swftools/shared/flash_media_player/skins/EOP_skin.swf&#038;captions_url=http://www.whitehouse.gov/sites/default/files/av_closedcaption/01212010_The_Volcker_Rule_for_Financial_Institutions.srt&#038;image=http://www.whitehouse.gov/sites/default/files/audio-video/video_thumbnail/P012110SA-0105-2.jpg&#038;controlbar=bottom&#038;frontcolor=AAAAAA&#038;plugins=http://www.whitehouse.gov/sites/default/modules/wh_multimedia/wh_jwplayer/plugins/privacy/privacy,http://www.whitehouse.gov/sites/default/modules/wh_multimedia/wh_jwplayer/plugins/hat/hat,http://www.whitehouse.gov/sites/default/modules/wh_multimedia/wh_jwplayer/plugins/share/share,http://www.whitehouse.gov/sites/default/modules/wh_multimedia/wh_jwplayer/plugins/captions/captions&#038;captions.file=http://www.whitehouse.gov/sites/default/files/av_closedcaption/01212010_The_Volcker_Rule_for_Financial_Institutions.srt"></param><embed src="http://www.whitehouse.gov/sites/all/modules/swftools/shared/flash_media_player/player.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="300" flashvars="file=http://www.whitehouse.gov/videos/2010/January/012110_DiplomaticRoom.m4v&#038;path_to_plugins=http://www.whitehouse.gov/sites/default/modules/wh_multimedia/wh_jwplayer/plugins&#038;path_to_player=http://www.whitehouse.gov/sites/all/modules/swftools/shared/flash_media_player&#038;skin=http://www.whitehouse.gov/sites/all/modules/swftools/shared/flash_media_player/skins/EOP_skin.swf&#038;captions_url=http://www.whitehouse.gov/sites/default/files/av_closedcaption/01212010_The_Volcker_Rule_for_Financial_Institutions.srt&#038;image=http://www.whitehouse.gov/sites/default/files/audio-video/video_thumbnail/P012110SA-0105-2.jpg&#038;controlbar=bottom&#038;frontcolor=AAAAAA&#038;plugins=http://www.whitehouse.gov/sites/default/modules/wh_multimedia/wh_jwplayer/plugins/privacy/privacy,http://www.whitehouse.gov/sites/default/modules/wh_multimedia/wh_jwplayer/plugins/hat/hat,http://www.whitehouse.gov/sites/default/modules/wh_multimedia/wh_jwplayer/plugins/share/share,http://www.whitehouse.gov/sites/default/modules/wh_multimedia/wh_jwplayer/plugins/captions/captions&#038;captions.file=http://www.whitehouse.gov/sites/default/files/av_closedcaption/01212010_The_Volcker_Rule_for_Financial_Institutions.srt&#038;stretching=fill&#038;menu=false"></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2010/01/22/president-obama-never-again-will-the-american-taxpayer-be-held-hostage-by-a-bank-that-is-too-big-to-fail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cloning objects with events in Visual Basic .NET</title>
		<link>http://erwinmayer.com/2009/10/18/cloning-object-with-events-in-visual-basic-net/</link>
		<comments>http://erwinmayer.com/2009/10/18/cloning-object-with-events-in-visual-basic-net/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 00:50:35 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Informatique]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Clone]]></category>
		<category><![CDATA[Cloning]]></category>
		<category><![CDATA[Deep copy]]></category>
		<category><![CDATA[Object copy]]></category>
		<category><![CDATA[Object-oriented programming]]></category>
		<category><![CDATA[Persistence]]></category>
		<category><![CDATA[Reflection]]></category>
		<category><![CDATA[Serialization]]></category>
		<category><![CDATA[Shallow copy]]></category>
		<category><![CDATA[Visual Basic.NET]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=289</guid>
		<description><![CDATA[The easiest way to clone an object (deep copy) in .NET is to use the serialization functions available:

    Public Shared Function CloneObject(ByVal obj As Object) As Object
        If Not obj Is Nothing Then
            Dim [...]]]></description>
			<content:encoded><![CDATA[<p>The easiest way to clone an object (deep copy) in .NET is to use the serialization functions available:</p>
<pre class="brush: vb;">
    Public Shared Function CloneObject(ByVal obj As Object) As Object
        If Not obj Is Nothing Then
            Dim bf = New System.Runtime.Serialization.Formatters.Binary.BinaryFormatter()
            Dim fs = New System.IO.MemoryStream()
            bf.Serialize(fs, obj)
            fs.Seek(0, System.IO.SeekOrigin.Begin)
            Dim copy = CType(bf.Deserialize(fs), Object)
            fs.Close()
            Return copy
        Else
            Return Nothing
        End If
    End Function
</pre>
<p>Though the performance is not very good, for occasional operations it will do the job perfectly. However, I was confronted to the following problem: what if there are events inside the class, to which other objects have subscribed? I found <a href="http://www.codeproject.com/KB/vb/serializevbclasses.aspx">several methods</a> (and functions <img src='http://erwinmayer.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ) on various places over the Internet; they basically were: </p>
<ul>
<li>Implement ISerializable yourself (meaning you have to update it each time you modify the class);</li>
<li>Disconnect from events (retrieved using Reflection), serialize the object, and then reconnect the events (I could not make this working properly);</li>
<li>Implement a serialization surrogate;</li>
<li>Implement your events in a separate class that is not serialized;</li>
<li>Implement your events in a C# base class.</li>
</ul>
<p>Plenty of potential solutions, but none of them was good enough for me. So I played around with Reflection and found something that nobody else might have done so far. For a cloning interface that does just a shallow copy, like what MemberwiseClone does, but without event, I wrote this:</p>
<pre class="brush: vb;">
    Public Function Clone() As Object Implements System.ICloneable.Clone
        Dim cl = New MyClassName(Me)
        'Here we don't capture events, only normal fields, including non public ones (private, protected...)
        Dim FldInfos() As Reflection.FieldInfo = Me.GetType.GetFields(Reflection.BindingFlags.Instance Or Reflection.BindingFlags.Public Or Reflection.BindingFlags.NonPublic)
        For Each FldInfo As Reflection.FieldInfo In FldInfos
            FldInfo.SetValue(cl, FldInfo.GetValue(Me)) 'For serialization purpose we just need not to have events, so no need to perform a deep copy of the fields.
        Next
        Return cl
    End Function
</pre>
<p>Now if one of your class member is an object with events (or if you want to perform a deep copy), you should call its clone method (to be implemented the same way) when performing the FldInfo.SetValue, like this:</p>
<pre class="brush: vb;">
        For Each FldInfo As Reflection.FieldInfo In FldInfos
            If FldInfo.Name &lt;&gt; &quot;MyObjectWithEvents&quot; Then
                FldInfo.SetValue(cl, FldInfo.GetValue(Me)) 'It is not really necessary to clone a possible reference class member here for serialization purpose, we just need not to have events in the clone
            Else
                FldInfo.SetValue(cl, Me.MyObjectWithEvents.Clone())
            End If
        Next
</pre>
<p>If you have an object that is for example a dictionary of objects with events, you can call this:</p>
<pre class="brush: vb;">
        For Each FldInfo As Reflection.FieldInfo In FldInfos
            If FldInfo.Name &lt;&gt; &quot;MyObjectsWithEventsDictionary&quot; Then
                FldInfo.SetValue(cl, MyLib.CloneObject(FldInfo.GetValue(Me)))
            Else
                FldInfo.SetValue(cl, Me.MyObjectsWithEventsDictionary.ToDictionary(Of String, MyObjectWithEvent)(Function(entry) entry.Key, Function(entry) CType(entry.Value.Clone(), MyObjectWithEvent)))
            End If
        Next
</pre>
<p>Finally, if you intend to use the Clone interface to serialize objects, you should make sure you don&#8217;t include class members marked as NonSerialized():</p>
<pre class="brush: vb;">
        For Each FldInfo As Reflection.FieldInfo In FldInfos
            If Not FldInfo.IsNotSerialized Then
                FldInfo.SetValue(cl, FldInfo.GetValue(Me))
            End If
        Next
</pre>
<p>I hope this will give you an insight to build something more tailored to your needs. There are other optimizations I can already think of, such as implementing a recursive Clone function where you would just put your original object and a virgin instance of it as a reference, and get a perfect serializable deep copy, whatever the class members and sub class members are! This could become a universal Clone method&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2009/10/18/cloning-object-with-events-in-visual-basic-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to sort WordPress posts by modified date instead of published date?</title>
		<link>http://erwinmayer.com/2009/10/18/how-to-sort-wordpress-posts-by-modified-date-instead-of-published-date/</link>
		<comments>http://erwinmayer.com/2009/10/18/how-to-sort-wordpress-posts-by-modified-date-instead-of-published-date/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 00:05:30 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[Informatique]]></category>
		<category><![CDATA[Programmation]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=287</guid>
		<description><![CDATA[Here is the simple solution. Simply use this:

&#60;?php query_posts($query_string . '&#38;orderby=modified&#38;order=desc'); ?&#62;

before where the Loop checks for posts:

&#60;?php /* If there are any posts: */
if (have_posts()) ...
?&#62;

It basically adds a condition to the Loop. Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>Here is the simple solution. Simply use this:</p>
<pre class="brush: php;">
&lt;?php query_posts($query_string . '&amp;orderby=modified&amp;order=desc'); ?&gt;
</pre>
<p>before where <a href="http://codex.wordpress.org/The_Loop">the Loop</a> checks for posts:</p>
<pre class="brush: php;">
&lt;?php /* If there are any posts: */
if (have_posts()) ...
?&gt;
</pre>
<p>It basically adds a condition to the Loop. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2009/10/18/how-to-sort-wordpress-posts-by-modified-date-instead-of-published-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Human rights: are they absolute?</title>
		<link>http://erwinmayer.com/2009/10/11/human-rights-are-they-absolute/</link>
		<comments>http://erwinmayer.com/2009/10/11/human-rights-are-they-absolute/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 17:43:33 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[Développement personnel]]></category>
		<category><![CDATA[EMF]]></category>
		<category><![CDATA[Loi]]></category>
		<category><![CDATA[Philosophie]]></category>
		<category><![CDATA[Politique]]></category>
		<category><![CDATA[Société]]></category>
		<category><![CDATA[Civilization]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Erwin Mayer Foundation]]></category>
		<category><![CDATA[Human rights]]></category>
		<category><![CDATA[Law]]></category>
		<category><![CDATA[Religion/Belief]]></category>
		<category><![CDATA[Rights]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[United Nations]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=282</guid>
		<description><![CDATA[Undoubtedly, human rights represent a way for people to feel safer in a naturally troubled world. This is why the following clip cannot be deemed as harmful and the Erwin Mayer Foundation eagerly supports the message it conveys:

However, except for those who derive them from their religion, mankind shall not forget that these rights do [...]]]></description>
			<content:encoded><![CDATA[<p>Undoubtedly, human rights represent a way for people to feel safer in a naturally troubled world. This is why the following clip cannot be deemed as harmful and the Erwin Mayer Foundation eagerly supports the message it conveys:</p>
<p><center><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/Ot8YGiRtB7U&#038;hl=fr&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Ot8YGiRtB7U&#038;hl=fr&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></center></p>
<p>However, except for those who derive them from their religion, mankind shall not forget that these rights do not arise from anything inherent to being human. No absolute principle might be invoked to justify them; though it obviously makes them less appealing and defendable, they are just a contract which clauses have been drafted by a self-proclaimed majority of human societies (who refer to themselves as the United Nations Organizations), and enforced by all those who believe it can improve the common good.</p>
<p>Therefore, it is important to remain careful on any modification of its arbitrary components. In the the video (1:53), I was particularly suprised to read &laquo;&nbsp;Copyright&nbsp;&raquo; as a human right (item 27). History shows that people can create and share without such a right. Some human rights are dependent on each other and on the context they target, hence you could easily build alternative civilization models with different rights deemed fundamental. &laquo;&nbsp;Social security&nbsp;&raquo; is another example: beyond the definition problem, what if a civilization has found a better or alternative approach to tackle the same problem, or has not actually considered it as a problem?</p>
<p>Most importantly, human rights, simply because they are <em>rights</em>, have a meaning only when applied to mankind as a group of consenting individuals. A single human, or even a single family, could not incorporate the concept of <em>right</em>, let alone <em>human right</em>, into their understanding of the world.</p>
<p>Human rights make sense because we live in a society, and this is probably the best proof of their not being inherent to each of us. We have the power to define what they are to make our world better, for they are the root, if not the rules, of a civilization.</p>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2009/10/11/human-rights-are-they-absolute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Réchauffement climatique : obscurité ou obscurantisme ?</title>
		<link>http://erwinmayer.com/2009/09/30/rechauffement-climatique-obscurite-ou-obscurantisme/</link>
		<comments>http://erwinmayer.com/2009/09/30/rechauffement-climatique-obscurite-ou-obscurantisme/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 14:03:09 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[Environnement]]></category>
		<category><![CDATA[Physique]]></category>
		<category><![CDATA[Politique]]></category>
		<category><![CDATA[Société]]></category>
		<category><![CDATA[Dogme]]></category>
		<category><![CDATA[l'académie des sciences]]></category>
		<category><![CDATA[Réchuaffement climatique]]></category>
		<category><![CDATA[refroidissement climatique]]></category>
		<category><![CDATA[théorie scientifique]]></category>
		<category><![CDATA[Vincent Courtillot]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=276</guid>
		<description><![CDATA[La complaisance dans un consensus mou n&#8217;est pas propice à l&#8217;établissement d&#8217;une vérité scientifique. Qu&#8217;on l&#8217;oublie, et c&#8217;est bientôt tout l&#8217;édifice qui s&#8217;écroule.
Le professeur Vincent Courtillot, géologue physicien et membre de l&#8217;académie des sciences, s&#8217;est incidemment intéressé de plus près au réchauffement climatique. Il vient au secours de la climatologie, en apportant aux théories à [...]]]></description>
			<content:encoded><![CDATA[<p>La complaisance dans un consensus mou n&#8217;est pas propice à l&#8217;établissement d&#8217;une vérité scientifique. Qu&#8217;on l&#8217;oublie, et c&#8217;est bientôt tout l&#8217;édifice qui s&#8217;écroule.</p>
<p>Le professeur Vincent Courtillot, géologue physicien et membre de l&#8217;académie des sciences, s&#8217;est incidemment intéressé de plus près au réchauffement climatique. Il vient au secours de la climatologie, en apportant aux théories à la mode une réfutabilité aussi essentielle que scandaleusement qualifiée d&#8217;hérésie par les médias, les politiciens, mais surtout ceux-là mêmes qui se prétendent en être les plus illustres experts.</p>
<p>Il est temps que la masse bascule. Les leaders d&#8217;opinion suivront. Il n&#8217;existe pas d&#8217;intérêt matériel pour une théorie ou pour une autre, simplement une égotisation massive des enjeux.<br />
Les marchés boursiers nous y ont habitué : malheur à celui qui défie la tendance avant que tout le monde s&#8217;accorde à reconnaître que le roi est nu. Nous ignorons quand la bulle explosera, notre seule certitude est qu&#8217;une théorie coupée de ses fondements scientifiques finit toujours par tirer sa révérence. Il n&#8217;y aura pas de choc, pas de ruines, pas de victimes. La masse ne s&#8217;enrichit pas à cultiver son irréaliste culpabilité ; en devenant sa propre victime, elle appauvrit sa capacité à résoudre ses véritables problèmes.</p>
<p>Dans cette <a href="http://www.js.univ-nantes.fr/14918022/0/fiche___pagelibre/&#038;RH=JS_FR1">conférence donnée à l&#8217;Université de Nantes</a>, Vincent Courtillot tente d&#8217;apporter une nouvelle lecture aux données brutes dont nous disposons, et qui ont été malmenées par des experts auto-proclamés pendant de si longues années. Loin du sensationnalisme d&#8217;un Al Gore ou de <a href="http://www.channel4.com/science/microsites/G/great_global_warming_swindle/">Channel 4</a>, c&#8217;est ici un discours que l&#8217;on peut saluer tant pour sa rigueur que pour sa clarté. En un mot, une contribution véritablement constructive au débat, sans polémique. Ceux qui auront besoin de plus de détails pourront étancher leur curiosité en consultant les nombreuses références sur la page professionnelle de <a href="http://www.ipgp.fr/~courtil/">Vincent Courtillot</a>.</p>
<p><script type="text/javascript">
function portlet_showhide(id) {
        if(document.getElementById(id).style.display == 'none') {
                document.getElementById(id).style.display = 'block';
                document.getElementById("label_"+id).innerHTML = 'cacher';
        } else {
                document.getElementById(id).style.display = 'none';
                document.getElementById("label_"+id).innerHTML = 'ajouter &agrave; votre site';
        }
}
</script></p>
<ul>
<li>Ecouter la conférence (durée : 51 min.)&nbsp;:</li>
<p><center>&nbsp;<object type="application/x-shockwave-flash" width="240" height="20" data="http://ressources.univ-nantes.fr/campo/mp3/mp3_player/dewplayer-vol.swf?mp3=http://videos-campo.univ-nantes.fr/mp3/2009/07/conf_01.mp3 "><param name="movie" value="http://ressources.univ-nantes.fr/campo/mp3/mp3_player/dewplayer-vol.swf?mp3=http://videos-campo.univ-nantes.fr/mp3/2009/07/conf_01.mp3 " /></object><br />
<b><a style="color:#749333;text-decoration:underline;cursor:pointer;font-weight:bold;"  onclick="window.open(this.href);return false;" href="http://videos-campo.univ-nantes.fr/mp3/2009/07/conf_01.mp3 ">t&eacute;l&eacute;charger ce mp3</a>&nbsp;|<span id="label_82" style="color:#749333;text-decoration:underline;cursor:pointer;" onclick="portlet_showhide(82)">ajouter &agrave; votre site</span></b>
<div id="82" style="display:none;"><textarea  cols=85 rows=5><object type="application/x-shockwave-flash" width="240" height="20" data="http://ressources.univ-nantes.fr/campo/mp3/mp3_player/dewplayer-vol.swf?mp3=http://videos-campo.univ-nantes.fr/mp3/2009/07/conf_01.mp3 "><param name="movie" value="http://ressources.univ-nantes.fr/campo/mp3/mp3_player/dewplayer-vol.swf?mp3=http://videos-campo.univ-nantes.fr/mp3/2009/07/conf_01.mp3 " /></object></textarea></div>
<p></center></p>
<p></p>
<li>Visionner la conférence (durée : 51 min.)&nbsp;:</li>
<p><center><object type="application/x-shockwave-flash" width="320" height="240" data="http://ressources.univ-nantes.fr/campo/flv_player/neolao1.6/player_flv_maxi-aa.swf?configxml=http://ressources.univ-nantes.fr/campo/flv_player/neolao1.6/flv_config.xml&#038;flv=http://videos-campo.univ-nantes.fr/pam/2009/07/js2009_confs/01-courtillot.flv"><param name="movie" value="http://ressources.univ-nantes.fr/campo/flv_player/player_flv.swf?configxml=http://ressources.univ-nantes.fr/campo/flv_player/neolao1.6/flv_config.xml&#038;flv=http://videos-campo.univ-nantes.fr/pam/2009/07/js2009_confs/01-courtillot.flv" /><param name="skin" value="http://videos-campo.univ-nantes.fr/flv_player/player_flv_skin003.jpg"/><param name="width" value="320" /><param name="height" value="240" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /></object><br />
<span id="label_10" style="color:#749333;text-decoration:underline;cursor:pointer;font-weight:bold;" onclick="portlet_showhide(10)">ajouter &agrave; votre site</span>
<div id="10" style="display:none;"><textarea  cols=64 rows=5><object type="application/x-shockwave-flash" width="320" height="240" data="http://ressources.univ-nantes.fr/campo/flv_player/neolao1.6/player_flv_maxi-aa.swf?configxml=http://ressources.univ-nantes.fr/campo/flv_player/neolao1.6/flv_config.xml&#038;flv=http://videos-campo.univ-nantes.fr/pam/2009/07/js2009_confs/01-courtillot.flv"><param name="movie" value="http://ressources.univ-nantes.fr/campo/flv_player/player_flv.swf?configxml=http://ressources.univ-nantes.fr/campo/flv_player/neolao1.6/flv_config.xml&#038;flv=http://videos-campo.univ-nantes.fr/pam/2009/07/js2009_confs/01-courtillot.flv" /><param name="skin" value="http://videos-campo.univ-nantes.fr/flv_player/player_flv_skin003.jpg"/><param name="width" value="320" /><param name="height" value="240" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /></object><br /></textarea></div>
<p></center>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2009/09/30/rechauffement-climatique-obscurite-ou-obscurantisme/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
<enclosure url="http://videos-campo.univ-nantes.fr/mp3/2009/07/conf_01.mp3" length="70869159" type="audio/mpeg" />
		</item>
		<item>
		<title>WPF or not WPF?</title>
		<link>http://erwinmayer.com/2009/08/21/wpf-or-not-wpf/</link>
		<comments>http://erwinmayer.com/2009/08/21/wpf-or-not-wpf/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 21:59:49 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Informatique]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[.NET framework]]></category>
		<category><![CDATA[good-looking applications]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Paradigm]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[vectorial application]]></category>
		<category><![CDATA[Windows Forms]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=251</guid>
		<description><![CDATA[I would not say it is a new paradigm, but the least we have to recognize is that Windows Presentation Foundation helps building more good-looking applications than our beloved Winforms&#8230;

]]></description>
			<content:encoded><![CDATA[<p>I would not say it is a new paradigm, but the least we have to recognize is that <a href="http://en.wikipedia.org/wiki/Windows_Presentation_Foundation">Windows Presentation Foundation</a> helps building more good-looking applications than our beloved <a href="http://en.wikipedia.org/wiki/Windows_Forms">Winforms</a>&#8230;</p>
<p><center><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/MTfM5pmUrnU&#038;hl=fr&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/MTfM5pmUrnU&#038;hl=fr&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2009/08/21/wpf-or-not-wpf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stay hungry, Stay foolish!</title>
		<link>http://erwinmayer.com/2009/08/18/stay-hungry-stay-foolish/</link>
		<comments>http://erwinmayer.com/2009/08/18/stay-hungry-stay-foolish/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 11:31:16 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[Citations]]></category>
		<category><![CDATA[Développement personnel]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Entrepreneuriat]]></category>
		<category><![CDATA[High tech]]></category>
		<category><![CDATA[Histoire]]></category>
		<category><![CDATA[Innovation]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Philosophie]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Apple Inc.]]></category>
		<category><![CDATA[CEO]]></category>
		<category><![CDATA[Commencement speech]]></category>
		<category><![CDATA[Death]]></category>
		<category><![CDATA[entrepreneurship]]></category>
		<category><![CDATA[Human Interest]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[love]]></category>
		<category><![CDATA[NeXT]]></category>
		<category><![CDATA[Pixar]]></category>
		<category><![CDATA[Pixar Animation Studio]]></category>
		<category><![CDATA[Steve Jobs]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[Technology/Internet]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=248</guid>
		<description><![CDATA[I would like to share with you this very insightful commencement address that Steve Jobs, CEO of Apple Computers and Pixar Animation Studio delivered for the Stanford Graduation Ceremony, on June 12, 2005. Stay inspired.

Steve Jobs &#8211; Stay Hungry, Stay Foolishby jmetos

The original text can be found here and a French translation there.
]]></description>
			<content:encoded><![CDATA[<p>I would like to share with you this very insightful commencement address that <a href="http://fr.wikipedia.org/wiki/Steve_Jobs">Steve Jobs</a>, CEO of Apple Computers and Pixar Animation Studio delivered for the Stanford Graduation Ceremony, on June 12, 2005. Stay inspired.</p>
<p><center>
<div><object width="420" height="339"><param name="movie" value="http://www.dailymotion.com/swf/x1fdeu_steve-jobs-stay-hungry-stay-foolish_business&#038;autoPlay=1&#038;related=1" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://www.dailymotion.com/swf/x1fdeu_steve-jobs-stay-hungry-stay-foolish_business&#038;autoPlay=0&#038;related=1" type="application/x-shockwave-flash" width="420" height="339" allowFullScreen="true" allowScriptAccess="always" flashVars="autoStart=0"></embed></object><br /><b><a href="http://www.dailymotion.com/swf/x1fdeu_steve-jobs-stay-hungry-stay-foolish_business&#038;autoPlay=1&#038;related=1">Steve Jobs &#8211; Stay Hungry, Stay Foolish</a></b><br /><i>by <a href="http://www.dailymotion.com/jmetos">jmetos</a></i></div>
<p></center></p>
<p>The original text can be found <a href="http://news-service.stanford.edu/news/2005/june15/jobs-061505.html">here</a> and a French translation <a href="http://www.scott-bono.com/blog/2009/06/09/stay-hungry-stay-foolish/">there</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2009/08/18/stay-hungry-stay-foolish/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>La Fondation Erwin Mayer est maintenant sur Facebook</title>
		<link>http://erwinmayer.com/2009/07/22/la-fondation-erwin-mayer-est-maintenant-sur-facebook/</link>
		<comments>http://erwinmayer.com/2009/07/22/la-fondation-erwin-mayer-est-maintenant-sur-facebook/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 00:57:24 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[EMF]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Histoire]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Fan page]]></category>
		<category><![CDATA[Fondation Erwin Mayer]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=242</guid>
		<description><![CDATA[Retrouvez dès à présent La Fondation Erwin Mayer sur Facebook !
FB.init("e0dbfac419bbafc24c72b049581d3c59");
Erwin Mayer Foundation on Facebook

]]></description>
			<content:encoded><![CDATA[<p>Retrouvez dès à présent La Fondation Erwin Mayer <a href="http://www.facebook.com/pages/Erwin-Mayer-Foundation/94943811265" target="_blank">sur Facebook</a> !</p>
<p><center><script src="http://static.ak.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US" type="text/javascript"></script><script type="text/javascript">FB.init("e0dbfac419bbafc24c72b049581d3c59");</script><fb:fan profile_id="94943811265" stream="" connections="10" width="300"></fb:fan>
<div style="font-size:8px; padding-left:10px"><a href="http://www.facebook.com/pages/Erwin-Mayer-Foundation/94943811265">Erwin Mayer Foundation</a> on Facebook</div>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2009/07/22/la-fondation-erwin-mayer-est-maintenant-sur-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog info-trafic, épisode 3</title>
		<link>http://erwinmayer.com/2009/07/19/blog-info-trafic-episode-3/</link>
		<comments>http://erwinmayer.com/2009/07/19/blog-info-trafic-episode-3/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 12:57:34 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[Insolite]]></category>
		<category><![CDATA[Société]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=237</guid>
		<description><![CDATA[Deux ne venant jamais sans trois, voici quelques perles des recherches que vous avez faites et qui vous ont conduits en ces humbles lieux :

bancassurance : solutions à la crise
calcul de tension monophasé en fonction de l&#8217;unbalance
calcul du seuil de rentabilité d&#8217;une sandwicherie -&#62; En voilà une question intéressante !
chicago tribune erwin mayer
comment brancher ma [...]]]></description>
			<content:encoded><![CDATA[<p>Deux ne venant jamais sans trois, voici quelques perles des recherches que vous avez faites et qui vous ont conduits en ces humbles lieux :</p>
<ul>
<li><a href="http://erwinmayer.com/2008/10/21/la-bancassurance-un-pas-de-trop-vers-le-precipice/">bancassurance : solutions à la crise</a></li>
<li><a href="http://erwinmayer.com/2008/06/01/230v-vs-120v-qui-est-le-plus-dangereux/">calcul de tension monophasé en fonction de l&#8217;unbalance</a></li>
<li>calcul du seuil de rentabilité d&#8217;une sandwicherie -&gt; En voilà une question intéressante !</li>
<li>chicago tribune erwin mayer</li>
<li>comment brancher ma lampe american dj spectrum led sur mon pc -&gt; Je vous en prie</li>
<li>comment devenir milliadaire -&gt; Mon préféré !</li>
<li>crash team racing vente total wikipedia</li>
<li>erwin le ouf -&gt; Yo!</li>
<li>erwin mayer artist</li>
<li>fondation erwin guadeloupe</li>
<li>fraudes difficilement detectable -&gt; Mais bien sûr !</li>
<li>je gagne ma vie sur betfair -&gt; Content pour vous</li>
<li>longueur doigt testosterone politique sarkozy -&gt; Celui là il fallait le trouver</li>
<li>mission premiere de la societe generale -&gt; Quelqu&#8217;un l&#8217;aurait-il oubliée ?</li>
<li>peut on être comme électrocutée pendant une séance énergétique</li>
<li>questions que l&#8217;on se pose a l&#8217;approche de la retraite</li>
<li>rachat de vieux cable informatique -&gt; Pas ici, désolé !</li>
<li>comment blanchir de l&#8217;argent honnêtement -&gt; Non mais !</li>
<li>fondation bill gates : complot -&gt; Hahaha, c&#8217;était donc trop beau pour être vrai</li>
<li>lignes air mayer -&gt; Non, c&#8217;est Air Win</li>
<li>quel montant en dividendes ne doit on pas dépasser pour etre taxable dans une eurl -&gt; Question typique d&#8217;un entrepreneur français</li>
<li>être riche en travaillant dans le monde de la finance -&gt; Ou pas ?</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2009/07/19/blog-info-trafic-episode-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free 10% discount for United Airlines flights</title>
		<link>http://erwinmayer.com/2009/07/11/free-10-discount-for-united-airlines-flights/</link>
		<comments>http://erwinmayer.com/2009/07/11/free-10-discount-for-united-airlines-flights/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 11:54:25 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[EMF]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=234</guid>
		<description><![CDATA[For anyone who plans to travel with United Airlines, the Erwin Mayer Foundation would like to donate a 10% discount voucher. It is valid till the 27th august 2009 (you are required to buy a ticket before this date, but the date of the flight can be later).
First come, first served, this voucher should be [...]]]></description>
			<content:encoded><![CDATA[<p>For anyone who plans to travel with United Airlines, the Erwin Mayer Foundation would like to donate a 10% discount voucher. It is valid till the 27th august 2009 (you are required to buy a ticket before this date, but the date of the flight can be later).</p>
<p>First come, first served, this voucher should be only valid once. If you have used it, please write it as a comment so that this post can be updated.</p>
<p>All the conditions and the code are detailed in the document here: <a href="http://erwinmayer.com/wp-content/uploads/2009/07/united-airlines-10-pcts-discount-voucher.pdf">United Airlines 10% Voucher</a>.</p>
<p style="text-align: center;"><a title="United Airlines 777s" href="http://flickr.com/photos/91201697@N00/365463352"><img src="http://farm1.static.flickr.com/139/365463352_c8d57ee44b_m.jpg" alt="" /></a></p>
<p>If this helped you, don&#8217;t forget to thanks Goodness <a href="http://www.kamashanti.org" target="_blank">here</a> or to support a cause like <a href="http://mir.com.free.fr" target="_blank">this one</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2009/07/11/free-10-discount-for-united-airlines-flights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plier ses tee-shirts en deux secondes &#8211; Une leçon de productivité</title>
		<link>http://erwinmayer.com/2009/07/07/plier-ses-tee-shirts-en-deux-secondes-une-lecon-de-productivite/</link>
		<comments>http://erwinmayer.com/2009/07/07/plier-ses-tee-shirts-en-deux-secondes-une-lecon-de-productivite/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 23:03:35 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[Finance]]></category>
		<category><![CDATA[Innovation]]></category>
		<category><![CDATA[Société]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=232</guid>
		<description><![CDATA[Cela faisait quelques temps déjà que j&#8217;avais vu une vidéo vantant les mérites de cette technique de pliage de tee-shirts et chemises, mais il fallait s&#8217;accrocher pour déterminer les étapes clefs permettant de reproduire l&#8217;exploit.
Aussi, lorsque je vois que certains ont pris le temps de la pédagogie, je me dois de saluer l&#8217;initiative. En effet, [...]]]></description>
			<content:encoded><![CDATA[<p>Cela faisait quelques temps déjà que j&#8217;avais vu une vidéo vantant les mérites de cette technique de pliage de tee-shirts et chemises, mais il fallait s&#8217;accrocher pour déterminer les étapes clefs permettant de reproduire l&#8217;exploit.<br />
Aussi, lorsque je vois que certains ont pris le temps de la pédagogie, je me dois de saluer l&#8217;initiative. En effet, faut-il vraiment compter le nombre de personnes dans le monde concernées par cette tâche répétitive ? A part ceux qui ont quelqu&#8217;un pour le faire à leur place, et ceux qui ont fait le pari des tee-shirts jetables (lorsque certains pressings d&#8217;hôtels facturent 5€ le repassage, ou même si l&#8217;on compte le temps passé à laver et repasser soi-même, l&#8217;eau et l&#8217;électricité, un tee-shirt à 1€ &#8211; oui, cela existe, et même au bas de chez moi avec des inscriptions amusantes &#8211; apparaît comme une alternative inespérée, permettant en outre d&#8217;apporter du remblais pour les polders nécessaires dans notre lutte sans merci contre les ambitions conquérantes des mers et océans), plusieurs milliards d&#8217;être humains perdent chacun plusieurs milliers de minutes par an (en plus des plusieurs milliers de minutes de repassage &#8211; pratique culturelle aussi superflue que répandue).</p>
<p>Le gain de temps apporté par cette technique révolutionnaire de pliage des tee-shirts et vêtements de morphologie semblable, se traduirait donc concrètement pour l&#8217;humanité par 4 mn par jour * 365 jours * 6,8 milliards = 165 milliards d&#8217;heures.<br />
Multipliez par le SMIC (soyons fous : 8,82 euros horaire au premier juillet 2009) et vous obtenez plus de 1459 milliards d&#8217;euros, soit pas loin d&#8217;une année de PIB français (1792 milliards en 2008) ou un peu plus que la dette publique française (1327 milliards en 2008)&#8230; Ou presque de quoi doubler le PIB de l&#8217;Afrique toute entière 1621 milliards en 2008).</p>
<p>En somme, une excellente leçon de productivité qui montre bien que les plus grands progrès de l&#8217;humanité résultent parfois de l&#8217;optimisation de simples gestes quotidiens.</p>
<p><center><br />
<object width="400" height="336" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="videojugplayer"><param name="movie" value="http://www.videojug.com/film/player?id=8e5bf146-3c4b-00b0-6c56-ff0008c8d892"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.videojug.com/film/player?id=8e5bf146-3c4b-00b0-6c56-ff0008c8d892" type="application/x-shockwave-flash" width="400" height="336" allowFullScreen="true" allowScriptAccess="always"></embed></object><br /><a href="http://www.videojug.com/tag/folding">Folding</a>: <a href="http://www.videojug.com/film/how-to-fold-a-t-shirt-in-2-seconds-explained">How To Fold A T-Shirt In 2 Seconds &#8211; Explained</a><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2009/07/07/plier-ses-tee-shirts-en-deux-secondes-une-lecon-de-productivite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Les traders ont plus que jamais besoin de vous</title>
		<link>http://erwinmayer.com/2009/05/27/trad/</link>
		<comments>http://erwinmayer.com/2009/05/27/trad/#comments</comments>
		<pubDate>Wed, 27 May 2009 20:27:38 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Humour]]></category>
		<category><![CDATA[Insolite]]></category>
		<category><![CDATA[Société]]></category>
		<category><![CDATA[caritatif]]></category>
		<category><![CDATA[dons]]></category>
		<category><![CDATA[Pauvreté]]></category>
		<category><![CDATA[traders]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=224</guid>
		<description><![CDATA[La Fondation Erwin Mayer tient à associer toute son énergie à l&#8217;honorable mission caritative que l&#8217;association Save the traders a souhaité entreprendre.
Chacun a déjà pu faire ce constat simple : Les traders ont été injustement désignés comme les boucs émissaires de la crise mondiale que nous traversons. Non seulement c&#8217;est un raccourci fallacieux, mais c&#8217;est [...]]]></description>
			<content:encoded><![CDATA[<p>La Fondation Erwin Mayer tient à associer toute son énergie à l&#8217;honorable mission caritative que l&#8217;association <a href="http://www.savethetraders.com">Save the traders</a> a souhaité entreprendre.</p>
<p>Chacun a déjà pu faire ce constat simple : <em>Les traders ont été injustement désignés comme les boucs émissaires de la crise mondiale que nous traversons. Non seulement c&#8217;est un raccourci fallacieux, mais c&#8217;est surtout oublier qu&#8217;ils en sont les premières victimes ! Fortune, emploi, honneur, certains d&#8217;entre eux ont tout perdu ou presque.</em></p>
<p>Alors, comme vous l&#8217;invite ce clip, que Save the traders a réalisé pour sensibiliser l&#8217;opinion publique à la situation désespérée de personnes de plus en plus nombreuses à Paris, Londres et New York, n&#8217;oubliez pas de donner beaucoup, ça aidera un peu.</p>
<p><center><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/PIA_NVf8xQc&#038;hl=fr&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/PIA_NVf8xQc&#038;hl=fr&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></center></p>
<p>Vous pouvez alternativement donner au <a href="http://mir.com.free.fr">Mir</a> et au <a href="http://www.kamashanti.org">Bien</a>, ils vous le rendront.</p>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2009/05/27/trad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Production et circulation des richesses</title>
		<link>http://erwinmayer.com/2009/05/19/production-et-circulation-des-richesses/</link>
		<comments>http://erwinmayer.com/2009/05/19/production-et-circulation-des-richesses/#comments</comments>
		<pubDate>Tue, 19 May 2009 17:54:11 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Fiscalité]]></category>
		<category><![CDATA[Société]]></category>
		<category><![CDATA[budget]]></category>
		<category><![CDATA[déficit budgétaire]]></category>
		<category><![CDATA[Economie]]></category>
		<category><![CDATA[Faillite]]></category>
		<category><![CDATA[France]]></category>
		<category><![CDATA[Impôts]]></category>
		<category><![CDATA[Louis-Arnaud]]></category>
		<category><![CDATA[PIB]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=221</guid>
		<description><![CDATA[Mon vénérable ami Louis-Arnaud m&#8217;a transmis dernièrement une introduction de son crû aux principes macroéconomiques fondamentaux d&#8217;une économie comme celle de la France :
Visualiser L.A. &#8211; Production et circulation des richesses
J&#8217;invite cordialement tous ceux qui veulent proférer un peu moins d&#8217;inepties ou d&#8217;imprécisions lors des dîners mondains à lire attentivement ce qui y est présenté.

]]></description>
			<content:encoded><![CDATA[<p>Mon vénérable ami Louis-Arnaud m&#8217;a transmis dernièrement une introduction de son crû aux principes macroéconomiques fondamentaux d&#8217;une économie comme celle de la France :</p>
<p style="text-align: center;"><a href="http://erwinmayer.com/wp-content/uploads/2009/05/production_et_circulation_des_richesses.pdf">Visualiser L.A. &#8211; Production et circulation des richesses</a></p>
<p>J&#8217;invite cordialement tous ceux qui veulent proférer un peu moins d&#8217;inepties ou d&#8217;imprécisions lors des dîners mondains à lire attentivement ce qui y est présenté.</p>
<p style="text-align: center;"><img class="oc_preview_img    aligncenter" title="Dollars !" src="http://farm4.static.flickr.com/3219/2402698820_6606b5ca8a.jpg" alt="" / width="200px"></p>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2009/05/19/production-et-circulation-des-richesses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Le primat du software</title>
		<link>http://erwinmayer.com/2009/03/01/le-primat-du-software/</link>
		<comments>http://erwinmayer.com/2009/03/01/le-primat-du-software/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 14:22:03 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[Entrepreneuriat]]></category>
		<category><![CDATA[High tech]]></category>
		<category><![CDATA[Informatique]]></category>
		<category><![CDATA[Innovation]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Bill Gates]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Multitouch]]></category>
		<category><![CDATA[Révolution informatique]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Steve Jobs]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=201</guid>
		<description><![CDATA[Walter Mossberg and Kara Swisher interview Steve Jobs and Bill Gates at &#8216;D5: All Things Digital&#8217; conference in Silicon Valley in 2007. Quotes made during the time of the photograph.
Kara: &#171;&#160;What you think each has contributed to the computer and technology industry, starting with you, Steve, for Bill, and vice versa.&#160;&#187;
Steve: &#171;&#160;Bill built the first [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Walter Mossberg and Kara Swisher interview Steve Jobs and Bill Gates at &#8216;D5: All Things Digital&#8217; conference in Silicon Valley in 2007. Quotes made during the time of the photograph.</p>
<p><strong>Kara: &laquo;&nbsp;What you think each has contributed to the computer and technology industry, starting with you, Steve, for Bill, and vice versa.&nbsp;&raquo;</strong></p>
<p>Steve: &laquo;&nbsp;Bill built the first software company in the industry and I think he built the first software company before anybody really in our industry knew what a software company was, except for these guys. And that was huge. That was really huge. And the business model that they ended up pursuing turned out to be the one that worked really well, you know, for the industry. I think the biggest thing was, Bill was really focused on software before almost anybody else had a clue that it was really the software.&nbsp;&raquo;</p>
<p><strong>Walt: &laquo;&nbsp;Bill, how about the contribution of Steve and Apple?&nbsp;&raquo;</strong></p>
<p>Bill: &laquo;&nbsp;Well, first, I want to clarify: I’m not Fake Steve Jobs. [Peals of laughter.] What Steve’s done is quite phenomenal, and if you look back to 1977, that Apple II computer, the idea that it would be a mass-market machine, you know, the bet that was made there by Apple uniquely—there were other people with products, but the idea that this could be an incredible empowering phenomenon, Apple pursued that dream. Then one of the most fun things we did was the Macintosh and that was so risky. People may not remember that Apple really bet the company. Lisa hadn’t done that well, and some people were saying that general approach wasn’t good, but the team that Steve built even within the company to pursue that, even some days it felt a little ahead of its time—I don’t know if you remember that Twiggy disk drive and…&nbsp;&raquo;</p></blockquote>
<p><center><a href="http://erwinmayer.com/wp-content/uploads/2009/03/steve-jobs-and-bill-gates-at-d5-all-things-digital.png"><img src="http://erwinmayer.com/wp-content/uploads/2009/03/steve-jobs-and-bill-gates-at-d5-all-things-digital-300x214.png" alt="Bill Gates and Steve Jobs at D5: all things digital" title="Bill Gates and Steve Jobs at D5: all things digital" /></a></center></p>
<p>Aujourd&#8217;hui encore, le software n&#8217;a pas perdu de sa superbe et de son importance. Plusieurs exemples sont là pour nous le rappeler.</p>
<p><a href="http://en.wikipedia.org/wiki/Synaptics">Synaptics</a> est le principal équipementier en pavés tactiles (touchpads) pour ordinateurs portables. Regardez dans la liste des drivers de votre machine, il y a de bonnes chances pour que ce nom apparaisse quelque part.<br />
En septembre dernier, ils ont sorti <a href="http://www.synaptics.com/solutions/technology/gestures">en grande pompe</a> plusieurs nouvelles <em>gestures</em> rappelant celles utilisables sur des écrans multitouch. On aurait pu saluer l&#8217;innovation et s&#8217;en arrêter là. Oui mais voilà, ces fonctionnalités auraient pu être implémentées depuis plus de 5 ans ! Le hardware, et même le firmware peuvent depuis bien longtemps différencier les doigts, capter leurs coordonnées absolues (comme une tablette graphique), et ce avec une résolution d&#8217;environ 640&#215;480 ! Pourtant, seuls <a href="http://www.synaptics.com/support/utilities">trois misérables logiciels de démonstration</a> étaient jusqu&#8217;alors disponibles sur le site de Synaptics. Quant au <a href="http://www.synaptics.com/sites/default/files/SynCOMAPIv1_0.zip">SDK</a>, il n&#8217;a pas été mis à jour depuis 2004. Si aujourd&#8217;hui le nouveau driver offre quelques <em>gestures</em> supplémentaires (et encore pas disponibles sur tous les firmware malgré la compatibilité matérielle), Il faut donc toujours passer par la pseudo API en C++ pour accéder à la matrice générée par le touchpad et créer un gestionnaire de fonctionnalités supplémentaires.</p>
<p>Théorie du complot ou non sur les raisons de ce bridage, on peut surtout retenir que le fabricant du hardware ne verse pas beaucoup dans le software, et c&#8217;est donc une inefficience qu&#8217;il faut combler ! On peut imaginer bon nombre d&#8217;applications qui pourraient profiter à plusieurs centaines de millions d&#8217;utilisateurs instantanément.</p>
<p>On ne se rend pas non plus compte à quel point les connectiques comme le bluetooth ou le Wifi ne sont utilisées que partiellement par le software qui les accompagne. <a href="http://www.spectrum.ieee.org/aug08/6463">Une start-up a d&#8217;ailleurs développé des drivers Wifi</a> voués à faire au moins aussi bien que le Bluetooth en termes de débit de données et consommation électrique pour des applications identiques (casque, clavier&#8230;). Voilà qui risque de faire un peu d&#8217;ombre au consortium Bluetooth.<br />
Je cherchais moi-même à faire quelque chose a priori très simple : lire simultanément de la musique sur mon ordinateur et celui de mon frère, lorsqu&#8217;on est physiquement peu éloigné. Les solutions trouvées ont été les suivantes :<br />
Développer un script AutoIT qui synchronise la lecture des morceaux via le réseau (avec une parfaite synchronisation d&#8217;horloge),<br />
Mettre en place un serveur de streaming temps réel (contrairement à Youtube ou à toutes les webradios, il s&#8217;agit de pouvoir écouter avec seulement quelques millisecondes d&#8217;écart le son qui est joué sur le serveur, il n&#8217;est donc pas possible d&#8217;avoir extensivement recours à la mémoire tampon),<br />
Utiliser un bon vieux câble audio reliant la prise casque d&#8217;un ordi à la prise <em>line in</em> de l&#8217;autre.</p>
<p>Chaque solution présente des inconvénients : la première suppose que les bibliothèques des deux ordis soient identiques ou très proches, la deuxième n&#8217;offre pas une qualité d&#8217;écoute suffisamment stable (distortions comme en VoIP), et la troisième vous fait réaliser qu&#8217;il n&#8217;est même pas possible sur un ordi portable de choisir de ne pas désactiver les hauts-parleurs lorsque quelque chose est branché sur la prise line out (seul mon ordinateur, un Asus F3JA, et la version courante de mon driver son, présente un dysfonctionnement qui permet d&#8217;avoir les 2 simultanément au sortir d&#8217;une mise en veille <img src='http://erwinmayer.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> , cela suppose donc d&#8217;utiliser un jack et des hauts parleurs externes au moins sur l&#8217;ordinateur émetteur.</p>
<p>Ne devrait-on pas pouvoir envoyer de l&#8217;analogique ou quasi analogique (pour éviter toute décompression complexe ou gestion des pertes) avec un protocole approprié sur un câble RJ45 ? Ce câble n&#8217;a pas moins de fonctionnalité qu&#8217;un câble audio classique. Mais soit, plutôt que d&#8217;inventer un nouveau protocole <em>from scratch</em>, pourquoi ne peut-on pas tout simplement activer le profil standardisé &laquo;&nbsp;Headset&nbsp;&raquo; ou &laquo;&nbsp;Generic Audio Video Distribution Profile&nbsp;&raquo; sur le PC de destination du signal ? Aujourd&#8217;hui, on ne peut pas par défaut utiliser un PC comme extension sonore d&#8217;un autre PC, sans raison valable vu que tout le hardware nécessaire est pourtant là. En allant plus loin, pourquoi est-il impossible d&#8217;utiliser les <a href="http://en.wikipedia.org/wiki/Bluetooth_profil">profils bluetooth standards </a> sur des réseaux Ethernet Wifi ou RJ45 ?</p>
<p>Si le hardware a atteint une certaine maturité, on voit donc que le software en est encore à ses balbutiements en terme de mise en valeur des périphériques sous-jacents. Espérons que les interfaces utilisateurs à venir basées sur le multitouch et les <a href="http://www.3dvsystems.com/">caméras 3D</a> s&#8217;accompagneront également d&#8217;une révolution en termes de software. On peut bien sûr compter sur les fabricants de hardware, mais je ne saurais que trop nous conseiller à nous tous, utilisateurs et développeurs, d&#8217;être à l&#8217;origine de cette refondation du rapport de l&#8217;homme à la machine. C&#8217;est ni plus ni moins ce qu&#8217;ont su faire en leur temps, dans une perspective business appropriée, Apple et Microsoft.</p>
<p>Du software, toujours du software !</p>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2009/03/01/le-primat-du-software/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Forrest Gump honours Barack Obama at his presidential inauguration</title>
		<link>http://erwinmayer.com/2009/01/21/forrest-gump-honours-barack-obama-at-the-i/</link>
		<comments>http://erwinmayer.com/2009/01/21/forrest-gump-honours-barack-obama-at-the-i/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 21:37:42 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Cinéma]]></category>
		<category><![CDATA[Humour]]></category>
		<category><![CDATA[Insolite]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Politique]]></category>
		<category><![CDATA[Barack obama]]></category>
		<category><![CDATA[Forrest Gump]]></category>
		<category><![CDATA[inauguration]]></category>
		<category><![CDATA[investiture]]></category>
		<category><![CDATA[Tom Hanks]]></category>
		<category><![CDATA[white house]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=195</guid>
		<description><![CDATA[Insolite ! Une femme appelle Tom Hanks Forrest lors de son discours pour l&#8217;investiture de Barack Obama.

Et pour ceux que ça intéresse, voici la version longue :

  
]]></description>
			<content:encoded><![CDATA[<p>Insolite ! Une femme appelle Tom Hanks Forrest lors de son discours pour l&#8217;investiture de Barack Obama.</p>
<p><center><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/qIAgIsnYV60&#038;hl=fr&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/qIAgIsnYV60&#038;hl=fr&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></center></p>
<p>Et pour ceux que ça intéresse, voici la version longue :</p>
<p><center><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/PRHbjOOgq28&#038;hl=fr&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/PRHbjOOgq28&#038;hl=fr&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></center></p>
<p> <img src='http://erwinmayer.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2009/01/21/forrest-gump-honours-barack-obama-at-the-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Offrez-vous la Wii pouvoir d&#8217;achat pour Noël</title>
		<link>http://erwinmayer.com/2008/12/28/offrez-vous-la-wii-pouvoir-dachat-pour-noel/</link>
		<comments>http://erwinmayer.com/2008/12/28/offrez-vous-la-wii-pouvoir-dachat-pour-noel/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 14:16:07 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[Cinéma]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Humour]]></category>
		<category><![CDATA[Insolite]]></category>
		<category><![CDATA[Jeux]]></category>
		<category><![CDATA[Société]]></category>
		<category><![CDATA[crise]]></category>
		<category><![CDATA[essence]]></category>
		<category><![CDATA[guignols]]></category>
		<category><![CDATA[pouvoir d'achat]]></category>
		<category><![CDATA[restaurant]]></category>
		<category><![CDATA[Wii]]></category>
		<category><![CDATA[Wii pouvoir d'achat]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=192</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><center><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/GM95woOPG6Y&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/GM95woOPG6Y&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2008/12/28/offrez-vous-la-wii-pouvoir-dachat-pour-noel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joyeuses fêtes</title>
		<link>http://erwinmayer.com/2008/12/19/joyeuses-fetes/</link>
		<comments>http://erwinmayer.com/2008/12/19/joyeuses-fetes/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 08:00:10 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Cinéma]]></category>
		<category><![CDATA[Andersen]]></category>
		<category><![CDATA[Conte]]></category>
		<category><![CDATA[court-métrage]]></category>
		<category><![CDATA[Danemark]]></category>
		<category><![CDATA[Disney]]></category>
		<category><![CDATA[La petite fille aux allumettes]]></category>
		<category><![CDATA[Noël]]></category>
		<category><![CDATA[Nouvel an]]></category>
		<category><![CDATA[Russie]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=190</guid>
		<description><![CDATA[Ce conte d&#8217;Andersen magnifiquement illustré par Disney saura rappeler au monde que des petites filles aux allumettes continuent de s&#8217;éteindre chaque jour en ces périodes hivernales.

]]></description>
			<content:encoded><![CDATA[<p>Ce conte d&#8217;Andersen magnifiquement illustré par Disney saura rappeler au monde que des petites filles aux allumettes continuent de s&#8217;éteindre chaque jour en ces périodes hivernales.</p>
<p><center><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/kkoaFT-Oc-U&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/kkoaFT-Oc-U&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2008/12/19/joyeuses-fetes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stand By Me aux quatre coins du monde</title>
		<link>http://erwinmayer.com/2008/11/30/stand-by-me-aux-quatre-coins-du-monde/</link>
		<comments>http://erwinmayer.com/2008/11/30/stand-by-me-aux-quatre-coins-du-monde/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 01:51:01 +0000</pubDate>
		<dc:creator>Erwin</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Insolite]]></category>
		<category><![CDATA[Ben E. King]]></category>
		<category><![CDATA[Clip vidéo]]></category>
		<category><![CDATA[Jerry Leiber et Mike Stoller]]></category>
		<category><![CDATA[musique]]></category>
		<category><![CDATA[Rob Reiner]]></category>
		<category><![CDATA[solidarité]]></category>
		<category><![CDATA[Stand By Me]]></category>

		<guid isPermaLink="false">http://erwinmayer.com/?p=188</guid>
		<description><![CDATA[Voici un clip pour le moins sympathique que j&#8217;ai découvert via Journal d&#8217;un avocat. Stand by Me est l&#8217;une de mes musiques préférées, et cela fait chaud au coeur de la voir interprétée avec tant de synchronicité et de talent par des personnes si différentes.

]]></description>
			<content:encoded><![CDATA[<p>Voici un clip pour le moins sympathique que j&#8217;ai découvert via <a href="http://www.maitre-eolas.fr/2008/11/30/1228-une-planete-une-chanson">Journal d&#8217;un avocat</a>. <em>Stand by Me</em> est l&#8217;une de mes musiques préférées, et cela fait chaud au coeur de la voir interprétée avec tant de synchronicité et de talent par des personnes si différentes.</p>
<p><center><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Us-TVg40ExM&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Us-TVg40ExM&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://erwinmayer.com/2008/11/30/stand-by-me-aux-quatre-coins-du-monde/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
