<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for sebmeric</title><link>http://disqus.com/by/sebmeric/</link><description></description><atom:link href="http://disqus.com/sebmeric/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 23 Sep 2015 09:26:48 -0000</lastBuildDate><item><title>Re: Out-of-the-Box WordPress: The Groundbreaking Way to Activate Plugins &amp; Themes Upon WordPress Installation</title><link>http://code.tutsplus.com/tutorials/out-of-the-box-wordpress-the-groundbreaking-way-to-activate-plugins-themes-upon-wordpress-installation--cms-23551#comment-2269008363</link><description>&lt;p&gt;Thanks for this nice tut :)&lt;/p&gt;&lt;p&gt;What do you think about adding a way for "Warm-Up Band" to delete itself after its job finished ?&lt;/p&gt;&lt;p&gt;I'm thinking about adding something like that at the end of functions.php :&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre&gt;&lt;code&gt;&lt;br&gt;// once the job done, removes itself !&lt;br&gt;// see http://stackoverflow.com/questions/3349753/delete-directory-with-files-in-it#answer-14531691&lt;br&gt;function del_tree( $dir ) {&lt;br&gt;    $files = array_diff( scandir( $dir ), array( '.', '..' ) );&lt;br&gt;    foreach ( $files as $file ) {&lt;br&gt;        ( is_dir( "$dir/$file" ) ) ? del_tree( "$dir/$file" ) : unlink( "$dir/$file" );&lt;br&gt;    }&lt;br&gt;    return rmdir( $dir );&lt;br&gt;}&lt;br&gt;del_tree( dirname( __FILE__ ) );&lt;br&gt;&lt;/code&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sébastien Méric</dc:creator><pubDate>Wed, 23 Sep 2015 09:26:48 -0000</pubDate></item><item><title>Re: 
Learn to Encrypt Your Emails against an invasion of privacy by NSA
</title><link>http://thehackernews.com/2014/01/learn-to-encrypt-your-emails-against.html?m=1#comment-2066723070</link><description>&lt;p&gt;My knowledge about mail encryption is less than basic... But after i read Matthew Green's article i don't know what to think about PGP. Would you say it's still reliable ?&lt;/p&gt;&lt;p&gt;&lt;a href="http://blog.cryptographyengineering.com/2014/08/whats-matter-with-pgp.html" rel="nofollow noopener" target="_blank" title="http://blog.cryptographyengineering.com/2014/08/whats-matter-with-pgp.html"&gt;http://blog.cryptographyeng...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sébastien Méric</dc:creator><pubDate>Sun, 07 Jun 2015 13:04:19 -0000</pubDate></item></channel></rss>