Slashdot Mirror


Desktop Search Engines Compared

nutterButter writes "After Google created a stir with its desktop search engine, other engines gained more awareness in the public eye. Slate did a comparison of them and Google was not their top pick; Copernic was. I tried it - and am quite impressed."

62 of 361 comments (clear)

  1. Copernic... by tektek · · Score: 3, Interesting

    Copernic is also the only one on TFA that can search Firefox.

  2. Linux anyone? by ewanrg · · Score: 4, Interesting
    Is it too much to hope someone might build a strong tool for doing this that will run on Linux? Having Copernic rated #1 is wonderful for folks still running Windows, and Google is wonderful for folks still running Windows, and...

    I assume you get the picture :-)

    ---

    Yeah, I'm like this on my blog too ;-)

    1. Re:Linux anyone? by QuantumRiff · · Score: 4, Insightful

      No, its got a pretty interface. To be accpeted by the linux crowd, it needs to be "GREP" with a combination of C, perl, shell scrip, and awk. Oh, and better be availble in RPM, tar.gz, and .deb. And it surely better use MySQL as a backend, with apache as the gui (if your going to have one.) We unix geeks like to demonstrate our knowledge by always doing things the hard way!

      --

      What are we going to do tonight Brain?
    2. Re:Linux anyone? by ken_devon · · Score: 5, Informative

      Wow. The timing on this article is uncanny. I installed Beagle yesterday, and I'm already addicted to it - it indexes documents, mail and web pages as they're accessed, and updates it search results in real time.

    3. Re:Linux anyone? by eSims · · Score: 2, Funny
      Is it too much to hope someone might build a strong tool for doing this that will run on Linux? Having Copernic rated #1 is wonderful for folks still running Windows, and Google is wonderful for folks still running Windows, and...

      Yeah... sounds like you need a Mac!

      Humorless Moderators: It was a "Joke" (tm) (c)

      --
      I .sig therefore I am!
    4. Re:Linux anyone? by theantix · · Score: 5, Insightful

      To tell you the truth, I'm very glad that these sorts of companies don't yet write software for Linux. A free software solution like Beagle comes without spyware, doesn't send your information to their corporate masters, and doesn't shove ads down your throat or charge you money.

      Someday I'm sure that these crapware vendors will be producing their garbage for Linux, and dumb Linux users will be plagued with much the same sort of problems that windows users suffer today. It's almost a golden age now, knowing that the vast majority of Linux software is truly free libre software instead of the ugliness that freeware software will bring.

      --
      501 Not Implemented
    5. Re:Linux anyone? by rusty0101 · · Score: 4, Interesting

      Actually, no they don't use a recursive grep on your hard drive.

      They use several filters to build an index of words in the various documents they have filters for.

      When you ask Google Desktop, Yahoo Desktop, or other search engines to find documents that might be relavent to your search string, they compare the words in your search string with the words in the index they created earlier. From that index, they then provide you with a list of files on your system ranked by whatever algorythm the developers came up with.

      If you happen to have a DVD ISO file on your system somewhere, copy it to a different partition to see how long just copying, not searching, that much material takes. It is not a non-trivial amount of time. Especially when you are looking to present a user with a list of matches in under a second.

      Indexing is not just running a variation of 'grep' against your files. It is collecting a list of words from each document, identifying those words that are not 'common' (if, and, but, the, or, a, I, etc.) and identifying where in the document those words exist.

      That way when you look for 'President Bush' on your hard drive, it can compare the proximity of the words 'president' and 'bush' and give a better match to those documents that contian both words, closer together. That way your disertaion on Teddy Roosivelt hunting in the deapest affrica will be less likely to come up with a match than your discussion of the relaventce of the first Gulf War to political dinners in Japan.

      There are a couple tools out there that provide some of these features for Linux. You can use ht://dig to build a web based interface. If you would rather be able to use either a command line search, or a web based search, you might want to look into Glimpse.

      Of course, this being Linux, dozens of people have taken a partial stab at doing this. You could probably work out a method from either the Learning Perl, or Learning Python books, as both are quite capable of building and maintaining indexes. The best part is that it would be optimized for your set of files, rather than just being a generic tool that you have to go out and find third party filters to make use of.

      Then again, what do I know. If you think running grep against /dev/hda is a good use of your time, more power to you.

      -Rusty

      --
      You never know...
    6. Re:Linux anyone? by dAzED1 · · Score: 3, Informative
      if every document you have is cached, then there are two copies of every document, which is a serious waste of space. I think what you mean to say is that its indexed, but I'm not going to answer all your questions for you.



      there's no reason to grep your entire damn harddrive for a single phrase. Use some degree of organization. The business world has limited use for someone who can't keep themselves organized.



      finally - egrep will easily find patterns in all sorts of binary files. Creating a tiny little happy gui to search for things in your folders with DOCUMENTS (instead of searching your whole damn hard drive) is easy enough, if typing egrep "Thing I Want" * proves to just be too darn complicated.

    7. Re:Linux anyone? by dAzED1 · · Score: 4, Interesting
      I was poking him since he didn't understand. You don't understand either, but you're closer. As a dba, I'm quite well aware of how indexes work.


      If you're organized, then your docs will be on one general area. As such, running an egrep in there for a phrase really doesn't take much time at all. 20 minutes? hardly. A second, maybe 2. Try it some time.


      What it allows me to do is make my /own/ algorythm for what I want displayed.


      Is this practical, or even easily plausible, in windows? No. Does everyone know regular expressions? No. Am I saying that no one should use these tools? No. I'm just commenting on the poster that said grep couldn't do what these tools do - they were wrong.


      locate doesn't search your emails, nor let you know which files containt things, you could recursive grep, but that doesn't find stuff in pdf files, and takes up a ton of cpu.


      Locate - doesn't need to search my emails. gmail does that just fine. Egrep tells me what contains whatever I want. Can google's tool find files that have a line that starts with a number, has 2 words, then repeats the number again? No. Simple regex can blow away anything the google tool can do. I can most certainly find stuff in any binary or doc file, without taking up "a ton of cpu."


      See? not saying my way is better for everyone else. Just saying someone who says my way doesn't work, is wrong - my way not only works, its more powerful.

    8. Re:Linux anyone? by mcrbids · · Score: 2, Interesting

      Is it too much to hope someone might build a strong tool for doing this that will run on Linux?

      Some years ago, there was a product called "Excite for Web Servers" or "EWS". It was very good - I used it to index several hundred MB of text on my fire-breathing, 166 Mhz Pentium back in the day.

      Unfortunately, it's getting real, real, real old and is almost impossible to get to work properly on a modern Linux install.

      It's an excellent product, distributed with sources. Unfortunately, without a sufficiently free license behind it, there's no active fork for it, anywhere.

      Anyway, to make it a "personal" tool, run it every night in a cron job against your home directory, then use a local copy of Apache to serve the said home directory.

      Kludgy, but workable. It'd be nice to see this resurrected and turned into something a bit more modern...

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    9. Re:Linux anyone? by Tim+C · · Score: 3, Insightful

      Someday I'm sure that these crapware vendors will be producing their garbage for Linux, and dumb Linux users will be plagued with much the same sort of problems that windows users suffer today

      Of course they will. Like them or loathe them, the adware authors are doing it for money, and so target the OS with the largest install base (all other things being equal). Once Linux or MacOS has a more appreciable market share, they'll be targetted too.

      Yes, Windows is more vulnerable to remote/local exploits, but that's not what we're talking about here - we're talking about trojans, malware-riddled software and other stuff that requires user intervention to get on to a system. If the hordes ever descend on Linux, so will the malware.

    10. Re:Linux anyone? by kirkjobsluder · · Score: 2, Informative
      Locate isn't bad, but for some applications you really need to have a content-based search that can't be accomodated by variations on grep. The grep family is great when you are dealing with text based files, but tends to run into problems with content like pdf and OpenOffice.org files.

      So for a practical example, I have about 120 collected pdf files of academic articles under filenames with the primary author and year. (I could put the title in there, but filenames between 16-25 characters seem to be reasonable.)

      If I'm doing reading on a particular topic, I might want, for example, all of the articles related to Barry Wellman's work on social networks on the internet. The obvious way to get that is to list all of the articles that cite Wellman. This is probably not information that I want to put in the filename.

      So, to try a naive example (which according to others here should work.)
      % time grep -il wellman *.pdf
      grep -il wellman *.pdf 0.65s user 1.27s system 99% cpu 1.939 total
      So in this case, grep spends about two seconds returning no results.

      Now I could write a shell script that runs pdftotext on every file in my library, then grep the output. But pdftotext is expensive for one file much less a directory of 120 files:
      % time pdftotext postgresql_tutorial.pdf - > /dev/null
      pdftotext postgresql_tutorial.pdf - > /dev/null 1.84s user 0.16s system 99% cpu 2.019 total
      Thankfully, I have a document indexing application that does the work for me. A while back I set up swish-e to index almost everything in my home directory. So...
      % time swish-e -f ~/.swish-e/Web_index -w wellman | grep library
      1000 /home/kirk/www/library/garton_1997.html "STUDYING ONLINE SOCIAL NETWORKS, by Laura Garton, Caroline Haythornthwaite, and Barry Wellman" 103238
      927 /home/kirk/www/library/koku_2003.doc "koku_2003.doc" 306176
      375 /home/kirk/www/library/Cassell_2005.pdf "Cassell_2005.pdf" 615126
      323 /home/kirk/www/library/Qualifying_Exams/onlinecomm .pdf "onlinecomm.pdf" 63894
      255 /home/kirk/www/library/Koehly_1998.pdf "Koehly_1998.pdf" 1410176
      255 /home/kirk/www/library/Qualifying_Exams/methods.pd f "methods.pdf" 72688
      255 /home/kirk/www/library/cho_2003.pdf "cho_2003.pdf" 118267
      161 /home/kirk/www/library/SearchDBDT/INDEX_K.IX "INDEX_K.IX" 294912
      161 /home/kirk/www/library/ICLS_doctoral_consortium_pr oposal.pdf "ICLS_doctoral_consortium_proposal.pdf" 44923
      161 /home/kirk/www/library/barab_ilf_2002.pdf "barab_ilf_2002.pdf" 280560
      161 /home/kirk/www/library/barab_dvc.pdf "barab_dvc.pdf" 683011
      swish-e -f ~/.swish-e/Web_index -w wellman 0.05s user 0.03s system 95% cpu 0.090 total
      grep library 0.00s user 0.01s system 9% cpu 0.087 total
      The full-text index gives me 11 hits, in 1/20th of the time as a naive grep, sorted by score. (It missed one, primarily because xpdf respects copy protection while Copernic seems to be able to index through copy protection.)

      Sometimes fulltext searching is useful, and egrep just does not work.
  3. Apple's coming out with something like this... by bennomatic · · Score: 5, Interesting

    It's called Mac OS X Tiger. If you've used iTunes, you know how good and how fast searching can be. It's going to be pretty awesome when it comes out.

    --
    The CB App. What's your 20?
    1. Re:Apple's coming out with something like this... by Ludraman · · Score: 3, Interesting

      Yeah, it's called Spotlight, and in Tiger will be in the top right corner of the screen. You can search your hard drive like you search your iTunes library, and it will even search in files for keywords. All in no time whatsoever. Rockin'.

      --

      -- Wanted dead or alive - Schrodinger's cat
    2. Re:Apple's coming out with something like this... by byolinux · · Score: 2, Informative

      Looks pretty sweet too.

      Apparently it's a SQL Lite DB that stores Metadata.

    3. Re:Apple's coming out with something like this... by SirBeck · · Score: 2, Interesting

      No need to wait for Tiger... http://quicksilver.blacktree.com/ is nearly perfect. Type ahead find on any file, app, or the contents thereof, then run any number of actions on that object. Run it, pipe it, control iTunes with it, bind keys with it... no need for docks or menus ever again.

    4. Re:Apple's coming out with something like this... by Shanep · · Score: 5, Informative

      It's called Mac OS X Tiger.

      Actually, it is called Spotlight.

      Which will be a part of Tiger, the latest upcoming version of Mac OSX.

      --
      War crimes, torture, lies, illegal spying... Would someone give Bush a blowjob, already, so he can be impeached?
    5. Re:Apple's coming out with something like this... by dr.badass · · Score: 2, Informative

      Quicksilver also has the worst interface of any Mac app, ever.

      You're an idiot. There, I said it, and will probably get modded down just for that. But, honestly, QuickSilver having a bad interface? Bullshit. Your description sounds like you just looked at a screenshot and guessed at how it works. It's functionally no different than LaunchBar, Cmd+Space and start typing in the box cleverly marked "Type to search".

      Yes, it's a *slightly* different approach than LaunchBar, but if you closed your yes, you'd be hard pressed to tell the difference between the two.

      --
      Don't become a regular here -- you will become retarded.
    6. Re:Apple's coming out with something like this... by adpowers · · Score: 2, Funny

      Well, they could call the next version 10.5 Pussy.

    7. Re:Apple's coming out with something like this... by blowdart · · Score: 2, Interesting
      All in no time whatsoever

      No time? Wow, is this due to the "faster than light" processor Apple were advertising a couple of years back?

      Please, I realise people swallow marketing speak but saying a search will take no time at all has gone past marketing speak and into blatent lying. At a minimum there's the time to index your disk, then when you search the time to look through that index and the time to display results.

  4. history search by FrenZon · · Score: 5, Informative

    The biggest use (and what makes it a necessity for me now) I have for a desktop search tool is searching for a webpage I partially remember visiting a few weeks ago, but need more information from. GDS indexes the content of all pages as you visit them, making finding them relatively easy - as far as I could tell (tested over half an hour), Copernic only indexed title and URL, which was of much less use.

    A minor point for the geekier here - GDS can also be activated using quicksearch URLs from IE or Firefox, which is handy for those used to getting everything from one field.

    1. Re:history search by duncangough · · Score: 3, Informative

      Install your own proxy server and let that do the searching and indexing.

      Like this: Python proxy server - a proxy server, written in Python, that uses Lucene/Lupy to do the indexing and searching.

  5. Why is desktop search so hot? by mOoZik · · Score: 2, Interesting

    I can't understand why the regular search function isn't enough. No, I'm serious. What do these products offer that a regular search cannot afford? Seems everyone is on the desktop search bandwagon these days.

    1. Re:Why is desktop search so hot? by almostmanda · · Score: 3, Insightful

      The search that comes with Windows XP is a)ungodly slow b)often unable to find what you need and c)only searches file names. It can't search within chat transcripts, e-mails, or documents. Even if it could, Windows search does a terrible job of arranging the results once they have been found. There is great potential to improve upon the current local search.

    2. Re:Why is desktop search so hot? by mOoZik · · Score: 5, Informative

      Actually, it CAN search inside of files, contrary to your post. The results can then be arranged by size, type, folder, date, etc. Isn't that enough?

    3. Re:Why is desktop search so hot? by Anonymous Coward · · Score: 3, Insightful

      Every try using windows search to locate some piece of source code? Using Windows to find a document containing some piece of text is not very good. If you are just looking for a file named yyy or even *.jpg it is somewhat ok, but even then it has to traverse your entire directory structure.

      This means that if you want to find all mp3's on your in the twenty different file sharing programs, and didn't have the foresight to organize them all into one set of directories. Than windows is going to search every file and check if it matches the extension .mp3. That is going to be alot of disk access, so I hope you defragged your hard drive lately so that the File allocation table is all residing in one section, if not it is going to be awhile.

      The google search tool (and I assume others) keep an indexed structure of your files for fast and intelligent searching.

      It would be likely searching an entire SQL table for a record when really the record you want should be indexed to allow quick lookup.

      This may not be an issue if microsoft and Apple get their relational file systems implemented. I am pretty sure Microsofts system is far away though, although I think I heard apple and linux are closer.

    4. Re:Why is desktop search so hot? by eric_01 · · Score: 3, Informative

      I have about 6 years worth (10 gigs) of old project files sitting on my hard drive. I use X1 and think its an absolute god send. Just type in a few keywords and X1 pulls up the file. I used to have to pour through a dozen levels of directories and rely on my rusty memory to try to find files.

    5. Re:Why is desktop search so hot? by WiPEOUT · · Score: 2, Informative

      Way to go, Mr Anonymous Windows Expert. The Indexing Service does everything these desktop search tools do, and has for many years.

    6. Re:Why is desktop search so hot? by cca93014 · · Score: 2, Funny

      In their wisdom MS decided that search should ignore certain file types. Try creating a file that ends in ".java" and search for a string inside that file. Surprised?

  6. Why would anyone trust this? by krbvroc1 · · Score: 2, Interesting

    What amazes me is why would anyone trust this sort of application? Other than a virus scanning program, I really don't want any application to have permission to scan, search, and index every file on my harddisk. I don't care what the privacy policies are ; it's not something I'm willing to risk.

    1. Re:Why would anyone trust this? by Old+Man+Kensey · · Score: 4, Insightful
      Assuming you're the kind of user with privileges to install this on your computer to begin with, every application you run already has those permissions. Any program you run has the same permissions you have when you run it, unless there are admin policies to the contrary in place. So, these apps don't inherently represent any more of a security risk than the ordinary search built into your OS.

      So, do you trust your OS vendor? If so, why, exactly? For that matter, do you really trust your antivirus vendor?

      --
      -- Old Man Kensey
    2. Re:Why would anyone trust this? by drakethegreat · · Score: 2, Insightful

      If you run a good enough system you would be running a firewall that would prevent the application from making any outgoing connections and then it won't invade anything. Then if you get scared at some point just find where the tool stores the data and delete it.

  7. the main problem i had with google by jeff+munkyfaces · · Score: 5, Interesting

    is that i can only open the file i search for!

    i planned to sort out my music collection - so i searched for an artist - 87 results.

    can i select them all and move them to a folder in one go? no.

    for this kind of thing it's useless - i wonder if i can with copernic..

    1. Re:the main problem i had with google by thenextpresident · · Score: 2, Informative

      Yes, you can move files with Copernic. You can drag them from the search result to a new location. Of course, it actually moves the file, and doesn't just copy it.

      --
      Jason Lotito
  8. How neccessary is this for home users? by TheWart · · Score: 3, Insightful

    Maybe it is just me, but for home users, is a tool like this really necessary?
    If you do not put things in directories, and are really disorganized, I suppose it would be, but I suspect that most people are at least somewhat organized when it comes to computer files...

    Then again, my perception may be skewed, since most people I come in contact with who use computers a lot are my college friends, and they are all pretty computer literate.

    1. Re:How neccessary is this for home users? by savagedome · · Score: 3, Funny

      I suppose it would be, but I suspect that most people are at least somewhat organized when it comes to computer files...

      Like this??

    2. Re:How neccessary is this for home users? by standsolid · · Score: 2, Informative

      As someone who works helpdesk...

      You, sir, are completely wrong :)

      Users HAVE NO CLUE where they put their files... ever.

      Now whether or not a search tool will help them find the files they save is another question...

      --
      WTPOUAWYHTTOTWPA
      What's the point of using acronyms when you have to type out the whole phrase anyways?
    3. Re:How neccessary is this for home users? by GlassHeart · · Score: 3, Insightful
      I am pretty anal about where I put my files, yet over the years those habits and preferences do change. Thus, I might've used 'personal' in 1995 and 'prj' in 2000 to refer to personal projects. Whenever I switch machines, I don't always have the patience to restore everything (particularly stuff like archived email) from the old machine in the right places, especially if it's something as major as a Windows to Linux switch. Instead, the old stuff live in a tgz file somewhere.

      Would I ever need to search old email? Probably. Do I want to remember where every single email program I've ever used stores its mailbox files? Hell, no. If done right, these search tools can be really handy.

    4. Re:How neccessary is this for home users? by justin12345 · · Score: 2, Funny

      I store ALL my data on the DESKTOP in semi-randomly named files (to the point that they all overlap into a seemingly bottomless pit of stacked icons). I NEED a search tool.

      Oh... and does anyone know how to bring your desktop background to the foreground? I can't see the nice green fields anymore ;-)

      --
      Cool art gallery, if you're into that sort of thing.
    5. Re:How neccessary is this for home users? by strider_starslayer · · Score: 2, Interesting

      I generally make a point of correctly labeling my files, and making strong directory structures, eveything nessassary for good organization;

      Yet I still desire a tool like this. Why? Because I forget thing- I may remember that two years ago I worked on a programmign project that displayed all the pictures in a directory- but I don't remember the filename, the project it's attached to, or the date I last used it.

      I can search my programming directory, my backup directory, etc; eventually I'll find it, but I'll have to open basically every project I have to do so- by making a search for the contents of the file and searching for notes I would have put into my properly documented pseudo code, or whatever else I can come up with, in an advanced search routine that uses a lot of AND/OR statements, I'll find it.

      --
      -Millions of Monkeys, Millions of typewriters, 6 hours of sorting through faeces encrusted pages to find: This post
    6. Re:How neccessary is this for home users? by MrRTFM · · Score: 2, Interesting

      this is especially useful for home users.

      Considering that these are people who get lost when a desktop shortcut vanishes - "who deleted solitaire?"

      They dont have to think about where files get saved to anymore - they dont even have to think about what app they used to create it - the desktop tools find it for them and all they do is click the web link.

      I also use Google desktop search (and Lookout), but google will be far better when they allow us to choose our own file extensions to search.

      --
      You can't expect to wield supreme executive power, just because some watery tart threw a sword at you
  9. DT Search by Anonymous Coward · · Score: 3, Informative

    I've tried these so-called "Desktop Search" apps like Google and Copernic, but they're all crap. If you want serious desktop search, get something like DTSearch (http://dtsearch.com/PLF_desktop_2.html).

    Only problem is DTSearch is hella expensive at $200.

    But if you've got serious amounts of text that you need to search (I use it to search through 80gb of text on an external HD), its the only way to go.

    1. Re:DT Search by Mehtuus · · Score: 2, Informative

      DiskDB is not the most beautiful program, but it works very well. ( http://www2.neweb.ne.jp/wd/morimoto/en/diskdb/inde x.html ) Or you could try one of the programs listed on this page: ( http://www.snapfiles.com/freeware/system/fwdiskcat .html ).

      --
      http://mehtuus.googlepages.com
  10. Some GNOME folks look to be working on it. by Chuck+Chunder · · Score: 5, Informative

    Beagle is a search tool that ransacks your personal information space to find whatever you're looking for. Beagle can search in many different domains.

    The latest edition of the Beagle newsletter has just been released.

    --
    Boffoonery - downloadable Comedy Benefit for Bletchley Park
    1. Re:Some GNOME folks look to be working on it. by artemis67 · · Score: 4, Funny

      Whoa, whoa, whoa. If you're talking about having your personal information ransacked, then Windows wins again!

  11. SHHH!! by spac3manspiff · · Score: 2, Funny

    Dont tell Microsoft or they will get bought.

  12. Re:Bias? by koreaman · · Score: 2, Interesting

    Slate is completely journalistically independant of their owner, Microsoft. For instance, I distinctly remember them recommending Firefox.

  13. Enfish by vivarin · · Score: 2, Interesting

    Yesterday marked the tenth anniversary of my first day at work at Enfish, one of the very first desktop search engines. You can try it yourself at enfish.com. I also wrote part of the indexing system for what eventually became X1 at idealab after I left Enfish in 1999.

    Enfish has the best Windows integration, and X1 has a very snappy search. Enfish uses less memory for a large index and supports more data types.

    Linux types can always use glimpse or roll something themselves with Lucene (an apache project).

    Nice to know that it only took a decade for the product category to heat up...

  14. Newsflash by E+IS+mC(Square) · · Score: 5, Insightful
  15. Desktop search unnecessary by Dogtanian · · Score: 4, Funny

    All desktop searches are redundant; well, under Windows at any rate.

    Simply use Google, which will have visited the web server on your compromised Windows PC- the same web server that is sharing everything on your hard drive with the rest of the world.

    I bet those Linux weenies are jealous now.

    --
    "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
  16. oh shit by commodoresloat · · Score: 3, Funny
    GDS indexes the content of all pages as you visit them, making finding them relatively easy

    This is gonna make it really easy for your spouse to figure out what porn sites you visit....

  17. Re:Bias? by EvanED · · Score: 3, Insightful

    Even the sale of Slate notwithstanding, the journalistic independence Slate had was quite admirable on the part of MS; few companies would keep a news source like that on a looser leash.

    Slate was very critical of MS during the anti-trust trial, has been reasonably critical of their software (even going so far, as another user mentioned, as to reccomend Firefox).

  18. I had a major problem with Copernic by geneing · · Score: 2, Interesting

    I tried Copernic for about a week and then removed it. A major "showstopper" for me was that Copernic would lock files at random (indexing?). When I would try to delete a directory I would get an error that files are in use. It was happening way too often even after I limited the directories I indexed. Another problem was random slowdowns and explorer crashes. I don't have a proof that Copernic was at fault - only circumstantial evidence.

  19. What is your CPU for? by jerometremblay · · Score: 2, Insightful

    If there is *anything* that my computer can do for me, why would I want to do it myself?

    Maybe you don't trust Microsoft, but indexing and personal agents technologies are the futur.

    Don't have a closed mind.

  20. Re:thunderbird? by starrsoft · · Score: 2
    Are there any desktop search programs out there for emails stored in Mozilla or Thunderbird?

    Yes. Copernic.

    --
    Read my blog: HansMast.com
  21. FYI, Copernic contains adware. by Shanep · · Score: 4, Informative

    Copernic's Privacy Policy reveals that, "Copernic Technologies, Inc. works with third parties that transmit advertisements to the Copernic Agent and Copernic Desktop Search product families and Copernic Meta."

    --
    War crimes, torture, lies, illegal spying... Would someone give Bush a blowjob, already, so he can be impeached?
    1. Re:FYI, Copernic contains adware. by Scutter · · Score: 3, Informative

      Copernic's Privacy Policy reveals that, "Copernic Technologies, Inc. works with third parties that transmit advertisements to the Copernic Agent and Copernic Desktop Search product families and Copernic Meta."

      It also says this:


      # Keywords and result contents processed by Copernic Desktop Search
      Copernic Desktop Search does not allow transmission of keywords or result contents to Copernic Technologies, Inc. or any of its partner for searches conducted by the user on his computer or corporate or home network. If the software ever requires collection and processing of data, such as user's profile, location, search history, fields of interest and tastes, these data should be processed only by the user's computer and not be transmitted deliberately to Copernic Technologies, Inc. or any of its partner.


      I'd like to know how they reconcile the two. CDS does interface to web searches, though, so perhaps that's what they use.

      --

      "Tell me doctor, with all of your defenses, are there any provisions for an attack by killer bees?"
  22. Copernic - humm.. by E+IS+mC(Square) · · Score: 2, Interesting

    I guess it will take time to figure out advance and unique features of Copernic, but some obvious rants can be:
    1. No thunderbird support
    2. Why would I need to allow cookie from copernic if it is a *desktop* search?

    Good thing is that it has firefox/mozilla support, which takes care of your browsing. Default options are set non-aggressively (like searching history is checked off by default, which is insightful), and this is something really good : option of NOT searching images smaller than 16x16 pixels, music files of less than 10 seconds content (not configurable, though) - very thoughtful!!

  23. Wilbur from Redtree by spywarearcata.com · · Score: 2, Informative

    I've used the free open source Wilbur from redtree.com for ten years now. Now that everybody's doing it, I can tell the secret.

  24. Take your pick by useosx · · Score: 4, Informative

    Please, the Mac shareware developers practically invented this genre:

    Launchbar (the first)

    Quicksilver The current favorite, and free.

    Butler About the same as Quicksilver, more features but not as slick.

  25. CDS vs Unicode by loyukfai · · Score: 2, Interesting

    Copernic Desktop Search doesn't seem to support Unicode, which is a major strength of Google's various offerings.

  26. How big are these databases these create? by iamwahoo2 · · Score: 2, Interesting

    I have been wondering what exactly these things index? If they index every single word of every document, I would assume that the overall database becomes enormous, not to mention it must take awhile to create the index. Anybody have insight into what these databases are actually doing?