<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Jean-Etienne&#039;s blog</title>
	<atom:link href="http://www.jepoirrier.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jepoirrier.net/blog</link>
	<description>A blog about free software, computer science and probably everything else too ...</description>
	<lastBuildDate>Wed, 18 May 2011 20:26:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Managing photos by Philippe Teuwen</title>
		<link>http://www.jepoirrier.net/blog/2011/05/managing-photos/comment-page-1/#comment-111</link>
		<dc:creator>Philippe Teuwen</dc:creator>
		<pubDate>Wed, 18 May 2011 20:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.jepoirrier.net/blog/?p=589#comment-111</guid>
		<description>In case you want to try the same for the movies recorded by your EOS, here is a little hacky script that does the job:

for m in MVI*.MOV; do
    t=$(mplayer -vo null -ao null -frames 0 -identify $m 2&gt;/dev/null&#124;grep creation_time:&#124;sed &#039;s/.*creation_time: *//;s/[-:]//g;s/ /-/&#039;)
    mv ${m} ${t}_${m}
done
</description>
		<content:encoded><![CDATA[<p>In case you want to try the same for the movies recorded by your EOS, here is a little hacky script that does the job:</p>
<p>for m in MVI*.MOV; do<br />
    t=$(mplayer -vo null -ao null -frames 0 -identify $m 2&gt;/dev/null|grep creation_time:|sed &#8216;s/.*creation_time: *//;s/[-:]//g;s/ /-/&#8217;)<br />
    mv ${m} ${t}_${m}<br />
done</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing photos by Philippe Teuwen</title>
		<link>http://www.jepoirrier.net/blog/2011/05/managing-photos/comment-page-1/#comment-110</link>
		<dc:creator>Philippe Teuwen</dc:creator>
		<pubDate>Wed, 18 May 2011 19:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jepoirrier.net/blog/?p=589#comment-110</guid>
		<description>Great idea to have blogged about this subject!

BTW for automatic conversion of exif rotation into physical rotation, look at exifautotran
as alternative, which is in the same package as jpegtran (as jhead is actually relying on the presence of jpegtran anyway for its -autorot option).

For sorting, one possible approach could also be tag-based filesystems (&amp; avoid software-specific databases) but I didn&#039;t find anything perfect yet...</description>
		<content:encoded><![CDATA[<p>Great idea to have blogged about this subject!</p>
<p>BTW for automatic conversion of exif rotation into physical rotation, look at exifautotran<br />
as alternative, which is in the same package as jpegtran (as jhead is actually relying on the presence of jpegtran anyway for its -autorot option).</p>
<p>For sorting, one possible approach could also be tag-based filesystems (&amp; avoid software-specific databases) but I didn&#8217;t find anything perfect yet&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is my proxy on Windows XP? by R and the proxy server &#8211; Jean-Etienne&#039;s blog</title>
		<link>http://www.jepoirrier.net/blog/2011/03/what-is-my-proxy-on-windows-xp/comment-page-1/#comment-107</link>
		<dc:creator>R and the proxy server &#8211; Jean-Etienne&#039;s blog</dc:creator>
		<pubDate>Tue, 29 Mar 2011 15:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.jepoirrier.net/blog/?p=577#comment-107</guid>
		<description>[...] the path to your R version, change the string &#8220;proxyaddress&#8221; by your proxy (see this previous post for a tip on this) and you&#8217;re [...]</description>
		<content:encoded><![CDATA[<p>[...] the path to your R version, change the string &#8220;proxyaddress&#8221; by your proxy (see this previous post for a tip on this) and you&#8217;re [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Today is *not* World Epilepsy Day by Virtual Data Room</title>
		<link>http://www.jepoirrier.net/blog/2011/02/world-epilepsy-day-2011/comment-page-1/#comment-106</link>
		<dc:creator>Virtual Data Room</dc:creator>
		<pubDate>Sat, 26 Mar 2011 20:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.jepoirrier.net/blog/?p=573#comment-106</guid>
		<description>Its unfortunate that you did not find anything lolz. But good post..</description>
		<content:encoded><![CDATA[<p>Its unfortunate that you did not find anything lolz. But good post..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Fedora 13 on a Toshiba Satellite L670-10K by Installing Fedora 14 on a Toshiba Satellite L670-10K &#8211; Jean-Etienne&#039;s blog</title>
		<link>http://www.jepoirrier.net/blog/2010/10/installing-fedora-13-on-a-toshiba-satellite-l670-10k/comment-page-1/#comment-103</link>
		<dc:creator>Installing Fedora 14 on a Toshiba Satellite L670-10K &#8211; Jean-Etienne&#039;s blog</dc:creator>
		<pubDate>Wed, 10 Nov 2010 01:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jepoirrier.net/blog/?p=530#comment-103</guid>
		<description>[...] issue, installation even smoother than the installation of Fedora 13 on the same machine, last [...]</description>
		<content:encoded><![CDATA[<p>[...] issue, installation even smoother than the installation of Fedora 13 on the same machine, last [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on David McCandless on information visualisation by Let my dataset change your mindset &#8211; Jean-Etienne&#039;s blog</title>
		<link>http://www.jepoirrier.net/blog/2010/08/david-mccandless-infovis/comment-page-1/#comment-92</link>
		<dc:creator>Let my dataset change your mindset &#8211; Jean-Etienne&#039;s blog</dc:creator>
		<pubDate>Fri, 27 Aug 2010 23:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jepoirrier.net/blog/?p=485#comment-92</guid>
		<description>[...] the previous post, I shared a video of David McCandless giving a talk about information visualisation. One phrase [...]</description>
		<content:encoded><![CDATA[<p>[...] the previous post, I shared a video of David McCandless giving a talk about information visualisation. One phrase [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cognitive Surplus visualised by David McCandless talks at TED &#8211; Jean-Etienne&#039;s blog</title>
		<link>http://www.jepoirrier.net/blog/2010/07/cognitive-surplus-visualised/comment-page-1/#comment-91</link>
		<dc:creator>David McCandless talks at TED &#8211; Jean-Etienne&#039;s blog</dc:creator>
		<pubDate>Mon, 23 Aug 2010 21:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jepoirrier.net/blog/?p=459#comment-91</guid>
		<description>[...] was behind informationisbeautiful.net, a blog dedicated to information visualisation which I often mentionned before on this [...]</description>
		<content:encoded><![CDATA[<p>[...] was behind informationisbeautiful.net, a blog dedicated to information visualisation which I often mentionned before on this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Llinking two recent posts seen elsewhere by Philippe Teuwen</title>
		<link>http://www.jepoirrier.net/blog/2010/08/llinking-two-recent-posts-seen-elsewhere/comment-page-1/#comment-89</link>
		<dc:creator>Philippe Teuwen</dc:creator>
		<pubDate>Wed, 04 Aug 2010 19:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jepoirrier.net/blog/?p=479#comment-89</guid>
		<description>Yet another link that comes in the mind of one of the two posts&#039; authors, &lt;a href=&quot;http://www.dailymail.co.uk/news/worldnews/article-1255888/Facebook-founder-Mark-Zuckerberg-hacked-emails-rivals-journalists.html&quot; rel=&quot;nofollow&quot;&gt;the following story&lt;/a&gt;:

According to this article the Facebook CEO used the following technique to attack profiles on rival social networking websites:
* Use Facebook to search for members who said they were staff of the target (here a newspaper).
* As admin of the social networking website, examine reports of failed logins to see if any of the members had ever entered an incorrect password into Facebook.
* In the instances where they had, try using those incorrect passwords to access the  members&#039;  email accounts on another website.

Phil</description>
		<content:encoded><![CDATA[<p>Yet another link that comes in the mind of one of the two posts&#8217; authors, <a href="http://www.dailymail.co.uk/news/worldnews/article-1255888/Facebook-founder-Mark-Zuckerberg-hacked-emails-rivals-journalists.html" rel="nofollow">the following story</a>:</p>
<p>According to this article the Facebook CEO used the following technique to attack profiles on rival social networking websites:<br />
* Use Facebook to search for members who said they were staff of the target (here a newspaper).<br />
* As admin of the social networking website, examine reports of failed logins to see if any of the members had ever entered an incorrect password into Facebook.<br />
* In the instances where they had, try using those incorrect passwords to access the  members&#8217;  email accounts on another website.</p>
<p>Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tetris wall by Jean-Etienne</title>
		<link>http://www.jepoirrier.net/blog/2010/07/tetris-wall/comment-page-1/#comment-88</link>
		<dc:creator>Jean-Etienne</dc:creator>
		<pubDate>Mon, 02 Aug 2010 20:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jepoirrier.net/blog/?p=467#comment-88</guid>
		<description>It could have been nice indeed :-) But bookshelves are less easily replaced than a wall is repainted (for when I will want a Star Wars or Matrix wall).</description>
		<content:encoded><![CDATA[<p>It could have been nice indeed <img src='http://www.jepoirrier.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  But bookshelves are less easily replaced than a wall is repainted (for when I will want a Star Wars or Matrix wall).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tetris wall by Philippe Teuwen</title>
		<link>http://www.jepoirrier.net/blog/2010/07/tetris-wall/comment-page-1/#comment-87</link>
		<dc:creator>Philippe Teuwen</dc:creator>
		<pubDate>Wed, 21 Jul 2010 08:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.jepoirrier.net/blog/?p=467#comment-87</guid>
		<description>Why not &lt;a href=&quot;http://www.flickr.com/photos/24490345@N08/4588270515&quot; rel=&quot;nofollow&quot;&gt;Tetris-shaped bookshelves&lt;/a&gt;?

</description>
		<content:encoded><![CDATA[<p>Why not <a href="http://www.flickr.com/photos/24490345@N08/4588270515" rel="nofollow">Tetris-shaped bookshelves</a>?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

