<?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 All Night Diner</title>
	<atom:link href="http://micropipes.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://micropipes.com/blog</link>
	<description>because at 3am anything sounds good</description>
	<lastBuildDate>Tue, 31 Jan 2012 16:27:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>Comment on md5verify: A script to automatically verify file integrity by Leo</title>
		<link>http://micropipes.com/blog/2011/01/30/md5verify-a-script-to-automatically-verify-file-integrity/comment-page-1/#comment-96805</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Tue, 31 Jan 2012 16:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://micropipes.com/blog/?p=178#comment-96805</guid>
		<description>I found out your script while searching for a better solutions for verifying file integrity. My problem is a little bit different but it lays on the same land that yours, to be sure that the files still the same.
I my case I do several HUGE copies and in some cases the files get corrupted during the process, what gives me an incredible headache. My solution did not work well since it took several hours to verify each file using cksum (On Solaris and HP-UX).
As I supposed there&#039;s no way to perform a check sum of each file without wait hundreds of hours for the script to be finished.
I know that it is a very tough task for the machine to open and hash the files but I was eager to find out some magic solution for it, and it seems there&#039;s not. Your script also take too much time to finish the verification. (Ok, I habe to check the integrity of 1000000 files) :\
Anyway, thanks for sharing your solution, it&#039;s pretty well done.  :)</description>
		<content:encoded><![CDATA[<p>I found out your script while searching for a better solutions for verifying file integrity. My problem is a little bit different but it lays on the same land that yours, to be sure that the files still the same.<br />
I my case I do several HUGE copies and in some cases the files get corrupted during the process, what gives me an incredible headache. My solution did not work well since it took several hours to verify each file using cksum (On Solaris and HP-UX).<br />
As I supposed there&#8217;s no way to perform a check sum of each file without wait hundreds of hours for the script to be finished.<br />
I know that it is a very tough task for the machine to open and hash the files but I was eager to find out some magic solution for it, and it seems there&#8217;s not. Your script also take too much time to finish the verification. (Ok, I habe to check the integrity of 1000000 files) :\<br />
Anyway, thanks for sharing your solution, it&#8217;s pretty well done.  <img src='http://micropipes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on md5verify: A script to automatically verify file integrity by Wil Clouser</title>
		<link>http://micropipes.com/blog/2011/01/30/md5verify-a-script-to-automatically-verify-file-integrity/comment-page-1/#comment-95873</link>
		<dc:creator>Wil Clouser</dc:creator>
		<pubDate>Mon, 16 Jan 2012 19:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://micropipes.com/blog/?p=178#comment-95873</guid>
		<description>SQLite is an option.  I wanted the capability of copying a directory and getting all the checksums under it automatically.</description>
		<content:encoded><![CDATA[<p>SQLite is an option.  I wanted the capability of copying a directory and getting all the checksums under it automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on md5verify: A script to automatically verify file integrity by Adam</title>
		<link>http://micropipes.com/blog/2011/01/30/md5verify-a-script-to-automatically-verify-file-integrity/comment-page-1/#comment-95825</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Mon, 16 Jan 2012 08:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://micropipes.com/blog/?p=178#comment-95825</guid>
		<description>Thanks, Wil.  I added the license to mine.

I&#039;m not sure if my hard drive is recently losing sectors or if upgrading my OS recently just caused sectors to be accessed and written which hadn&#039;t been in a long time--perhaps they were going bad for a long time.  Anyway, smartmontools + this script will help me keep an eye on it.  :)

BTW, I wonder if using a SQLite db would be better than dumping hashfiles all over the place.  What do you think?</description>
		<content:encoded><![CDATA[<p>Thanks, Wil.  I added the license to mine.</p>
<p>I&#8217;m not sure if my hard drive is recently losing sectors or if upgrading my OS recently just caused sectors to be accessed and written which hadn&#8217;t been in a long time&#8211;perhaps they were going bad for a long time.  Anyway, smartmontools + this script will help me keep an eye on it.  <img src='http://micropipes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>BTW, I wonder if using a SQLite db would be better than dumping hashfiles all over the place.  What do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on md5verify: A script to automatically verify file integrity by Wil Clouser</title>
		<link>http://micropipes.com/blog/2011/01/30/md5verify-a-script-to-automatically-verify-file-integrity/comment-page-1/#comment-95810</link>
		<dc:creator>Wil Clouser</dc:creator>
		<pubDate>Mon, 16 Jan 2012 00:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://micropipes.com/blog/?p=178#comment-95810</guid>
		<description>Thanks Adam, I&#039;ll check out your changes.  I&#039;d be wary of running the script on a dying hard drive, it&#039;s pretty intensive.  Sometimes I&#039;m wary of running it on my healthy hard drives. :)

I&#039;ll put a BSD license file in the root which is GPL compatible.</description>
		<content:encoded><![CDATA[<p>Thanks Adam, I&#8217;ll check out your changes.  I&#8217;d be wary of running the script on a dying hard drive, it&#8217;s pretty intensive.  Sometimes I&#8217;m wary of running it on my healthy hard drives. <img src='http://micropipes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ll put a BSD license file in the root which is GPL compatible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on md5verify: A script to automatically verify file integrity by Adam</title>
		<link>http://micropipes.com/blog/2011/01/30/md5verify-a-script-to-automatically-verify-file-integrity/comment-page-1/#comment-95764</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 15 Jan 2012 09:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://micropipes.com/blog/?p=178#comment-95764</guid>
		<description>Hey, this script was a lifesaver.  I&#039;m concerned that my hard disk may be in the early stages of failure, and I want to monitor files to see if their readable data changes.  It took a lot of googling to find your script--it might help to mention some more key search terms, like &quot;file integrity checker&quot;, &quot;file alteration monitor&quot; (not FAM, haha), &quot;file checksum&quot;, &quot;file modification detection&quot;, etc.  Maybe those will help someone else.

Anyway, I needed to make some changes to suit my needs, so I did:

https://code.launchpad.net/~alphapapa/+junk/chafifi

I also upgraded it to argparse.

I already had a bzr repo for it when I decided to fork it on github...and I don&#039;t really want to use both for the same thing.  So feel free to pull it out of there if you are interested in my version.

BTW, can we officially GPL it?

Thanks again.</description>
		<content:encoded><![CDATA[<p>Hey, this script was a lifesaver.  I&#8217;m concerned that my hard disk may be in the early stages of failure, and I want to monitor files to see if their readable data changes.  It took a lot of googling to find your script&#8211;it might help to mention some more key search terms, like &#8220;file integrity checker&#8221;, &#8220;file alteration monitor&#8221; (not FAM, haha), &#8220;file checksum&#8221;, &#8220;file modification detection&#8221;, etc.  Maybe those will help someone else.</p>
<p>Anyway, I needed to make some changes to suit my needs, so I did:</p>
<p><a href="https://code.launchpad.net/~alphapapa/+junk/chafifi" rel="nofollow">https://code.launchpad.net/~alphapapa/+junk/chafifi</a></p>
<p>I also upgraded it to argparse.</p>
<p>I already had a bzr repo for it when I decided to fork it on github&#8230;and I don&#8217;t really want to use both for the same thing.  So feel free to pull it out of there if you are interested in my version.</p>
<p>BTW, can we officially GPL it?</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Top 50 searches on addons.mozilla.org by T</title>
		<link>http://micropipes.com/blog/2009/05/26/top-50-searches-on-addonsmozillaorg/comment-page-1/#comment-87687</link>
		<dc:creator>T</dc:creator>
		<pubDate>Sun, 09 Oct 2011 09:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://micropipes.com/blog/?p=80#comment-87687</guid>
		<description>Fantastic I look forward to it.
Thanks for the great info!
Cheers
T</description>
		<content:encoded><![CDATA[<p>Fantastic I look forward to it.<br />
Thanks for the great info!<br />
Cheers<br />
T</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Top 50 searches on addons.mozilla.org by Wil Clouser</title>
		<link>http://micropipes.com/blog/2009/05/26/top-50-searches-on-addonsmozillaorg/comment-page-1/#comment-87373</link>
		<dc:creator>Wil Clouser</dc:creator>
		<pubDate>Mon, 03 Oct 2011 15:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://micropipes.com/blog/?p=80#comment-87373</guid>
		<description>Thanks, there isn&#039;t a public interface for the data right now.  It was just something I cooked up on a plane ride.  I&#039;ll try to come up with some more interesting stats soon.</description>
		<content:encoded><![CDATA[<p>Thanks, there isn&#8217;t a public interface for the data right now.  It was just something I cooked up on a plane ride.  I&#8217;ll try to come up with some more interesting stats soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Top 50 searches on addons.mozilla.org by T</title>
		<link>http://micropipes.com/blog/2009/05/26/top-50-searches-on-addonsmozillaorg/comment-page-1/#comment-87369</link>
		<dc:creator>T</dc:creator>
		<pubDate>Mon, 03 Oct 2011 13:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://micropipes.com/blog/?p=80#comment-87369</guid>
		<description>Very interesting stats thanks!
Is there any place to find such updated data? 
Are those sats or raw data public? Could you point me to where i can find them?
Thanks
T</description>
		<content:encoded><![CDATA[<p>Very interesting stats thanks!<br />
Is there any place to find such updated data?<br />
Are those sats or raw data public? Could you point me to where i can find them?<br />
Thanks<br />
T</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Security in Depth; the first layer of addons.mozilla.org by Fred</title>
		<link>http://micropipes.com/blog/2011/05/20/security-in-depth-the-first-layer-of-addons-mozilla-org/comment-page-1/#comment-76881</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Fri, 20 May 2011 17:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://micropipes.com/blog/?p=243#comment-76881</guid>
		<description>Good writeup, Wil! AMO is blazing a trail for web security here at Mozilla (and throughout the web) and I am always happy to see security measures like these bubble up into a standard practice across all our web properties.</description>
		<content:encoded><![CDATA[<p>Good writeup, Wil! AMO is blazing a trail for web security here at Mozilla (and throughout the web) and I am always happy to see security measures like these bubble up into a standard practice across all our web properties.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome to the Landfill by Witia</title>
		<link>http://micropipes.com/blog/2011/03/29/welcome-to-the-landfill/comment-page-1/#comment-75474</link>
		<dc:creator>Witia</dc:creator>
		<pubDate>Wed, 27 Apr 2011 09:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://micropipes.com/blog/?p=196#comment-75474</guid>
		<description>Now registration works. Thanks :)</description>
		<content:encoded><![CDATA[<p>Now registration works. Thanks <img src='http://micropipes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

