TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How One New Service Is Tackling The Death Of The File System

19 pointsby erikcasoabout 12 years ago

8 comments

epsabout 12 years ago
They are making the same old mistake of over-abstracting.<p>The fundamental difference between local and remote is the access latency. Until they can get remote content from there to here as fast as they can get it from a local drive, all this "file system is dead" will remain a non-technical marketing bullshit that is out of touch with the real-world application issues. Why the hell you would want to hide the fact that file.mov is 10 hops away behind a saturated link? You don't.<p>"Death of the file system." Jesus.
dvanduzerabout 12 years ago
When I read this, especially the word "patented," the question that springs to mind is: why isn't Tahoe[0] succeeding?<p>(The same reason Linux on the desktop isn't? Other?)<p>[0] <a href="https://tahoe-lafs.org/trac/tahoe-lafs" rel="nofollow">https://tahoe-lafs.org/trac/tahoe-lafs</a>
评论 #5609543 未加载
评论 #5615027 未加载
rsyncabout 12 years ago
I would rewrite the title to be "the death of being aware of the filesystem".<p>The filesystem is still there. They are creating an abstraction layer such that you don't care about it anymore.
评论 #5610289 未加载
b1dalyabout 12 years ago
I see what they are getting at, I was recently traveling with an android phone, iPad, and macbook. I generally like to keep my photos organized in aperture but between android, drop box, iPhoto trying to import my pictures, galleries I had exported from aperture to Facebook, and being unfamiliar with how to manage photos on my phone there wound up being versions all over the place. I lost track of the canonical versions, and have sets with some reduncies. So if o want to get them all, I think I'm going to import all the photo sets into aperture and sort it out<p>An app that could help with this would be great. What's even more annoying is the confusion that comes with managed libraries I'm the Apple apps. Unless you're paying a lot of attention, those files are pretty much taken out of the file system already (the photos that is).<p>What Younity is attempting here sounds very interstating, but what a challenge! How can you do effective backups if you don't know where all of your files? Is the idea to have some kind of super cloud sucker thing that backs up all of your chaotic files and structure/state?<p>Good luck with this, I think you might have a great product
touristtamabout 12 years ago
I don't believe this is news ... <a href="https://github.com/KnpLabs/Gaufrette" rel="nofollow">https://github.com/KnpLabs/Gaufrette</a> (lib for php). only if they manage to buy their way in to the consumer will they have something of value.
derstangabout 12 years ago
Love the in-depth analysis in this article and seeing if people really don't want the file system. I love organizing in folders, but at the same time true file ubiquity could be a dream come true!
rocabout 12 years ago
&#62; <i>"It is forecast that the typical American will have 5.8 devices by 2015"</i><p><a href="http://xkcd.com/605/" rel="nofollow">http://xkcd.com/605/</a>
评论 #5609828 未加载
flipcoderabout 12 years ago
so basically a distributed semantic filesystem?