Shell and Zeitgeist: the future of GNOME?
Shell and Zeitgeist: the future of GNOME?
Posted Apr 27, 2009 22:17 UTC (Mon) by jzbiciak (guest, #5246)In reply to: Shell and Zeitgeist: the future of GNOME? by ms
Parent article: Shell and Zeitgeist: the future of GNOME?
Ah, I see. So the actual file itself isn't strongly typed, per se, in the traditional notion of a "strongly typed file system." Rather, you're saying that any organizational scheme you use should have a strong notion of what the file's contents are so that it can use that metadata to organize things. The command line still sees bags of bytes with a simple pathname, and "dd" and "cat" and "cp" and "tar" all do what I expect.
As for "making the command line work," wouldn't this just be an alternate implementation of "glob"? Traditional glob is just a very primitive sort of database query: The only keys you can query against are components of the pathname. Your metadata organizational system just gives you a different thing to query against to get your set of pathnames to go act upon.
