Slashdot Mirror


Spotlight Improvements In Leopard

Mac OS X 10.5 Leopard is set to feature several new enhancements to Spotlight, Apple's desktop search, and ComputerWorld outlines them. The improvements include searching across multiple networked Macs, parental search snooping, server Spotlight indexing, boolean search, better application launching (sorely needed), and quick-look previews.

356 comments

  1. Beagle allready does this! by Whiney+Mac+Fanboy · · Score: 4, Interesting
    From tfa One of the biggest advances in Spotlight is that it will be able to search remote computers.

    Beagle has done this for a while.

    Also from tfa As powerful as Spotlight is, it actually offers a somewhat limited set of search options. (then detailing the new, 1996 search engine style AND/OR/NOT operators).

    Beagle's also ahead here:

    Beagle supports a search syntax similar to the major search engines you are probably familiar with. If you see too many results for a query, consider refining your search.

      Required words: By default, Beagle will return results containing all of the words you specify, with the exception of common "stop words" such as "a", "the", and "is".

      Phrases: To search for specific phrases (one word next to another), place the words in quotation marks. For example:

                        "White Album"

      Partial words: Beagle supports partial word searches using asterisks as wildcards. For example, to find words like "black", "blackbird", and "blacksmith":

                        black*

      Excluding words: To exclude a word or phrase from your search, prefix it with minus sign ("-"). For example, to find items with "Beatles" but not the word "George":

                        Beatles -George

      Optional words: To indicate that the word A or word B be in results, use OR, i.e. to find items which contain either "George" or "Ringo" (or both). The OR is case-sensitive.

                        George OR Ringo

      Property queries: By default, Beagle looks for your search terms in the text of the documents and their metadata. If you want to search for a specific property, use the format property:keyword. You can find a list of supported properties by running beagle-query --keywords. Property queries follow all the rules mentioned above; so you can search for properties by phrase, using wildcards, exclude terms, or provide optional terms. For example, the following query will return all of your Beatles MP3s or Ogg/Vorbis files that aren't on the Abbey Road album:

                        artist:Beatles ext:mp3 OR ext:ogg -album:"Abbey Road"

      Searching file extensions: You can use either *.mp3 or ext:mp3 to search for documents by file extension. (In this example, MP3s.)

    I guess sometime's Spotlight's ahead on features & at other times Beagle's ahead.
    --
    There are shills on slashdot. Apparently, I'm one of them.
    1. Re:Beagle allready does this! by anagama · · Score: 1

      I have several macs and linux machines (the macs are laptops, the linux boxes desktops or servers). Everyone says all the time that linux isn't desktop ready, and yet, all these cool things I can already do keep creeping into OSX. I like OSX because I can legally have certain features which I can't on linux (basically mass market media), but I'm always wishing they would add things, like OS integrated multiple desktops (coming soon) and middle click paste. I suppose I'll have to wait to OS X Siamese Cat for middle click paste, but I'm really looking forward to "spaces". That alone will bring OSX 50% closer to the features I enjoy on my linux machines.

      --
      What changed under Obama? Nothing Good
    2. Re:Beagle allready does this! by Winckle · · Score: 1

      Beagle is fucking difficult to set up.

      No really it is.

      I've been using Linux for some time now, and I tried to get beagle working. Don't get me wrong, I did, but damn it was tough. If you tell a new linux user, "Oh sorry, your new mono libraries are incompatible at the moment, you'll just have to wait for beagle to catch up" They wouldn't put up with it. Also, telling them to activate extended attributes, they aren't going to know how.

      You can't fault apple. Nice friendly magnifying glass, no set up. I hope that in the future my kubuntu release will just have beagle installed by default and working nicely.

    3. Re:Beagle allready does this! by Anonymous Coward · · Score: 0

      artist:Beatles ext:mp3 OR ext:ogg -album:"Abbey Road"
      And you can seriously see some Photoshop-jockey typing that in to find an MP3?

      Last time I checked, most graphic designers didn't even know what boolean logic was... most thought it was a font...
    4. Re:Beagle allready does this! by Anonymous Coward · · Score: 5, Interesting

      Sorry, but with the exception of network search, Spotlight's search query engine has been able to do *all* of those things from the beginning, the difference is that this is now supported in the blue menu at the top of the menu bar (not jsut from the command line or code). You can perform incredibly complicated queries in Spotlight that you simply cannot do in Beagle.

      Why? Because Beagle uses the Lucene search engine. Speaking as someone who uses Lucene every day, has written numerous analysers, query parsers and filters, it doesn't come close to Spotlight's engine. Examples? Queries can't start with a wild card, queries cannot comprise of a NOT clause by itself, results are stored in an immutable data structure that does not support merging, queries containing wild cards and ranges of values get translated into an enormous query with an OR clause for *every term in the index*. Thats fucking disgraceful. Lucene is also *much* slower then Spotlight, and contains numerous memory leaks relating to index readers and writers.

      Lucene is exceptionally easy to use and develop for, and Beagle ain't half bad, but Spotlight is superior in every way (except being closed source, yawn).

    5. Re:Beagle allready does this! by Constantine+XVI · · Score: 3, Funny

      Dont know what distro you were using, but in Ubuntu 6.10 (Edgy), it was as easy as installing anything else.

      sudo apt-get install beagle python-beagle

      Just put the Deskbar app in the panel and enable the beagle plugin in the Deskbar (for Spotlight-style search-from-panel goodness), and everything works.

      --
      "I think an etch-a-sketch with an ethernet port would beat IE7 in web standards compliance."
    6. Re:Beagle allready does this! by Winckle · · Score: 1

      As i said, i'm using kubuntu, but I last tried installing it on 6.04. The interface was horrible because it had zero integration with KDE. Don't take that deskbar app for granted.

    7. Re:Beagle allready does this! by Blakey+Rat · · Score: 2, Insightful

      Yes, yes, that's great... but I don't think Apple is CLAIMING that it's doing anything new. It's just adding features to program it already makes.

      Frankly, I don't get the point of your post. Does Beagle even run in OS X?

    8. Re:Beagle allready does this! by zhiwenchong · · Score: 1

      The original article is slightly misleading: Spotlight in Tiger actually already supports AND/OR/NOT:
      http://www.macosxhints.com/article.php?story=20050 503165951266

      Spotlight can actually already do all the things you mentioned. Unfortunately the syntax is totally whacked. For instance. spaces matter when they shouldn't; e.g. "hello|world" is not the same as "hello | world". (The latter doesn't mean what you think it means.)

    9. Re:Beagle allready does this! by GaryPatterson · · Score: 2, Funny

      Beagle sounds very nice. Nothing whatsoever to do with Spotlight, and doesn't run on OS X, but still nice.

      So... you're hoping to be modded 'offtopic' I guess.

    10. Re:Beagle allready does this! by Constantine+XVI · · Score: 1

      My bad. /me finds his dyslexia pills.
      Back on topic, in 6.10, Beagle has a KDE frontend by the name of Kerry, which is more or less a KDEized version of the GNOME beagle app. (the deskbar app is a GNOME thing). It also has a KIO slave, but no OSX-ish deskbar.

      --
      "I think an etch-a-sketch with an ethernet port would beat IE7 in web standards compliance."
    11. Re:Beagle allready does this! by theshibboleth · · Score: 1

      Unless I'm mistaken, Ubuntu actually already is shipping Beagle by default as of the 6.10 release.

    12. Re:Beagle allready does this! by StaticFish · · Score: 1, Funny

      Funnily enough, searching for "Beatles" + "Lawsuit" doesn't show anything.

      --
      - There's no place like 127.0.0.1
    13. Re:Beagle allready does this! by dotancohen · · Score: 0

      Both my FC6 and Kubuntu boxes have beagle running in them. FC6 had it out of the box, and installing on Kubuntu was a simple apt-get operation. I'm using Kerry in KDE to access it.

      --
      It is dangerous to be right when the government is wrong.
    14. Re:Beagle allready does this! by Overly+Critical+Guy · · Score: 0

      Spotlight actually already let you do that kind of specific searching in Tiger when you used the search field of the Finder. As for Beagle, it only came to be after Microsoft's and Apple's announced search plans years ago, so I think it's silly to act like Beagle is being cloned by anybody.

      --
      "Sufferin' succotash."
    15. Re:Beagle allready does this! by mkiwi · · Score: 1, Interesting
      One thing to note about Spotlight is that you can hook it's network capability into Bonjour (zeroconf) and we can find all sorts of fun applications for that. As for all the AC Microsoft apologists, Windows Search is nowhere nearBeagle or Spotlight. The windows search is more like what was available in Mac OS X 10.0-10.3. The ability to open up a window and do a search of your documents by looking at each and every single file on your hard drive. The thing about Spotlight is that it caches metadata about the files so instead of searching your entire hard drive for an instance of something, it searches a quickly available index.

      Now, if you are in a 4Gb/s network or in some kind of Ultra320 SCSI setup, you might not experience any difference in performance. However, if you are on a *normal* computer that has 7200RPM drives, spotlight is much faster than traditional search. Remember- it's the indexing that makes it fast. Windows does not do this.

    16. Re:Beagle allready does this! by Whiney+Mac+Fanboy · · Score: 1

      Frankly, I don't get the point of your post.

      A comparison of the proprietary software being discussed with it's open counterpart.

      Does Beagle even run in OS X?

      Who cares?

      --
      There are shills on slashdot. Apparently, I'm one of them.
    17. Re:Beagle allready does this! by powermacx · · Score: 1

      Actually, Tiger's Spotlight has had boolean operators since its first release, back in 2005: http://hiram.nl/ipsedixit/artikel/793/boolean-sear ch-in-spotlight http://www.hawkwings.net/2005/08/11/boolean-search es-in-spotlight/ And Tiger also allows the creation of Smart Folders (saved search folders that automatically update their contents) which allow the selection of close to a hundred different metadata attributes AND also allows the use of the "Raw Query" format which can do everything else you mentioned. The catch? It wasn't mentioned in the marketing materials, so most people never found out about it (boolean operators in the general search, raw query format in Finder's search).

    18. Re:Beagle allready does this! by Whiney+Mac+Fanboy · · Score: 1

      Beagle is fucking difficult to set up.

      Incorrect. Beagle was difficult to setup in it's early development phase.

      I hope that in the future my kubuntu release will just have beagle installed by default and working nicely.

      In future? How about the past? The last kubuntu release had beagle installed by default and it does work nicely.

      Just how old is your kubuntu install anyway?

      --
      There are shills on slashdot. Apparently, I'm one of them.
    19. Re:Beagle allready does this! by larkost · · Score: 1

      The underlying Spotlight system is very capable of boolean serarches in 10.4, it is just the GUI that does not really support things like this. I think it was a conscious decision not to include this because they could not put a normal-user-friendly GUI on it (in time). It sounds like they might have taken a whack at doing just that, but we will have to see whenever 10.5 comes out.

    20. Re:Beagle allready does this! by Anonymous Coward · · Score: 3, Informative

      Er, indexed search is exactly what Windows Desktop Search and search in Windows Vista do.

    21. Re:Beagle allready does this! by Whiney+Mac+Fanboy · · Score: 2, Informative
      Examples? Queries can't start with a wild card,

      Incorrect:

      Leading wildcards (e.g. *ook) are not supported by the QueryParser by default. They can be enabled by calling QueryParser.setAllowLeadingWildcard( true ). Note that this can be an expensive operation: it requires scanning the entire list of tokens in the index to look for tokens that match the pattern. Currently this code is in the Lucene development trunk but is not yet in any release.

      queries cannot comprise of a NOT clause by itself,

      Are you sure? BooleanQuerySyntax in Lucene is indeed a little odd, but I'm not sure you're right.

      results are stored in an immutable data structure that does not support merging,

      Incorrect Lucene supports merging & has done for years. Do you have any idea what you're talking about?

      Meh, I don't think you've used lucene for years!
      --
      There are shills on slashdot. Apparently, I'm one of them.
    22. Re:Beagle allready does this! by Whiney+Mac+Fanboy · · Score: 4, Insightful

      These claims that Linux features are creeping into OS X is bogus;

      Sensible people realise that all the major Operating Systems copy both from each other and (more commonly) research Operating Systems.

      People who see feature X is linux, then see it in OS X & Windows may incorrectly come to the conclusion that OS X & Windows are copying linux.

      It's far more likely however that all three operating systems copied feature X from $weird_academic_researh_OS.

      --
      There are shills on slashdot. Apparently, I'm one of them.
    23. Re:Beagle allready does this! by Firehed · · Score: 1, Insightful

      Dont know what distro you were using, but in Ubuntu 6.10 (Edgy), it was as easy as installing anything else.

      sudo apt-get install beagle python-beagle

      I'm sorry, but it's statements like these that make it glaringly obvious why Linux isn't ready for the general public. Who the hell is going to go into the terminal just to install something? Honestly, I think that Linux is best off staying a bit nichey, but why should users who like Free software have to deal with it?

      Windows: Double-click install.exe
      OS X: Drag program icon to 'Applications'
      Linux: In terminal, type in (without quotes!) "sudo apt-get install beagle python-beagle", followed by your root password

      Sure, it's easy enough for geeks, but that's just a bunch of mindless crap to the rest of the world. You tell someone to do that, and they'll ask you why the hell you're feeding your dog a snake (or worse - you know someone's mind will get creative with the 'install').
      --
      How are sites slashdotted when nobody reads TFAs?
    24. Re:Beagle allready does this! by Whiney+Mac+Fanboy · · Score: 1

      As for Beagle, it only came to be after Microsoft's and Apple's announced search plans years ago,

      Incorrect. Beagle actually predated Apple's announcement for Spotlight by over a year.

      so I think it's silly to act like Beagle is being cloned by anybody.

      I guess you don't think that's silly anymore then hmmmmmmmmmn?

      --
      There are shills on slashdot. Apparently, I'm one of them.
    25. Re:Beagle allready does this! by glas_gow · · Score: 1

      While it might not have the gloss of Time machine, Duplicity offers similar functionality.

    26. Re:Beagle allready does this! by Ucklak · · Score: 0, Troll

      You know, Windows used to be like Linux back some 12+ years ago.

      Click RUN type D:\setup.exe

      --
      if you steal from one source, that is plagiarism, if you steal from many, well, that's just research.
    27. Re:Beagle allready does this! by Anonymous Coward · · Score: 0
      Because Microsoft or Apple wouldn't dare start developing something before they announced it, surely?

    28. Re:Beagle allready does this! by Anonymous Coward · · Score: 5, Insightful

      apt-get isn't the recommended way to install applications in Ubuntu. Synaptic, a nice GUI front end to parts of the apt suite, is. No need to type anything except for an administrator password.

    29. Re:Beagle allready does this! by Anonymous Coward · · Score: 0

      Hahahahaha! Feeling pretty stupid now aren't you?

    30. Re:Beagle allready does this! by shmlco · · Score: 2, Insightful

      At least you made it to the second line. To me, any sentence that starts with "Dont know what distro you were using..." pretty much sums it up right there.

      --
      Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
    31. Re:Beagle allready does this! by jedimark · · Score: 0

      Your sir, are clueless.

      You can also click on Applications, then Add-Remove to install it there graphically.
      Most nerds prefer to do in on the console. (This is a nerd site in case you haven't noticed)

      As a bonus, most linux distro's download it off the net for you and install it. Windows you have to find the software first.

      Please keep your illegitimate fud spouting to yourself.

    32. Re:Beagle allready does this! by minus_273 · · Score: 3, Insightful

      MOD UP. if only i had mod points. the post you replied to was one of the most unintentionally funny posts ive seen on slahdot. i though it was like the linux quake 4 install troll that tells you to recompile the kernel until i looked at the string and saw it was a legit command to do the task described.

      People who claim linux is ready for the desktop need to figure out how many grandmas want to type "sudo apt-get install beagle python-beagle" in a fricking terminal window to get search working.

      --
      The war with islam is a war on the beast
      The war on terror is a war for peace
    33. Re:Beagle allready does this! by jenilyn · · Score: 0, Troll

      People who claim linux is ready for the desktop need to figure out how many grandmas want to type "sudo apt-get install beagle python-beagle" in a fricking terminal window to get search working.

      Oh come on. Even my grandma can type grep and find, and that's all anyone needs. Pussies.

    34. Re:Beagle allready does this! by Ankur+Dave · · Score: 2, Informative

      Sorry, you're mistaken. I have 6.10 and there's no Beagle.

    35. Re:Beagle allready does this! by mushadv · · Score: 1

      I'm sorry, but it's statements like these that make it glaringly obvious why Linux isn't ready for the general public.

      Holy Jesus fucking Christ I'm tired of hearing this. Is it really all that mentally taxing to copy and paste a command? It's not difficult in any way to say "Go to Applications, then click Terminal. Now copy and paste this command:" Or Hell, if you want to complicate it, head to Add/Remove Programs in the menu and install it there. I don't see how it could possibly be any simpler than a menu entry with the words "Add/Remove", searching for the app, selecting it and then hitting "Apply". I haven't had to touch the terminal since I installed Ubuntu 6.10 except for using the Nouveau utility that dumps information about your video card through a series of tests, and I don't think grandma's going to be doing that.

      Linux, more specifically Ubuntu, is ready for the desktop, and has been for a while. Saying that too much has to be done in the terminal is a really old argument.

    36. Re:Beagle allready does this! by be-fan · · Score: 1, Troll

      How many grandmas can figure out a Windows "next, next, next" type install?

      Especially since you can use the "Add/Remove" programs applet in Ubuntu to (gasp!) actually add programs (unlike in Windows), your rant is kind of hollow.

      --
      A deep unwavering belief is a sure sign you're missing something...
    37. Re:Beagle allready does this! by Durandal64 · · Score: 3, Insightful

      Yes, and we've had this thing called "improvement" since then.

    38. Re:Beagle allready does this! by Anonymous Coward · · Score: 1, Funny

      bad comparison.

      you ignored how you got install.exe that you click on. you either went to a store or you searched the internet for it. which is the same as clicking "package manager". executing a search. and then clicking install.

      never mind that you also ignored the 10 mouse clicks with
      "do you want to donate you first born?"
      "where do you want us to install?"
      "do you mind if we fubar your registry?"
      etc...

    39. Re:Beagle allready does this! by mixmasta · · Score: 1

      You forgot to mention searching google then the search results looking for the program. Then finding the download link (sometimes obfuscated), downloading to your disk, waiting, then clicking it. Vista will finally ask you for a password ( a good thing ).

      Add all that up and "sudo apt-get install beagle" or browsing synaptic doesnt seem so hard, does it?

      --
      #6495ED - cornflower blue
    40. Re:Beagle allready does this! by Anonymous Coward · · Score: 0

      first I am too fucking lazy to make an account only to post. Second, spotlight works fine and easy, gets the job done without the hazzle of type random shit. After all, a computer is a tool and it is expected to do the job as easy as possible. Plus after a bunch of years Microsoft finally sticks in decent search feature in its operating system.

    41. Re:Beagle allready does this! by Tyrdium · · Score: 2, Interesting

      How do you use that to easily install random binaries you've downloaded? Can you double-click a binary package to launch an installer?

      (Note: this is an actual question; I haven't played with Synaptic outside of installing things in repositories.)

    42. Re:Beagle allready does this! by Whitemage12380 · · Score: 1

      Windows: Where does install.exe come from? You have to find and download it first.
      OS X: Where does the program icon come from? You have to find and download it first.
      Linux: You can either type the text into the terminal (easier than any other method as long as you know a couple words- terminals aren't evil!) or go into a package manager and grab it. Both of these ways do not involve both the action of downloading and installation, but just one quick action. Or you can usually just find and download it, which is about as quick and intuitive as with Windows (though that isn't always the case if it's crappy and unorganized freeware). I can understand from your comment that you haven't actually used linux before.

    43. Re:Beagle allready does this! by mushadv · · Score: 1

      Can you double-click a binary package to launch an installer?

      Yes, GDebi in Ubuntu handles deb packages. I think it resolves dependencies to the best of its ability as well, but I haven't used it, so don't quote me on that.

    44. Re:Beagle allready does this! by itlurksbeneath · · Score: 1

      Actually, when you download a .deb under Ubuntu, Firefox says "would you like to open this with the application installer" or something similar to that. Click, click, done.

      --
      Have you ever considered piracy? You'd make a wonderful Dread Pirate Roberts.
    45. Re:Beagle allready does this! by grungefade · · Score: 1

      ya gotta give it to those die hard Mac fans, where Mac invented everything first.

      geez, now their just jumping up to Macs defense even if they haven't ever used the other product in question. But then again, what am i dumb? Its a MAC man, everyone knows they're better in every way. So why waste time learning about anything but. What was I thinking..

    46. Re:Beagle allready does this! by myowntrueself · · Score: 1

      I've just installed and trialed beagle.

      Its a nice start.

      Someone let me know when theres a web-based interface.

      --
      In the free world the media isn't government run; the government is media run.
    47. Re:Beagle allready does this! by jamesshuang · · Score: 1

      I hope you realize that most people type in commands like that only to prove a point. As the flood of other people have shown you already, there are visual tools to do the same process. I'd like you to show me explicitly the full process of downloading and installing any windows software with only text, the medium of choice for a forum like this. Seems a bit harder now, no?

    48. Re:Beagle allready does this! by cheater512 · · Score: 1

      Middle click paste is a godsend fyi. It gives the middle mouse button a purpose.

    49. Re:Beagle allready does this! by cheater512 · · Score: 1

      You got the Windows wrong actually.

      Its more like this:
      Double click install.exe and then hit 'Next' 20 times.

    50. Re:Beagle allready does this! by Mongoose · · Score: 2, Informative

      Actually, beagle is installed by default now. Your bitch is moot anyway, since Ubuntu even has something even easier than synaptic -- Add/Remove Applications. You just browse/search, click, and go. It'll even install applications like vmware player and opera. It handles everything else for you.

      Once Ubuntu has ClickNRun bundled you'll even be able to BUY and INSTALL things like Crossover Office with the same system more or less. Tell me how are you going to beat that for usability?

    51. Re:Beagle allready does this! by sych · · Score: 1

      Well there's the GUI way, too:

      Applications Menu -> Add/Remove -> In the "Search" box, type "Beagle" -> Tick the tickbox in the search results -> Press OK.

    52. Re:Beagle allready does this! by Anonymous Coward · · Score: 0

      Really? Cool!

      Can you show me how to install Beagle on Mac OS X, then?

    53. Re:Beagle allready does this! by pioneerX · · Score: 1

      *ook will match anything in the Unseen University Library.

    54. Re:Beagle allready does this! by sych · · Score: 0

      People who claim linux is ready for the desktop need to figure out how many grandmas want to type "sudo apt-get install beagle python-beagle" in a fricking terminal window to get search working.


      Actually, I seriously don't think grandmas are going to care that much. You're not considering how much you've already invested in the whole GUI metaphor as it exists at the moment. When she starts out, Grandma hasn't used a mouse before, hasn't used a GUI before, and she hasn't used a CLI before. Whatever she does at this point is probably just following instructions, and whether it's GUI or CLI, it makes no particular sense to her. Whether it's "click here, read this, click there, press next" (and all of the investment in mouse skills that learning that goes along with that) or just "type this", to her it's still some strange stuff that she does on a box she doesn't (yet) understand.

      That said, if you want Grandma to use a GUI, there's a perfectly good solution for her - click Applications, click Add/Remove, type what she wants, tick the box, press OK. In the context of Slashdot, however, I think it's perfectly OK for original post to give the (nice and concise) CLI example.
    55. Re:Beagle allready does this! by PenguSven · · Score: 0

      well my logitech mouse has about 10 buttons, and i can program any one of them to copy, paste, open an application, make me a coffee, download some porn or put a roast in the oven.

      --
      What is...?
    56. Re:Beagle allready does this! by Lussarn · · Score: 1

      Quit your rambling. He merely pointed out the fastest way to install a program. There is an easy graphical way if you want it.

      You don't have to manually download the programs in Linux either. Something you forgot to mention in your post.

    57. Re:Beagle allready does this! by Firehed · · Score: 1

      Does it? I have a pretty recent version installed (Edgy, I think) on a Thinkpad and I only saw the synaptic manager. Regardless, it all sounds great until you actually get in there. Sure, it's easy to install software with it. It's also an incredible way to confuse the shit out of yourself if you don't know exactly what you're looking for, which tends to require plenty of Googling beforehand. I have a pretty good grasp of what I'm doing, but I still tend to get a bit nervous when there are six thousand different things I can install and almost all of them have some confusing/uninformative/obscure name.

      I've worked with all of the recent user-oriented OSes - OS X, WinXP, Vista, and some recent version of Ubuntu. Given everything that's been mentioned since my original post, I feel that OS X has the easiest overall solution for program installs. For some people, Linux's various solutions may be easier, and it's certainly in the eye of the beholder. But at least from the perspective of someone who's attempted to switch (or, rather, adopt another platform), I think that if nothing else, it's too big of a change. Which isn't necessarily a fault, but it's certainly a curveball for users experienced with another OS.

      --
      How are sites slashdotted when nobody reads TFAs?
    58. Re:Beagle allready does this! by cyphercell · · Score: 1

      First, I'm a big fan of the command line, in fact I have a box in my room that doesn't have X installed at all, but the old saying "A picture is worth a thousand words" really applies here. People simply understand visual cues better than pouring through text. This is why people use diagrams that supplement any kind of written specifications. Visual cues fail on finer grained details, giving us the need for a good CLI. Windows started with a good GUI, Linux started with a good CLI, MacOSX is integrating both in the most elegant ways.

      --
      Under the influence of Post-Cyberpunk Gonzo Journalism
    59. Re:Beagle allready does this! by kestasjk · · Score: 2, Funny

      You're not suggesting Apple isn't the single innovative force in the software industry.. are you? We all know "Spaces" could never have been conceived without Jobs' flawless guidance.

      --
      // MD_Update(&m,buf,j);
    60. Re:Beagle allready does this! by cyphercell · · Score: 1

      Not 100% sure on this, but I think the original innovator was Google with "Google Desktop Search". I'm kinda surprised that no one mentions the Google app that had everyone screaming "Google OS" for the past couple of years.

      --
      Under the influence of Post-Cyberpunk Gonzo Journalism
    61. Re:Beagle allready does this! by Mr_Matt · · Score: 2, Interesting

      Does Beagle even run in OS X?

      No, thank Christ. Round our office, first thing we do with new Linux boxen is uninstall Beagle, 'cause if you don't the goddamn program will easily spend the first day or two of the box's life eating half of your CPU indexing where your 82 brazillion files are, even when a user has a priority process running. The *last* thing I wanna do is have to renice a bunch of processes because some idiotic GUI finder program wants to index files.

      Beagle sucks. So does Spotlight, but at least Spotlight doesn't suck in a resource-wasting way.

      --


      But what does my opinion matter, I just vote here. It's not like I have any money or anything.
    62. Re:Beagle allready does this! by Anonymous Coward · · Score: 0

      user password, not root password

    63. Re:Beagle allready does this! by cheater512 · · Score: 2, Informative

      You obviously dont know what the middle mouse paste is then.
      Its not a normal clipboard.

    64. Re:Beagle allready does this! by yo_tuco · · Score: 2, Informative

      ...wishing they would add things, like OS integrated multiple desktops..."

      If you have a PPC version of OSX, multiple desktops has been around quite awhile. But it's an add on and it has cool switching effects to select from.

    65. Re:Beagle allready does this! by Deliveranc3 · · Score: 2, Insightful

      I agree Synaptic is the first installation program that has proven superior to my windows software gathering method (piracy).
      It's actually easier than piracy! Go Linux!

    66. Re:Beagle allready does this! by Anonymous Coward · · Score: 0

      Linux: In terminal, type in (without quotes!) "sudo apt-get install beagle python-beagle", followed by your root password


      I dare to mention that "sudo anything" should be followed by your user password normally.
    67. Re:Beagle allready does this! by Whiney+Mac+Fanboy · · Score: 3, Informative

      but I think the original innovator was Google with "Google Desktop Search"

      You're not even remotely close. Beagle predated both spotlight & GDS. I think even Vista's desktop search was demoed prior to GDS.

      --
      There are shills on slashdot. Apparently, I'm one of them.
    68. Re:Beagle allready does this! by steeviant · · Score: 4, Informative

      The first "live query" desktop search that made it beyond proof-of-concept was in BeOS, made possible by a ground-up rewrite of the file system which blessed BeOS with (in the words of BeOS's lead file system engineer) "database-like" features, though I can't remember exactly which version of BeOS BFS first appeared in.

      Google Desktop Search, MSN Desktop Search, Beagle, Tracker (no, not the BeOS file manager), Apple's Spotlight, the Start menu search box in Vista and to a large extent Microsoft's never-ready WinFS next generation file system all borrow extensively from BeOS's original implementation.

      Not entirely coincidentally, the principal developer of BFS Dominic Giampaolo now works for Apple as a file system engineer.

    69. Re:Beagle allready does this! by steeviant · · Score: 1

      Deskbar does indeed do live search, though I believe I had to install a package called something like python-beagle before I could see the beagle search-as-you-type plugin in the list of deskbar plugins in Ubuntu.

    70. Re:Beagle allready does this! by steeviant · · Score: 1

      Nice troll, but that's just one way of installing a package in Ubuntu (a modern Debian based distribution), You can easily point and click your way to installing packages using synaptic or the simplified package installer that appeared in Ubuntu 6.06, the simplified package manager is basically a point and click list of programs to install, while synaptic is like a more powerful version of the Add/Remove Programs control panel.

      Alternatively you could find the .deb package and double-click it, which will start an installer a lot like what you see in Windows but without the next->next->next->next->next->next->next->finish claptrap.

      Or, if you're feeling extra geeky you can go by what some guy on slashdot told you to type into the terminal.

    71. Re:Beagle allready does this! by steeviant · · Score: 1

      "You're not suggesting Apple isn't the single innovative force in the software industry.. are you? We all know "Spaces" could never have been conceived without Jobs' flawless guidance."

      What a misleading comment, no other OS has ever referred to virtual desktops as "spaces" before, "workspaces" perhaps, but that is absolutely not the same thing at all and the creators should be sued for copying Apple.

    72. Re:Beagle allready does this! by Kirth · · Score: 1

      Windows: Double-click install.exe
      OS X: Drag program icon to 'Applications'
      Linux: In terminal, type in (without quotes!) "sudo apt-get install beagle python-beagle", followed by your root password


      You missed where you should get the program for Windows and Mac.

      Go to http://www.someapp.com/ click "download", click "I agree to the EULA", glick "save as", remember where you have saved the application, then double-click install.exe.

      --
      "The more prohibitions there are, The poorer the people will be" -- Lao Tse
    73. Re:Beagle allready does this! by Anonymous Coward · · Score: 0
      But... but... Apple was first to make it part of the OS... (reads your BeOS into)... but Apple was first to make it part of a MAINSTREAM OS.

      Seriously, I think your comment is the most informative one on this appple.slashdot story. Apple fanboys like to think Apple invented everything good about technology.

    74. Re:Beagle allready does this! by asdfgl · · Score: 5, Insightful

      Now, it is a bit unfair to rebut the parent poster by saying that a feature is in an unreleased development trunk.

    75. Re:Beagle allready does this! by rafa · · Score: 1

      I've recently switched from indexing with beagle, to tracker, which I find to be speedier, uses less memory, and is generally a treat to work with. I'd recommend checking it out. It doesn't need mono, and there's ubuntu debs available.

      --
      [Science] is one of the very few things that raises human life a little above farce and gives it the grace of tragedy.
    76. Re:Beagle allready does this! by Terrasque · · Score: 3, Insightful

      What is it with you people?

      Do you really need to look down on other OS'es all the time? Can't you just be happy with what you have?

      Now, as many here have already said, apt-get is just one way, and there's at least two good click'n'drool programs for people with a deathly fear for terminals.
      Let me take an example for windows on this. How do you get the IP address? If you're telling some other techie, you'd probably just say "start -> run -> cmd -> ipconfig" - now, does that prove that windows isn't ready for the general public? Would you react if someone answered you with "hah, windows is clearly not ready for normal people"? The other alternative is
      "start -> control panel -> classic -> network connections -> double click on the right one -> Support".
      But it is twice as long, and more hassle for most techies than just doing it via the command line.

      Now, read that again. Think WHERE the poster you replied to posted. Does your grandma read slashdot? Not likely. I expect most people here to be able to copy/paste some text into a terminal, maybe the one you replied to expected that too?

      What's worse, your post actually got modded +5 Insightful of all things. I just get the feeling that there are a lot of people needing something to look down on..

      --
      It's The Golden Rule: "He who has the gold makes the rules."
    77. Re:Beagle allready does this! by DaitanGio · · Score: 1

      It sounds like a new Religion Flame "my OS is bigger then yours" is fired out by this thread.
      Nice!
      My choice is MacOS X, but for my all-day job I prefer Linux.
      Bye ;)

      --
      -- Giovanni Daitan Giorgi http://gioorgi.com http://www.siforge.org
    78. Re:Beagle allready does this! by misanthrope101 · · Score: 1

      Who the hell is going to go into the terminal just to install something? ... Windows: Double-click install.exe ... OS X: Drag program icon to 'Applications'
      Who the hell is going to Google for the project homepage, figure out a different webpage for every program, download the installation file, and then double click or drag, just to install something? You must be crazy. "sudo apt-get install " is MUCH faster than all those other steps. How do I upgrade a program, much less twenty of them, on my Windows box? I have to go to each program's homepage, again, download the .exe file, again, and install it, again, often after having to manually uninstall the old version. With the command line? "Sudo apt-get update" followed by "sudo apt-get upgrade". Since when is the typing of those words harder than the Windows way? I haven't run OSX yet, so I can't speak of that.

      I readily admit there are are things I envy about OSX, which is why I'll buy a Mac Mini in a few months to use as a media computer. But I doubt that I'll buy a Mac as my work computer, because I like Synaptic and apt-get so much. Synaptic may be the "preferred" way but I can copy/paste "sudo apt-get install program1 program2 program3 program4" from a text file. It can, I assume, be scripted. No, I'm not leet enough to be that good with the command line, and I couldn't use it exclusively, but don't disrespect the terminal, because the terminal can beat the hell out of your gui in many ways.

    79. Re:Beagle allready does this! by Angostura · · Score: 1

      But I doubt that I'll buy a Mac as my work computer, because I like Synaptic and apt-get so much.


      You know, some people choose their work computer based on the applications they need. For what it's worth most recent Mac programs (and I guess Windows apps) have a preference marked 'automatically check for updates'.
    80. Re:Beagle allready does this! by harry666t · · Score: 1

      >I'm sorry, but it's statements like these that make
      >it glaringly obvious why Linux isn't ready for the
      >general public. Who the hell is going to go into the
      >terminal just to install something? Honestly, I think
      >that Linux is best off staying a bit nichey, but why
      >should users who like Free software have to deal with it?

      In "clean" windows, before you can install ANYTHING that is not from M$ or on a CD, you must:

      1. open IE, for example from desktop or start menu
      2. go to google, for example www.google.com
      3. find the stuff you need, closing 666 popups first. you rarely get the version you actually need (try to find kerio personal firewall 2!)
      4. download it (remember to clean up the DL directory from time to time, or it may eat up much space after a few months..)
      5. double-click on the installer exe
      6. go through installation process (remember to put the stuff on another partition!)
      7. repeat the process from point 2 to point 6 for any application you need
      8. ready? no way, most of the stuff you REALLY need, must be paid for or "pirated". then,
      9. repeat the whole process from point 2 to 6 to download a P2P client
      10. install it, run it and configure it (watch out not to connect to a fake server hosted by RIAA or other bad guyz!)
      11. search for the stuff you need, also for the crack or serial
      12. crack it (i know people who do not know how to crack a game...)
      13. enjoy it. wait, you said you downloaded a cd iamge? then...
      14. repeat the whole process from point 2 to point 6 to download cd imaging software.
      15. maintain a database of cd images. each of them is probably eating lots of hd space.
      16. is the stuff finally ready?... possibly...

      17. repeat the process from point 2 to point 6 for the virus scanner software, because the crack installed a trojan or two...
      18. after a year, re-install the windows, because it is sooooo f*ckin' slow that you can't check your email in time shorter than 15 minutes.
      19. and go to point 1.

      In "clean" Linux, for example in Debian, all you need to do is:

      1. run Synaptic, or $WHATEVER_YOU_USE_FOR_PACKAGE_MANAGEMENT, for example from KDE or GNOME menu
      2. give root password (no software can be installed or modified without your permission!)
      3. select any applications you want. you'll be warned if you're eventually running out of disk space.
      4. click "apply" and wait for stuff to be downloaded either from the net of from the distro cd/dvd
      5. ready! enjoy!

    81. Re:Beagle allready does this! by misanthrope101 · · Score: 1

      You know, some people choose their work computer based on the applications they need.
      Firefox, Openoffice, Texmaker, Google Earth, Abiword, Scribus, and Inkscape are available for all three platforms. Screen, midnight commander, and pdftk are probably available on Windows via Cygwin, and I'd guess on OS X as well. Media players are available for all. My application needs can be met by any of these three platforms. So actually it does come down to ease of use, to include ease of security, program installation, etc.

      I don't own a Mac and I don't claim to be an expert, but from fiddling with them in the store, and having used Windows forever, I like Gnome under Linux better interface-wise. But I don't mind the occasional command-line use, and I'm not an uber-creative type who thrives on aesthetics. I don't like outright ugly stuff, but my ugly-meter is probably less sensitive than that of an artist. If I could buy a commercial version of Ubuntu with native DVD playing (encrypted, I mean), all the video codecs, and my sound worked, I'd be happy. But I will, as I said, get a Mac Mini as a media computer so I can play movies without having to deal too heavily with the computer stuff.

    82. Re:Beagle allready does this! by LKM · · Score: 4, Insightful

      The thing to keep in mind here is that for most users of Mac OS X (and Apple customers in general), "more features" does not equal "better" - see also: iPhone, iPod.

      If you're one of those people who like tons of features, being able to replace system-level functions, tons of settings (possibly in arcane text files), the Mac may not be the best OS for you.

      Apple's claim to fame is not "we have the most features," it's "we have the features you need, and we make them usable."

    83. Re:Beagle allready does this! by LKM · · Score: 1

      Go to http://www.someapp.com/ click "download", click "I agree to the EULA", glick "save as", remember where you have saved the application, then double-click install.exe.

      Or, on the Mac: Click "download," double-click on downloaded file in download manager (this is optional if you have auto-opening of "save" files set, which regrettably is the default), drag application from automatically opened window to Application folder (or wherever you want it).

      Since most people would have to go to the web in order to figure out what app to install either way, I do think this is easier than the Linux version. If I'm on Ubuntu, opening the Package Manager isn't the first step involved in installing an app, it's the last.

    84. Re:Beagle allready does this! by LKM · · Score: 1

      It's possible to install apps using the Terminal on a Mac. It's not as simple as using apt-get, but it's possible. And there's always stuff like Remote Desktops which you can use to roll out new apps on lots of Macs at the same time.

    85. Re:Beagle allready does this! by Anonymous Coward · · Score: 0

      Linux isn't "ready for the desktop" because it's not a 100% copy of Windows. The people who keep claiming that are the people who only memorize a few simple tasks and get completely lost at any change.

      Dammit, one person I work with kept bitching about OpenOffice. Every single complaint was very, very, simple. Such as inserting a graphic from a file. How difficult is it to click "Insert", find "Graphic", and then select "From File"? Seriously. The person complained very loudly about this to my boss complaining about "not being able to do work", and as a result he bought Office 2003 licenses and had me remove OpenOffice.

      Users hate any change. This is why Linux is fighting an uphill battle. That, and the second some crappy hardware or software doesn't work with it it's "Linux's fault".

    86. Re:Beagle allready does this! by Anonymous Coward · · Score: 0

      I work as an attendant in a computer lab. I have people come to me asking where the "tab" key is. I have people asking me how to click. I have people asking me how to start up "Micro Words." Making an operating system decision based on these people is not a sensible plan.

    87. Re:Beagle allready does this! by Knuckles · · Score: 1

      Does it? I have a pretty recent version installed (Edgy, I think) on a Thinkpad and I only saw the synaptic manager

      Look harder. It's right there at the bottom of the applications menu

      --
      "When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
    88. Re:Beagle allready does this! by Serious+Callers+Only · · Score: 1

      Does Beagle even run in OS X?

      Who cares?


      Perhaps people who read this article because they use OS X, i.e. not those who came to troll mac users with contemptuous comparisons.

      Anyone who uses 'fanboys/bois' of any kind in an argument really isn't worth paying attention to. The only fanboys round here are in your head; they make a nice imaginary enemy to tilt against though don't they?
    89. Re:Beagle allready does this! by aliquis · · Score: 1

      I'd like to type something like "Yeah, that makes beagle the awesomest, beagle invented the search, to bad noone uses it!" (Althought I do know Apple didn't invented it and that mac fanatics will belive everything Steve does is the best and perfect no matter what, and that some people probably actually DO use beagle, but I doubt it's that many yet compared to Spotlight and that makes additional spotlight features more of a news item.) Thought haven't this been known for quite a while? I think I've read about it before.

      Also as someone said I think the and operators have been there long, I think I've seen some gui with various operators earlier, might have been for their Mail application thought.

    90. Re:Beagle allready does this! by mercury83 · · Score: 1

      For developing interfaces that let "grandmas" out there do things easily, the workflow shouldn't necessarily be tied to a mouse OR a keyboard. I've been using Quicksilver under Mac OS X and I've been pleasantly surprised that I can use my keyboard (it uses a hotkey to start the application) and start typing "itunes" or "safari" or whatever and the appropriate application can be loaded. It's fast, it's easy (despite the fact that I don't use my mouse), and it seems easy to learn. Maybe there's a linux equivalent in use currently, but it seems trivial to build something like this that would allow you to type " install ". I fail to see how mouse clicking is better than this.

      However, the lack of options that I have when installing Windows applications as a "power user" is aggravating. I'd much rather have my command line apt-get (or even better, emerge!) in addition to some front-end like I've described above.

      P.S. I'll also mention that I don't tend to run Safari or iTunes using Quicksilver since there's an even easier way to run these (drag the mouse to the appropriate icon on the screen). However, for programs that aren't on the OS X dock or for running complicated commands, Quicksilver is very appropriate.

    91. Re:Beagle allready does this! by aliquis · · Score: 1

      I run Desktop Manager in OS X on Intel (or well, not on Intel, but we don't have to go into that subject ;D)

    92. Re:Beagle allready does this! by aliquis · · Score: 1

      It's a little funny how it's ok to say "ohnoz this shit I have on my computer doesn't come installed by default in OS X!" when people have to add this and that functionality themself.

      It's not hard to install desktop manager or quicksilver on a mac. I just wished they had a decent mp3 player aswell ;D (you know, like amarok!)

    93. Re:Beagle allready does this! by aliquis · · Score: 1

      I do find the apt-get way superior to anything else thought since it's consistant and work for all software. In Windows and OS X you have to find the app first, find the download link, search your way thru various mirrors and better hope you get a fast one, get the file, eventually unextract it, run the installer with all it's various dialogs and shit in Windows or open the dmg and drag the icon to Applications in OS X (Or run the package and answer some more shit.)

      The Debian way is muuuuch faster, and more convenient, and there are graphical package managers you know, thought they take longer time than typing probably.

    94. Re:Beagle allready does this! by squallbsr · · Score: 1

      I personally agree that it is very easy to get running with beagle on Ubuntu (I use Ubuntu 6.06LTS currently), type a few commands, click a few options, buttons, etc and presto: you have beagle on your deskbar.

      However this is how you have to setup this in OSX:

      Click the spotlight icon, start typing

      You cannot deny the fact that the whole premise behind OSX is making useful things dead simple to use - if you have to install it, set it up, drag stuff somewhere, it isn't dead simple. Think about dashboard, same concept, double click the wdgt file downloaded from the internet, it switches you to dashboard where you get a preview of the widget and are allowed to accept or deny the installation. All this took was 1 double click on the wdgt file, and one click on accept or deny.

      Simple - this is the whole point.

      --
      Sleep: A completely inadequate substitution for Caffeine.
    95. Re:Beagle allready does this! by aliquis · · Score: 1

      Why would you want to manually install binaries in an OS which got mirrors and premade packages easily available in stable versions at your fingertips with no extra work?

    96. Re:Beagle allready does this! by aliquis · · Score: 2

      Exactly, when people compare things they always compare how like-Windows-or-not it's, none of my grandmas uses computers (well one of them is dead so she definitly doesn't) but neither does my dad or mom either, but if they where they wouldn't have any fucking idea they should look for a setup.exe, or open the dmg-file and drag the icon if there was one to Applications, where to find the application to remove files or where to look for an word like application, mail reader or whatever. So if it's like Windows or not doesn't matter, and it might very well be so that my mom would prefer to search for "mail" in synaptic, click the checkbox for an application or 10 and install those, and try them out and see which one she likes best instead of searching the Interweb for them, find download links, go thru mirrors, install them all and so on.

    97. Re:Beagle allready does this! by mdwh2 · · Score: 2, Insightful

      How many grandmas can figure out a Windows "next, next, next" type install?

      Er, all of them who speak English? Or if they can't figure out clicking "Next" to proceed, they'll have trouble using any platform, including your applet, and certainly remembering a set of commands to type.

    98. Re:Beagle allready does this! by mdwh2 · · Score: 1

      Copy and paste?

      No, it's not hard, but what if someone has told me in person rather than on Slashdot? What if I forget and need to do it again? What if I'm faced with a new program I need installing, and I don't have time to post to Slashdot for someone to tell me the command I need to copy and paste?

    99. Re:Beagle allready does this! by TheRaven64 · · Score: 2, Informative
      BFS was first found in BeOS Release 3, in 1996. It was developed in six months by two guys (one of whom wrote a superb book on filesystem design using it as an example, which is now out of print and available for free download in PDF form). BeFS was fairly close to classic UFS (although used B+ trees in a few places where UFS used lists and implemented journalling), but with two key differences:
      1. You could add arbitrary (typed) key-value pairs to a file's inode. This made looking up arbitrary metadata for a file very cheap (no extra disk reads).
      2. You could create virtual directories containing indexes to metadata attributes that were automatically updated whenever a file had a specified key updated.
      BeFS is actually a pretty simple FS to implement. HFS+ has similar capabilities in terms of searching, since all metadata is stored in a central location. The author of BeFS went to work for Apple and implemented Spotlight. Oddly, Spotlight doesn't actually use many of the features of HFS+ that would be useful; presumably this is so it can work transparently across UFS/FAT/whatever filesystems.

      I don't know why TFA is listing remote searching as a new feature; it was in the Tiger betas (I haven't tried using it, but I'd be surprised if they removed it).

      --
      I am TheRaven on Soylent News
    100. Re:Beagle allready does this! by Moochman · · Score: 1

      It's not the act of copying and pasting that's difficult, it's the act of FINDING the command SOMEWHERE on the web that you're supposed to BE copying and pasting, and also the fact that you would then have NO IDEA what you just copied and pasted actually does, so there is nothing learned from it. It's as simple as this: GUIs allow for an exploratory approach. CLIs require a didactic (or autodidactic) approach. If you're not that motivated to search through man pages on the web/your system, and you don't have a teacher there to teach you the way the commands work, you're not going to be able to deal with the CLI. Whereas with the GUI, once you've accessed the "Control Panel" once, for instance, you'll know to go back there and explore it again when you want to achieve a different configuration task, and you won't need to Google a gosh-darn thing to figure it out.

    101. Re:Beagle allready does this! by Khuffie · · Score: 2, Insightful
      Don't you mean: "we have the features (we say) you need, and we make them shiny." ?

      Fixed it for ya! (Now I can't wait for people to miss the joke and flame me to hell :D)

    102. Re:Beagle allready does this! by tbone1 · · Score: 2
      Um, y'all ever heard of find?

      Ah, kids these days with their fax machines and hula hoops and GUIs.

      --

      The Independent: Reverend Spooner Arrested in Friar Tuck Incident - ISIHAC, Historical Headlines
    103. Re:Beagle allready does this! by Anonymous Coward · · Score: 0

      Welcome to the real world! Can we serve you a drink?

    104. Re:Beagle allready does this! by peragrin · · Score: 1

      What flame? if I had mod points I would mod you up from both my mac's.

      Apple is just as controlling as MSFT. Because of that Apple will never replace MSFT as the lead OS.

      My only hope is that No ONE company does. I don't want monopoly OS's I want lots of variability. That is called competition.

      --
      i thought once I was found, but it was only a dream.
    105. Re:Beagle allready does this! by xonicx · · Score: 1

      you forgot to mention 1. visit crap.com 2. click on few links to get the right application 3. save it to desktop on risk of being a adware 4. then click on next ,next or drag it application folder.

    106. Re:Beagle allready does this! by Anonymous Coward · · Score: 0
      The Longhorn demos of desktop search and the Microsoft Desktop Search tool both predate Google Desktop Search.


      Granted, BeOS had desktop search before that.

    107. Re:Beagle allready does this! by anagama · · Score: 1

      I already use Desktop Manager, but it doesn't integrate with the OS well, that's why I said "OS integrated". For example, to move an item from one desktop to another, I have to minimize it to the dock, go to the desktop, and then maximize it. The pager doesn't allow this and the title bar icon doesn't either (I prefer to not use the pager anyway). In a linux box, the pager in the title bar lets me grab and move applications. I can also right click on an app and send it to another desktop. I like this, and as I understand it, Spaces will allow such shuffling and is something I'd consider more or less integrated with the OS rather than tacked on like Desktop Manager. Don't get me wrong, OSX would be unusable without Desktop Manager, but DM has its flaws and limitations.

      --
      What changed under Obama? Nothing Good
    108. Re:Beagle allready does this! by Fred_A · · Score: 1

      most recent Mac programs (and I guess Windows apps) have a preference marked 'automatically check for updates'.
      And when an upgrade is found, most of those apps open a web browser :-/
      (at least the ones I've seen on the Mac). Better than nothing I suppose but not very user friendly.
      --

      May contain traces of nut.
      Made from the freshest electrons.
    109. Re:Beagle allready does this! by Mongoose · · Score: 1

      My grandmother PWNED you, dude. It's on the Applications menu -- right where the XP start menu is by default depending on setup. Pretty hard to miss with the section break in the menu. Maybe we can make it flash and shrink/grow with a picture of a snake biting you. =)

    110. Re:Beagle allready does this! by zhiwenchong · · Score: 1

      Well, the link I posted actually describes the fact the Spotlight GUI in 10.4 already allows for Boolean searches, but the syntax is a little unusual.

    111. Re:Beagle allready does this! by mehgul · · Score: 1

      It's not even hard to install amarok! Go to http://fink.sf.net/, download and setup fink, enable 'unstable' in FinkCommander so that you can find amarok in the list, hit install and you're done!

    112. Re:Beagle allready does this! by cyphercell · · Score: 1

      I work as an attendant in a computer lab.

      I work in tech support, I understand your problems completely. In fact I would say that making an operating system decision based on these people, is an excellent idea. Something completely locked down that browses the Internet, allows them to edit documents, sends email, and explains everything with pictures and 16pt font baby talk.

      --
      Under the influence of Post-Cyberpunk Gonzo Journalism
    113. Re:Beagle allready does this! by Anonymous Coward · · Score: 0

      OK, from where did you download the install file on Windows or a Mac? Where did you save it? Did you then have to navigate to that saved folder? How many options did you have to click through in install.exe?

      If a command line is too difficult to understand, Synaptic works just fine too. I actually prefer the simplicity of the CLI instead of click - wait - click click clickity click wait wait click.

    114. Re:Beagle allready does this! by Jesus_666 · · Score: 1

      Actually, this stuff is already partially in Spotlight - just not in the GUI. On the shell you can do more complex searches:

      mdfind "kMDItemContentTypeTree == '*public.movie*' && kMDItemContentType != 'com.apple.quicktime-movie'"

      That would find all movies which aren't Quicktime movies. Unfortunately that's about the most complex search you can do, since...
      ...Spotlight doesn't index the metadata of non-Quicktime video and non-AAC audio. At least not in a format accessible through the shell.
      ...mdfind easily gets confused and sometimes refuses to find anything if subqueries are in the wrong order, even though both orders should be equivalent (e.g. (kMDItemFSName == '*.inc' || kMDItemContentType == 'public.php-script') matches *.(php|inc), while (kMDItemContentType == 'public.php-script' || kMDItemFSName == '*.inc') matches nothing).
      ...it also gets confused if you have too many subqueries in one query, the exact number of which depends on the query.

      I assume they've left this functionality out of the GUI because it doesn't work right yet. Let's hope that with Leopard Spotlight can stomach complex queries.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    115. Re:Beagle allready does this! by Jesus_666 · · Score: 1

      Let's be fair and see what's actually needed for a simple no-options installation.

      Windows:
      - Find out which program you want/need
      - Find out where to buy/download it
      - Obtain a copy
      - Locate the installer and start it
      (-- If running with separate administrator account, use runas to start the installer and enter the administrator password)
      - Follow the instructions

      OS X:
      IF USING REGULAR OS X APPLICATIONS
      - Find out which program you want/need
      - Find out where to buy/download it
      - Obtain a copy
      - Mount the disk image
      - IF THE APPLICATION COMES AS AN APP BUNDLE
      -- Drag the application to where you want it
      -- Unmount the disk image
      - IF THE APPLICATION USES AN INSTALLER
      -- Locate the installer .pkg and start it
      -- Enter your administrator password
      -- Follow the instructions
      -- Unmount the disk image
      IF USING FINK
      - Find out which program you want/need
      - Find out the corresponding package name
      - Open a shell
      - sudo fink install package-name
      - Enter your password

      Debian-based Linuces:
      - Find out which program you want/need
      - Find out the corresponding package name
      - Open a shell
      - sudo apt-get install package-name
      - Enter your password

      Gentoo-based Linuces:
      - Open a shell
      - Find out which program you want/need, probably via esearch
      - Find out the corresponding package name (already done if program was found via esearch
      - emerge package-name
      - Enter your password

      RedHat-based Linuces:
      - Find out which program you want/need
      - Find out the corresponding package name
      - Open a shell
      - sudo yum install package-name
      - Enter your password



      Doing things on the shell can be quite effective. OS X's way of installing apps is simple and easy to learn but so are modern package managers. In fact, OS X has no less than three inofficial package managers - Fink, DarwinPorts and Portage - the first of which many OS X users will sooner or later encounter.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    116. Re:Beagle allready does this! by Whiney+Mac+Fanboy · · Score: 1

      Anyone who uses 'fanboys/bois' of any kind in an argument really isn't worth paying attention to. The only fanboys round here are in your head; they make a nice imaginary enemy to tilt against though don't they?

      Whoah! I never mentioned fanboys or fanboisms.

      Just because an article is about an OS X desktop search product, doesn't mean we can't compare it to the Open Source equivilants (or Google/MS's proprietary offerings for that matter).

      --
      There are shills on slashdot. Apparently, I'm one of them.
    117. Re:Beagle allready does this! by Blakey+Rat · · Score: 1

      Why not compare it to open source search programs THAT RUN ON THE SAME OS?

      Let's say that Beagle is the greatest thing ever and will change my life. How the hell am I supposed to "switch" to it if it won't even run on my computer?

      That factor makes your comparison somewhat worthless, in my opinion. And even a bit cruel. Like when you describe Adium on OS X to a Windows user struggling with Trillian.

      (And no, I'm not one of those slobbering Mac jerks who loudly proclaims how superior everything is on Macintosh. Adium just happens to be a good IM program and not available for Windows. There are lots of great programs available on Windows that aren't on Mac.)

    118. Re:Beagle allready does this! by abial · · Score: 1

      Dear AC,

      I'm not sure what version of Lucene you used, but as one of the Lucene committers I can assure you of the following:

      * queries can start with a wildcard - although this is not supported by the standard QueryParser. The reason is that the cost of such queries is high, and I bet you can see this difference in Spotlight too.

      * it's true that Lucene queries cannot contain just a NOT clause, but you can easily prepend a clause containing a MatchAllDocsQuery to get the same result.

      * Lucene indexes do support incremental updates, they have from the day one. Updates are usually batched for performance reasons, but if you want you can add a single document to an existing index and all will work fine. The usual strategy (which I suspect Spotlight also employs) is to keep a small in-memory index for small updates, and flush it to disk only after it reaches N documents, at which point an on-disk merge occurs.

      * WildcardQuery is translated into (possibly) enormous boolean OR queries, but RangeQueries are not. I'm pretty sure that someone concerned about the performance of WildcardQueries (which are normally rarely used) can come up with a tuned implementation of the Scorer that doesn't expand the query into multiple boolean clauses.

      * numerous leaks? for any definition of "numerous" I think it's an overstatement. There have been something like 2 or 3 leaks detected over the last 1 year, IIRC. If you know about any other leaks, why don't you report them, to make Lucene "less f*cking disgraceful" ??

      And finally, regarding the open/closed source issue: how many innovative applications have you written using the Spotlight engine? Running on Linux/Windows ? I thought so ... Whereas there are hundreds of applications, both closed and open source, which use Lucene. I guess that my point here is that it's not just the sheer performance that counts.

    119. Re:Beagle allready does this! by gzenitsky · · Score: 1

      It's not the command line or how difficult a particular function or program installation is on Linux that makes it not ready for the desktop. Quite the contrary! As many have already mentioned, most of these elements are much easier and much more mature than their Windows or even Mac counterparts. I spend way too much time experimenting with Linux and personally, as a desktop OS, in my opinion it's there from a corporate replacement perspective. However,as an amateur musician, photographer, videographer, and I'll admit iPod addict, until I see Linux counterparts for applications (many included with the OS) such as Garageband, Aperture, Photoshop, iTunes, iMovie, iDVD or Final Cut Express, Linux will never replace my Macs completely. I know this will bring the standard response about the usability of Gimp or Digikam or any of the other so-call Linux "replacements". They may be there someday but currently, they don't fit the bill for my usage and in my opinion, that is what keeps Linux from being my desktop, at least in my own experience. I lover everything about Linux from its infinite variety and choices to the whole philosophy of open-source software and free public licenses. I want it to succeed as a fully functional replacement OS for both corporate and home users alike.

    120. Re:Beagle allready does this! by be-fan · · Score: 1

      The "next, next, next" type install has a lot of pitfalls. First of all is the whole idea of an installer program, which is certainly not an intuitive concept. It's one thing to start a program to browse for other programs (Synaptic), or to have a program just be a bundle you can download from a website, but to have a program that you download actually be a proxy to install the program you really want? Not obvious. Then there is the fact that most inexperienced people see all the options in the installer and freak. For most software, none of those options matter! That's why you people derisively call them "Next, next, next" installers, because you can just mash the "Next" button the whole time and get the correct result. Aside from a few rare, big applications (where choosing components is important), a simple "install the fucking app already" button is all you really need.

      --
      A deep unwavering belief is a sure sign you're missing something...
    121. Re:Beagle allready does this! by mdwh2 · · Score: 1

      Some installers are annoyingly tedious, I agree, but none of this is a Windows vs Mac issue, it's just how different applications do things. Windows happily supports double-click only installations, or drag-and-drop installations, for applications that want that.

      but to have a program that you download actually be a proxy to install the program you really want?

      It's annoying, but better than downloading hundreds of MBs that you don't need. What's the Mac solution to this, then?

      Then there is the fact that most inexperienced people see all the options in the installer and freak.

      Setting up important options (e.g., a first email account in an email client) is easier this way for inexperienced people, compared with having to find the preferences and freak out when they see all the available options.

  2. hi, i'm being tracked by my parents by macadamia_harold · · Score: 0

    The improvements include searching across multiple networked Macs, parental search snooping

    I'm not sure that's an improvement. a "new addition", but not an improvement.

    1. Re:hi, i'm being tracked by my parents by slide-rule · · Score: 5, Funny

      Guess that depends on whether you're paying the mortgage for the basement, or just living in it.

    2. Re:hi, i'm being tracked by my parents by Anonymous Coward · · Score: 0

      Bear in mind that the group of people who don't think that's an improvement won't be able to afford it, anyway.

    3. Re:hi, i'm being tracked by my parents by pilgrim23 · · Score: 1

      Doesn't anyone think the Search function in 10.3 worked just fine and that Spotlight (AKA "Son of Sherlock") is to much liek Microsoft's offering? What of the simple search those who KNOW searching need?
        What I mean is. Say I am looking for a file and I know it contains blarg in the file name. In various search engines/opsys I issue some varriant of "Find *blarg.* or Blarg-wildcard and there is my list, with the folder/directory whatever...it is in. Spot-lite seems to find any web page somone might have thought a while the word Blarg but never actually said it, every word that has B L A R G somewhere in ascii inside etc. The final result after beachball heaven is confusing, (but Insanley great) and none are arranged in a manner you can get at it,, open it, easlily figure out where it is. but my its so tasty and arty!

        10.3 had a SIMPLE search that WORKED! Today I use a product called EASYFIND. and wait a while ... I HATED SHERLOCK THEN, AND EYE CANDY DOESN'T MAKE IT ANY BETTER TODAY...

      --
      - Minutus cantorum, minutus balorum, minutus carborata descendum pantorum.
  3. Spotlight in Finder windows by theurge14 · · Score: 1

    I'm still somewhat of a Mac n00b, so perhaps I don't get it right now (using Tiger), but when I type in something in the search field at the top of a Finder window when I'm in a particular folder, why doesn't it just search in that folder instead of using Spotlight to search the entire computer?

    Or am I missing something?

    1. Re:Spotlight in Finder windows by Yahweh+Doesn't+Exist · · Score: 1

      >Or am I missing something?

      yes, the bar that pops up under the search box and lets you select the search source.

    2. Re:Spotlight in Finder windows by Anonymous Coward · · Score: 0

      It doesn't by default but you can just click on the folder name that appears at the top, as it's searching, to limit it to the folder. Other buttons are automatically created to limit it in other ways (to your whole computer, to your home folder, to the current folder, to "others" that you specify, ...).

    3. Re:Spotlight in Finder windows by limecat4eva · · Score: 1

      Maybe I'm out of line here, but welcome to the platform. Don't let the overzealous Johnnies-come-lately scare you off.

      --
      comma
    4. Re:Spotlight in Finder windows by Blakey+Rat · · Score: 4, Insightful

      Yes, this:

      Finder sucks ass.

      That's pretty much all there is to it to answer your question. Most things on OS X are great, but Finder is a huge, festering piece of crap that doesn't handle network drives worth crap, doesn't handle large folders worth crap, and doesn't have as many features as Finder in OS 9 did. And 5 releases later, Apple still hasn't fixed it.

      It's infuriating.

    5. Re:Spotlight in Finder windows by Overly+Critical+Guy · · Score: 1

      It already does search that folder only and not the entire computer. You can change sources in the little metal bar that appears at the top of the window. Notice that it defaults to the current folder.

      --
      "Sufferin' succotash."
    6. Re:Spotlight in Finder windows by TheNetAvenger · · Score: 1

      I'm still somewhat of a Mac n00b, so perhaps I don't get it right now (using Tiger), but when I type in something in the search field at the top of a Finder window when I'm in a particular folder, why doesn't it just search in that folder instead of using Spotlight to search the entire computer?

      Or am I missing something?


      This is how searches work by default in Vista. Too bad Macs aren't easier to use.

      Maybe it is time to switch to Vista?

      Non Troll point of this post is...
      Why doesn't MS Marketing slap back at Apple on tons of crap like this instead of taking the nice guy route?

      Everyone says MS is evil, too bad their marketing team isn't...

    7. Re:Spotlight in Finder windows by Anonymous Coward · · Score: 0

      Mod parent up.

    8. Re:Spotlight in Finder windows by Anonymous Coward · · Score: 1, Insightful

      Point #1) You're a knee-jerk reactionist idiot. Next time you have an opinion about something with which you have no experience, let it go.

      Point #2) Searching using the search bar *in an open Finder window* (a folder), the search automatically searches that folder and its children. You can change the focus of the search in the search parameters box that appears when in search.

      Point #3) The OP is undoubtedly speaking of the search bar that pops ups when clicking the Spotlight icon in the upper-right corner of the window, which searches everything.

    9. Re:Spotlight in Finder windows by grrrl · · Score: 2, Insightful

      Yeah and it's *so snappy* when you select "Search just this folder" - ie it still freaking searches the whole computer but just displays results from that folder! (or at least it takes long enough that it might as well have!)

    10. Re:Spotlight in Finder windows by grrrl · · Score: 1

      It feels like it displays results just for that folder (intermixed with all subfolders - URG dont get me started) but it really still takes as long as searchnig the whole computer! (I'm not convinced it doesnt still do this!)

    11. Re:Spotlight in Finder windows by Tokerat · · Score: 1

      This is how searches work in OS X by default as well. There is a little pull down menu that allows you to select your search scope. Too bad MS zealots make complete fucking assholes about themselves everytime they type a single key to prove a point against any other vendors, be it Apple, Linux, or anyone. Please kill yourself.

      --
      CAn'T CompreHend SARcaSm?
    12. Re:Spotlight in Finder windows by TheNetAvenger · · Score: 1

      Too bad MS zealots make complete fucking assholes about themselves everytime they type a single key to prove a point against any other vendors, be it Apple, Linux, or anyone. Please kill yourself.


      And I'm a zealot... Ok, time for your meds.

    13. Re:Spotlight in Finder windows by Anonymous Coward · · Score: 0

      What do you suggest as an alternative? Are there any good third party solutions?

      I mostly use the command line myself, so it doesn't bother me much, but I'm curious.

    14. Re:Spotlight in Finder windows by Anonymous Coward · · Score: 0

      The Mac's window manager is incredibly weak and unconfigurable, and Finder is plain insulting.

      Switch back to Linux like I did recently after more than two years. You know you want to. Best thing I ever did, computerwise. (And it was SUCH a relief when I felt the comfort and freedom again on my desktop. Window management and file management that don't suck. The first two days I missed Exposé (reflex), but there are other methods. Yes, the shiny bubbles are gone, but who gives a flying...rat's tail?)

    15. Re:Spotlight in Finder windows by Ibiwan · · Score: 2, Informative

      Sure!

      PathFinder is an amazing peice of software, that for many people could well replace the Finder wholesale (they even have unsupported directions for doing so...)

      This chunk of bits does everything the Finder used to do, tries to do, and should do, plus quite a few things I'm not so sure it should do -- pdfs, text editing, web browsing, shell command entry, search, word doc display...

      These are just off the top of my head, I don't actually USE PathFinder because I'd rather keep the memory free and do most of my file manipulation in Terminal or with Spotlight anyway. BUT, go give it a try, you may well find yourself ponying up the reg fee once the demo period ends!

      --
      -- //no comment
    16. Re:Spotlight in Finder windows by rhakka · · Score: 1

      I do find spotlight to be a pretty intensive task... not very snappy, and I'm running a last-gen midrange G5 dual proc w/1.5 gigs of RAM.

      I'm going to guess that since you're new to the OS, you're running a lesser machine? In which case... spotlight's gonna be slow. Not one of my favorite mac features, for sure.

    17. Re:Spotlight in Finder windows by grrrl · · Score: 1

      Nah I'm not new, and I'm running on dual G5s as well (3 GB RAM)

      I find Spotlight (drop down menu) more snappy than the Finder search, go figure?! It's really the Finder search that I can't stand. I essentially don't use Spotlight otherwise.

    18. Re:Spotlight in Finder windows by IntergalacticWalrus · · Score: 1

      And I'm a zealot... Ok, time for your meds.

      I've read your message history and almost every message you posted was talking about the virtues of Vista and that we should all use it.

      So yes, you're a zealot.

    19. Re:Spotlight in Finder windows by dmarcoot · · Score: 1

      IntergalacticWalrus is right you are zealot, and a troll. the post of yours i have read offer little insight on anything, other than telling people to use vista. Even when your flat wrong about how easy a mac is to use, a feature or whatever. This make youa zealot. Top off you post about as subject you obviously dont know anything of (OS X) to say "look at me, use vista!". this makes you a troll.

      I have now fed you twice.

  4. Re:What is the point? by Joe+The+Dragon · · Score: 1

    The FBI likes easy search tools the faster they get the easier it is for them to look for stuff it check points.

  5. Spotlight, Windows Search, here's an idea... by Aphrika · · Score: 5, Interesting

    ...it'd be great if they also indexed your offline media too?

    The number of times I have to swap out CDs trying to find an image file or an old piece of code - it drives me nuts! Now with DVD it gets worse, HD-DVD, Blu-ray - forget it, that's a needle in a haystack. How difficult could it be to have the drive index offline media too - a bit like some tape library software or the like? Maybe it could index when you burn? The last time I saw something like this was when I got a Zip drive back in 1997 and some nifty free software came with it. Now, it seems that you can only search your local drive - a bad idea when removable media is the norm.

    So, at the risk of sounding like a total banana; why doesn't anyone do this, or am I missing some glaringly obvious checkbox somewhere in OS X/XP/Fedora/Vista?

    1. Re:Spotlight, Windows Search, here's an idea... by Blakey+Rat · · Score: 1

      I think the obvious point you're missing is that harddrives are huge and cheap. Disks are fine for backup, but if it's anything you might conceivably need ever, just keep it on the drive.

    2. Re:Spotlight, Windows Search, here's an idea... by Aphrika · · Score: 1

      True, but don't you think it'd be cool if it did index offline media? Imagine a quick "don't worry, you've got another copy of it on blah blah CD..." message popping up when you'd searched for a file name and it returned no results. So you plonk the correct media in and voila! You find your file.

      That said, I'm thinking purely in filename terms here, if you stretched it to the kinds of data that say Google Desktop Search indexes, I'd imagine your repository of info would get large pretty fast if offline media were included.

    3. Re:Spotlight, Windows Search, here's an idea... by fontkick · · Score: 2, Informative

      Searching offline files can be done with CDFinder:

      http://www.cdfinder.de/

      It's an excellent volume catalogue utility. I use it to search through the 1000+ CDs and DVDs that we have burned for backup. Searching the entire catalog produces almost instantaneous search results.

      It can also be used as a replacement for Spotlight by dragging your hard drive icon into the main library to make a catalog of it. Searching by filename is also extremely quick - the fastest I've used on any platform.

      I've had Spotlight turned off for a year ever since I figured out that you could disable it. Frankly, I think Spotlight sucks. 95% of the time when I want to search for something, I already know the name of it (because I name files well) and I just want a basic file search to open the containing folder.

    4. Re:Spotlight, Windows Search, here's an idea... by TheNetAvenger · · Score: 1

      So, at the risk of sounding like a total banana; why doesn't anyone do this, or am I missing some glaringly obvious checkbox somewhere in OS X/XP/Fedora/Vista?


      Vista does index offline content; however, I think it is only network resources. (And it is on by default, so you can search your network offline files no matter if you are on the network or not.)

      I never tried to make removeable media marked as Offline available, but this is an interesting thought.

      In today's world I think you would be better off to archive your CD/DVD contents to a large removeable HD. It is far cheaper and more reliable if you keep a mirror of the removeable drive. (And then you could "Click to Add to Index" the entire removeable drive in Vista. And bingo, contents are always available and always indexed.)

    5. Re:Spotlight, Windows Search, here's an idea... by Hao+Wu · · Score: 1
      What I need isn't better searching - but better sorting of search results.

      Not just by category (name, size, date, etc.), but by subcategory -- preferably as many subcategories as one wants.

      --
      I suggest you read Slashdot
    6. Re:Spotlight, Windows Search, here's an idea... by TheNetAvenger · · Score: 1

      Not just by category (name, size, date, etc.), but by subcategory -- preferably as many subcategories as one wants.


      Um, try Vista, you can do this type of searching, and it also has a very rich search syntax system to filter to your heart's content.

    7. Re:Spotlight, Windows Search, here's an idea... by lamasquerade · · Score: 1

      I think the obvious point you're missing is that harddrives are huge and cheap.

      At some point this really has to stop being considered a valid answer. In reality I download five or ten movies a week, some which I watch immediately, some which I don't and watch later. In that same reality I can't be arsed setting up a RAID and buying a 200GB drive every year or so when it's so easy to burn to DVD every week, update my crappy plain text file index (really should use a Db, see above laziness) and when I want to watch a movie I just pull out the disk.

      I know, it would be more convenient to have that TB of storage and just be able to pull it up, but for some people (i.e. me) the little inconvenience each week or so is outweighed by the bigger initial inconvenience of setting up a RAID and adding hard drives to it ad infinitum. The other point is that not everyone has the inclination or budget to have enterprise grade storage systems at home;) I know HDDs have a constant rate of failure but I'm still using an 80GB from 2001 in a box from same and hoping it'll keep chugging away for another couple of years...

      So my point is, OPs idea is a good one, no doubt fairly trivial to implement, but would be good integrated into Spotlight or Beagle, and would help out those among us without TBs of storage or the desire to acquire it. Horses for courses, eh?:)

      --

      // It had been Fat's delusion for years that he could help people. --Philip K. Dick, Valis

    8. Re:Spotlight, Windows Search, here's an idea... by earthbound+kid · · Score: 1

      Why bother saving the movies to DVD-R? If you ever want to watch it again, you can just download it again, right?

    9. Re:Spotlight, Windows Search, here's an idea... by omicronish · · Score: 1

      ...it'd be great if they also indexed your offline media too?

      That's actually an interesting idea. I have numerous DVD backups of my computer, and while I wouldn't want to see search hits from those backups by default, it'd be great if I could check a "search CD/DVD" box and see all media containing a particular backed-up file. One problem I see is identifying the media: You'd have to give meaningful labels to your CDs or input the labels manually.

    10. Re:Spotlight, Windows Search, here's an idea... by lamasquerade · · Score: 1

      Well that would take a day or so, depending on the movie. A lot of the ones I download are golden age Hollywood stuff or foreign films which takes a week or more to download. Plus I like having a good library that I can choose from at whim when I feel like watching a movie.

      --

      // It had been Fat's delusion for years that he could help people. --Philip K. Dick, Valis

    11. Re:Spotlight, Windows Search, here's an idea... by ben+there... · · Score: 1

      I think the obvious point you're missing is that harddrives are huge and cheap. Disks are fine for backup, but if it's anything you might conceivably need ever, just keep it on the drive.

      That's really quite wrong.

      Best deal on a HDD I've seen: 320 GB for $90 = 3.5 GB/$
      Best deal on DVD: 100 x 4.7 GB for $20-25 = 470 GB for $25 = 18.8 GB/$

      So HDDs are roughly 5x as expensive (worse if you buy the flagship 750 GB drives). Personally, I use both for recorded TV shows and DVDs. The HDD for stuff I watch often, DVDs for stuff I just want to keep around and watch later. My 300 DVDs (1.4 TB) that cost $75 would have cost roughly $400 to keep on a RAID. I put that money into a new Core 2 Duo build instead, silly me.
    12. Re:Spotlight, Windows Search, here's an idea... by pjludlow · · Score: 1

      I agree with parent on this issue. How hard would it be to index offline media to be able to search using Spotlight? I worked at a Photography Studio (just quit) where it would have saved me so much time if I could have used Spotlight to search for old archives rather than the program we used (Portfolio). Spotlight searches the layer names in Photoshop files, and any text within the file as well as a lot more information that could have been very useful for us in the archives. We were limited in Portfolio to only search by file name or folder which became a pain many times. (You could also manually view thumbnails or setup keywords but keywords weren't worth the hassle of doing.) I know there are hidden indexes for spotlight somewhere on my computer and I think there could be a program that would just make a new index for an inserted disc (or whatever media). If not Apple, someone should get on this idea and create it.

    13. Re:Spotlight, Windows Search, here's an idea... by arclyte · · Score: 1

      Check out Disk Catalog Maker. I've been using it for ages. I've tried a few others but their databases tend to get HUGE really quickly. With this app I have a catalog of 38 DVDs that takes up 2.2mb. It'd be nice if something like this were a built-in feature, I guess, but Disk Catalog Maker has never done me wrong. If you purchase a recent copy of Toast it comes bundled with it, too.

    14. Re:Spotlight, Windows Search, here's an idea... by grrrl · · Score: 1

      ls -R1 /Volumes/dvd-backup001/ > dvd-backup001

      nice and grepable. works for me.

    15. Re:Spotlight, Windows Search, here's an idea... by Anonymous Coward · · Score: 0

      On OS X there is a disc burning program called Disco which has a feature called discography. It catalogs your files for each disc you burn and also accepts previously burned discs for cataloging. So doing a quick search on a file brings up which disc it is on. Sounds like what you want. http://www.discoapp.com/

    16. Re:Spotlight, Windows Search, here's an idea... by nine-times · · Score: 1

      I think he meant to actually index the contents, not just to have a table of contents. As in-- search of files containing specific text on media that isn't currently in the computer. It's a good idea, I think, but you'd need a good way managing it. You wouldn't necessarily want it enabled by default, generating indexes for every disk inserted, never removing those indexes, and querying them all with every search. At least, I wouldn't think that it'd be too efficient for system resources, but I'm not going to pretend that I really know these things.

    17. Re:Spotlight, Windows Search, here's an idea... by grrrl · · Score: 1

      I think he meant to actually index the contents, not just to have a table of contents

      True, I was just suggesting a useful way to at least have some record of offline media that's easy to implement. I can't say I find meta-data searching useful all that often so it works for me.

      The biggest problem with media indexing is that every time you put a CD in the drive you don't want to have to wait 10 hours while the OS takes over and indexes it. :/

    18. Re:Spotlight, Windows Search, here's an idea... by SethJohnson · · Score: 1



      I think your point is well-taken in the desktop computer model, but on my G4 Powerbook 15" I don't have the luxury of adding a bunch of big hard drives. At least not in a portable mode. I shoot a LOT of 5mb photos using my Nikon D70. Each day, I generate perhaps a half-gig of photos. My puny 60gb drive in the laptop gets filled fast. Sure, I edit and discard tons of photos, but I need to retain bunches and currently, DVD-R is the best media for exporting these archives. I'd like it if Spotlight could index my DVD-Rs so I could do searches for photos on those discs.

      Seth

    19. Re:Spotlight, Windows Search, here's an idea... by myspys · · Score: 1

      http://mediadatabase.sourceforge.net/ seems to be what you're looking for

      FUSE + "Offline media content database" + find = happiness :)

    20. Re:Spotlight, Windows Search, here's an idea... by Blakey+Rat · · Score: 1

      Back in the "old days" when harddrives were 150 MB and people backed-up to floppies, there were tons of programs that would make indexes of your floppy collection for off-line searching. Are you seriously saying that zero of those programs still exist?

      A quick MacUpdate.com search brings up this product, but there must be others: http://macupdate.com/info.php/id/15717

      Like I said, there used to be dozens... I don't believe that they're *all* disappeared.

    21. Re:Spotlight, Windows Search, here's an idea... by aliquis · · Score: 1

      Except on a real mac there of course aren't any place to put your discs in except on the mac pro.

      (External discs? Yeah, mac users are very likely to use four of those...)

    22. Re:Spotlight, Windows Search, here's an idea... by Anonymous Coward · · Score: 0

      Google Desktop Search has a plugin that does this.

      http://desktop.google.com/plugins/i/cddvd.html?hl= en

    23. Re:Spotlight, Windows Search, here's an idea... by aliquis · · Score: 1

      What sucks most in Spotlight is that it doesn't tell WHERE its hits are. Yesterday I search for quicktime and found multiple files/dirs but which one was the one I wanted? Sure you can select all of them and look at the path that is pretty annoying.

  6. Spotlight Is A Piece Of Shit by Anonymous Coward · · Score: 0, Insightful

    Yes, that is big ol flamebait title, but back when Spotlight first came out I was one of those foaming at the mouth Mac lunatics modding up every remotely positive Apple comment and down for anything remotely negative. I sat on the edge of my seating with my little old heart going piterpater hitting refresh when things like Spotlight were unveiled.

    But after having used it for a long time now after all the hype and the koolaid having worn off for me, Spotlight is easily the worst of the search solutions for all three major platforms. Hidden by the usual Apple good choice of product name and UI polish.

  7. yeah... by linuxpng · · Score: 1

    but will it find widgets by 'wdgt' in /Library/Widgets? Will it find files inside .app? I'm unimpressed with spotlight in it's current form, especially the widgets.

  8. Re:No Mention of Vista? by anagama · · Score: 2, Insightful

    That's because while MS is playing catchup feature-wise (you add a nice caveat right to your question). Everyone else is behind market-wise, but enjoys better features and security. Why add in something like "oh yeah, and there's also a POS from MS which doesn't implement this feature fully"?

    --
    What changed under Obama? Nothing Good
  9. In Vista by Ramble · · Score: 0

    The bias is crazy. Windows Search (in Vista) does all of these fantastically well already, but no-one even mentions it.

    --
    "Oh boy"
    1. Re:In Vista by ColdWetDog · · Score: 0, Troll

      Shhhh. Don't frighten them. The mac zealots are actually dissing a mac feature. This gets them upset and kinda weepy, so be nice and don't even mention Windows thingys, it will just work them up even more.

      --
      Faster! Faster! Faster would be better!
    2. Re:In Vista by dmarcoot · · Score: 1

      its not bias, this preview is a statement of fact of features to come in a os you obviously dont use. where is there basis in writing of that, other than yours? Were you equally interested in OS X 6 years ago awaiting the feature in Vista you can get today, if you have right hard drive ad shell out for super duper premium version for twice the cost of a full install of OS X? i didn't think so troll.

  10. Is It Me Or Does Spotlight Really Suck? by Anonymous Coward · · Score: 1, Insightful

    I do a search and bring up the Spotlight results window. The window is some sort of 'special' window that doesn't act like a real window where you can tab back and forth.

    Why?

    I want to look for something in the current folder. If there happens to be, usually, a folder selected Spotlight will only search in that subfolder. Arrrrrggg!

    Why?

    I want to look for *.cpp files. It looks like this is possible but a complete pain to do.

    Why?

    Where are all these amazing search plugins that we were promised when Spotlight was released?

  11. File Buddy works for me by Cheech+Wizard · · Score: 2, Informative

    I've used File Buddy exclusively since spotlight became the standard OS X search. I've only used spotlight couple times and I hate it.

  12. One phrase.. by Anonymous Coward · · Score: 0, Insightful

    Apple Sux. And yes. I am posting it from my mac. This shitty piece of personal computer doesnt have good drivers using which I can view all the *videos* I lay my hands on. I need to transfer files over to my *win2k* machine to do so. Search? What for? There isnt much happening here anyway! Quicktime *grey screened* my mac! Yes - it halted the mac!!!! And I have a paid version of it. Everytime I play many files on it and do a full screen, it crashes. It doesnt have a playlist!!! God, when was it invented? Like in 200 AD? All the "cool stuff" on Apple can be found on windows or other *nix platforms. I dont use their browser either. If I get IE7 on mac, I would use it. For now I had to be content with using Firefox. For the closed piece of crap hardware, in which I can change only the memory, this is too expensive. All idiots who support mac can blow themselves.

    1. Re:One phrase.. by RFaulder · · Score: 1

      All idiots who support mac can blow themselves. But... you're using one right now. I hope you use protection.
    2. Re:One phrase.. by Anonymous Coward · · Score: 0

      Thank you, Mr. Steve Jobs.

      Next on our program, Mr. Steve Ballmer will give his thoughts concering in an essay entitled, Gnu/Linux: Nefarious Communist Plot or Satanic Evil?

  13. Re:No Mention of Vista? by ThinkFr33ly · · Score: 1

    Well maybe because 4 of the 5 features have been demoed in Vista for over a year, and if the tables were turned everybody would be screaming "copycat" and "they stole that idea".

    Maybe that's why.

  14. Re:No Mention of Vista? by edwardpickman · · Score: 2, Insightful

    It's because OSX is the new watermark instead of the other way around. Everyone has admitted Vista is mostly security and has few new features. Both Tiger and Leopard have new features many of which don't exist in the Windows world. It's debateable how many new features will be added in the next Windows release and yet there's little doubt there will be new features in the follow up OSs out of Mac. Windows really isn't trying to compete on features they are largely trying to play security catch up. It's not a troll it's a simple fact. Mac still won't replace Windows but they are starting to get like apples and oranges comparing them. The primary benefit to Windows is software and hardware availibility selection. If you want lots of user oriented features Mac wins hands down.

  15. Re:No Mention of Vista? by fthomas64 · · Score: 0

    Do you really think that "all of the features are available on Vista right now" if MS hadn't seen what Apple was putting out, and tried a preemptive strike?

    Remember, these are improvements to Spotlight, which has been out since April 29, 2005. In other words, refinements to what's existed for about 2 years. MS has had the advantage of watching their Cupertino R&D lab work out the kinks.

    That's why no fair-minded journalist would claim that OS X is following Vista's lead.

    (BTW, I'm not claiming that Apple has created everything great and magical in the world. Everyone stands on the shoulders of giants; MS just happens to make a stomping motion when they do it.)

  16. Spotlight Is The New AppleScript by Anonymous Coward · · Score: 0

    Now that Spotlight has been around for a while the parallels to AppleScript are amazing. Both products were announced and massively hyped in comparison to other platforms. If you believed what Apple was saying or implying other platforms were years behind with similar solutions.

    Both AppleScript and Spotlight have the usual Apple polish as end user products with the usual Apple poor quality implementation.

  17. This just in! by sokoban · · Score: 4, Funny

    New version of program contains features and bug fixes not present in previous version of program.

    --
    09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 is the magic number.
    1. Re:This just in! by Anonymous Coward · · Score: 0

      This just in: Parent post contains words and phrases not previously present in this discussion.

  18. Re:What is the point? by Overly+Critical+Guy · · Score: 1

    18 million Mac OS X users already do.

    --
    "Sufferin' succotash."
  19. Snooping? No Thanks! by twitter · · Score: 0, Flamebait

    From the fine article:

    The new and improved Spotlight will even offer some unique parental monitoring capabilities because you can remotely search your kids' computers if you suspect they're downloading files illegally or saving files that you feel are inappropriate.

    I'm supposed to treat my kids like criminals now? No unmonitored phone conversations, mail and all of that? Publisher's profits are more important than my family's privacy and dignity? No thanks, my house is not a jail. I have respect for the people who live here and my visitors.

    It's stuff like this that keeps me away from non-free software, regardless of how difficult publishers and non free software companies would like to make my life. I'm not going to trust my life to software that comes with wiretapping as a feature. If Apple lacks respect for my kids, what kind of respect will they have for me? Well, not much considering the restrictions they put into unFairPlay and their OS in general. Apple can keep their pretty laptops and DRM crippled music players to themselves. Make no mistake, this is just one more step in removing your rights, and the future will be worse with non free software.

    My wife and my kids get root on their computer. It's theirs, not mine, and what they do with it is their business. No one is downloading music and movies here because it's easier for us to get free stuff at archive.org and netflicks. They are free to share what they want and keep the rest to themselves. Anything more invasive than that, outside evidence of real wrong doing, is for paranoid control freaks.

    Respect has to go both ways. If I don't have it for them, they won't have it for me.

    --

    Friends don't help friends install M$ junk.

    1. Re:Snooping? No Thanks! by Anonymous Coward · · Score: 0

      Congratulations on the most psycho response yet! I think you forgot your meds today - we don't want to have to call the doctor again, do we? Just because software gives you the ability to violate the privacy of your children doesn't mean that you have to. Have you also deleted the "find" system utility on your machine, lest it be used to find your children's copy of the Anarchist's Cookbook? Be glad that you have children who deserve your respect and trust... some parents have to monitor their children's behavior online because their children apparently can't make the correct decisions for themselves (what that says about the parents is a different argument). If your pre-teen daughter was sleeping with 35 year old men she met online, would you still have so much respect for her privacy? Well, don't answer that, from your crazed original comment I probably don't want to hear the answer.

    2. Re:Snooping? No Thanks! by TheNetAvenger · · Score: 3, Insightful

      I'm supposed to treat my kids like criminals now?

      No, the easier option is to make the switch to Vista now.

      Then you could search your kids stuff if you wanted, but if you didn't want to treat them like a 'criminal' it is easier to just use the parental controls so you know they aren't into crap an 8 year old shouldn't get into even accidentally.

      BTW, Parenting is a bit like treating your children like criminals, it is called caring for them and actually trying to protect them from perverts. (Your real name isn't Bill O'Reilly is it?)

    3. Re:Snooping? No Thanks! by Anonymous Coward · · Score: 1

      That sure is an awfully heated and lengthy post about a feature that nobody is forcing you to use.

    4. Re:Snooping? No Thanks! by Anonymous Coward · · Score: 0

      You sound like a fifteen year old that just got grounded by Mommy and Daddy for doing something you shouldn't have and who has sworn that his children will never suffer the outrages that you've been subjected to.

      How many times have you heard, "But we didn't know! He seemed such a good boy, and didn't give any indications..." from parents after some horrific event instigated by a child doing something makes the news? How many times have you heard the very same parents blaming the Authorities for not doing what should have been the parent's responsibility?

      Sorry, but the Free Range approach to child raising is not the best way to be a parent. If you think that not keeping track of your children is unfairly intrusive and the right way to approach childrearing is to let them do as they will unsupervised, I hope you never become a parent. If you already are one, I pity your children.

    5. Re:Snooping? No Thanks! by EMB+Numbers · · Score: 3, Insightful

      Dude! Don't use the feature if you don't want to. And what's with the irrational music player comment ? If you don't buy songs from the iTunes Music store, you will never encounter DRMed music on you iPod. The iPod will happily ply your pirated mp3s. Or do what I do, just buy CDs and copy the music onto you iPod. iTunes will do it all for you...just put the pretty CD in the slot.

    6. Re:Snooping? No Thanks! by minus_273 · · Score: 1

      you sound like the kind of prick who also complains about a lack of parenting.

      --
      The war with islam is a war on the beast
      The war on terror is a war for peace
    7. Re:Snooping? No Thanks! by sweatyboatman · · Score: 1
      that is the strangest comment I have read in a while. the whole post is a series of mind-bending non-sequitors.

      Parenting is a bit like treating your children like criminals, it is called caring for them and actually trying to protect them from perverts.


      I can't wait to read the book, Dr Spock.

      How did this get modded "Insightful"?
      --
      It breaks my pluginses, my precious!
    8. Re:Snooping? No Thanks! by The+Bungi · · Score: 1
      twitter, this is by far the most hilarious thing you've posted. It's even funnier than the Ali baba thing.

      These weird hatreds of yours obviously prevent you from engaging in a normal thought process wherein you'd come to the conclusion that this is a optional feature of an operating system you evidently have no intentions whatsoever of ever using, never mind buying for your kids or yourself. Ever. So what are you trying to do here? Convince people that Apple is evil, just like "M$"?

    9. Re:Snooping? No Thanks! by A_Primetime_Fool · · Score: 2, Insightful

      My wife and my kids get root on their computer. It's theirs, not mine, and what they do with it is their business.
      See the problem that many parents have with that view is that a computer isn't like any other toy where that whole "their property" stance can't cause much trouble. You can't email naked pictures of yourself or have conversations with pedophiles on your PS2. While a lot of the thinkofthechildren paranoia that permeates our culture is ridiculous, parents being hesitant to give root privileges for such a limitless piece of technology is in no way an overreaction on their parts.

      Of course all parents have the right to do what they feel is right for their children, but in any healthy parent/child relationship the parent needs to be aware that most kids aren't born with a fully fleshed out concept of responsibility and consequence. In my opinion, moderate use of some parental monitoring capabilities is a perfectly legitimate way to help fill in those gaps until these concepts mature in our newly wired world.
    10. Re:Snooping? No Thanks! by Hao+Wu · · Score: 1
      As computers become an extension of our very minds, I do think it's wrong for parents to snoop in certain ways. Especially with brain-scans on the horizon.

      Keeping them safe online is one thing. Monitoring and presumably punishing their private fantasies? That's so wrong.

      --
      I suggest you read Slashdot
    11. Re:Snooping? No Thanks! by Anonymous Coward · · Score: 0

      Tell your kids you were only respecting their privacy after they are anally raped by a pedophile, you utter dumb fuck.

    12. Re:Snooping? No Thanks! by Jugalator · · Score: 1

      Still dwarfed by the debate on the DRM of Vista... :-p

      Some even still believe that the protection paths of Vista are active and analyzing content at all times, reducing performance, and not just when playing DRM'ed media you have opted to purchase yourself. Or that it somehow tries to restrict use of non-DRM'ed media.

      --
      Beware: In C++, your friends can see your privates!
    13. Re:Snooping? No Thanks! by LKM · · Score: 1

      I'm supposed to treat my kids like criminals now?
      No, the easier option is to make the switch to Vista now.

      True, good call. That way, it wouldn't be your kids who are treated like criminals. It would be you.

    14. Re:Snooping? No Thanks! by tbone1 · · Score: 1

      I'm supposed to treat my kids like criminals now?

      Depends on the kid. I have one I would trust unless he gave me a reason to look. The other one, however, requires Argus, a pack of bloodhounds, and the previous three graduating classes of The Citadel to keep within the bounds of acceptable behavior. He's going to be hell on wheels when he gets into kindergarten.

      --

      The Independent: Reverend Spooner Arrested in Friar Tuck Incident - ISIHAC, Historical Headlines
    15. Re:Snooping? No Thanks! by Anonymous Coward · · Score: 0

      when you type 'DRM' into that browser window, do you get a woody? because that's the only thing you seem to do here.

  20. Does this mean they'll fix the "alias hole"? by argent · · Score: 1
    Apple's aliases bypass traverse checking. This is not the case for UNIX symbolic links, and is a problem that Apple created when they decided to stick with the single-user-oriented HFS+ and not use the more reliable and security-minded Berkeley fast file system from NeXTStep and FreeBSD.

    So, will they fix the "alias hole" while they're doing this?

    You don't want a situation where someone is denied access to a file while browsing through the Finder because they lack permission to an enclosing folder, but can access that file through a Spotlight search because of permissions on a subfolder or even on the file itself. Apple's Leopard Server Sneak Peek page for Spotlight states that Leopard Server will ensure that if you cannot browse to a file, you will not be able to locate it with Spotlight. No doubt, this is a challenge for Apple's engineers.
    1. Re:Does this mean they'll fix the "alias hole"? by TheNetAvenger · · Score: 1

      Ok, I'm not the total Mac nerd at the company, so when I read your post, I was OMG, surely OSX isn't this stupid and insecure.

      Well as it turns out, you are right, OSX is this stupid and insecure.

      MS takes crap for Voice Recognition actually working well enough a sound file could prompt the computer to do something(Assuming the user doesn't have Mic cancellation turned on and has their speakers turned up all the way.)

      However, if MS ever left a security hole this big, the industry would have a field day with it.

      (It should be noted that Vista properly handles security on searches, in fact the Windows Desktop Search add-on for XP also works properly and doesn't allow a way to violate FS security rules like OSX does.)

    2. Re:Does this mean they'll fix the "alias hole"? by wayneo13 · · Score: 1

      Yeah but Windows Desktop Search is less than a quarter as good as Spotlight is. The fact is OSX is still more secure as there are less users and is therefore much less of a target.

    3. Re:Does this mean they'll fix the "alias hole"? by TheNetAvenger · · Score: 1

      Yeah but Windows Desktop Search is less than a quarter as good as Spotlight is

      You could convince me, name the ways it is better...

      Also be sure to note how it is also better than the inherent search abilities of Vista.

  21. Re:No Mention of Vista? by Overly+Critical+Guy · · Score: 3, Insightful
    All these features, except network search, are available in Tiger too. They're just updating the Spotlight search field so you can input them more easily.

    Funny, every review of a feature of Windows Vista that I read mentioned Apple and OS X. *Every single one.* It was incredible.


    That's because the media has woken up and taken Microsoft, supposedly the #1 software company in the world, to task for not being able to update its aging Win32 codebase when their most well-known competitor has been cranking out successful updates every 2-3 years and are still years ahead.

    If this was a Vista review, there would have probably been no fewer than 5 comparisons to OS X.


    Because for Mac users, it's a case of "been there, done that." The majority of Vista is an indisputable clone of OS X features that Mac users have taken for granted for years, from hardware-accelerated desktop compositing to vector-based graphics APIs to non-admin user accounts to shiny two-tone plastic highlights and translucencies. And on and on.

    Christ, even the filesystem layout was shamelessly cloned from OS X.
    --
    "Sufferin' succotash."
  22. Re:No Mention of Vista? by creysoft · · Score: 2, Funny
    Ooh, it's been demoed in Vista for over a year. Spotlight's been a real, working product since the middle of 2005. Is it not enough for you that Vista is guaranteed to be the best selling operating system in the history of world to date? You actually feel the need to complain that its crappy, half finished features aren't being mentioned in the same breath as an article talking about improvements to existing, stable features in another OS entirely?

    In that case, from now on I demand that every article that talks about Vista's features also talk about my currently-in-planning operating system, Creysoft PsychOSis:

    A new patch from Microsoft today gave Windows Vista the ability to connect to, and remotely control Microsoft(TM) Internet Aware Appliances, now you can use your cell phone to make sure you turned off the coffee pot from the airport. In all fairness, ever since a weird dream the other night, the developer of Creysoft PsychOSis has been pondering a feature which would allow PsychOSis to connect to, and remotely control your mom.
    --
    Formerly GNU/Anonymous Coward. This message has been determined to cause cancer in laboratory animals.
  23. Incorporate Quicksilver/Launchbar technology by shunker · · Score: 3, Insightful

    Currently, I hardly use Spotlight on my iBook G4 800 MHz. The application launcher capability is what I need most, and I find Launchbar to be far faster than Spotlight for this. Launchbar even does a decent job for many of the searches I need, at the same speed as application launching, but Spotlight search for the same can take very long.

    Can't Apple employ the technology used in Launchbar or Quicksilver along with their existing technology to make the searches faster? I know Spotlight is lower because it has to index far more data as it searches inside files. However, most searches perhaps don't need the data that is inside files, but merely the same metadata that is indexed by Launchbar/QS. So, why not have a two-step search: first search the data that is not inside the file and give results as quick as Launchbar/QS, then search inside the files to give other search results?

    I understand this may be a non-issue for the latest Intel Macs, and so, Apple may not bother.

    1. Re:Incorporate Quicksilver/Launchbar technology by rsborg · · Score: 1

      I understand this may be a non-issue for the latest Intel Macs, and so, Apple may not bother.
      Hate to break it to ya, but as an owner of a C2D Macbook, I'd have to say, yeah, Spotlight still takes too long to not optimize... faster than my G5 iMac, but could definitely use improvement

      Can't Apple employ the technology used in Launchbar or Quicksilver along with their existing technology to make the searches faster?
      Sounds like an awesome quick improvement. I'd be all over that in 10.5 if they could add that.
      --
      Make sure everyone's vote counts: Verified Voting
    2. Re:Incorporate Quicksilver/Launchbar technology by anaesthetica · · Score: 1

      Maybe it could just save your top hit, so it will be more useful as a launcher. Everytime I want to launch Safari I have to type Safari in and wait for it to search the whole hard drive for Safari stuff until it finds the application again for the 40 millionth time. Same goes for when I search for a paper I've been working on for the past two weeks. Each time I type in "geography" it searches the whole damn hard drive for the paper it's found the last dozen times.

      Just remember what I click on when I search for a given string, and if I search for the string again, return that path immediately before the rest of the search ensues. Sheesh.

    3. Re:Incorporate Quicksilver/Launchbar technology by Anonymous Coward · · Score: 0

      Maybe it could just save your top hit, so it will be more useful as a launcher. Everytime I want to launch Safari I have to type Safari in and wait for it to search the whole hard drive for Safari stuff until it finds the application again for the 40 millionth time. Same goes for when I search for a paper I've been working on for the past two weeks. Each time I type in "geography" it searches the whole damn hard drive for the paper it's found the last dozen times. Leopard seems to use a simple text list or a cache for searching very common things in standard locations like Applications. The beta testers I've talked to say that finding apps is always instantaneous in Leopard and Spotlight thereby becomes very useful as an application launcher. What the story is for general search, I don't know.
    4. Re:Incorporate Quicksilver/Launchbar technology by stewbacca · · Score: 1
      You are correct in your assumption that Spotlight with intel Macs don't have an issue with speed. I have the slowest Intel Mac (MacBook Core Duo, 1.82GHz) and Spotlight searches are nearly instantaneous.



      A lot of people claim no need for Spotlight, but as a graduate student, I can tell you that Spotlight is a Godsend; especially since all my material is in ebooks, word documents and pdfs. Finding the one paper containing the term "standards-based reform" amongst my 50 e-books and my 200 or so journal pdf's took me about as long as it took to type the search term. The sad thing is I'm usually looking for something I wrote! :-)

    5. Re:Incorporate Quicksilver/Launchbar technology by stewbacca · · Score: 1

      I would just like to flame myself and mock my subject-verb agreement in the previous post. Some grad student I is, eh? The risks of trying to make a post while at work...

    6. Re:Incorporate Quicksilver/Launchbar technology by InadequateCamel · · Score: 1

      I can't understand why Quicksilver (an application) is near-on instantaneous on my G3 933MHz iBook but Spotlight (built-in feature) needs to constantly search my entire harddrive every time I want to do a search. I guess QS is focusing on applications, but there's still quite a disparity. Spotlight has it's advantages, namely in searching for things other than programs, but it never learns my search behaviour! On the other hand, thanks to Quicksilver I haven't seen the Dock in months, and I don't miss it. I do realise that my system is slow and not the target for these new features, but that just serves to illustrate just how brilliant QS is.

      As a ranting aside, the second best thing I did for this compy is disable Dashboard. Not that Apple makes it easy to turn off that useless timewasting memory hog...

      Cheers

    7. Re:Incorporate Quicksilver/Launchbar technology by mehgul · · Score: 1

      I don't see how it would be useful for file searching that Spotlight would learn your search behaviour. Are you always searching for the same files with Spotlight? The reason why it's nice that QS learns your idiosyncrasies is that it's useful when you're launching apps.
      Quicksilver was developed as a launcher first, Spotlight as a file searching utility. They are complementary.
      Let me give you my experience: before Tiger was released (no Spotlight), I tried to see if QS could be used as 'Spotlight under Panther'. I set it up to index all my docs (in the latest version of QS, you do that under the 'catalog' tab). That was on a 867MHz G4 PowerBook (not too far from your machine). QS became totally unresponsive, unusable for anything, not even a file launcher. (I haven't tried to do the same on the Macbook yet.)
      And really, that's understandable, I have over 60000 document files, but only about 1000 executables. In total QS must have an index for about 2000 items max (settings, address book, other stuff).
      Oh and by the way, neither QS nor Spotlight search the hard drive, they both search in their index.

      As for Dashboard, it doesn't take any memory/CPU until you activate it the first time. The easiest is to remove it from your Dock, and disable anything that would activate it (see the Dashboard prefpane? select nothing as the key to launch it).

    8. Re:Incorporate Quicksilver/Launchbar technology by InadequateCamel · · Score: 1

      Dashboard is active as soon as you install it, which is why it pops up right away whether you want it or not. It runs in the background whether you launch it or not, and Apple does not make it easy for you to disable it; you have to go into the console to shut it down. I don't remember the command but it is easy to Google for.

      As for my Spotlight/QS ramble, I think it was one of those posts that you regret as soon as you send it. I do indeed realise that they are different programs for different tasks; I guess that my rant was just a manifestation of my wish for a Spotlight that was somewhat usable.

      And by the way, some Spotlight searches ARE repeated over and over (I have nearly a thousand publications on my HD, and large swathes of this archive are related to a few key words, with further division occuring for there on)

      Thanks for the perspective. Cheers!

    9. Re:Incorporate Quicksilver/Launchbar technology by mehgul · · Score: 1

      About Dashboard, try this:
      First put a few widgets on your dashboard. Then logout and login. Launch Terminal, extend its window all the way down so you can see a lot of processes, and launch top. Now invoke Dashboard, and move your widgets so you can see the terminal window. See those new 'DashboardC' processes that just popped up, eating your RAM (and sometimes your CPU). They weren't here before.
      You can read in the Dashboard technology brief (http://images.apple.com/macosx/pdf/MacOSX_Dashboa rd_TB.pdf), page 5: 'Each widget runs as a separate UNIX process in its own environment, or "sandbox," and is restricted to the same privileges as the user running it'.
      However if you really want to deactivate it, try Onyx, it's just a tickbox to mark or not in one of the panes.

      As for Spotlight, don't misunderstand me, I also think it could use some beefing, I just objected to using it as a launcher (I'm not even planning to abandon QS when Leopard comes, even if Spotlight improves as a launcher as Apple announced). In fact I even removed the Apps from its index, so as to make it just a file search and nothing else.
      May I suggest trying Spotlaser to help with your searches?

      Have fun spotlighting!

  24. Re:No Mention of Vista? by TheNetAvenger · · Score: 2, Insightful

    Although the "remote searching" feature isn't as complete as 10.5's, and it won't be until Longhorn Server is released.)


    Actually, remote searching works quite well on Vista. In both a peer to peer and client to server environment.

    Vista computers looking for network content can easily be told to search other computers on the network, and the systems use the localized index cache to return the results.

    The same happens in a server environment when Windows Desktop Search is install on the Windows Server, which will be included by default in Longhorn as you note.

    This also includes WindowsXP users that have Windows Desktop Search installed.

    A person can easily hit their start button and type and get results from not only their computer, their server store, and even shared resources on all computers on the network.

    This is just a feature MS hasn't 'trumpted', but it is there and works well.

    MS just needs Apple's PR department and spin factory. I think it was Paul Smith's blog that also recently pointed out the insane Mac marketing and touting of features, and then even discounting the same features when other OSes have them.

    http://www.dasmirnov.net/blog (Be sure to scroll down to see the Mac Switch ad, it is funny even if you are a Mac user.)

  25. Re:No Mention of Vista? by Overly+Critical+Guy · · Score: 3, Interesting

    With all the shameless cloning in Vista, it's just really hard to overlook when comparing it to OS X. Blame Microsoft. Being demoed a year ago doesn't mean much since Apple demoed these things too. Vista only just came out for consumers, and Leopard is due out any month now. No doubt Microsoft will install it on their Macs (ex-devs have admitted they were looking at Macs when designing Vista's interface) and try to find new things to clone in Vienna. It's pretty clear that's how Microsoft operates today under the Steve Ballmer Marketing Regime. Until you guys get rid of him as CEO, you'll continue down this path of lameness. Excuse me, I meant to say "Windows Lameness Home Premium Limited Signed Edition SP2."

    --
    "Sufferin' succotash."
  26. The need for speed by 93+Escort+Wagon · · Score: 1

    I am hoping Spotlight will be consistently fast in Leopard, rather than the current situation where sometimes it's instantaneous and other times it takes many seconds to display results.

    I've tried getting rid of Quicksilver, since launching apps and finding docs is all I ever use it for; but Spotlight just isn't consistent enough speed-wise for me yet. Quicksilver's searches are reliably fast.

    --
    #DeleteChrome
    1. Re:The need for speed by DurendalMac · · Score: 2, Interesting

      If the elimination of filesystem lag when opening folders is any indication, then Spotlight should be much faster as well.

  27. Aliases are a lot better than a symlink by Space+cowboy · · Score: 4, Interesting

    example:

      prompt% ln -s /tmp/already.exists /path/to/symlink
      prompt% mv /tmp/already.exists /tmp/this.is.a.new.name

    The symlink is now screwed. An alias set up to point at /tmp/already.exists would work just fine and peachy when the file was renamed (or moved elsewhere on the disk) as above.

    Simon.

    --
    Physicists get Hadrons!
    1. Re:Aliases are a lot better than a symlink by fuzz6y · · Score: 2, Insightful

      So you're saying an alias has some way of figuring out whether a file is the same as the file you originally specified or not?
      Hey, so does a symlink. It's called the damned path.
      Now, there are lots of times when changing the path of a file doesn't mean to the user that it is no longer the same file, but there are lots of times when it does. What if my editor saved my old file as .bak and created a new one in its place? What if my logrotate script moved my old log to .0 and created a new log in its place? what if my sysadmin moved httpd.conf to httpd.conf~ before creating a new wildly different configuration? In all those situations, I'd be pretty pissed at an alias for going and digging up grandfather's old axe.

      --
      If you're going to be elitist, it would help to be elite.
    2. Re:Aliases are a lot better than a symlink by Space+cowboy · · Score: 1

      ... which is why it's nice to have both...

      Simon

      --
      Physicists get Hadrons!
    3. Re:Aliases are a lot better than a symlink by Anonymous Coward · · Score: 0

      Has anybody heard of "hard" and "soft" links. To the grandfather: have you tried without the "-s" ?

    4. Re:Aliases are a lot better than a symlink by Ant+P. · · Score: 1

      "Alias"? Don't you mean simply "link"? What's wrong with typing this:
      ln /tmp/already.exists /path/to/hardlink
      mv /tmp/already.exists /tmp/this.is.a.new.name

    5. Re:Aliases are a lot better than a symlink by cbhacking · · Score: 1

      Both symlinks and hard links have their place. Your point about moving/renaming/deleting the linked-to file is the whole reason for hard links (aliases). However, hard links have limitations too. The important ones are lack of the ability to link to a directory (probably one in three links I manually create in *nix is to a directory) and lack of ability to link across partitions (in both Linux and Windows I store data on a non-system partition, and I often cross-link)

      Incidentally, unless you're referring to the SUA (Unix subsystem) in Vista, Vista certainly doesn't advertise the creation of either link type. SUA hard links behave as expected, but SUA symlinks are not the same as Vista's symlinks (which aren't the same as shortcuts AKA .lnk files, in Vista or earlier Windows versions) and SUA symlinks only function within the SUA.

      --
      There's no place I could be, since I've found Serenity...
    6. Re:Aliases are a lot better than a symlink by alanQuatermain · · Score: 2, Informative

      Actually, aliases are designed to try to cover all bases.

      An alias can be created in either full or minimal forms. The exact internal makeup is something I've not had the need to really go into, but for example a minimal alias will contain the current path for the item and that item's file number in the volume catalog, and also something describing which volume it's on (a volume number perhaps, but not enough information to go and mount that volume if it's not already available). A full alias can also contain enough information to go & connect to a shared resource for you.

      Generally, the alias resolution will involve checking the encoded path to see if the item is still there (or if it's been replaced), then looking for the file number. A full alias can also contain some further search criteria which would be useful in locating an atomically-swapped file (overwrite A by writing B then deleting A and renaming B to A) which has later had a separate name change. In the network case, it can make use of a URL to determine some means of mounting the network volume containing the target file, such that double-clicking the alias will cause a server logon (unless the password has been saved in your keychain, or unless you have a Kerberos ticket) to appear, requesting a password. It'll then proceed to mount the volume and open the target item.

      The problem you've described regarding renamed old versions of files is usually solved by resolving based on path/URL first, before looking at the File ID. Things like being able to create an alias which will mount a shared volume for you, and aliasing files which you might personally move from one folder to another (by archiving to an 'old projects' folder, perhaps) are usually deemed important enough to make aliases useful. Especially when those aliases point to an application somewhere: drag Calculator to your Dock. Then drag the app onto your desktop. Click the icon in the Dock and it still launches -- this is because the Dock will use FSNewAliasMinimal() to record the location of the item, along with its URL (a hangover from the NeXTStep days I believe).

      -Q

    7. Re:Aliases are a lot better than a symlink by overunderunderdone · · Score: 1

      He's talking about Aliases on the mac, which are not the same as a hard link. They don't have the limitations you describe, you can alias to a directory, on any partition or mounted drive. For instance i have aliases on my desktop to the project directories I'm working with on the file server. If the directory is moved (from "development" to "archive" for instance) the alias will still work. It'll even connect to the server if I haven't already done so.

    8. Re:Aliases are a lot better than a symlink by Space+cowboy · · Score: 1

      Yes, I'm familiar with hard links. They don't work when linking to a directory.

      Simon

      --
      Physicists get Hadrons!
    9. Re:Aliases are a lot better than a symlink by Space+cowboy · · Score: 1

      hard links don't work with directory targets, as I mentioned above.

      Simon.

      --
      Physicists get Hadrons!
    10. Re:Aliases are a lot better than a symlink by argent · · Score: 1

      Hard links *used to* work with directory targets. My opinion is that any tree walker that breaks on directory loops deserves to lose.

  28. This just in! by ampathee · · Score: 1

    New configuration of universe differs from previous!
    Like, that's why it's NEWS, man.

  29. Re:No Mention of Vista? by Anonymous Coward · · Score: 0

    If this was a Vista review, there would have probably been no fewer than 5 comparisons to OS X.

    Well said, Citizen. Here is comparision #1.

    Vista has some half-hearted features like this copied from OS X Tiger, but it really sucks compared to the Apple version.
    There ya go.
  30. Re:No Mention of Vista? by taoman1 · · Score: 1

    You are absolutely right. That will never change no matter what Vista (or whatever) can do that the current Mac OS can't.

    --
    Where is the Undo button for my life? Not to mention the Esc key.
  31. Can't argue with that logic by Anonymous Coward · · Score: 0

    The fact is OSX is still more secure as there are less users and is therefore much less of a target.


    That, ladies and gentlemen, is the sound of rabid fanboyism.
  32. Re:No Mention of Vista? by TheNetAvenger · · Score: 3, Informative

    The majority of Vista is an indisputable clone of OS X features that Mac users have taken for granted for years, from hardware-accelerated desktop compositing to vector-based graphics APIs to non-admin user accounts to shiny two-tone plastic highlights and translucencies.

    Christ, even the filesystem layout was shamelessly cloned from OS X.


    I don't even know where to begin with this, but to say...

    Your facts are really, really wrong.

    OSX only has a bitmap composer that does nothing more than use the GPU textures for double buffering, it is NOT 3D accelerated, nor even 3D rendered. (Vista is BOTH.)

    OSX's vector based graphics API is EQUIVALENT to GDI+ that has been available in Windows since 2001. Go look this up, please. Additionally, the Vectoring API of OSX is NOT EVEN close to the WPF vectoring concepts in Vista, from animation constructs to true 3D rendering and hit checking and is TRULY 3D accelerated.

    Non-Admin accounts... Hmmm. Windows NT 3.1 (which is what Windows is based on, has had non-Admin accounts since 1992.) Far before Apple even moved from the 'single' user metaphor of their System software of the 90s. Old school Windows NT users have ALWAYS setup their company and user accounts in non-admin modes, just like *nix people have as well. It was WindowsXP and its use in the Home market where it became 'normal' to run under administration level, even though if anyone had any sense they would NOT let even their family members have Admin accounts on XP either. (This is NOT about MS not having the functionality, it is about end-user education that failed, hence Vista forces it.)

    The FS was NOT cloned from OSX. Have you ever used anything but a freaking Mac? The only reference I assume you are referring to is MS changing the name of the "Documents and Settings" folder to "Users" to make it easier and it does borrow the name "Users" from a *nix standard that has been used for a LONG LONG time. However, there is NOTHING in this that comes from OSX.

    Please do your own research, don't even believe me, and certainly stop believing the crap facts you would find in a normal Mac Site Forum.

    PS There is so much to Vista that is far beyond OSX, it is really sad that Mac and other closed minded *nix users will NOT GET IT, until MS leverages these technologies to once again ensure their market dominance. Little things, like how the new Video subsystem in Vista can easily scale across multiple GPUS without SLI or Crossfire types of technology, making the new ATI multi-core GPU cards only workable on Vista without 'specific' application coding for the cards. Vista users and games will automatically just get access to the extra GPU power even on their OLD games.

    (See Vista already multi-tasks GPU and GPU RAM on single core cards, much like the jump to preemptive multi-tasking CPUs had with OSes in the 90s, which to date is something no other commercial OS can do. As an example, OpenGL as OSX uses exclusively, is just now starting to take advantage of multithreaded OpenGL, which is just starting to take advantage of multiple CPUs, let alone multiple GPUs.)

  33. Re:No Mention of Vista? by mobby_6kl · · Score: 0, Flamebait

    Dude, what the fuck are you talking about? Accelerated window manager thingie, ok, OS-Eks had it before Vista. But the rest is just apple-fanboy bullshit. Non-admin accounts? I'm sure the first NT had that. Or do you mean running applications as admin from a regular user account? Windows 2000 had Run As.
    "shiny two-tone plastic highlights and translucencies." Again, WTF? At least you don't claim they stole the fugly brushed-metal style. Besides, Win2k had window translucency.

    And the filesystem layout is cloned? So MS changed "Documents and Settings" to Users, and now it's cloned from Mac OS? Most Unix systems had a very similar layout (to Mac OS, not Vista), way before the Apple boys decided to drop their PoS OS and start over. Who's cloning now, bitch?

  34. It's the little things that matter... by grrrl · · Score: 3, Insightful

    and I'm not convinced anything mentioned in the article is going to make the different and make me like Spotlight.

    The Spotlight UI is what needs the major overhaul - it's freaking ANNOYING and inconsistent with the Finder. If you do a spotlight search from the menu bar, items in the drop down list cannot be dragged and dropped or have their path shown. You have to go 'Show All' if you want to actually USE that image you found.

    If you do go to the 'Show All' window (which doesn't appear in CMD-Tab) then you have to click the stupid huge "I" to get the path - unlike in the Finder version where it appears at the bottom of the window.

    I hate the Finder search - it is so slow that even if you just want to search that directory, it feels as though it is searching the entire computer and just filtering the results. It also recursively searches without any decent feedback as to where the files it finds actually ARE (and you can't turn it off). And the worst part is - if you trash something IT STAYS IN THE SEARCH RESULTS. That really fucks me off.

    It's the small details that make using Spotlight (and spotlight-as-part-of-the-finder) absolute Hell. They have better fix that sort of stuff (and the whole freaking finder....) before stupid network searching!

    1. Re:It's the little things that matter... by shmlco · · Score: 1

      "If you do a spotlight search from the menu bar, items in the drop down list cannot be dragged and dropped or have their path shown. You have to go 'Show All' if you want to actually USE that image you found."

      The drop-down is a shortcut to opening (most common). Just type the word and hit return.

      --
      Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
    2. Re:It's the little things that matter... by Anonymous Coward · · Score: 0

      Indeed!

      I can't stand Spotlight. The interface is a wreck, and it performs poorly. The idea of indexing metadata is the only thing I sort of like about it (except when it's painfully slow or I don't want that extended information and it produces hundreds of irrelevant results incoveniently sorted incorrectly by document type) but the implementation is so bad in practice that it's more of a pain in the ass to use than to not use. It also excludes parts of the system where I really often need to find things, like the Library or System folder. Even if I hit Find... I can't search just by file name by default; I have to click some stupid option in the find window that inexplicably defaults to Kind (any) and Last Opened Date (any) -- and that default cannot be changed. And then if in the off chance I locate a file I'm interested in it piles the path horizontally across the bottom of the find window, inconviently showing an unnamed generic folder icon for each step in the path. Dear God, has anyone at Apple ever tried using this!??

      The search function 10.3 works really well and is very fast. I'd rather be able to consistently and efficiently find what I'm looking for, along with being able to quickly identify its location, by iterating over the hard drive. In 10.3 if I wanted to find a file named "testing" I could just type "testing" in to the name field of the search box and about five to fifteen seconds later have a list of every file that included "testing" in its name. Then I could click on one to see a nicely formatted path to that file -- rather than waiting for it to return hundreds of spurious results from its file content index including 300 PDFs that all happen to contain the word testing.

      I'd have a lot more patience for Spotlight's broken interface and sad implementation if I could choose to simply use the old style search that worked really well and graced the Mac operating system from the days of 10.3 through roughly System 5 in the mid-1980s. But Apple expunged that capability.

      Now instead of Spotlight I use the locate command from the terminal, because it's easier and less frustrating.

      So yeah, Spotlight had better improve in 10.5 because it is awful in 10.4.

    3. Re:It's the little things that matter... by grrrl · · Score: 1

      The drop-down is a shortcut to opening (most common). Just type the word and hit return.

      Sure, I get that opening is probably the most common use of finding a file. But usually I want to say, add an image (or a file) to an email, or send it to a friend over IM, or something else that doesn't require opening the file. I should be able to drag the icon from the drop down menu into my email, like I could if I was looking at a finder or other program window with files listed.

    4. Re:It's the little things that matter... by grrrl · · Score: 1

      I wanted to find a file named "testing" I could just type "testing" in to the name field of the search box and about five to fifteen seconds later have a list of every file that included "testing" in its name. .... rather than waiting for it to return hundreds of spurious results from its file content index including 300 PDFs that all happen to contain the word testing.

      I agree - and the worst part is, every time I have tried to use the searching INSIDE of pdf 'feature' of Spotlight - I can never find what I'm looking for! It seems to index words but can't find, for example, an exact title of a journal article that exists inside the pdf.

    5. Re:It's the little things that matter... by Anonymous Coward · · Score: 0

      If you command-click the hit in the drop-down menu, a new Finder window will open to the file's location instead of opening it directly.
      Less than ideal, yes, but better than going the "Show All" route.

    6. Re:It's the little things that matter... by Anonymous Coward · · Score: 0

      Or you could hold down the command key when you click on the result in the Spotlight drop down, and a Finder window will open with the document/application selected.

      Or you could let your cursor linger for a second over any of the results in the drop down, and a small window appears with both the full file name and it's path spelled out for you.

    7. Re:It's the little things that matter... by grrrl · · Score: 1

      That was useful - thanks!

      Pity the drop down hover takes more like 5 seconds to show the path... guess thats why I never noticed it before!

    8. Re:It's the little things that matter... by Electrum · · Score: 1

      If you do a spotlight search from the menu bar, items in the drop down list cannot be dragged and dropped or have their path shown.

      Hold the mouse over a result item for a second to display a tooltip with the name and path.

    9. Re:It's the little things that matter... by Anonymous Coward · · Score: 0

      The Spotlight UI is what needs the major overhaul - it's freaking ANNOYING and inconsistent with the Finder.

      Oh, that's not quite fair. The Finder is horribly inconsistent with itself. There's no way Spotlight can be consistent with it.

      Unless you want Spotlight itself to be more inconsistent. Would a consistent inconsistency be more to your liking?

    10. Re:It's the little things that matter... by Anonymous Coward · · Score: 0

      it's freaking ANNOYING and inconsistent with the Finder. If you do a spotlight search from the menu bar, items in the drop down list cannot be dragged and dropped or have their path shown. You have to go 'Show All' if you want to actually USE that image you found.

      That's why the Finder has a Spotlight search field. If you want to use it in the Finder, use it in the Finder. If you want to just find and open a document, which most people do, most of the time, the the menu bar search is the way to go.

    11. Re:It's the little things that matter... by foniksonik · · Score: 1

      Go to a finder window or your desktop and hit CMD-F a new search window will open... there you get full power of spotlight in a nice format with multiple search options available. I too dislike the little magnifier icon thingie... so I use full search when I want to search. Full search is also nice cause you can save it when you're done, so you'll never have to write that query again.

      --
      A fool throws a stone into a well and a thousand sages can not remove it.
    12. Re:It's the little things that matter... by grrrl · · Score: 1

      That's why the Finder has a Spotlight search field. If you want to use it in the Finder, use it in the Finder. If you want to just find and open a document, which most people do, most of the time, the the menu bar search is the way to go.

      That reeks of justification to me - they should be essentially the same thing (obviously with the menu bar having less easily configurable restrictions due to lack of anywhere to put buttons).

      If I search from the menu bar and FIND what I'm looking for (surely the main function of Spotlight) I shouldn't be limited to opening the file in the default program.

  35. Re:No Mention of Vista? by Anonymous Coward · · Score: 0

    >Everyone has admitted Vista is mostly security and has few new features.

    That's because "everyone" is a moron.

    http://en.wikipedia.org/wiki/Features_new_to_windo ws_vista

  36. Everlasting Kind=Any, Opened=Last Date... by dpbsmith · · Score: 1

    I don't care about all of that stuff.

    All I want is something that will stop command-F from always popping up with the idiotic search "Kind = Any," "Last Opened = Any Date."

    How about letting me set a preference for the default search? Or...

    How about repeating whatever it is I did on the last search?

    (To all those who are going to flame me by saying there is some way of changing it by rewriting some XML code in hidden directory somewhere... oh, go away and edit a Registry, why don't you?)

    1. Re:Everlasting Kind=Any, Opened=Last Date... by danceswithtrees · · Score: 1
      There is a fix but the fix is anything but "Mac-like." It involves editing plists. Here are two links.

      http://www.macosxhints.com/article.php?story=20050 618105941143

      http://www.macosxhints.com/article.php?story=20050 501162147222

      I have mine defaulting to only "Name contains"

      Once you get these fixed, I think that you will find the next problem will be that once you hit Cmd-F to activate the Finder's find, the cursor will actually be in the Spotlight textbox, not the find textbox, ie you will need to hit tab or click in the find textbox.

  37. click-n-run by Anonymous Coward · · Score: 0

    now free and open to all comers. One click GUI menu app install, open source free, open source cost cash brand, and "other", all your choice, including proprietary video drivers, media codecs, and so on. No more dodgy overseas servers and the wink wink nudge nudge 'this is how you can get to play tunes or watch vids or you DVDs" "instructions". all legal and functional, open to all comers to use. If your "distro" doesn't offer it, and insists on the command line or some almost works gui thing they push-their problem now, maybe a case of NIH-ism.
    If any user can't figure out "mash the button here, this application gets installed", they don't need a computer, they need an analog TV set.

  38. np by dmarcoot · · Score: 1

    testing

  39. Re:No Mention of Vista? by shmlco · · Score: 1

    "Windows Lameness Home Premium Limited Signed Edition SP2."

    Great! Now, did you want the full version, the System Builders version, or just the the upgrade?

    --
    Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
  40. Two Spotlight Improvements I Would Like To See by Anonymous Coward · · Score: 0

    1. Ability to exclude *any* drive from Spotlight. Right now you cannot exclude external FAT32 drives, which means every time I reboot, "mds" has to chug through 'em Microsoft style.

    2. Ability to include non-standard file extensions. All I want to do is include my Perl scripts. But there's no "type" for Perl and I can't make Spotlight treat them as fuckin' text files. Give me a break. Again, relying solely on file extensions is hideously Windowsian.

    Fortunately, there's "locate" but mdfind gives you the content search as well.

    Like so many Apple products, Spotlight is so close and yet so far.

  41. Buy one now or later? by DraconPern · · Score: 1

    I am a Windows, but also want to buy a macbook. Should I wait until Leopard comes out? Does Apple give discount for the upgrade to people who buy very close to new releases of OS X?

    1. Re:Buy one now or later? by Anonymous Coward · · Score: 0

      Later.

      You get a free copy of Leopard if you buy the MacBook (or any Apple computer, btw) AFTER Leopard is OFFICIALLY launched. No discount beforehand!

    2. Re:Buy one now or later? by TheCouchPotatoFamine · · Score: 1

      Generally they do give it out to people who buy a computer right before. My advice, if i had the money to buy one right now, is to do it. The extra time becoming familar (and getting the f*** off of windows) is well worth it.

      My opinion, of course.

      --
      CS majors know the time/space tradeoff, but they never get taught the 3rd, crucial, tradeoff of the set: comprehension!
    3. Re:Buy one now or later? by WiiVault · · Score: 1

      Last I checked Apple will send you the upgrade if you buy a Mac within 90 days of the new OS release. Atleast thats how its been for the last while. Might be woth calling 1800-myapple to check though.

    4. Re:Buy one now or later? by dmarcoot · · Score: 1

      Wait. apple gives a dsicount i think of you buy your mac within 2 weeks of the release . i think. best to wait for it, as they ay refresh something before it is released.

  42. Re:No Mention of Vista? by billsoxs · · Score: 1

    "Windows Lameness Home Premium Limited Signed Edition SP2."

    Sorry I have to ask - does Uncle Bill sign them himself? Or is it Balmer? See with Uncle Bill signing them, it might be worth the extra money...

    --
    This message was brought to you by "Lack of Sleep."
  43. Re:No Mention of Vista? by Watson+Ladd · · Score: 1

    For Mac OS X debates Steve Jobs is the relevant person. You compare Microsoft to Steve Jobs's company. So when Microsoft had multiple user accounts in 1992, I point out that Steve was at NeXT in 1989 and they had a multiuser OS.

    --
    Inventions have long since reached their limit, and I see no hope for further development.-- Frontinus, 1st cent. AD
  44. Please mods! by Anonymous Coward · · Score: 0
    I saw this because I have the "interesting" modifier with older accounts to bring comments up. Boy, whoever modded you up should have their privileges taken away forever. It's just a jumble of important-sounding words without a point, about something that doesn't even apply. Completely out of place.

    BTW, for some reason after I read your post for the third time trying to make some sense out of it I suddenly realized that this is the mental image I came away with. That's you, getting ready to do battle with the forces of non-free software =)

  45. New company motto by edwardpickman · · Score: 1

    "Just because Mac did it first doesn't mean we are ripping them off." "Windows, second place in innovation. First place in market penitration!"

  46. "Leopard out any month now" -- no, I hope not by Anonymous Coward · · Score: 0

    OS X 10.5 is still very much a work in progress. I'd be surprised to see it before July or August, and closer to the end of the year, or at Macworld in January, is entirely plausible. Frankly, that's fine with me. I'd rather Apple take the time to finish the operating system than do the usual "set a date and release it whether its done or not" approach.

    Spotlight has lots of room for improvement. It is often a frustrating step backwards from the older Mac OS search ability, despite the added features of being able to search more metadata.

    I'm really looking forward to the integrated backup features -- assuming it works. There are a whole lot of rough spots in the Finder and interface in general that really need to be rethought and rebuilt (several bad ideas, aka features, that seem to have infected the project from the NeXT folks, like broken windowing behavior). I'd gladly wait another year for the OS if Apple took the time to fix all the little irritations and made sure the new features behave as expected. And yes, I have alerted Apple to the obnoxious little issues as I encounter them.

  47. Get.. rid.. of.. quicksilver? ~Shudder~ by TheCouchPotatoFamine · · Score: 1

    No man, no. While I agree that the more like quicksilver spotlight is the better, it SURE isn't the other way around!

    Quicksilver is a freaking godsend and is much faster because the point isn't searching all of your computer! it makes some intelligent guesses (applications folder, home folder, desktop, etc) as a minimal starting set, but then it has you add other places manually. Also, it only reindexes every ten minutes or so..

    Quicksilver rocks because it was designed to do what it does WELL. Spotlight does FS-wide search well.

    The two should not be confused for each other, i cannot imagine why you would want one to do the job of both.

    --
    CS majors know the time/space tradeoff, but they never get taught the 3rd, crucial, tradeoff of the set: comprehension!
  48. Re:No Mention of Vista? by scdeimos · · Score: 1

    Windows Search is a piece of crap - it can't even understand Unicode text files! You have to go to the commandline and use FIND or FINDSTR if you need to search Unicode files and this has been a problem oft reported since Windows NT 4.0.

    Try this: open Notepad and type in the text "hello world". Use File/Save as... to save this as "ANSI", "Unicode", "Unicode big-endian" and "UTF-8" encodings into an isolated directory. Now use Windows Search to find files containing "hello" in that directory - it only finds the ANSI version and the UTF-8 version (and that only by accident). The situation gets even more dismal if you start using international characters.

  49. Re:No Mention of Vista? by Anonymous Coward · · Score: 0
    Someone else mentioned this in an earlier post. Quoting them:

    Sensible people realise that all the major Operating Systems copy both from each other and (more commonly) research Operating Systems.

    People who see feature X is linux, then see it in OS X & Windows may incorrectly come to the conclusion that OS X & Windows are copying linux.

    It's far more likely however that all three operating systems copied feature X from $weird_academic_researh_OS.
  50. Re:No Mention of Vista? by Durandal64 · · Score: 4, Insightful

    OSX only has a bitmap composer that does nothing more than use the GPU textures for double buffering, it is NOT 3D accelerated, nor even 3D rendered. (Vista is BOTH.)
    The compositor uses the GPU, which is 3-D acceleration. And QuartzGL, the fully 3-D rendering pipeline, was in Tiger in development form.

    OSX's vector based graphics API is EQUIVALENT to GDI+ that has been available in Windows since 2001. Go look this up, please. Additionally, the Vectoring API of OSX is NOT EVEN close to the WPF vectoring concepts in Vista, from animation constructs to true 3D rendering and hit checking and is TRULY 3D accelerated.
    OS X's vector graphics API? You mean NSBezierPath? That's been around since NeXTStep, which far predates Windows XP.
  51. I can make this clear for you. by twitter · · Score: 1

    You tell me:

    Dude! Don't use the feature if you don't want to.

    Wiretapping is not a feature you can really turn on or off.

    You should not trust people who conspire with you to violate others. Reading through your kid's stuff is a violation of their trust. The people who gave you this tool don't have any respect for your kids or you. They are likely to read through your stuff without waring too.

    --

    Friends don't help friends install M$ junk.

    1. Re:I can make this clear for you. by edschurr · · Score: 1

      Businesses are responsible for their actions. If you read the EULA you'll probably find that their snooping isn't something you agreed to. Besides, if Apple is going to snoop on you they could put it into any module in the system: you're screwed.

    2. Re:I can make this clear for you. by Anonymous Coward · · Score: 0

      Wiretapping is not a feature you can really turn on or off.

      It clearly is here. Do you understand how computers even work? I actually suspect not.

      It really is getting boring reading your insane paranoid rants. A long time ago I thought you were a troll, but you're not even entertaining. You're just fucking mental, and the worst possible advert for Open Source there ever could be. Even worse than RMS: at least Richard has actually produced something worthwhile. All you have is a pile of rants on a crappy website that no one takes seriously. Are you proud?

  52. Vista? From Frying Pan to Fire. by twitter · · Score: 0, Troll

    switch to Vista now. ... Then you could search your kids stuff if you wanted, but if you didn't want to treat them like a 'criminal' it is easier to just use the parental controls so you know they aren't into crap an 8 year old shouldn't get into even accidentally.

    Wow, that way I'd not only get a system I can't trust because it has a wiretap "feature" I'd also put M$ blinders on my kids. Do parental controls do like Steve and "brainwashed" them from iPod to Zune?

    I've got my kids brainwashed: You don't use Google, and you don't use an iPod.

    Like I want that man controlling anything that has anything to do with my kids.

    --

    Friends don't help friends install M$ junk.

  53. around since system 7 by bill_mcgonigle · · Score: 1

    I used to use an app on System 7 that would recursively index a disc and create a parallel alias tree in a folder on your desktop. You could navigate the folder and if you accessed a file the Finder would ask you to install the proper disc. This was because it stored the volumeid number in the alias and the finder kept a mapping of volume names and volume ids for later use.

    Something like this probably exists on macos today or you could do a shell script to recreate it. I'm not sure how to accomplish that unique volumeid/volumename on linux.

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  54. BS by westyvw · · Score: 4, Insightful

    How in the hell you got modded insightful is beyond me.
    Look, for windows:
    1. Search the internet for a program that does what you want.
    2. Read some reviews and see if its a legit program, and not some crappy ad-ware/botware.
    3. do you want to pay for this program? A decision must by made here.
    4. Download the program
    5. Run spyware and antivirus software on it
    6. Click install.exe
    7. accept EULA
    8. Choose if you are installing this for all users or your self
    8. hope and pray that it doesn't affect other programs or change extensions
    9. Use it, and if you dont like it:
    9b. uninstall it and hope and pray you dont have to clean up after it.

    However with Linux, if you know the package you want you could do a command line apt-get install foo
    OR
    You can open your package manager (synaptic in my case) and do a search for "search" and read the desriptions of the package, such as beagle, and click on it to install. DONE. Removal is just as easy.

    Thats why windows is a pain in the ass, and Linux is just easy.
    So dont spread FUD. The average linux user gets used to speeding things up, and learns a few shortcuts, like the command line if they are so inclined.

    1. Re:BS by ThwartedEfforts · · Score: 1

      You forgot the bit where, if you spent time in the computer software section at Walmart reading the marketing material on the back of the box and didn't download the software, you have to take the disc out of the box, throw out a bunch of tree-killing filler, put it in your "cup holder", and use the "foot pedal" to initiate the installation.

    2. Re:BS by wall0159 · · Score: 1


      I understand your frustration.. why didn't the GP use the GUI to install programs on Ubuntu? It's very easy and mature..

      Maybe it's just astroturfing - using two usernames:

      First username sets up the scenario:
      "just type apt-get, etc"
      Second username delivers the punchline:
      "Windows and Mac are easier - Linux Sucks"

    3. Re:BS by Fred_A · · Score: 1

      I understand your frustration.. why didn't the GP use the GUI to install programs on Ubuntu? It's very easy and mature..
      Because you can't paste screenshots on slashdot ?
      --

      May contain traces of nut.
      Made from the freshest electrons.
  55. Re:No Mention of Vista? by Anonymous Coward · · Score: 0

    You do realize that the parent is discussing Windows Desktop Search which completely replaces the older search mechanism which has existed in Windows, right? Unlike Apple, the one you don't have to upgrade the OS to obtain. The one that supports networked indexing and file preview now, not waiting for an update. The one that supports indexing a single file for multiple entries, like a single contacts or email database, whereas Spotlight has no fucking clue what to do with those files and such programs have to maintain their own database as well as spinning out a shitload of single files just so that Spotlight can index them.

    MS may have taken longer to get there, but that's because they did so much more. Spotlight is shit compared to Windows Search.

    Oh, and Windows Desktop Search works perfectly well with Unicode, UTF-8 and ANSI files.

  56. how about some basics? by th4tGuy() · · Score: 1

    Can I PLEASE get spotlight to have the option to display any of the columns available in the Finder list view, and PLEASE let me sort by those columns? Spotlight is a pain in the ass to use until these capabilities are back from the 10.3 days. I just want to see the file size without having to open every search result.

    --
    -- As soon as I have an interesting sig, you'll be among the first to know!
    1. Re:how about some basics? by davidbrit2 · · Score: 1

      Can't you do this already? Do a search, View > As List. Or use the appropriate toolbar button, if you've got the view type buttons in your Finder windows.

    2. Re:how about some basics? by th4tGuy() · · Score: 1

      You are absolutely correct... and I'm embarrassed. I humbly withdrawal my complaint and will recede back underneath the rock I came from. Thanks for the tip... you have saved me much future grief.

      Bring on the Spotlight improvements!

      --
      -- As soon as I have an interesting sig, you'll be among the first to know!
    3. Re:how about some basics? by davidbrit2 · · Score: 1

      Hey, there's no shame in learning something. :) And don't worry, there are still loads of things to complain about with Spotlight.

      Now if I could just find a way to make the slide show of image results start at a specific image, or even randomize...

  57. "Who the hell is going to go into the terminal... by Anonymous Coward · · Score: 0

    just to install something?"

    Just about anyone, I imagine. I'm using a Mac:

        circe:/Users/me root# softwareUpdate -r -i; shutdown -r now

  58. Re:Vista? From Frying Pan to Fire. by Anonymous Coward · · Score: 0
    "Do parental controls do like Steve and "brainwashed [cnn.com]" them from iPod to Zune?"

    Do you insane zealots realize that was a fucking joke at all? Do you? Or are you just intentionally dense?

    "Like I want that man controlling anything that has anything to do with my kids."

    By the tone of your posts, it looks like you have this one running the show. To the detriment of your children.

  59. Re:No Mention of Vista? by TheNetAvenger · · Score: 1

    For Mac OS X debates Steve Jobs is the relevant person. You compare Microsoft to Steve Jobs's company. So when Microsoft had multiple user accounts in 1992, I point out that Steve was at NeXT in 1989 and they had a multiuser OS.


    Well then we should be even more 'logical' and properly compare Jobs to Dave Cutler that was the Windows NT Architect, and in the 80s when Steve was playing catch up to Atari and Amiga Dave was not only using but designing OSes with multi-user abilities as a core feature.

    How does someone get logic like this?

  60. Re:No Mention of Vista? by TheNetAvenger · · Score: 2, Informative

    OS X's vector graphics API? You mean NSBezierPath? That's been around since NeXTStep, which far predates Windows XP.


    Almost as long as GDI from freaking windows which is the base vector graphics API. Go look it up, please.

    Just because I was talking about GDI+, because it has the anti-aliasing and translucency features added in OSX, does not mean Windows didn't have a freaking vector language prior to that. In fact there is stuff from the original GDI of Windows in the 80s that is STILL not in OSX.

    The compositor uses the GPU, which is 3-D acceleration. And QuartzGL, the fully 3-D rendering pipeline, was in Tiger in development form.

    There is a difference between using 3D textures for window composition and actually using functions of the 3D library for accelerating the drawing inside an application and the desktop.

    Vista also has a Vector composer to further speed up Vista and WPF applications, this is why you can remote desktop 4000 miles away to a Vista machine and STILL have 3D accelerated drawing on the remote screen. A Mac doesn't even have 3D accelerated drawing on screen in front of you if you are sitting at the freaking computer itself unless it is an OpenGL application.

    Understand the difference?

  61. MOD PARENT UP! by sedyn · · Score: 1

    Think about it this way, if you had to explain to someone to "go to website, navigate through the page (which may change), find correct exe, install/configure (yes, even windows needs configuring from time to time)." vs go to the terminal, type "sudo apt-get install ..." or better yet, use a search in synaptec, which one sounds easier?

    Terminal-phobia is one of my pet peeves though.

    --
    Am I open minded towards open source, or closed minded towards closed source?
  62. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  63. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  64. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  65. Re:No Mention of Vista? by jcupitt65 · · Score: 1
    There is a difference between using 3D textures for window composition and actually using functions of the 3D library for accelerating the drawing inside an application and the desktop.

    Actually, GP is correct, QuartzGL, which uses the GPU to render the desktop (not just composite) was in 10.4. It even renders font glyphs on the GPU. Not enabled by default, but I guess it should be in 10.5.

    There's also CoreImage, a nifty GPU-accelerated 2D image processing API, in there. It runs chains of simple filters at video speeds. Not widely used yet AFAIK.

  66. Middle-click-scroll is admittedly handy. by Kadin2048 · · Score: 2

    Speaking of the middle mouse button, is there any (easy) way in Linux, particularly either under KDE or XFE, to make the middle mouse button work like (ohgodIcantbelieveImsayingthis) Windows'? As in, acting like a scroll-with-pointer button? For the unfamiliar, at least on my work machine, if you press the middle button, the cursor changes into this two-arrows-inside-a-circle icon, which causes the window to scroll if you then move it up or down. It scrolls faster if you move it further, as you would expect, and stops scrolling instantly on release of the buttom.

    I've gotten a bit addicted to this feature, and frankly I think it's the handiest thing I've used since the addition of the scroll wheel to the mouse a few years back. It's absolutely terrific for zipping through lengthy documents, and it's a lot better than PageDNing (even on 5-button mice where you can do that without moving to the keyboard).

    I've never used a system that had middle click paste (or, if I have, I haven't used it), but the middle-click-scroll feature is pretty handy. I doubt it will appear in Mac OS X anytime soon -- it was hard enough to get Apple to make mice with two buttons, I'm not holding my breath on three, and I'm definitely not holding my breath on a feature that might make people think that they were admitting that their Mighty Mouse Balls weren't the hottest idea in the world -- but it'd be nice to get the option on Linux.

    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
    1. Re:Middle-click-scroll is admittedly handy. by metroplex · · Score: 2, Informative
      "but the middle-click-scroll feature is pretty handy. I doubt it will appear in Mac OS X anytime soon --"


      fyi, middle-click-scroll works out of the box with a three-button mouse in Mac Os X in Firefox. You just have to middle-click (anywhere on the page but NOT on a link, in which case the link will be opened in a new tab) and scroll away. Since it is feasable in an application, I suppose implementing it system-wide shouldn't be too complicate. I am not a programmer, though.

      --
      "Words of wisdom: drop that zero and get with the hero" -- Vanilla Ice
    2. Re:Middle-click-scroll is admittedly handy. by bhima · · Score: 1

      What's the big deal? All of my apps have scrolling that on Mac OS X.

      Presumably it's part of the Microsoft Intellimouse driver.

      --
      Nothing in the world is more dangerous than sincere ignorance and conscientious stupidity.
  67. Another $100+ service pack by Anonymous Coward · · Score: 0

    Ah, yes, it's once again time for Apple's yearly "milking of the consumers", when they their users to pay for bug fixes (which, had it been written properly, would not be necessary), security fixes (ditto, as MOAB proved), and software of dubious value at best.

    At least with Windows, you buy it and you're done. They aren't renting me an operating system. Service Packs and their auto-update service is free, and it will ALWAYS be free so long as Microsoft is supporting that OS. Heck, you can still auto-update Windows 98, although no new updates will be released.

    Talk about a tax. Funny how Slashdot pules about the "MS Tax", but never really discusses the "Apple Tax with yearly maintenance fees".

    Apple: lifetime holder of Slashdot's "Prefered Monopoly Status"

  68. SU password by Anonymous Coward · · Score: 0

    So why does it need the administrator password? After all, I just want to use an application on my account, right?

    Last time I checked, it was pretty difficult to install something from a CD, for instance (add it to "sources.list", or something as stupid as that). It isn't until people realize Linux is extremely counter-intuitive that it can get better.

  69. Amazing Fear Mongers at Work. by twitter · · Score: 1, Insightful

    A rude AC taunts:

    Tell your kids you were only respecting their privacy after they are anally raped by a pedophile, you utter dumb fuck.

    The funny thing is, that's exactly the kind of fear M$ is selling the service on. They are trying to ride the "shark attack" media blitz of fear. Well, it would be funny if it were not so counter productive.

    Of course, it's total bullshit. The actual chance of anyone being molested by a computer creep is vanishingly small.

    When you treat your kids like criminals you do real harm to their trust in you and their own dignity. Those are exactly the things they need in abundance if they ever are approached by a pervert. If they don't trust you, they can't get help. If they have low self esteem, they will put up with abuse and think it's normal.

    That register article is so good, I think I'll journal it up and see if I can't work it into another front page article you M$ paid turds hate, insightful commentary that shows M$ and non free crap in it's correct light.

    --

    Friends don't help friends install M$ junk.

    1. Re:Amazing Fear Mongers at Work. by Anonymous Coward · · Score: 0

      Holy shit, it must really SUCK to be related to you.

  70. Re:No Mention of Vista? by Jugalator · · Score: 1

    While we're at WDS, I think it also has what one would call "boolean queries":
    http://www.microsoft.com/windows/desktopsearch/add resources/advanced.mspx

    It still suffers from some "closed sourcedness" behavior, with e.g. how do I / who define more "kinds", what's each "kind" defined as? how is a "store" defined? and so on, but it can still do quite a bit more than what first meets the eye in Vista or XP using the WDS addon. It's a bit too heavily specialized for the wants of Microsoft though. What that application needs is a thorough, nice, API to define its behavior.

    --
    Beware: In C++, your friends can see your privates!
  71. R. Kipling's comment by Conanymous+Award · · Score: 1

    ...and that's how the Leopard got its Spotlight.

  72. Re:No Mention of Vista? by istewart · · Score: 1

    Besides the filesystem red herring that you rightfully disputed, and the multi-user paradigm which others have already called you out on, what you're telling me is that DirectX 10 is the sole selling point of Vista. That ensures Microsoft's dominance in the PC gaming market alone, something that was never in question. Even in the console market, their developer tools and APIs give them a selling point, but they can hardly dominate that market when Nintendo is out-innovating them, undercutting them (and still making a profit), and bringing scads of new people into the market that were never the least bit interested in the traditional console paradigm that Microsoft's offering is a shining example of.

    DirectX 10 means fuck-all for most desktop users. GPU-accelerated or no, Apple already tried the ubiquitous-transparency eye candy four years ago and discarded it. It's ultimately superficial and distracting, but it's the first thing you notice when you walk up to a Vista computer. Other than that, it's pretty much the same old Windows. That's why Microsoft chose to tie DX10 to Vista when they could've just as easily released it on its own, as they've done with previous DirectX iterations. They know that the vast majority of their sales come from OEM purchases, so to make a few extra bucks off upgrades, they needed a hook to draw in those customers who are on the leading edge of technology and are willing to blow a significant amount of money on upgrades... meaning your hardest-of-the-hardcore gamers. I'd wager you're one of those, because practically nobody else would be frothing at the mouth to get ahold of Vista, or really have much reason to be any sort of a Windows enthusiast.

  73. Re:No Mention of Vista? by istewart · · Score: 1

    When the hell was VMS a desktop OS?

    The logic is that NT 3.1 Workstation shipped in 1993 and NeXTSTEP 1.0 shipped in 1989 (with 0.9 publicly available on a limited basis a year before that). If you want to quibble over the fact that Dave Cutler jumped ship to MS in 1988, fine, but then you have to recognize that he wouldn't ship anything for five years AND that development on NeXTSTEP began less than a year after Jobs and his chosen five executives left Apple in 1985. Windows NT was in no way, shape, or form the first robust multiuser GUI workstation.

  74. Re:No Mention of Vista? by TheNetAvenger · · Score: 1

    Windows NT was in no way, shape, or form the first robust multiuser GUI workstation.


    I never said it was... Nor was NextStep for that matter, by several years. You really need to pay attention to *nix of the 80s and something called XWindows if you believe NextStep was.

    People also like to lump NextStep and OSX together far too much. There are a lot of fundamental and architectural differences between the two OSes, from the kernel all the way to the user interface paradigm.

    My point about Cutler was meant to be in satire by attacking the ridculous argument 'that we should compare Jobs to MS instead of OSX to Windows'.

    I don't care if Jobs vaccinated monkeys for a year in 1975, it has nothing to do with the conversation.

    So please, can we get back to the 'logic' and stop ranting on hyperbolic crap that has NOTHING to do with anything?

  75. Re:No Mention of Vista? by Anonymous Coward · · Score: 0

    In fact, it's most likely that whatever feature your favourite Language, IDE, Operating System or Windowing Environment is just now developing, was fully functional 25 years ago in Smalltalk-80

  76. Re:No Mention of Vista? by Weedlekin · · Score: 3, Insightful

    "OSX's vector based graphics API is EQUIVALENT to GDI+ that has been available in Windows since 2001. Go look this up, please."

    And I suggest you go and look up the 110,000 pages Google gave me when I entered "GDI+ slow", because developers have been complaining about this since it was introduced (Microsoft admit that the most commonly asked question about GDI+ is "Why is it so slow?)". Yes, it has lots of nice features that aren't in standard GDI such as anti-aliased drawing and alpha blending, but the drivers don't use a graphics card's accelerator features, and although Microsoft promised that this would change, nearly six years later we're still waiting (it also has a nasty memory leak which still AFAIK hasn't been fixed yet). .NET developer sites have thus been suggesting ways to avoid using it, including going through the DirectX 9 layer, which offers many of the same features without the performance penalty, but isn't as easy to use.

    NB: .NET Windows Forms used GDI+, and MS received many, many complaints about their slow drawing compared with (for example) VB6 forms. Despite several years of promises that this would be fixed, they eventually simply deprecated Windows Forms, thus leaving all the people who they initially told to "keep using Windows forms because the performance issues will be resolved by an update in the near future" with a slow mess that will probably need converting to their very different XAML-based system at some point.

    --
    I'm not going to change your sheets again, Mr. Hastings.
  77. Re:No Mention of Vista? by Anonymous Coward · · Score: 0

    With all the shameless cloning in Vista, it's just really hard to overlook when comparing it to OS X. Blame Microsoft. Being demoed a year ago doesn't mean much since Apple demoed these things too. It's a lot easier for Apple to add a feature to OS X "first" when they release paid upgrades every 1-2 years and Windows goes 5 years between releases. Microsoft could have (and in some cases did) add these features to Vista development builds before Apple added them to OS X builds. Apple adds lots of features to OS X after other operating systems add them first. Only pathetic Apple fanboys like you accuse others of "cloning."

    ex-devs have admitted they were looking at Macs when designing Vista's interface If you don't think Apple developers look at non-Apple software while they develop their own software, then you're either stupid or naive.
  78. Re:No Mention of Vista? by Anonymous Coward · · Score: 0

    It's because OSX is the new watermark instead of the other way around. Everyone has admitted Vista is mostly security and has few new features. Both Tiger and Leopard have new features many of which don't exist in the Windows world. Good...

    It's debateable how many new features will be added in the next Windows release and yet there's little doubt there will be new features in the follow up OSs out of Mac. Windows really isn't trying to compete on features they are largely trying to play security catch up. It's not a troll it's a simple fact. good... I'm starting to get a hard-on...

    Mac still won't replace Windows but they are starting to get like apples and oranges comparing them. Uh-oh. Lost my woodie. C'mon, you should know OS X is so much better than Windows in every way that the fall of Windows and rise of OS X is inevitable. I've personally "switched" a dozen Windows users shopping for Vista in Best Buy this week.

    The primary benefit to Windows is software and hardware availibility selection. FUCK YOU! YOU'RE A MORON! SHUTUP SHUTUP SHUTUP SHUTUP! You're a Mac poseur. You're a switcheur. You're not a real Mac user. Real Mac users are hip, creative, intelligent, beautiful, and better than everybody else.
  79. they should buy blacktree by RMH101 · · Score: 1

    Quicksilver is *that* good. Anyone who uses Spotlight to launch apps hasn't tried, or doesn't fully understand, Quicksilver. Just like Coverflow, virtue desktops et al, Apple should buy them and incorporate it into Leopard. Either that, or they'll pull a Konfabulator on them and incorporate its functionality into their own code.

  80. Re:No Mention of Vista? by TheNetAvenger · · Score: 2, Informative

    Actually, GP is correct, QuartzGL, which uses the GPU to render the desktop (not just composite) was in 10.4. It even renders font glyphs on the GPU. Not enabled by default, but I guess it should be in 10.5.

    I was actually refering to Quartz Extreme, as prior it is OSX did double buffering in freaking System RAM.

    However, what you and the GP seem to be missing, is that EVEN WITH Quartz Extreme it is NOT using 3D acceleration to speed up the 2D vector drawing engine. It is ONLY USING 3D TEXTURES from the GPU Via OpenGL to COMPOSE the Screen, so that the Window Textures are mapped to a Polygon and rendered with the Video Card directly via OpenGL.

    This is STILL Just a BITMAP Composer, using OpenGL to store and render Textures on a simple Polygon surface for each Window.

    Vista on the other hand does 3D acceleration even in the 2D GDI/GDI+ drawing by utilizing the GPU of the 3D card, and additionally for Vista and WPF fully accelerates ALL THE 2D and 3D application drawing. This means Vista is using 3D acceleration to draw Fonts faster, anti-aliasing using GPU features, etc before the application EVEN CREATES the Bitmap or Vector drawing it passes to the Composer.

    This is why in Vista, even if you have an OLD video card that ONLY supports DirectX7, applications will get a performance boost even if your card is not PS 2.0 compliant and supports Vista Glass because of its need for the PS 2.0 blurring.

    Even on WindowsXP WPF(Vista technology) applications are accelerated by any 3D GPU in the computer if it supports DirectX7 or newer. So Vista is using 3D to accelerate even basic GDI/GDI+ and WPF drawing operations on older 3D Video cards even when Vista does not even use the Desktop Composer(Glass/Aero) on these older cards.

    Anyone that doesn't get this, load Adobe Illustrator or CorelDraw with a complex drawing on Vista and time how fast the screen renders(Zoom in Out, Pan, etc), then do the same on XP and then on OSX. Vista will at the minimum be 10-20x faster in displaying the image because it uses 3D GPU features to accelerate even LEGACY applications that have NO CONCEPT of Vista.

    And sadly Vista will STILL be this much faster than OSX even with 10.5 because Quartz Extreme does NO vector acceleration in hardware unless the application is already OpenGL.

    Here is the best way to lay this out so people understand from both MS documentation and the current notes on Quartz Extreme in OSX 10.5 that are available.

    OSX No Quartz Extreme
    Quartz2D-QuickDraw/Software Rendering/Buffer/Software Rendering/Quartz Compositor/Software Rendering/Frame Buffer

    OpenGL/Hardware Rendering/Buffer/Software Rendering/Quartz Compositor/Software Rendering/Frame Buffer

    OSX With Quartz Extreme
    Quartz2D-QuickDraw/Software Rendering/GPU Store/Hardware Rendering/Frame Buffer

    OpenGL/Hardware Rendering/Surface/Hardware Rendering/Frame Buffer

    Vista without DirectX 9.0 Card
    GDI/GDI+/Software Rendering(Some 2D GPU)/Frame Buffer

    WPF/Hardware Rendering(3D GPU)/Frame Buffer (Same on XP)

    Vista with DirectX 9.0 Card (Aero/Glass/WDDM)
    GDI/GDI+/Hardware Rendering(3D & 2D GPU)/Vector&Bitmap Buffer/Hardware Rendering/Composer/Frame Buffer

    WPF&Vista Apps/Hardware Rendering(3D GPU)/Vector&Bitmap Buffer/Hardware Rendering/Composer/Frame Buffer

    Notice that Vista has Hardware Acceleration from the 3D GPU to help the application drawing, not just at the end like OSX.

    Vista also doesn't double buffer like OSX does, this is because the composer can do the application buffering and since it is essential a 3D manager then it directly writes these textures on two triangular polygons to the screen for each Window. This also increases the video performance. As long as OSX has to double buffer to acheive the same tear-free results, they will not be competitive when it comes to Composer managed Gaming or 3D application performanc

  81. Re:No Mention of Vista? by istewart · · Score: 2, Insightful

    NeXTSTEP was pretty far beyond the contemporaneous X11 offerings and NT probably through at least NT 4, and numerous reviews from the period state as much. (They also remark on the very steep price, but it's arguable that Jobs wasn't a really good businessman until he returned to Apple.) Your point about Cutler, and most of the points you're trying to make, was lost in your own hyperbole and overeagerness to fight Slashdot's institutional bias against Windows.

    The only reason we're talking about NeXTSTEP is because you wanted to argue architectures and APIs in the first place. Like it or not, OS X IS directly descended from NeXT's codebase, and it's a testament to that codebase that the core APIs remain similar even if a substantial portion of the code behind the scenes has changed. By your own admission, Microsoft has changed Windows more often and more drastically than Apple has OS X, and all it's bought them is a couple months of clear technical superiority. DirectX 10 may be a strong technical advantage, but it's one that matters to a vanishing portion of the desktop market. All the other new bells and whistles in Vista are superficially different from the alternatives that are available or will soon be available, and your arguments have done little to convince me otherwise.

  82. Re:No Mention of Vista? by Durandal64 · · Score: 3, Funny

    Almost as long as GDI from freaking windows which is the base vector graphics API. Go look it up, please.

    Just because I was talking about GDI+, because it has the anti-aliasing and translucency features added in OSX, does not mean Windows didn't have a freaking vector language prior to that. In fact there is stuff from the original GDI of Windows in the 80s that is STILL not in OSX.
    Mac OS 9 had vector drawing capabilities in the form of QuickDraw. For Christ's sake, I don't understand why you're making such a huge deal out of this. GUI operating systems generally have vector graphics APIs. And OS X doesn't even make use of vectors to draw the UI. Neither does Vista, as far as I know.

    There is a difference between using 3D textures for window composition and actually using functions of the 3D library for accelerating the drawing inside an application and the desktop.
    I realize that, but you're not listening. Quartz Extreme is more than just using 2-D textured polygons for windows. It also enables you to use OpenGL shaders to apply effects to different parts of the UI in an application. QuartzGL (originally Quartz 2D Extreme) puts the entire drawing path on the GPU. And its benefits are free for any application that uses Quartz for drawing, similar to how Vista's acceleration will be free to applications using WPF. But Vista doesn't have the half-way layer that OS X does. In OS X, people with non-DirectX 9-compliant cards still get some degree of 3-D acceleration, as long as their graphics cards support non-power-of-2 textures and basic shaders, that is, basically every GPU that's been shipped in the past 4 years. With Vista, you either support Aero Glass or you don't. That's not to say that Microsoft did something wrong. Their approach was just revolutionary because of Vista's development time, whereas Mac OS X's was evolutionary.

    Vista also has a Vector composer to further speed up Vista and WPF applications, this is why you can remote desktop 4000 miles away to a Vista machine and STILL have 3D accelerated drawing on the remote screen. A Mac doesn't even have 3D accelerated drawing on screen in front of you if you are sitting at the freaking computer itself unless it is an OpenGL application.
    Of course it does. The screen is composited on the GPU. That's 3-D acceleration. Not to the extent that the whole rendering pipeline is 3-D accelerated, but parts of it are. Claiming that Quartz isn't 3-D accelerated is just flat-out wrong.

    Understand the difference?
    About as well as I understand that you're a condescending prick who obviously has some deep-seated hatred for OS X's rendering pipeline.
  83. Re:No Mention of Vista? by TheNetAvenger · · Score: 1

    And I suggest you go and look up the 110,000 pages Google gave me when I entered "GDI+ slow", because developers have been complaining about this since it was introduced

    Well anyone that knows anything about Video Cards and GDI from the past 15 years can easily answer this question for you...

    Video cards started adding 2D acceleration, most notably with the IBM 8514, and with the popularity of Windows, the 2D acceleration design of most Video cards is SPECIFICALLY designed around the Windows GDI to basically make the Windows desktop as fast as possible.

    GDI+ came out at a time when Video Card manufacturers were more concerned in 3D acceleration and performance, so 2D acceleration for GDI+ was never added to the 2D hardware acceleration features of most video cards. If I remember right, MS even requested that Companies like ATI and NVidia not focus on adding GDI+ 2D acceleration, as they expected Vista to come out much sooner than it did.

    So why is GDI+ slow in comparison? Many of the features it offers like anti-aliasing and translucency are not in any Video cards 2D hardware acceleration feature set, which is what they use to render the pre-Vista Windows Application Drawing and desktop.

    So, yes GDI+ is slower than pure GDI, and you will also find that the features of GDI+ that slow it down, when implemented on other OSes that also don't have 2D acceleration for these features, these operations on other OSes are also slow.

    Again remember most Video Cards 2D acceleration set is more closely designed around Windows and GDI than Display Postscript or XWindows, so anything that goes beyond GDI features just plain sucks performance wise.

    So if you take professional cards (like a Quadro) that have 2D acceleration for GDI+ 'like' features, you will find that GDI+ isn't a slowdown.

    MS did screw up with GDI+, as it wasn't used like it 'could' have been, and even though it is fairly rich, MS new they would be replacing GDI and GDI+ with the new graphics API in Vista. The problem is Vista didn't make it to market until late 2006, instead of 2003/2004 as originally planned.

    Vista's replacement WPF is impressive and goes far beyond anything out there, but it is very late for a lot of developers that were wanting to use GDI+ and other advanced features much earlier.

  84. Re:No Mention of Vista? by TheNetAvenger · · Score: 1

    It still suffers from some "closed sourcedness" behavior

    Well it is closed source, so that is a given. :)

    However, go lookup the APIs for Desktop Search for XP and Vista, MS has made available a very rich set of APIs for not only adding custom readers and plugins for application content, but also APIs for tapping into the search features within your application as well.

    If you look at the add-ins for Desktop Search, you can see other MFRS have provided several filters using these APIs so that their document formats are easily indexed and tagged as easily as plain text file or jpg that are natively handled.

    Also if you look at OneNote of Outlook, you will notice that they also use the APIs for their content to be indexed, and they both using the OSes Desktop Search engine inside the application when searching for notes or Email respectively.

    Desktop Search in Vista and XP even can handle advanced filters like searching audio, images, or ink for words or other cross content references, which is kind of cool. - Again see OneNote for an example of some of this, all it takes is a conversion/recognition filter and tap the APIs provided.

    I have ran into the APIs several times on the public side of MSDN content, so you should be able to easily find them.

    Good Luck...

  85. Re:No Mention of Vista? by TheNetAvenger · · Score: 1

    All the other new bells and whistles in Vista are superficially different from the alternatives that are available or will soon be available, and your arguments have done little to convince me otherwise.


    It was never my intent to convince anyone. My intent was to provide factual information that very easily gets ignored or overlooked.

    I'm sorry you don't get the WDDM of Vista, and why DirectX 10 is locked to Vista because of the features that only a WDDM driver in Vista can do. Maybe this link can help people like yourself to understand what is unique and why DirectX 10 is more than just a new revision.

    http://msdn2.microsoft.com/en-us/library/aa480220. aspx

    You also seem quite quick to dismiss a lot of other features inside Vista that won't be available in other OSes any time in the near future, some of them are related to the WDDM and new video subsystem, but many of them are not graphically or even search relevant.

    These I will leave for you to discover as they 'do matter' and MS could easily maintain their OS marketshare because of the progression of technology that will need Vista to utilize new concepts other people in the industry doesn't even see coming. I do admit a lot of Vista is not easily seen on the surface, but I also think MS kind of likes it that way.

    In a way some of Vista is like the XBox 360, when the PS3 would announce a new feature, MS would send out an update and turn the feature on, as their hardware is far more extensible than the industry or Sony anticipated. Vista has a lot of tricks up its sleeve as well, and I hope people in the OSS and even over at Apple figure it out before MS continues to leapfrog every new idea that could be competition for them.

    PS As for Windows changing in comparison to OSX, you are confusing the Win32 Subsystem and NT to make such a comparison. The NT Kernel has had many optimizations, but the core features and functionality has not changed very much since it was designed in 1991, which does give a bit of kudos to the Cutler design team for the extensibility of the NT design.

  86. You lie! If I could I would..... by Anonymous Coward · · Score: 0

    all idiots who support mac can blow themselves.


    Ha, if this were true I'd never leave the house!
  87. Artie Strikes Again! by LKM · · Score: 4, Insightful

    Apple fanboys like to think Apple invented everything good about technology.

    No, actually. Apple "fanboys" don't think that. You must be thinking of one specific Apple fanboy, Artie MacStrawman.

  88. ActiveX is "better" than Java, too. :) by argent · · Score: 1

    Aliases are more powerful than symlinks, and for a single-user system that's probably enough, but it would be nice if they'd consider multi-user security a bit more while they're integrating these features into an existing system.

  89. Hard links bypass traverse checking too... by argent · · Score: 1

    ... but you can tell if there's a "stealth" hard link pointing to a path element, by the link count. And, yes, checking the link counts for all directories back to the root is something that properly designed software that depends on traverse checking does.

  90. NT doesn't do traverse checking by default. by argent · · Score: 1

    However, if MS ever left a security hole this big, the industry would have a field day with it.

    NT doesn't do traverse checking by default, you have to turn it on (and then see how much Windows-95-quality software breaks).

  91. No, that's not why... by argent · · Score: 1

    The fact is OSX is still more secure as there are less users and is therefore much less of a target.

    OSX has four main areas where its security is better than Windows:

    * Web browsers are not integrated with the desktop.
    * Daemons (services) are bound to interfaces by default, so firewalls are optional.
    * It uses a uniform system call interface, so there are fewer opportunities for "crashme" type attacks.
    * Applications from UNIX do not require a low security level to run.

  92. Re:No Mention of Vista? by Anonymous Coward · · Score: 0

    I'll keep it simple, perhaps overly so, as that seems fitting. It's not meant as a flame in any event.

    Every OS I've ever run across has had- in its time- little tasty, tasty bits to it; even the stuff from MS. The problem is that all those succulent morsels are always wrapped up in the rest of the thing.

    In MS's case, Vista is chock full of all those tasty, tasty morsels you mentioned but they all come buried in the large turd that is the balance of Windows. I don't know how you feel about it, but when I get handed a turd, even if it's been stuffed full of tasty, tasty candy, been polished to a dull luster and brightly painted to match its brethren's appearance, I'm still having to deal with a handful of crap.

  93. MAC man??? by LKM · · Score: 1

    Its a MAC man

    What the hell is a Media Access Control Man?

  94. Don't wait for Spaces by mpitcavage · · Score: 1

    Desktop Manager is a fantastic tool that's available now.

    1. Re:Don't wait for Spaces by anagama · · Score: 1

      Already use it. I hate how to move an item from desktop to desktop, you must minimize to dock, then maximize on the desired desktop. DM is tacked on, not "OS integrated". Granted, OSX would be useless without it, but DM isn't up to snuff compared to linux offerings.

      --
      What changed under Obama? Nothing Good
  95. Re:No Mention of Vista? by LKM · · Score: 1

    You seem to like telling other people to "look it up," but frankly, you need a bit of that, too. Specifically, Quartz 2D Extreme. And I don't know even one single person who uses Windows with non-admin users. It's not a question of education, either. It's a question of usability.

    Oh, and yeah, if you're a hardcore PC gamer, don't expect a Mac to do the job.

  96. Re:No Mention of Vista? by Weedlekin · · Score: 1

    "anyone that knows anything about Video Cards and GDI from the past 15 years can easily answer this question for you..."

    I didn't ask a question, but stated something, i.e. that GDI+ is slow, and also made the point that the reasons for this are in its drivers.

    "Video cards started adding 2D acceleration, most notably with the IBM 8514, and with the popularity of Windows, the 2D acceleration design of most Video cards is SPECIFICALLY designed around the Windows GDI to basically make the Windows desktop as fast as possible."

    The problem with GDI+ though is that it doesn't use the acceleration features even for things that should "map" more or less directly to the standard Windows GDI, so it is much slower at doing standard "GDI-ish" things than GDI is. .NET developers have thus become accustomed to intermixing GDI+ code with calls to GDI via pinvoke, or using DirectX's drawing system.

    "If I remember right, MS even requested that Companies like ATI and NVidia not focus on adding GDI+ 2D acceleration, as they expected Vista to come out much sooner than it did."

    I don't recall any major card manufacturers offering to implement GDI+ functions in hardware, because a lot of the functionality that MS added to GDI+ was already present in their cards, but Microsoft's GDI+ drivers don't use it, just like they don' t use the GDI-compatible hardware that's been in most of them for a decade or so.

    "So why is GDI+ slow in comparison? Many of the features it offers like anti-aliasing and translucency are not in any Video cards 2D hardware acceleration feature set, which is what they use to render the pre-Vista Windows Application Drawing and desktop."

    Lest we forget, the post I was answering compared GDI+ to Apple's equivalent system, which in this case would be Quartz 2D. The Apple development site says the following in its introduction:

    "The Quartz 2D API is easy to use and provides access to powerful features such as transparency layers, path-based drawing, offscreen rendering, advanced color management, anti-aliased rendering, and PDF document creation, display, and parsing."

    With the exception of the PDF bits, this is pretty much what GDI+ does, yet Quartz 2D manages to do it a lot more quickly than GDI+ even on Macs with less than stellar graphics hardware. In Microsoft's defence is the fact that Windows has to run on a much more varied collection of graphics subsystems than OS X, but by the same token, so does GDI and indeed DirectX. This raises the question (and it is one that many developers have asked) of why MS didn't write GDI+ as an abstraction layer that tied existing hardware-supported GDI functionality together with stuff in DirectX, both of which would be supplied by existing OEM drivers, instead of writing something that requires a different set of drivers.

    "So, yes GDI+ is slower than pure GDI, and you will also find that the features of GDI+ that slow it down"

    It is the way the features are implemented that slows it down, not the features themselves.

    "when implemented on other OSes that also don't have 2D acceleration for these features, these operations on other OSes are also slow"

    What developers are moaning about isn't the fact that it's slow at doing things GDI couldn't, but that it's slow at everything, including stuff that GDI was already capable of.

    "if you take professional cards (like a Quadro) that have 2D acceleration for GDI+ 'like' features, you will find that GDI+ isn't a slowdown."

    I think you need to check your facts here, because Microsoft admit that GDI+ is _significantly_ slower than GDI on all graphics hardware, professional or otherwise, because the only drivers for it are their own, and they implement _everything_ in software, and are thus incapable of using any advanced 2D drawing support that may be present on certain cards.

    "MS did screw up with GDI+, as it wasn't used like it 'could' have been, and even though it is fairly rich, MS new they would be replacing GDI

    --
    I'm not going to change your sheets again, Mr. Hastings.
  97. Hahaha... by LKM · · Score: 1

    The people who gave you this tool don't have any respect for your kids or you. They are likely to read through your stuff without waring too.

    HAHAHA! So Microsoft and Apple and the Mozilla Foundation (and tons of other companies, I guess) are likely to be reading through my stuff right now because they create products which allow people to snoop on what content other people consume? You're cracking me up.

    Interestingly enough, Apple also produces software with features that specifically allow you to protect yourself from snooping (Safari's private surfing feature comes to mind). What does that make them?

    Maybe they simply add features to their apps which their customers actually need and demand? Some parents actually want to know what their kids are doing - not that I personally think that this is a good idea. It's probably also useful in settings like schools.

  98. Huh??? by LKM · · Score: 1

    So you're saying an alias has some way of figuring out whether a file is the same as the file you originally specified or not? Hey, so does a symlink. It's called the damned path.

    Is this some kind of joke I'm not getting?

  99. Insightful.. yeah right. by dbcad7 · · Score: 1
    If you read the posts above, you will see that command line install is only one way to install programs. The "easy way" is to launch Synaptic, type "beagle" in the search for programs to install, select for install, and apply.. Synaptic is easy to use.

    Besides "command line" apt-get, and Synaptic, you can also download .deb files and double click em just like you do with Windows .exe files and if you have all the right required libraries, it will install using an installer. Synaptic is easier though, because it's connected to the repository and all the dependencies are current to that repository.

    Too complicated for you ? Have your grandma explain it.. I'm done.

    --
    waiting for ad.doubleclick.net
  100. Re:No Mention of Vista? by TheNetAvenger · · Score: 1

    You seem to like telling other people to "look it up," but frankly, you need a bit of that, too. Specifically, Quartz 2D Extreme. And I don't know even one single person who uses Windows with non-admin users. It's not a question of education, either. It's a question of usability.


    You know, I should have mentioned Quartz 2D Extreme, the 'development' feature that isn't even enabled by default and has to be turned on by the debugger, only affects applications after it is turned on, and resets itself to off, oh, and the fact that there are lots of compatibility issues that prevent it from working properly.

    I also didn't mention the performance concerns of using it as it requires double the RAM that has to be paged from System to VRAM, instead of elegantly using System RAM as VRAM as Vista does with no double overhead.

    I apologize for not mentioning this, just like I didn't mention other test technology. Is there something else being tested out there we should mention?

    Apple has to this date not even committed to Quartz 2D Extreme on 10.5, as they are hitting compatibility issues left and right, so it may only be enabled on new Macs and that is a 'big if and maybe' at this point due to the massive issues they are having with it.

    It also doesn't help QuickDraw or QuickTime rendering technologies, and the performance of Quartz 2D without 'Extreme' is more than twice as slow as QuickDraw with the 10.4 software optimizations for QuickDraw. Making Quartz 2D less likely to be used even though it was to be the star new Graphical API for Apple. And sadly, in comparisons to a lot of other graphics technologies out there, not only from MS, but in the *nix world, Quartz 2D is outdated before it has the performance to be used like it should have been.

    So, as I said before, Vista accelerates WPF, and even LEGACY GDI and GDI+ calls through the GPU, something OSX does NOT DO even for Quartz 2D, and probably will not even do in 10.5.

    (If you really want me to look up the links to reference this stuff, then you are vastly out of the OSX loop, as this is a BIG topic in the development and 10.5 beta news.)

    As for not knowing a person that uses Windows with non-admin users, you apparently haven't used Windows in a corporate environment or with an old school *nix or NT person setting up the computer.

    However, I can agree with you completely that MS was stupid with WindowsXP to go the compatibility route instead of enforcing the NT security model even if it did break applications; they should have broke applications and forced XP users into non-admin roles by default.

    MS was way to worried about the market move from Win9x to XP and the applications that were security unaware, and for that XP took quite the security beating for it.

  101. Re:No Mention of Vista? by TheNetAvenger · · Score: 1

    but Microsoft's GDI+ drivers don't use it,

    You sounded like you were on track, and a lot of what you state is correct, however this line is a bit of a stopper.

    Microsoft DOES NOT make the Video Drivers, nor do they have control over what features the MFR puts in the drivers. They can certify or require features for certification, but they do NOT write the drivers, and this is where the optimizations would need to be if the hardware even supported the acceleration features.

    There are issues with the GDI+ features that are GDI like but perform poorly, but if the Video Driver from the MFR doesn't accelerate this as they are DIFFERENT calls, GDI+ will be slow.

    However, with that aside, WPF is fully accelerated, even on XP via DirectX7. So MS didn't make the same mistake as they did by leaving GDI+ out in the cold.

    Take Care...

  102. Lotus Magellan was doing this in 1987 by rbanzai · · Score: 1

    I remember installing Magellan on my ALR 286 with a 40 meg HD around 1987-1988. I don't remember the exact feature set but after indexing the drive I could do pretty much everything I am able to do with the modern OS searches like Spotlight.

    I'm glad that Spotlight is getting smarter but I think it's silly that these things were not part of the original release.

    You don't always need to break new ground. Sometimes you just need to make sure you at least cover the ground already handled by the original innovators.

  103. Re:No Mention of Vista? by Weedlekin · · Score: 1

    "Microsoft DOES NOT make the Video Drivers, nor do they have control over what features the MFR puts in the drivers"

    Microsoft does in fact make video drivers, but they tend to be the default ones such as the VGA GDI driver Windows loads when it can't find anything suitable for a machine's hardware (or when it's being run in safe mode), and the software rendering layer that DirectX and old versions of Windows OpenGL use in similar circumstances. The problem is that while most card manufacturers have specialist driver sets for GDI, DirectX, and OpenGL, they didn't write any for GDI+, so everything gets rendered using the Microsoft default software engine even on hardware that's easily capable of doing everything itself, as for example is certainly the case with DirectX 7 compliant systems, and probably DirectX 6 ones.

    "There are issues with the GDI+ features that are GDI like but perform poorly, but if the Video Driver from the MFR doesn't accelerate this as they are DIFFERENT calls, GDI+ will be slow."

    There are AFAIK no MFR-supplied GDI+ drivers because the only people who used GDI+ to any extent were .NET programmers, and .NET had other issues that prevented it from being used for the sort of high performance applications that sell graphics cards (e.g. CAD, gaming, animation, etc.), so there wasn't enough customer demand to justify writing GDI+ drivers when most consumer Windows applications only used GDI, and other graphics-intensive software was written for DirectX or OpenGL.

    "However, with that aside, WPF is fully accelerated, even on XP via DirectX7."

    I know, hence my statement about developers feeling that Microsoft's default GDI+ driver should also have used DirectX instead of a lame software renderer, because DirectX 7 has been around since 1999, and GDI+ wasn't publicly launched until 2001, so it was an obvious choice. Alternatively, they could have made such a driver available for download a year or two later when it became clear that OEMs and graphics chip-set manufacturers weren't going to release their own GDI+ drivers, and developers were first complaining loudly, and then avoiding it because of performance issues with Microsoft's default driver.

    "So MS didn't make the same mistake as they did by leaving GDI+ out in the cold"

    I don't think anybody cares about GDI+ itself, but a lot of developers are pretty pissed (although I'm not one of them) at having followed Microsoft's instructions about using GDI+ to ensure that they'd be compatible with Longhorn, only to find out that it's being dumped for yet another shiny but totally incompatible system, leaving them with large bodies of code that will either have to be completely rewritten, or run inefficiently forever.

    --
    I'm not going to change your sheets again, Mr. Hastings.
  104. Offtopic hysterical FUD by The+Bungi · · Score: 1
    The funny thing is, that's exactly the kind of fear M$ is selling the service on.

    twitter, I think you're confused. I love how you got modded up though. I guess that "M$" thing is still pure magic with the mods. You realize this is an article about a feature of an Apple product, correct? What "M$" service are you talking about?

    Of course, it's total bullshit.

    That link is 404'ed. I wonder why?

    When you treat your kids like criminals

    Please, you've proved beyond any reasonable doubt that you are not fit to be a parent, or at least that you shouldn't let kids use computers under your supervision (or lack thereof) Give it up.

    That register article is so good, I think I'll journal it up

    I doubt it will, considering it's 404 and your "write up" has your usual grammar and spelling mistakes, not to mention the hysterical "OMFG M$ IS TEH EV1LZ" tone.

    you M$ paid turds hate

    Yes twitter, anyone who disagrees with you is on Microsoft's payroll.

    insightful commentary

    Just like your posts!

  105. Re:No Mention of Vista? by Anonymous Coward · · Score: 0
    Just as a note, DX10 could never have been released standalone for XP. DX10 requires the new userland device driver model, and more importantly, requires pageable memory on the GPU.


    In order for DX10 to work on XP, Microsoft would have had to release a service pack for XP that redid the video device driver layer and introduced virtual memory to your graphics adapters. Its a huge, very breaking change. If you look at the trouble people are having now getting the correct video drivers for Vista, and imagine that every XP user would have had to have scrambled in the same manner to get their system to keep working (and they wouldn't have had the aid of the new driver upgrade tools and the much smarter system restore), it would have been a disaster.


    DirectX 10 is very exciting. You're right, its all about the games, but that's an important part about our PCs to many of us. Its also about a longterm simplification of one of the most complicated parts of Win32, something which I think will benefit all users in the longrun.

  106. Re:No Mention of Vista? by Anonymous Coward · · Score: 0

    Dude, I don't know what the hell you are saying. Probably something to do with drawing things on screen. I'm using a Mac, and it works just fine. Are you trying to tell me there's something broken with my computer? Well, I can tell you there isn't.

    But tell me, whenever I try to create a File->New on a windows application (like notepad), it just clears the current file; shouldn't it be File->Clear, then? Now that seems like a broken feature to me.

  107. Can't believe I never noticed that. by Kadin2048 · · Score: 1

    Wow; I'd never noticed that before. Guess that's another point for Firefox over Safari...

    It'd be nice to get that system-wide.

    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  108. Thanks for noticing the dissapearing article. by twitter · · Score: 0

    google has a cache. I'll fix that right away. You trolls are useful after all.

    --

    Friends don't help friends install M$ junk.

    1. Re:Thanks for noticing the dissapearing article. by The+Bungi · · Score: 1

      Awww twitter, does that mean we're going to be deprived of another powerful "rebuttal" of reality? Say it ain't so!

  109. Wait a sec... by aybiss · · Score: 0

    *THIS* is *STILL* what the desktop search wars are about? Whether or not you can search by the basic attributes of a file using wildcards and conveniently launch it afterwards?

    For fsck()'s sake someone give me the damn code for a few days. LMAO people are patenting this shit and having wars over it, and *still* noone (not Mac, not MS, not Linux) has a relational FS, 'like X' searching, result grouping, file-types not determined by extension... C'mon the Amiga had that one in 1989!!! Everybody knew it was a hack that .info files were displayed as icons, but other than that what you did with a file did NOT depend on the last three (or even... get this... *four*) characters of its name.

    ROFL, I wonder how many millions have been spent presenting the same search technology from pre 1990 in a different way in the last 18 years? Gotta get a job doing that. If you can't write it in a single line of SQL then it ain't a search function worth having, right? My sides hurt, seriously.

    What really surprises me is forum searching. There are so many open source bulletin boards in use, but not one of them has an even remotely helpful search function, despite their widespread use and (supposedly) active development cycles. The human race is doomed to be crushed under the weight of its own information, and all because it's about whether your search engine has a dog or a butterfly on it that talks to you, rather than ACTUALLY MAKING SEARCH TECHNOLOGIES. Actually slashdot tagging is one of the best 'innovations' I've seen lately. Haven't used it but it certainly seems to work from the chump end.

    This one will keep me grinning for days. Stupid humans!

    --
    It's OK Bender, there's no such thing as 2.
  110. Re:No Mention of Vista? by jcupitt65 · · Score: 1
    However, what you and the GP seem to be missing, is that EVEN WITH Quartz Extreme it is NOT using 3D acceleration to speed up the 2D vector drawing engine. It is ONLY USING 3D TEXTURES from the GPU Via OpenGL to COMPOSE the Screen, so that the Window Textures are mapped to a Polygon and rendered with the Video Card directly via OpenGL.

    This is STILL Just a BITMAP Composer, using OpenGL to store and render Textures on a simple Polygon surface for each Window.

    Sorry, you're wrong. You're thinking of Quartz Extreme, since then apple has introduced Quartz 2D Extreme (what a terrible name). Here's (for example) an ars article:

    http://arstechnica.com/reviews/os/macosx-10.4.ars/ 14

    OS X 10.4 renders 2D vectors with the GPU.

    You're right that they have different architectures. The mac is still 2D bitmaps (though drawing is GPU-accelerated), whereas vista has gone for a more ambitious display list thing. It'll be interesting to see how they match up over the next few years.

  111. Actually it's by Jesus_666 · · Score: 1

    "Where did Apple go yesterday?"

    --
    USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
  112. Re:No Mention of Vista? by TheNetAvenger · · Score: 1

    Sorry, you're wrong. You're thinking of Quartz Extreme, since then apple has introduced Quartz 2D Extreme (what a terrible name). Here's (for example) an ars article

    Actually I'm not...

    Yes Quartz 2D Extreme is something available on OSX 10.4 as you can find me discussing in another post in this thread, but is a developer test feature, and works far from well. (You know get developers to actually start using Quartz 2D before it is outdated by seeing it finally be faster than QuickDraw that is twice the speed of Quartz 2D without Extreme enabled.)

    Quartz 2D Extreme is also something that probably will not see the light of day even in 10.5 due to the problems and compatitibility issues it causes.

    Has anyone else played with a 10.5 beta, still no Quartz 2D Extreme with the last build I was involved with, not a good sign...

  113. I hope they make it actually work by Chiwo · · Score: 1

    I just hope that Apple make Spotlight actually work. Ever since it replaced Mail's built-in search I haven't been able to find anything. Admittedly I'm probably a special case, as my mail archive stretches back over 14 years. Still, when I type something into the search field I have to wait minutes for anything to happen, and then the results are both numerous and irrelevant. I get better and faster results with "grep".

    I'm a big fan of the underlying technology in Spotlight -- observing writes and incrementally maintaining a database is a great idea -- but the usability is terrible.

    I'm not interested in any of these new "features". I just want old-style Mac usability.