Slashdot Mirror


Google to Launch Mac Version of Google Desktop UPDATED

phaedo00 writes "Arstechnica is reporting that Google today announced that they are pursuing a Google Desktop for Apple's Mac OS X. Google chief executive Eric Schmidt saying it had to be rebuilt from the ground up because of the fundamental differences between the Mac OS and Windows. 'We intend to do it,' Schmidt said." Update: 10/30 23:51 GMT by M : Seems like Reuters and others may have heard wrong about a potential Mac version.

53 of 173 comments (clear)

  1. Spotlight? by tciny · · Score: 4, Interesting

    Why would google try to compete with Spotlight which will offer a lot more features than googles win-desktop search does?

    1. Re:Spotlight? by jdwest · · Score: 4, Insightful

      Because not everyone will not upgrade to Tiger immediately, if ever.

      --

      Lorem ipsum dolor sit amet ...
    2. Re:Spotlight? by barcodez · · Score: 3, Insightful

      Competition on this can only be a good thing - more choice for the consumer, and it will push both Google and Apple to make better products.

      --

      ----
    3. Re:Spotlight? by Anonymous Coward · · Score: 3, Funny

      But this is the cult of the Mac you're up against here. Anything apple releases is immediatly paid for and declared the best thing ever.

  2. Linux by Anonymous Coward · · Score: 3, Interesting

    It's great to see this happening, but what I'd really like to see is a Linux version.

    Of course, most of the world doesn't care, so it wouldn't be likely 2 happen.

    1. Re:Linux by afd8856 · · Score: 5, Informative
      You can already do this with Linux. There are several software spiders intended for setting up search functions for websites or just localhost. One of them is harvest and let me quote on the formats suported from their website:

      Current list of supported formats in addition to HTML include TeX, DVI, PS, full text, mail, man pages, news, troff, WordPerfect, RTF, Microsoft Word/Excel, SGML, C sources and many more. Stubs for PDF support is included in Harvest and will use Xpdf or Acroread to process PDF files. Adding support for new format is easy due to Harvest's modular design.

      There are a few others, do your own homework if you want them :)
      --
      I'll do the stupid thing first and then you shy people follow...
    2. Re:Linux by phoxix · · Score: 4, Informative

      I'm guesing a linux/unix version would come after the max version. there's allot of flavors of linux/unix, so it might be handy if they have some experience from doing it good on other systems first.

      You do realize that Google has very much mastered linux ? After all, Linux does power their 15,000+ cluster ... They wrote GFS (different than Redhat's GFS) for linux too ...

      Sunny Dubey

    3. Re:Linux by cortana · · Score: 2, Interesting
    4. Re:Linux by martin_b1sh0p · · Score: 2, Funny

      I personally like "slocate" :-) The interface isn't as nice but it's fast!

  3. Linux Version by Bruha · · Score: 2, Insightful

    I guess Google must not know that Linux has now outpaced desktop installs vs Mac's..

    Besides it would make sense to do both the only real difference is the UI programming at least for OS X, the filesystems on both systems are very similar.

    1. Re:Linux Version by barcodez · · Score: 3, Interesting

      Whilst I wish what you were saying was true all the statistics I have seen place Mac around 2-2.5% and Linux 0.5-1.5%. Could you tell us what stats you are basing it on?

      --

      ----
    2. Re:Linux Version by pe1chl · · Score: 3, Insightful

      The issue probably is not the filesystem, but rather the UI programming and the linking of programs to document types.
      This is of course very different between Windows, Mac and Linux (and within Linux there are, as usual, several different methods)

    3. Re:Linux Version by rdc_uk · · Score: 4, Interesting

      " I guess Google must not know that Linux has now outpaced desktop installs vs Mac's.."

      What google knows is that most Linux desktop installs are downloaded gratis, installed gratis and that the owner/user likes/is interested in "gratis". I'd suggest that many of the machines are home-built not bought-built too?

      OS X, OTOH costs money, and only really (Pear notwistanding/not useable) runs on hardware that has to be paid for (pre-built) at the same time as the OS.

      Think about it;
      User interested in free-stuff / cost savings
      vs
      User who paid the Apple premium.

      Where would _you_ rather vector a global ad-network to???
      User who

    4. Re:Linux Version by kristaps.kaupe · · Score: 2, Interesting

      I can say, that I know many persons using GNU/Linux as their desktop OS, but I don't know anyone using Mac at home.

      Also ~ 5-6 % of my homepage visitors are using Linux, only ~ 0.3-0.5 are using Mac's (MacPPC+MacOSX).

      At least in Latvia (where I am living) Linux is more popular than MacOS. I'm too use GNU/Linux (Slackware) as OS for my workstation at home.

    5. Re:Linux Version by pe1chl · · Score: 2, Interesting

      They claim Mozilla has over 17% market share.
      Maybe for a select group of users. Slashdot statistics could be similar. But for a website for the general public, that figure would be much too large.

    6. Re:Linux Version by Matthias+Wiesmann · · Score: 5, Informative
      Besides it would make sense to do both the only real difference is the UI programming at least for OS X, the filesystems on both systems are very similar.
      Yes and no. Yes, you access both filesystems using the same API (POSIX), but the underlying file-system are quite different. Because of this, if you are going to search / index the filesystem, you will have to do it differently if you want to be efficient (the Mac OS X find utility does not use either the find or locate command-line tools).

      Most importantly, this is not about API, this is about data. What this is all about is searching and indexing datafiles and from this point of view the files on a typical Mac OS X machine and a Linux desktop will be quite different.

      For instance on Mac OS X, some data files are actually bundles, i.e a directory with a special bit telling the Finder to handle the folder as a single file. Keynotes files are bundles with extension .key that contain an XML manifest an the different files included in the presentation. Older Mac OS filetypes would store some meta-data (icons, keywords) in the resource forks. Those things have, as far as I know, no equivalent in the Linux world.

      On the other hand, a Linux version would have to cope with the differences between distributions (what source code should be indexed on gentoo machine?) , the different desktop managers (they might store interesting information), and different file format (it would be nice if it could parse tgif files for instance).

      In the end, it is all about data, not about licences, APIs or anything else. The whole point of meta-data and searching, for me, is not about indexing my music collection (I keep it organised), but to be able to search my old files, which include Quickdraw 1 Picts and Word 4.0 (DOS) files.

    7. Re:Linux Version by Trurl's+Machine · · Score: 4, Funny

      I guess Google must not know that Linux has now outpaced desktop installs vs Mac's..

      Maybe they know it didn't?

    8. Re:Linux Version by michaeldot · · Score: 2, Insightful

      I guess Google must not know that Linux has now outpaced desktop installs vs Mac's..

      Apart from the fact that stat was falsified, they are VERY different users.

      Most Linux users are capable of writing Google for themselves, or at least know how to grep search anything they want.

      Mac users are probably the ones who would appreciate Google's finesse the most.

    9. Re:Linux Version by voixderaison · · Score: 3, Insightful

      Over 90% of the visits to my company's web site are from Mac OS X systems. Do I conclude that nobody is using Windows PC's any longer? Perhaps not, since our site is of interest primarily to Macintosh users. The numbers from your home page might be skewed a bit by the subject matter of your page. Statistics from major, high traffic sites (cnn.com perhaps) might provide a better indication of what systems people use to surf the net.

      Macintosh numbers are not particularly high, granted. Interestingly enough, these sorta stats may also over-represent the Macintosh user base. How's that? Well, we know that 80% of home user PC systems running Windows are infected with viruses, ad-ware, spy-ware, worms, and bots. Anecdotal evidence indicates that some significant portion of people using Windows systems don't use the internet much, if at all, due to their experiences with malware. I've even met Windows users who have given up on email, and basically don't use the internet at all!

      Macintosh users, by contrast, are dramatically over-represented in the Coffee Shop Count. Watch during any week in almost any coffee shop with wireless internet access, and you'll see anywhere from 15% to 90% iBook and PowerBook systems. Even the low end of your observations will be double the representation one would expect from the installed user base. Macintosh users seem to use their systems more, user the internet more, and use wireless access in public places more, on average, than Windows users.

      I expect to see a similar trend over the next year with Intel based systems running Linux, due to recent and forthcoming improvements in wireless configurations on Linux.

      --
      Things should be made as simple as possible, but not any simpler. -- Albert Einstein
    10. Re:Linux Version by Gumber · · Score: 2, Insightful

      I'd guess that Google probably has VERY good stats on what OSs Google users are using.

      They also probably realize that among the influencers in chattering classes (bloggers, journalists, etc), Macs enjoy a higher than average marketshare.

    11. Re:Linux Version by rmayes100 · · Score: 3, Informative

      Probably one of the more accurate accounts of installed base for various operating systems was Google itself on the old Google Zeigeist pages. Unfortionately Google didn't like people using their Zeitgeist pages to infer market share so they stopped doing it last July, but June 2004 shows Linux accounting for 1% of Google searches and MacOS 3%. Certainly Google still tracks this information internally and the fact that they are releasing a MacOS version of their desktop tool says a lot about how MacOS is doing in the market.

      Google Zeitgeist June, 2004
  4. mehh, i'm waiting for by Tracer_Bullet82 · · Score: 4, Funny

    BSD version :)

    --


    Timang tinggi tinggi
    parang sudah asah
    alang alang mandi
    biar sampai basah
  5. "Search" is already fundamental to Mac OS X by YetAnotherName · · Score: 5, Insightful

    I'm curious what improvements Google will make to the overall user experience of Mac OS X. Search is already a fundamental part of the Mac desktop experience: virtually every application features a search field in the upper-right hand corner of the window (lower-right-ish for some bizarre reason on iCal). The Google mantra of "search, don't sort" is at least partially alive on this platform today.

    1. Re:"Search" is already fundamental to Mac OS X by bt · · Score: 5, Insightful

      Search is already a fundamental part of the Mac desktop experience...

      Individual apps integrate search well, but as an overall system, search on the mac leaves a lot to be desired. Searches using the Finder SUCK: they take forver, and they don't ever seem to help you find what you're looking for.

      Tiger (10.4) should improve this quite a bit with Spotlight, Apple's new index/search architecture, which includes a nice plugin system (recently described in more detail here). This theoretically will enable Spotlight to search everything the Google Desktop searches. If Apple can deliver reasonable indexing speeds and quality search results, they're going to be able to compete.

      On the other hand, because Apple's already baked in support for Google via Safari, most Mac users are already trained to use Google as their Internet search tool of choice. A Google desktop would extend this behavior seamlessly, so I'll be really curious to see if Apple can retrain users to use Spotlight for local searches. My guess is if Google can deliver soon enough, Spotlight will be a second-try search tool on the Mac.

      But wouldn't it be cool to see Apple and Google would combine their efforts?

    2. Re:"Search" is already fundamental to Mac OS X by singleantler · · Score: 3, Insightful

      I've found the search on 10.3 to be OK. It's not as quick as Google Desktop on my PC, but then it searches a great deal more types of document. It is annoying that it doesn't seem to work for characters like $ and ?, so searching on PHP files can be a pain if you're after certain variables.

      I'm finding Google Desktop relatively useless because most of my docs are in OO.o format, or old Works documents (.wps), neither of which it indexes. It also doesn't index my PHP or ColdFusion code at all, which means I still need to do a standard search on them when I'm looking for something odd. If GD comes out for the Mac, it'll have to be better than the version on the PC for me to use it.

      --
      "What if they're using IE?" "I've dumbed Mozilla down to cope with it." - BOFH
  6. Hard to believe by fionbio · · Score: 4, Interesting

    I thought Google doesn't suffer so much from bad design. Tying such app to platform is definitely very bad design choice, especially if there are plans to port it to different platforms. They could save a lot of development time by using platform abstraction instead of direct usage of Win32 API throughout the code. I wonder why Google engineers have chosen such a strange approach. Maybe they were too short of time?

    1. Re:Hard to believe by Finuvir · · Score: 3, Informative

      I would imagine the vast majority of the work involved in developing this is platform-specific, mostly due to the differences in file systems.

      --
      Why is anything anything?
    2. Re:Hard to believe by Quobobo · · Score: 2, Insightful

      This would be a valid point, if it weren't something that simply has to be tied into the OS itself. This is a product that's supposed to integrate into the user's desktop and existing applications, and a big part of that is always fitting in with the OS. I agree with what you're saying, it's a good mantra to go by for most applications, but for things like this you want a "native" feel. Plus, we're talking about Mac users here, arguably the most picky when it comes to UI issues.

      They'll probably try to reuse as much as they can, and build the rest of it from the ground up for OS X. This is a very good thing, from the opinion of a Mac user (me).

  7. nice, but could do better by Keruo · · Score: 5, Interesting

    The idea of desktop search is good, but I think the google version lacks in few details.
    You cannot define which directories to index, and it only indexes single machine. (understandable since it's desktop search, not small network search)
    The google search keeps index of the data on the desktop harddrive. If you have lots of files, the index size gets insanely large, some say nearly 2Gb when you have large amount of documents lying around.

    It would be relatively easy to build something similar which would work over administrative shares using samba crawlers with defined administrative password for each machine, and you'd have control of which data it would collect. Maybe nfs crawlers too. Plenty of both freely available.
    Tricky part is to create the meta indexing of the containing .doc .ppt etc. formats.
    But the more open developement would allow other indexing, such as ID3 tags.
    And perhaps you could add your own meta data to indexed files by filetype, and enhance the search for example only images by containing meta description something like: "meta this image has: cat vase window apple". Search for apple and it returns that picture, crude but works atleast partially.
    Problem with this kind of version is that you'd need separate server for the searching, you could reuse some old machine for this.(not problem for most of people here since everyone has extra box somewhere in intranet)
    Make the search running with mysql+apache and it would be almost platform independent.

    --
    There are no atheists when recovering from tape backup.
    1. Re:nice, but could do better by afd8856 · · Score: 4, Informative

      You cannot define which directories to index, and it only indexes single machine.

      Yes, you can. Look harder.

      The google search keeps index of the data on the desktop harddrive. If you have lots of files, the index size gets insanely large, some say nearly 2Gb when you have large amount of documents lying around.

      That's why you should configure GD to only index your work folders.

      .... Some other interesting stuff

      You can already sort of do this. See Harvest
      --
      I'll do the stupid thing first and then you shy people follow...
  8. Tough competition... by Anonymous Coward · · Score: 5, Informative

    The competition is going to be tough on the Mac platform with launchbar, quicksilver allready there and do not forget apple's upcomming spotlight. Seems like another fine example of a function at which the Mac platform is ahead of its competition: "fast access to content".

  9. The linux/BSD version ... by phoxix · · Score: 4, Funny
    grep -r . -H -I -i -n -e "foobar"
    Works like a charm! *grin*

    Sunny Dubey
  10. Spotlight? by CharAznable · · Score: 4, Informative

    The question is: why?
    I have the WWDC Tiger Beta and Spotlight is just flawless. It's totally integrated into the desktop instead of just being browser based, it supports way more file formats, it searches in real time as you type, it lets you save searches as virtual folders and what not...
    Not to mention that Mac users are a fanatical bunch that usually upgrade when they have the chance, meaning that a year from now the majority will be using Tiger.

    --
    The perfect sig is a lot like silence, only louder
  11. Why not cross-platform ? by InodoroPereyra · · Score: 3, Insightful
    Wouldn't it have made more sense to begin Windows development on something like Qt, that can then be recompiled for Mac, Linux, BSD, etc ? Qt's abstraction for the filesystem would probably have been enough for them, and the GUI capabilities are way more than they need. Not to mention i18n and so forth.

    Or, if Qt is an issue, why not Java ?

    And we are talking Google, the Champions of the internet, and a serious competitor for MS on some areas ... cross platform should be the way to go for them !

    1. Re:Why not cross-platform ? by Dante+Shamest · · Score: 2, Insightful

      They don't need cross-platform toolkits. They hire cross-platform programmers, who are experienced in coding in native apis like Xlib and Windows API.

      Or, if Qt is an issue, why not Java ?

      Maybe because Java requires the end-user to install a Java Virtual Machine? Remember, we're dealing with the desktop market here. The less things the average user has to install to get things running, the better.

      And don't tell me Java is already intalled everywhere, ok? It isn't.

    2. Re:Why not cross-platform ? by InodoroPereyra · · Score: 2, Interesting
      They don't need cross-platform toolkits. They hire cross-platform programmers, who are experienced in coding in native apis like Xlib and Windows API.
      But Dante, this is exactly the point. Your development cost this way is roughly propotional to N when you develop for N platforms. If you use a cross platform toolkit, somebody did the effort of abstracting/mapping the native APIs on a common API for you. You develop once, desploy everywhere. Your cost is N times lower, in this case 3 times lower.
  12. Linux version won't please by SlashdotMeNow · · Score: 2, Funny

    They can't create a Linux version because all the OSS hippies will just blast it for being evil propriety software and run around posting links to some BS app on SourceForge thats supposedly 6.2 million trillion times better than GDS.

    Besides, it's also way too easy to install. Linux users are masochists that way.

    1. Re:Linux version won't please by sketerpot · · Score: 2, Insightful
      They can't create a Linux version because all the OSS hippies will just blast it for being evil propriety software and run around posting links to some BS app on SourceForge thats supposedly 6.2 million trillion times better than GDS.

      Actually, Google is pretty damn popular. How can you not love a company that offers very good search for free and doesn't screw over customers while still being profitable?

      Besides, it's also way too easy to install. Linux users are masochists that way.

      RPMs and those Debian packages and the Gentoo Portage system all show that Linux users like being able to install things easily. On my Fedora machine, I really like being able to keep everything up to date with a simple "yum update" command (or there's a pretty GUI for it, but I haven't used it).

  13. The greater plan by 3770 · · Score: 4, Insightful

    It could be that the first version of Googles software doesn't do anything that Spotlight doesn't. But they probably have a business plan that is far more far reaching than people think.

    They may just be doing the ground work and getting an installed base for the next version Google Desktop which will connect you to froogle and let you search your desktop as well as your Google Mail in one fell swoop.

    I'm just trying to think how they can integrate their Google Desktop with what they already have to make money.

    Didn't they just buy a map company?

    So you could have this one box where you do a search and if Google Desktop recognizes it as an address it'll bring up a map instead of searching your local computer. Much like it gives you the answer 4 when you type in 2 + 2 instead of searching the web.

    So Google is in a position where they can give you one single search box which will let you search for anything you want and it will intelligently look in the right place.

    --
    The Internet is full. Go Away!!!
  14. Re:Typical Apple Fanatic's Take... by MoonBuggy · · Score: 4, Insightful

    That's a little harsh - the grandparent wasn't saying that Google shouldn't do this, simply that they could have better used their time to make a more useful product since an OS integrated version of the same thing is coming soon.

    I'm a Mac user, and on one hand I quite agree that this competition is good for us - Google's program is good and motivates Spotlight to be better, and Dashboard vs Konfabulator promises to force innovation from both sides. OTOH though, Google, Apple and Pixoria are all excellent software makers and if each focused on things that weren't being done by the others it would be an overall gain in the quantity of useful software without much of a quality hit since these people all have a history of doing things well much of the time, competition or none.

    I don't really know what the optimum balance would be here, but I don't think that Google have quite hit it - I just feel that they're misdirecting their time on things that are already being done well by Apple, just as Apple are wasting their time on things that are already being done well by Pixoria.

  15. Re:Mac version by michaeldot · · Score: 2, Interesting

    Maybe he uses a Mac?

    Everything Google has done so far has been pure gold, so it's hard not to believe they've their acquired their taste from having at least a passing familiarity with the best designed OS GUI around.

  16. Google Desktop vs Spotlight: you're not getting it by michaeldot · · Score: 4, Informative

    Spotlight is not an app, it is a collection of technologies which make it possible for 3rd party apps to support searching.

    At the same time, the 1st party (Apple) will be demonstrating how it's done by building search into all the system's own apps, eg, searching for the control panel which changes the desktop pattern within the control panels area. Yes, I know I'm calling them control panels when they're actually system preferences because most posters sound like they haven't used Mac OS X.)

    This doesn't mean 3rd parties shouldn't attempt to compete at searching, quite the reverse: Spotlight is FOR 3rd party developers who want to do searching..

    So not only would Google Desktop not be in competition with Spotlight, it could actually use its hooks into the OS to create something very powerful indeed.

  17. Re:Is it just me... by cryogenic · · Score: 2, Insightful

    I know where practically everything is on my computer as well, but I can't (for example) remember the content of every log file I store in the log directory. Remember that the primary goal of Desktop Search is not to find your file by name, but to find your file by content.

  18. Re:Typical Apple Fanatic's Take... by marmoset · · Score: 5, Informative

    In this case, though, what the non-Apple competition is going to be offering (at least in relation to Spotlight) is much less.

    Disclaimer: I've used GDS beta on Windows, and I've used Spotlight on the Tiger WWDC preview. I'm sure what both companies will offer in sucessive versions will be more advanced.

    GDS on Windows is a nice idea that's limited by the small number of data formats that it supports. The only file formats it understands are the ones specifically baked into it by Google. There is no way (at current) for a developer to add support for custom file formats, nor does it give you any way to exploit the metadata already present in many very common file formats (e.g. JPEG, PNG, MP3, etc.) In other words, if I had a 1024x768 picture of a Porsche 911 called "Porsche 911.jpg" on my HD, I could find it with GDS by searching for "porsche" or "911" or ".jpg". On the plus side, the formats that Google already knows about (eg AIM logs, Outlook [gack] emails) are well-supported.

    Spotlight, however, indexes the inbuilt metadata as well, so not only could I search on parts of the filename, as above, I could also search for "picture files that are 1024 x 768" or have "epson" in their EXIF tags. In addition, if I write a graphics app and use "marmoset's magnificent graphics format" (MMGF) as my native storage format, I can write a Spotlight plugin that tells the OS how to understand the "underpants gnome" tags I've embedded in the images.

  19. Re:Is it just me... by michaeldot · · Score: 2, Funny

    am I the only person in the world who knows just where I put everything on my computer?

    No, not just you, there's also the people who sort their book library by Dewey decimals, have cataloged everything they've ever recorded onto videotape, and enter all the fields on iTunes tracks.

    On second thoughts, yes, it is just you, you anal-retentive freak! :)

  20. Linux is fun but cut the bullsh*t by NeedleSurfer · · Score: 2, Informative

    The market share of Linux is NOT measurable in any way since it mostly isn't sold but downloaded and who knows how many time each user downloaded their distros for various reasons (I know I downloaded parts of many flavors of Linux, I don't use them at all, I tried them and haven't stick with it). Someone downloading Linux doesn't mean he is going to use it, he might just want to do this, try it, that doesn't mean he will use. So, NO way of measuring the market share of Linux, plus Linux comes in a myriad of flavors called distros most of which contain stuff that will only run on their packages, Linux isn't even compatible with Linux most of the time. So which distro has the market share over the Mac? None, Linux the kernel might be popular but it's hardly a system. Even if you consider it a system we go back to point number 1; its market share CANNOT be measured.

    So speculate as much as you whish give yourself any amount of pat in the back but reality check:
    Linux is a patchwork of bordelic code made by some incredibly self-centered devellopper that won't take a iota of criticism and truly live in an alternate reality, I know its hard to take but this is how me and every person I work with view this. It doesn't have any significant market share and if truly more than 5% of the world use this tell me why I have seen only 3 Linux box in the past years (last year actually) in internationnal conventions on subject ranging from science to politics to education to unions to IBM conventions and so on. This is my job I am an AV technician and I do mostly internationnal conventions of all type, people come there from all over the world to speak on a myriad of subjects, I have seen WAY more Macs than I have seen Linux boxes, their number is even groing to the point where my boss actually wants to BUY some Macs for the company because they are now inevitable. PC data me as you whish this is where we are at. And I am writting this on my personnal PC a 4230$ machine that runs windows, I am no mac freak in any sense of the term, this is pure observation. BTW even when doing a convention on its Linux services, IBM asked us to use windows machine for their convention and not even 1% of the attendants were using Linux.

    Have you ever thought that the MS "war" on Linux is merely a way to divert your attention from the Mac by making another system suposedly the center of attention, a system that has, as of now, no chance to compete with anyone outside of the server market?

    Now since I said that on Slashdot I find it sad that most won't read this (this reality check has been in need for a long while and has been formulated by MANY in hope that one day, instead of whinning, the Linux community actually accepts it and do something about it so it can become the great stuff it should be), I'll be modded down first thing following the post...

  21. Re:How about earlier Windows? by kkrista · · Score: 2, Funny

    I'm using Windows ME

    Don't look now, but I think your /, account has been hacked. This can't be a serious post. No self respecting registered slashdotter would use Windows ME -- it was terrible. Hell, I wouldn't even expect that of an Anonymous Coward.

  22. Why? by CODiNE · · Score: 2, Insightful

    Everybody is asking why compete with Spotlight... I say power grab. Get it out before Longhorn, get it out before Tiger... cash in on the google brand-name. There's more coming, this is just getting their foot in the door. A few years ago they could've really gone for the whole enchillada with a tactic like this... now... prob too late. Any thoughts?

    -Don.

    --
    Cwm, fjord-bank glyphs vext quiz
  23. Re:Typical Apple Fanatic's Take... by r2q2 · · Score: 2, Interesting

    This it true, but for the most part Apple can possibly offer a better product given the way it ties with the operating system. Google Desktop search may be limited by this fact.

    --
    My UID is prime is yours?
  24. "More useful every day" by Sivar · · Score: 2, Informative

    If only the search tool would support OpenOffice documents, it would be more useful to many people. Surely the zip'd XML dormat is easier to figure out than the intentionally-difficult-to-parse Offiec format. [Hint for google employees]

    --
    Computer Science is no more about computers than astronomy is about telescopes. --E. W. Dijkstra
  25. Spotlight vs. Google Desktop by fulldecent · · Score: 2, Insightful

    The situation is simple:

    Spotlight for Mac owns Google Desktop for Windows.

    Google desktop is great on Windows, which has nothing. But on Mac... it can't compete with the type-ahead find. The only way it will come close is if they change their strategy and create a desktop app rather than a web app.

    --

    -- I was raised on the command line, bitch

  26. Google Desktop vs. Spotlight by Brother+Grifter · · Score: 2, Informative

    The end goal of google desktop is attach advertisements to information gathered from data all over your machine. I haven't downloaded it, so I'm not entirely sure of its capabilities or whether is does that or not (I only have a mac here). However, considering that something like this is more like spyware with vastly intelligent (patented) algorithsm, oppose to Gators strstr() algorithm.

    Spotlights end goal is to help you find your files without using that crap Finder. Apple doesn't want you to use Safari to receive ads collected by Spotlight and then buy stuff, its another improvement to the steering wheel for your computer. Google wants to generate ad revenue and your data is part of their business model.

    I personally don't like any company using my computer as an advertising platform, it just erks me. I don't want to be part of business model that doesn't profit me and doesn't guarantee my privacy and protection, which Google and no other company can.

  27. Re:Typical Apple Fanatic's Take... by orange7 · · Score: 2, Interesting

    Right. But how fast is spotlight? To me, that's the single most impressive thing about the google product. It gives me results from a fullish disk, with several million-plus LOC code bases on it, almost instantaneously. I'll be impressed (and happy) if spotlight is half as speedy.

    A.