Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

The Death of Folders?

Posted by Zonk on Thu Jun 09, 2005 10:25 AM
from the croak dept.
saintlupus writes "There's an interesting article on Wired about the interface changes in Tiger being a precursor to the demise of the classic folder-browsing Finder." From the article: "Users type search queries more or less as they did pre-Tiger, but 'the quality, scope and presentation of the results are significantly better, so users get good benefits without having to change their behavior.'"
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by Novanix (656269) on Thursday June 09 2005, @10:26AM (#12769346) Homepage
    Microsoft purposed the death of folders back when they announced the WinFS system. The idea of an SQL or Database file system where queries are performed more often than direct references isn't new. While Microsoft is not releasing WinFS with longhorn, much of their search capabilities and ability to group files into multiple spots and 'death of folders' will still be occurring. Obviously apple is the first to give a solid attempt at implementing this, hopefully it will make organization far easier;)
  • by AKAImBatman (238306) * <akaimbatman.gmail@com> on Thursday June 09 2005, @10:26AM (#12769353) Homepage Journal
    There's an interesting article on Wired about the interface changes in Tiger being a precursor to the demise of the classic folder-browsing Finder.

    Call me when Folders become saved queries, and then we'll talk about the semi-demise of Finder. Actually, Finder wouldn't leave us at all. In a properly designed database file system, folders/directories should be replaced with standard queries. An example of this is the Labelling system in GMail. You can add a meta-data label to any email, which will then cause that email to appear in a virtual folder of the same name as the label. But if you pay attention to the search bar, you find that the folder is nothing more than a stored search on a key piece of meta-data.

    This concept has massive implications for File System Usability. Under the folders-as-search concept, the same files can be organized under multiple folder groupings. This labelling data not only assists users in doing future searches for their information (i.e. A real reason to fill out meta-data other than "It might be useful."), but it also provides the user with a way of organizing ALL data for a given project under one folder without forcing the user to make a copy. It may not seem all that revolutionary, but I think you'll find that a lot of GMail users have already grasped the real power of the concept.

    That being said, WHAT'S TAKING SO DAMN LONG?! This stuff was figured out 10+ years ago, and pieces of it were even included in BeOS. NTFS has had many of the necessary features since its inception (just turned off for some bloody reason), and ReiserFS is bringing the same design to Linux. So what is everyone waiting for? The next guy to scoop you on it?

    *sigh* Dear Mr. Jobs: Will you please demonstrate to everyone how you do this properly with a file system? Thanks. Kudos to your NeXT development team who's made this possible.
    • by BShive (573771) on Thursday June 09 2005, @10:31AM (#12769409) Homepage
      It's already here. It says right in the article that "[...] Tiger's Smart Folders feature, which lets the user save the results of a Spotlight search as a virtual folder that automatically updates as new items matching the search are added to the system." This sounds quite similar to the smart playlists in iTunes eh? I use the smart playlists in iTunes quite a lot, and I'll definitely be using this smart folder feature once I get Tiger.
      • by AKAImBatman (238306) * <akaimbatman.gmail@com> on Thursday June 09 2005, @10:42AM (#12769565) Homepage Journal
        Thanks. I misunderstood what Smart Folders were. This just further underscores that Apple is the only company willing to take risks to offer useful features to their customers. I'm not quite sure what makes Wired think that Finder and Smart Folders are somehow diametric. The two are actually perfectly matched. Finder allows you to browser all the folders on your system. It's good at that. If the folders just happen to be saved queries, who really cares? The interface still works. It's just boggles my mind that no other OS has latched onto this concept before now, despite the overwhelming evidence that it's A Good Idea(TM).

        Now that Apple's shown everyone the way with database filesystems, I wonder if we could get them to replace the "Recent" menu with "Piles" of recent folders. Wait, they're already looking at that. [mac.com] God, I love this new Apple. (i.e. NeXT renamed.) And that's coming from a guy who's hated Apple his entire life!
    • by platos_beard (213740) on Thursday June 09 2005, @10:31AM (#12769410)
      Call me when Folders become saved queries...
      Did you read the article? That's exactly what SmartFolders are. You save query results as a SmartFolder and it updates itself whenever new matches are found.
        • by Gulthek (12570) on Thursday June 09 2005, @11:37AM (#12770242) Homepage Journal
          How are GMail's labels not metadata again?

          Smart folders go off of arbitary metadata. I use spotlight comments in much the same way I use gmail labels. Some file belongs to a particular group? Add a keyword (label) to it to indicate that.

          I am going folderless as we speak. Look back in my comment history for a long post about how spotlight and smart folders have changed my computer use for the better.
    • by liquidpele (663430) on Thursday June 09 2005, @10:37AM (#12769491) Homepage Journal
      "WHAT'S TAKING SO DAMN LONG?! This stuff was figured out 10+ years ago"

      Because you arn't just designing some cool thing here, this will effect how people organize *everything* on their computer. The reason the file/folder method worked so well is because it's a good abstraction from the real world model. If you switch to something more complex that can't be described easily in the real world, many people will reject it without trying it.

      Not to mention making meta data searchable on a hard disk is not an easy task without making the metadata you want to search a permanent part of the FS design. I think the idea here is to have any abount of metadata (within reason), of varying sizes, and searchable fast. That's not easy.
      • It's easier than you think, actually. When it comes down to it, the primary difference a user will see between a Folder and a Label is that Folders can only hold a file once, while Labels can hold the same file multiple times. i.e. The concept just pushes existing abstractions just a bit farther.

        File links have always been a sort of "hack" to get around that fact that files can only be in one folder at any given time. With a database file system, you can keep the one folder per file metaphor, or you can grow into the folders as metadata concept. Your choice.

        The greatest danger in Desktop metaphors has always been that the metaphor will be taken to its fully restrictive extreme, and that the powers added by the computer will be ignored. That's exactly what's happened in this case, and it's not a good thing.

        Maybe I should blog something more complete about this...
        • by liquidpele (663430) on Thursday June 09 2005, @10:50AM (#12769662) Homepage Journal
          sure it's easy for computer people...
          for home users, it'll take a LOT longer to explain "directories" than just a file/folder comparison and a file cabinet. Easy simple stuff you take for granted will often confuse the begeezis out of regular people.
          • by Lagged2Death (31596) on Thursday June 09 2005, @11:36AM (#12770238)
            for home users, it'll take a LOT longer to explain "directories" than just a file/folder comparison and a file cabinet. Easy simple stuff you take for granted will often confuse the begeezis out of regular people.

            That's absolutely true.

            I think maybe a database filesystem - with the right interface - could be easier for these people. Yet it might also be more confusing for someone (like me) who's been using directories to organize everything for 20+ years.
          • by Gulthek (12570) on Thursday June 09 2005, @11:39AM (#12770270) Homepage Journal
            I use spotlight as an app launcher and it works very well. Type in a few characters of the app name and then hit command+enter. Command pops the selection down to the top hit, which is always the app for me.

            I trimmed my dock down to almost nothing thanks to this.

            No, I never liked QS. I don't know why either.
      • What's more... (Score:5, Interesting)

        by cryptochrome (303529) on Thursday June 09 2005, @11:01AM (#12769786) Homepage Journal
        It will be too easy for files to get lost. Say you don't label something properly, or you change the label, or you forget the name, or the name is unmemorable - what will happen to the file? Just sit there on your disk taking up space, never to be seen again?

        And how about old/less useful files that are unnecessarily included in searches, forcing you to read over more file names to find what you want?

        One handy feature about folders I've (automatically or intentionally) organized things in is it makes it easy to go back and figure out what I no longer need, and delete it, thus freeing up disk space and reducing clutter. Spotlight is designed to GENERATE clutter.
        • Re:What's more... (Score:4, Insightful)

          by apoc.famine (621563) <apoc.famineNO@SPAMgmail.com> on Thursday June 09 2005, @11:29AM (#12770144) Homepage Journal
          Not using apple at the moment, I'm entirely unqualified to respond, but I'll never let such a trivial problem stop me.

          As long as enough metadata is tagged to a file, you'll be able to track it down. I.E., the program it was created with, the user who created it, and the date. If you've lost a spreadsheet you were working on last week, open a "spreadsheets from last week" folder, and there it is.

          If you need a document from last year, open a "documents from last year, not having x,y,z tags, created by me, etc, etc" folder. Enough metadata is added that you shouldn't be able to lose documents.

          In contrast, in windows, if you don't save to the right folder, and you don't remember the name, it's far harder to find your file. I don't believe there is a "created by" field to search on, and you have to rely upon extension rather than program which created it. And it can be anywhere in a tangled directory structure. Spotlight means (I think) that the worse case scenario is you pull up all items created using X program by user Y, during time period Z. And that's better than windows can do.
        • Re:What's more... (Score:4, Informative)

          by peragrin (659227) on Thursday June 09 2005, @12:07PM (#12770711)
          Have you actually used spotlight? or are you just another it's not windows so it sucks person?

          Spotlight searches within files , not just names.

          You forgot to label a file?, You can remember the title? type it in to spotlight, one of the results will be your file.

          3 seconds you just narrowed down your list of 3,000 files to search to just 10.

          I don't use label's a lot in gmail, but I did import all my gmail into my Apple mail folders. Why so i can do an offline search of all 30mb of my email in folders.

          Spotlight is close to being a local version of google.
  • That's funny, I thought Gmail's labels system was supposed to be the death of folders.
        • by WIAKywbfatw (307557) on Thursday June 09 2005, @11:18AM (#12769994) Journal
          Sigh. Go read the Opera website. Opera is heavily opposed to software patents and in favour of competing on merit rather than through the courts.

          If they weren't - if instead they were patent-happy and litigous in nature - then Firefox would have been stripped of several of its features, as a great many of them were borrowed from Opera.

          And, I didn't say Opera invented labelling, only that they introduced labelling rather than foldering to email way before Gmail did. Had they wanted to, Opera could have easily patented labelling in emails, especially with the way that the USPTO gives out patents to everyone who so much as looks in its direction.

          All clear now?
  • Folders?!? (Score:3, Funny)

    by coop0030 (263345) * on Thursday June 09 2005, @10:27AM (#12769359) Homepage
    I just put everything in the C:\ drive and know that I can find it using Windows XP's sweet search capabilities!

    err...yea...
  • Figures. (Score:5, Interesting)

    by NoMoreNicksLeft (516230) <john,oyler&comcast,net> on Thursday June 09 2005, @10:28AM (#12769373) Journal
    The only shocking part is that there will be millions of people that have been using computers since the 1980s, who never noticed that there ever was such a thing as folders/directories.

    I'm sorry, but I like to categorize things. I like to know where they are, in this logical space. If this loses a document, can you dig it out? Or did it just never exist?
  • Bull (Score:5, Insightful)

    by thesupermikey (220055) on Thursday June 09 2005, @10:29AM (#12769384) Homepage Journal
    What a load of Bullshit

    Spotlight is really good, but that hasnt stoped me from being anal about setting up files so i can find things.

    What really pisses me off is out iTunes reognized all my music when it was inported into the libary. I spent years putting together music in such a way that i can find it. Now i have the seach for it b/c itunes had to mess things up.
    • Re:Bull (Score:5, Informative)

      by hexix (9514) on Thursday June 09 2005, @10:43AM (#12769582) Homepage
      This advice is probably too late for you, but you can actually tell iTunes not to reorganize your music folder in the preferences.

      I agree this seems like a stupid thing to have turned on by default. I also find the behavior where it copies mp3s that you play to the music folder automatically strange. But I guess some people would get confused that deleting a file from their desktop makes it not playable in itunes anymore. *shrug*

        • Re:Bull (Score:5, Interesting)

          by singularity (2031) * <`nowalmart' `at' `gmail.com'> on Thursday June 09 2005, @11:52AM (#12770439) Homepage Journal
          I consider myself quite a geek, and more of a power-user type.

          That said, I let iTunes do its own thing. I *never* go into the iTunes Library folder (where the actual files are stored). I do all of my organization from within iTunes.

          The problem comes from people that want to use two different interfaces (the Finder and iTunes) to manage music. iTunes does this really well. If I want to delete a song, I delete it from within iTunes. iTunes asks if I want to delete the original file.

          If I want a copy of a song, I just drag it from iTunes onto the Desktop. Instant copy. Any other organization is done with playlists, smart playlists, and the browser.

          I do not see people thinking of iTunes as where music files exist as a bad thing. This gets to the point of the original article - the removal of the old file/folder paradigm. If iTunes can do everything you could possibly need to do with your song files, why would you NEED to go into the folder hierarchy and deal with the actual song files?
          • agreed (Score:4, Interesting)

            by commodoresloat (172735) on Thursday June 09 2005, @02:55PM (#12773024) Homepage
            I think iTunes' behavior in this regard is close to ideal. Perhaps the user should be warned before their whole library is rearranged like happened to the person posting above, but in general I like how iTunes arranges the library and I prefer that it copies songs into the main itunes folder. I periodically delete my download directory because I don't want random mp3s scattered about my desktop, and I don't want to have to worry about accidentally deleting a file that is in itunes' directory. And if I really want to use the finder to look for an mp3, the library is arranged in a perfectly reasonable manner.

            On another note, my biggest complaint about iTunes defaults is the "Use error correction while reading CDs" checkbox. I ruined much of my library on importing because I left this unchecked when I first started importing my collection. A lot of songs sound like crap; random distortion really loud, and there's no way to know which songs got screwed until they are playing. Why have an almost hidden preference that will ruin your library if not checked? Perhaps other people have better luck importing with this turned off than I do, but now whenever I use a computer's itunes for the first time I make damn sure that box is checked before importing CDs....

      • Re:Bull (Score:5, Insightful)

        by kfg (145172) on Thursday June 09 2005, @11:33AM (#12770206)
        Computers are good at organizing data.

        And here lies the root of problem. People think this is true, and it's arrant nonsense. Computers are absolutely worthless at organizing data. All they can do it process instructions for organization.

        The organization itself derives from, and can only derive from a human mind. Thinking "the computer organizes the data" is the main reason why virtually all databases are giant Mongolian cluster fucks.

        When you run a program that "organizes the data for you" what you are really doing is imposing someone else's idea of how your data should be organized on your data.

        When people ask me how they should organize their data I like to answer honestly:

        "How the hell should I know?"

        Until know about their data, what it is, what it "means" and how it is expected to used I can reorganize it a billion different ways without in any way organizing it in any useful fashion.

        Organization is a state of mind and for a database to be useful you must transfer the state of your mind to the "business model" of database managment system.

        Just like you do when you arrange your folders in a heirarchy.

        KFG
  • by toupsie (88295) on Thursday June 09 2005, @10:29AM (#12769385) Homepage
    If you have your work organized in a defined folder structure, your memory will be faster than any Spotlight search -- especially given Spotlight's annoying habit of searching before you complete the search term.
  • by cmefford (810011) * <cpm&well,com> on Thursday June 09 2005, @10:29AM (#12769387)
    But the very concept of having millions of files just scattered about in a completely flat heirarchy, well, doesn't seem like a really good way to handle your company's data.
  • by Saganaga (167162) on Thursday June 09 2005, @10:29AM (#12769389) Homepage
    In other news, it was recently announced that due to the widespread use of email, street addresses would soon become obsolete. Out with the antiquated, in with the new!
  • Not quite yet (Score:5, Insightful)

    by turg (19864) * <turg@winsNETBSDton.org minus bsd> on Thursday June 09 2005, @10:31AM (#12769408) Journal
    From the article: "The way Searchlight transforms the computing experience is akin to Google's effect on the web"

    And Google has made bookmarks obsolete, right? So Searchlight will make folders obsolete.

    Better search is always very cool. But proper organization and categorization is better yet. The problem is not that the latter is a bad system but that people don't do it very well. I think a system that helps people organize their stuff will be even better than a better search. The "labels" which are used instead of folders in gmail seem like a step in that direction.
  • by LegendOfLink (574790) on Thursday June 09 2005, @10:31AM (#12769414) Homepage
    I'm still waiting for the time when I can "see" the computer code, via a green monitor that displays a shower of code. Then, I will have a plug that connects to my spinal column and allows me to "enter" the computer and manipulate the code using my brainwaves.

    It'd be very efficient, I could then just think of finding a file, and there it would be. Or better yet, I could imagine a beowul...NO CARRIER
  • by rice0067 (220981) on Thursday June 09 2005, @10:31AM (#12769423)
    While I love the idea of a decent search system, the time honored forlder hierarchy works because thats how people think. For instance, pictures. For these meta based search systems each picture needs to have a comment attatched (if not searching by date).. and who really does that? I tried adding notes to my pics in iphoto but after a while it gets tiresome.

    And backups.. in a workflow.. every project has its own file and subfolders, makes it easy for backup and finding files.

    Anywho... folder hierarchy works great and is here to stay for most people. (except for those people who just save everything to the desktop.)

  • by Jay Maynard (54798) on Thursday June 09 2005, @10:31AM (#12769424) Homepage
    The idea of a folder as a visual reference for a directory may well be on the way out. There's still plenty of need for directories and hierarchical organization, though, for managing the contents of a system from the standpoint of software. OS X's Unix base is pretty heavily dependent on the basic Unix filesystem structure, and lots of software is built with a deeply ingrained assumption that it's there and the way files are organized.

    Spotlight is great for users, but there will be a need for something like the Finder indefinitely.
  • Removable media (Score:5, Interesting)

    by MacFury (659201) <{moc.hcilmarknhoj} {ta} {em}> on Thursday June 09 2005, @10:32AM (#12769432) Homepage
    I must admit, I really like Tiger's Spotlight. It has improved file management on my machine considerably.

    Having said that, how can this apply to removable media? I would like to see a feature on the next MacOS that automatically indexes removable storage.

    Let's say I burn a CD of some data. The finder should keep track of which files I burned to that CD, long after I erased the actual files from my hard drive. That way, I can perform spotlight searchs on my data, even if it really isn't present on my local drive.

    Find the file that you want and the machine prompts you to insert the proper CD.
  • Not broken (Score:5, Interesting)

    by DogDude (805747) on Thursday June 09 2005, @10:35AM (#12769454) Homepage
    What I'm wondering is what is broken with the whole directory/folder design? I wasn't aware that there was a problem. And what's the alternative... every file is stored on the hard drive in some arbitrary location, and a query is needed for each and every file access? That seems like a *ton* of overhead to fix a problem that just doesn't exist.

    And what about file systems? I know that modern file systems like NTFS are much better at optimizing file storage for large drives with millions of discrete files, but are all of the modern ones ready to handle a drive with millions of files all at root?
    • Re:Not broken (Score:5, Insightful)

      by smithmc (451373) * on Thursday June 09 2005, @11:21AM (#12770041) Journal

      What I'm wondering is what is broken with the whole directory/folder design?

      What's broken about it is that a single hierarchical classification scheme may not always be appropriate for a given body of data. Suppose I have a whole bunch of documents. They're all about different products - ProductA, ProductB, etc. Meanwhile, some of them are proposals, some are degisn docs, some are marketing literature, etc. I want to be able to sift through these documents in various ways. What's the best hierarchy to use? Product type first, then document type (proposal/design/etc)? Or the other way around? What happens when I want "all proposals on ProductA or ProductC for North American markets"? Where in the hierarchy do I look? Meanwhile, if each file were in a database, with search keywords, I could find anything I wanted just as easily as anything else - there's no predetermined hierarchy that makes it easier to find some things than others.

    • Re:Not broken (Score:5, Informative)

      by Dixie_Flatline (5077) <.moc.ae. .ta. .naj.> on Thursday June 09 2005, @11:26AM (#12770097) Homepage
      I'm spending a lot more time replying to these posts than I should. Still, I can't let them slip. :)

      A study was published just last year about how the desktop paradigm breaks down when a lot of files are trying to be stored. There's nothing wrong with the folder system from a technical standpoint. The problem comes when you have hundreds or thousands of files that need to be sorted and then found. Your capacity to remember such things is finite. If you know even vaguely what you're looking for ("Hmmm, it was about 2 weeks ago, I think it mentioned nintendo, and James may have written it..."), it's probably easier to find by searching than by trying to figure out if you filed it under James, Nintendo, or the documents that you got 2 weeks ago.

      If you'd like to read the study, try and get your hands on the ACM Transactions on Human-Computer Interfaces, June 2004, Volume 11, Number 2. It's quite interesting; a lot less dry than most papers. :)
  • by Buzz_Litebeer (539463) on Thursday June 09 2005, @10:38AM (#12769501) Journal
    All I can say is the linking of Google Desktop Search and the program called GDSuite which makes GDS work like the "search" function from windows has already changed how I get to things on my machine. If I know a chunk of code from a certain filetype is what I am looking for, it is extremely straightforward to just type that information in and get a response immediately.

    The only thing I can hope to see is for Google Desktop Search to add a "label" functionality to GDS so that I can label things that are "games" and "code" etc, to help narrow down searches or even use virtual directories where it brings up a windows like link to all executables labled for games on the hard drive without having to individually organize.

    This way you could make folders that consist of multiple labels and or focus them down to less labels etc at a click of a button.

  • by henrywood (879946) on Thursday June 09 2005, @10:38AM (#12769505)
    It's all very well to talk about the death of folders because of intelligent indexing and searching of file systems, but this is in the context of retrieving data. Where a hierarchical structure is so useful is when you are saving information in the first place. It's important to remember that a hierarchy divides the file system into a number of logical namespaces.

    A completely flat filesystem sounds all very well in principle, but how do you find names for all of those files? I have loads of files on my computers with the same names but in different namespaces. Or are we going to throw away filenames as well?
  • by jellomizer (103300) * on Thursday June 09 2005, @10:39AM (#12769523)
    While searching has it benefits over folder there is the time that you don't know what your are looking for, but you will know once you find it. How many of you when you were fairly new to Linux
    cd /usr/bin
    ls
    and tried to run all the files to see what they did?

    Or on MacOS take a look at all the pfiles and see what they can control and what they can't.

    Or say you want to find a way to make the dock transperent and you search for Dock Transperance. While the real term that the search will find is Dock Clearness. Or that file you saved way back when you don't know the date you did it or what it is about but once you see it you know that is the one you need.

    Sure I like spotlight but there are some cases where it just fails me mostly because I am absent minded.
  • Maybe dumping everything into a single area makes sense for some folks, but I shudder to think about it. I work in the legal field and every attorney and paralegal in the office saves documents in case specific folders. This becomes especially helpful when, two years after the fact, you're asked to track down some obscure brief, correspondence, or the like.

    That plus there is still a large group of folks in the business world for whom computers are still fairly recent (the managers and partners who have been working since the 70's and 80's). Granted their numbers are starting to thin, but there are still a great many folks, in relatively high positions, who like the folder system because it replicates a filing cabinet- they get it. Trying to educate the entire generation on a "whole new way" of doing something "easier and faster" will frighten them off.

  • I don't think the directory as we know it is dead, it is a nice way to hierarchically (word?) organize our data (but wait, Documents and Settings???). Seriously, directories are intuitive enough and most people get comfortable with them quickly.

    But, there are some problems with directories:

    • they get messy when too deep (where the heck is that directory I put those files in?)
    • in a GUI, they're really really really annoying, and potentially very dangerous. On many occasion I've had people come to me to help them recover a file that "disappeared". Mysterious at first, I came to recognize the dreaded "mouse button accidentally released" during a drag and drop as the common cause for "lost" files in a gui universe. But it gets really dangerous when the lost file from "drag and drop" does something to a system directory, something I've encountered at least twice! (It can almost literally render a system unusable.)
    • they become useless when not deep enough (hmmmmmm, I know I have that photo in this directory, but among the 4000 others I can't find it!)
    • they're too specific... How many times have you thought, "I'll put it here, no wait, it's more appropriate over there, hmmm...."? And then just give in and put copies of the file in multiple directories (which introduces a whole 'nother slew of issues).
    • they're confusing in the quasi-standards community... (This new executable I'm contributing, does it belong in "/usr/bin", "/usr/sbin", "/usr/local/bin"?)

    However, this article I think shows the way technology will take us and I like the abstraction and "flattening" of the storage universe. I've already become less neurotic about how to organize and store photos, etc., especially now with photo organizers and desktop search software like Google desktop. For me it makes more sense to "ask" my computer where something is and have it return the top twenty most likely responses (with the ability to drill deeper if necessary).

    Directories served a good purpose, but weren't they mostly artifacts anyway? Aren't they kind of an opaqueness of underlying technology? Directories as far as I remember were a way of implementing pointers and references to blocks of data on a drive, albeit a nicely abstracted implementation at the time (except for DOS, ick... (why no ".xxx" extensions allowed for DOS directories, huh?)).

  • by mccalli (323026) on Thursday June 09 2005, @10:44AM (#12769595) Homepage
    I use Tiger. I upgraded from Panther. And whilst I can search meta-data to my heart's content, for finding actual files the Finder in Tiger is less powerful than Panthers, not more.

    Reasons? Well, first of all Spotlight won't search the whole of your drive. Can't remember if it was in /usr/local/bin or /usr/bin? Tough. Spotlight won't help you, it doesn't look in those hierarchies.

    Made a mistake typing your search term into Spotlight and on an older machine? Don't even think of hitting that backspace key, or the Finder may go into a spinning beachball hell whilst it tries to live search everything for you.

    Want to find just files and nothing else (ie. no meta-data or content-related stuff, just filenames)? Well, you can use the undocumented start-your-search-with-a-double-quote feature, but that doesn't work well because it doesn't understand wildcards (so "*.java won't work, for example, whereas ".java will but would include *.java.backup).Also it seems to lose its idea of filename-only as soon as you hit backspace and try to re-edit it. In other words, typing ".java will find me *.java*, but typing that, then hitting backspace, then typing hte final 'a' character again will start finding me things with java in the content instead of just the name.

    It also has poor resource usage - some seem to be lucky, but search the forms and you'll see many people complaining about processes called mdimport or similar hogging large amounts of CPU. Then there's the indexing it does every time you connect a firewire drive - if I reboot my Powerbook in target mode and hook it up to the Power Mac, a large amount of indexing is initiated which slows down my performance on that drive. I can set it to not index, but then it slows down search on that drive. What's needed is for the indexing stuff to be really low priority or user-ppausable perhaps.

    Sorry, Spotlight is ok but in the Finder it's a pain more than a help for me. I wouldn't have minded it in addition to Panther's more straightforward 'find a file' bit, but as a total replacement for that it's rather lacking. I'm not even contemplating using it as a complete replacement for a normal directory structure.

    Cheers,
    Ian

  • by dpbsmith (263124) on Thursday June 09 2005, @10:47AM (#12769621) Homepage
    Pie-in-the-sky. Please spare me the deep-think prognostications of people who obviously are unfamiliar with how the facility actually works (or doesn't) in the real world.

    When it is good, Spotlight is very, very good. And when it is bad, it is horrid. So far, in my experience, Spotlight has been very, very good about 50% of the time I've really used it (i.e. to find something I wanted to find, as opposed to playing around with it). And horrid the other 50%.

    Spotlight has several big problems.

    a) It doesn't find things reliably. This isn't like using Google on the Web, where you're happy with the results you find, and mostly don't know about what relevant hits Google missed. You have a very good idea what's on your hard drive, and it is incredibly annoying when Spotlight does NOT find a file you know is there.

    There is ongoing discussion of why Spotlight doesn't find things reliably, and, of course, many people who say "It works for me," but the number of users reporting that Spotlight is not finding files they know are there is very significant.

    There are various reasons for this. One is that Spotlight has a fairly long built-in exclusion list of directories it doesn't think you really want to search, but, unfortunately, it does not explicitly show you what they are. This is not, however, the only issue.

    b) It doesn't find things quickly. Wags are starting to call it "stoplight." Frankly, I'm scared to type anything directly into the search field. I've gotten to the point where I type the search target into a text editor and paste it into the edit field.

    The problem is that Spotlight oh-so-cleverly gives real-time live updating of the partial query as you type it in. So if you type in "Slashdot", for example, by the time you have typed in two characters it is trying to display every file on your computer that begins with "sl". For reasons that aren't clear to me, this frequently locks up the Finder's UI with a spinning pizza wheel. The entire Finder becomes unusable--you can't even activate another window and search for the file manually--for big fractions of a minute.

    c) A signficant number of users are reporting frequent occasions when Spotlight causes their whole system to slow down. And, in at least one case, I've pinned down a situation in which Spotlight, for some reason, actually causes another program to fail with file I/O errors unless it is prevented from accessing the directories that program is using.

    So, Spotlight is sometimes wonderful... but other times is unreliable, slow itself, slows down the rest of the system, and makes other programs unstable.

    But aside from that, Mrs. Lincoln, how did you like the play?
  • Tiger's Spotlight is good, and certainly better than anything else I have used so far. However, the way it presents the search results is always a bit useless as the top ten seearches are top necessary the way to show me what I need. Additionally the lack of a boolean search is a big mistake as you can't narrow the search down. It is still much much faster for me to remember the folder and go straight to it. When that is no longer the case I'll believe in the death of folders.

    We need something to help that is clear from the number of digital objects we have lying round on our computers these days. Some method of collecting these objects into conceptual sets or classifications (apart from file extensions which is not always the most useful) could be really useful - I have read some interesting stuff by people who are Metadata crazy (seem to have lost the links though - the tiger review of metadata writer was really interesting [arstechnica.com]...) Maybe the answers are somewhere there.

    But for most people, some method of grouping data, adding categorical schemes, visually and texturally organising and generally making files/objects more plastic in the way that we store them would be a great step forward.

    But in any case, nested folders *do* still have uses. And I think we need --in addition to-- rather than --instead of--.

    ---- Posted anonymous as bloody slashdot is banning IP

  • Whenever I create a project-specific folder and put a bunch of files in it, I know that those files are directly related to each other. I don't want to search for "files you think might be related to Project Foo" - I want "files I've explicitly said are related to Project Foo".

    There are times when searches are ideal for grouping disjoint sets of information. There are many, many more times when a best guess is completely insufficient. Searches to augment folders? Sure. Searches to replace them? No way.

  • positional memory (Score:5, Interesting)

    by Heisenbug (122836) on Thursday June 09 2005, @11:32AM (#12770188)
    You know that memory trick, where you remember a long list of items by mentally walking through your house and assigning them positions? There's a huge chunk of our brains that's devoted to remembering *what* something is based on *where* it is.

    So for example: 5 or 6 days ago I downloaded a plugin for some blog package or other, written in php or perl I think ... it had a name like Exercise or Expendable, I forget ... Now I need to find it. What do I remember about it? That I saved it to the Desktop.

    That kind of thing will always have a place in my Finder. I like metadata search too, but I'm just not with-it enough to give up my brain's best way of remembering things ...
    • by 3770 (560838) on Thursday June 09 2005, @11:55AM (#12770508) Homepage
      You also remember this:

      5 or 6 days ago I downloaded a plugin for some blog package or other, written in php or perl I think ... it had a name like Exercise or Expendable

      But you had no practical way of using that to find the package.
    • Exactly. Also, who has some real experience with rdbms has to know that there could be actions which are just as wierd to do on a db-based filesystem than easily finding something you lost on old school filesystems. After months of usage I found that using the same old dir-file hierarchy system with google's desktop search in the background is seemingly everything I need. I use the desktop search pretty rarely but on those occasions it really helps. Epecially when searching for months or years old files on