top | item 4181759

Has the notion of "files" outlived its usefulness?

24 points| smarx | 13 years ago |25hoursaday.com | reply

16 comments

order
[+] dreamdu5t|13 years ago|reply
Someone who doesn't understand what he's talking about telling everyone that we don't need X because the future is the cloud and the cloud is just so different.

Yup... another day on HN.

[+] smarx|13 years ago|reply
Who are you talking about?

The article posted here is about why we do need files, as is the article this is a reaction to (the filepicker.io post).

[+] wwweston|13 years ago|reply
Money quote:

"Have files outlived their usefulness? Only if you think reusing data across multiple applications has."

[+] Tloewald|13 years ago|reply
Won't the applications be files anyway?
[+] crabasa|13 years ago|reply
If files could package and pass around metadata in the same way they pass around data, I might agree with Dare's conclusion. However, for me, metadata is becoming too important and has destroyed the utility of files (and pure data) being truly useful.

Example: Photos. The file is the photo. However, think of all the things besides that: face tags, text tags, album, ratings, etc. If you've ever tried to import 5GB of photos from iPhoto to Picasa (or vice-versa) you'll understand what I mean.

This is why "stuff in the cloud" is so useful: API support is there from day 1 so that you always know what CAN be exported and how.

[+] jerf|13 years ago|reply
"If files could package and pass around metadata in the same way they pass around data"

They can. It's all just bits. If your files don't and your API does, it is simply because your files don't and your API does, not because files can't and APIs can. Files can have metadata and APIs can be written that treat things as blobs.

There is a distinction, but it's not API vs. file, it's what semantic context you're in. Your MP3 player reads out the ID3 tags, because it's in a music player context. Your backing cloud store (like Dropbox) just sees blobs. Interoperability is less about agreeing on file formats than agreeing on semantic contexts. (Yes, file formats are important but they come later, and most arguments about them are actually arguments about semantic contexts.)

[+] hamrickdavid|13 years ago|reply
I think that all of that can be supported by file formats. There is no rule that an image file format can only hold the pixel information. The issue is that it's hard for all vendors to agree on a standard, and once it's agreed upon, people want to add more information to it. We have EXIF for images, but what happens when iPhoto and Picasa both add face tags?

I don't believe files are the issue, it's agreeing on the interchange format that is.

[+] wwweston|13 years ago|reply
> If files could package and pass around metadata in the same way they pass around data

Like the resource forks of classic Mac OS files?

[+] Lagged2Death|13 years ago|reply
It seems to me that any system or API you imagine or make up that associates a particular stream of bits with some sort of identifier is pretty much a file system.
[+] dr42|13 years ago|reply
Files will never go away. It all depends on the abstraction level that you view the term 'file'. Humans are files, a self contained unit of information (with built in copy semantics!) they have meta data (hair color, eye color, height, age etc). My point is that there will always be a container object of a sequence of bytes of data. Whether that's an mp3 file or a hummingbird, they are still files.

A more meaningful question might be to challenge the notion of a hierarchical file system. The web has managed fine without one, so possibly search across a flat collection is a better metaphor. There are numerous others.

There are, however, interesting possibilities that make files less conspicuous, apple are experimenting with this, where there are pipes between apps, I open a photo, send it to snapseed, pipe it on to tumblr. At no point am I confronted with a file save dialog. Obviously it's a file under the covers, but that's just an abstraction. Files themselves are abstractions. There's really no such thing as an mp3 file, it's just a sequence of bytes we can interpret as one.