<?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 on: quFiles: The right file at the right time</title>
	<atom:link href="http://storagemojo.com/2010/02/24/qufiles-the-right-file-at-the-right-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://storagemojo.com/2010/02/24/qufiles-the-right-file-at-the-right-time/</link>
	<description>Data storage info &#38; analysis</description>
	<lastBuildDate>Sun, 20 May 2012 13:26:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: francisco roque</title>
		<link>http://storagemojo.com/2010/02/24/qufiles-the-right-file-at-the-right-time/comment-page-1/#comment-208465</link>
		<dc:creator>francisco roque</dc:creator>
		<pubDate>Fri, 05 Mar 2010 20:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=1910#comment-208465</guid>
		<description>This sounds like a mix between some uses of extended attributes, named pipes, unix sockets, BSD&#039;s portalfs (not production-worthy) and FUSE, and current web dev best practices.  E.g. making your unix $HOME/.plan a named pipe to give a different message each time someone finger&#039;s your account; delivering location- or browser- specific content from the same url.

@Matt
It might be handy to define an extended attribute to contain the md5 checksum of the file, though you need to either update this on each write (ugh) or re-compute at regular intervals (ugh).  An encrypted version of the file will require approximately duplicate space.  Filesystems/storage are beginning to handle checksums/encryption internally; how about an open(2) that allowed access to that info (yeah, very problematic).</description>
		<content:encoded><![CDATA[<p>This sounds like a mix between some uses of extended attributes, named pipes, unix sockets, BSD&#8217;s portalfs (not production-worthy) and FUSE, and current web dev best practices.  E.g. making your unix $HOME/.plan a named pipe to give a different message each time someone finger&#8217;s your account; delivering location- or browser- specific content from the same url.</p>
<p>@Matt<br />
It might be handy to define an extended attribute to contain the md5 checksum of the file, though you need to either update this on each write (ugh) or re-compute at regular intervals (ugh).  An encrypted version of the file will require approximately duplicate space.  Filesystems/storage are beginning to handle checksums/encryption internally; how about an open(2) that allowed access to that info (yeah, very problematic).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Simmons</title>
		<link>http://storagemojo.com/2010/02/24/qufiles-the-right-file-at-the-right-time/comment-page-1/#comment-208301</link>
		<dc:creator>Matt Simmons</dc:creator>
		<pubDate>Wed, 24 Feb 2010 20:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=1910#comment-208301</guid>
		<description>I&#039;ve thought about things like this as well. Holographic storage is a natural fit, plus you may end up being able to do amazing things. Imagine getting the md5 checksum of a file without having to compute it on the fly. It would just be a property of the file. Want an encrypted version? No need to do the work, it&#039;s all another property of the file.  Hopefully the real world works like my dreams ;-)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve thought about things like this as well. Holographic storage is a natural fit, plus you may end up being able to do amazing things. Imagine getting the md5 checksum of a file without having to compute it on the fly. It would just be a property of the file. Want an encrypted version? No need to do the work, it&#8217;s all another property of the file.  Hopefully the real world works like my dreams <img src='http://storagemojo.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

