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.

14 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?

  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 cortana · · Score: 2, Interesting
  3. 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?

    --

    ----
  4. 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?

  5. 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.
  6. 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

  7. 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.

  8. 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.

  9. Typical Apple Fanatic's Take... by Anonymous Coward · · Score: 1, Interesting

    ..."Competing with Apple==BAD!!!!"

    Don't you guys ever think... "man, more competition...maybe Apple will offer me more next time around to compete with google"

    Or

    "Wow, I really like this new google desktop search engine. I think I'll use it"

    Sometimes I think apple could offer crap on a stick and you fanatics would buy it and defend it just because Apple told you to.

    Oh, and before you ask, I own 5 Macs, including a pair of powerbooks, a G5, and 2 iMacs, but get a little real here.

    1. 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?
    2. 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.

  10. 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.
  11. 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.