A Call For A Filesystem Abstraction Layer
algorithm.com.au
A Call For A Filesystem Abstraction Layer
1–10 of 15 posts
Re: A Call For A Filesystem Abstraction Layer
#2Re: A Call For A Filesystem Abstraction Layer
#3Re: A Call For A Filesystem Abstraction Layer
#4Re: A Call For A Filesystem Abstraction Layer
#5Re: A Call For A Filesystem Abstraction Layer
#6The Preferences argument made by the author is the same in my opinion. ~/Library/Preferences should be hidden by default. The user should be able to clear preferences from within Photoshop itself, or some sort of general preferences manager.
None of this needs a new abstraction layer, just some incremental UX work within individual applications.
Re: A Call For A Filesystem Abstraction Layer
#7Re: A Call For A Filesystem Abstraction Layer
#8I think we already have an abstraction: it's "My Documents" (or the equivalent). "Normal" user applications just need to simplify their interfaces so that users actually end up keeping their files in there. File managers should have a simple interface so that users can work with files in there (and the interface should be simple enough that they actually do). File managers still need the current ("advanced") interfac…
Re: A Call For A Filesystem Abstraction Layer
#9Windows 7 has an abstraction layer for Documents ("Library"). Otherwise a good Desktop search can provide an additional layer.
Also it is relatively simple for application on either system (including generic unices) to find suitable place for their data. Making some OS-agnostic abstraction has fundamental problem in fact that different systems offer different types of standard locations (Unix has $HOME and dot-files, while in windows you have My Documents and three distinct Application Data directories and lot of specialized directories like Pictures, Saved Games etc.).
Re: A Call For A Filesystem Abstraction Layer
#10As someone mentioned earlier, a good search indexer also is good for this function.
My largest concern about this article is that the user mentions XP rather than something like Windows 7. Of course XP doesn't do it properly, it's 9 years old.