Slashdot Mirror


Better Search Results Than Google?

Mechanik writes "CNN has an AP article about the next generation of up and coming search tools, which try to cope with the glut of hits that result from 'conventional' search engines such as Google. One tool, Vivisimo, "is like a superfast librarian who can instantly arrange the titles on shelves in a way that makes sense. [...] But unlike libraries, Vivisimo doesn't use predefined categories. Its software determines them on the fly, depending on the search results. The filing is done through a combination of linguistic and statistical analysis." Grokker, another, downloadable program, "not only sorts search results into categories but also "maps" the results in a holistic way, showing each category as a colorful circle. Within each circle, subcategories appear as more circles that can be clicked on and zoomed in on." You have to love the author's use of trying to look for a hotel in France with the terms 'Paris Hilton' as an example of searching gone awry."

487 comments

  1. Good news for the Internet, bad news for Google by Anonymous Coward · · Score: 0

    Business experts at the Wharton School are now predicting the ultimate demise of Google. According to them, once the SCO intellectual property lawsuit kicks into high gear, one of their main targets will be Google. Google, as you may already know, is one of the largest users of GNU/Linux, with some 10,000 seperate machines, all running the Linux operating system. Once SCO is successful with their lawsuit, Google will most likely be forced to declare banruptcy and shut down their services because of the expenses with trial costs, lawyers and of course Linux licensing fees. It will be a sad day indeed, since everyone I know uses and loves Google. But it is good to see a new player in the search engine game that looks like it can fill the gap left by Google.

    1. Re:Good news for the Internet, bad news for Google by gcaseye6677 · · Score: 2, Interesting

      Yes, I'm sure Google is just going to roll over and give SCO whatever they want, and not fight them or anything... It will be a cold day in hell before SCO gets ANY licensing fees from Google.

  2. I still won't be happy... by Kickstart70 · · Score: 5, Interesting

    ...until I can regexp my searches. It would make a whole lot of difference.

    1. Re:I still won't be happy... by Anonymous Coward · · Score: 0

      Couldn't you use google's API to do that?

    2. Re:I still won't be happy... by eyeye · · Score: 5, Interesting

      That would be good.

      One way to improve google would be to filter any domain that has more than one hypen in it.

      You know those results from - "buy-mobile-phones-cheap-now-online.com" that you get when you searched for "linux patch".

      --
      Bush and Blair ate my sig!
    3. Re:I still won't be happy... by Kickstart70 · · Score: 2, Interesting

      Gawd I hate those. I don't understand why Google isn't doing that sort of filtering already.

    4. Re:I still won't be happy... by Anonymous Coward · · Score: 0

      Problem occurred while using Vivisimo:: Currently under heavy load. Please try again shortly Please go back to the Vivisimo home page and try your query again.

    5. Re:I still won't be happy... by Dthoma · · Score: 2, Interesting

      Wasn't there an Ask Slashdot story about someone who wanted to setup a regex search engine? I think he dumped the idea after someone did a regex which would've matched every email address in the engine database.

      (I'd link to the story but I couldn't find it. Damn you, Slashdot search!)

      --

      Note to M1-ers: a curt but otherwise insightful message is not "Flamebait" or "Troll".

    6. Re:I still won't be happy... by digitalsushi · · Score: 1

      ...and am not limited to a mere 10 tokens...

      --
      slashdot: where everyone yells sarcastic metaphors to themselves to understand the issue
    7. Re:I still won't be happy... by radish · · Score: 1

      hmmm.... .*

      that'd be fun :)

      --

      ---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"

    8. Re:I still won't be happy... by krog · · Score: 1

      Halting problem. Sorry.

    9. Re:I still won't be happy... by interiot · · Score: 4, Insightful

      From what I understand, the reason that google can do many many searches at once and still complete each in 0.5 seconds (besides having a huge linux farm) is that they make a lot of algorithmic shortcuts and precompute datastructures as much as possible. There really aren't any such precomputed algorithmic shortcuts to take with regular expressions, so searches would either be much much slower, or google would need to buy a vastly larger linux farm, for a feature that's used by less than 1% of the population.

    10. Re:I still won't be happy... by costas · · Score: 4, Interesting

      Search engines index words in web pages and at most keep word order (word no X out of N in page). In addition, they throw out common or garbage words (like 'the', 'and', etc), so the actual text is not represented in the index. That right there is a major reason why not to do regexes... Secondly, regexes are awefully expensive CPU-wise and understood by only a tiny portion of your users, so it's quite unlikely that this would happen.

    11. Re:I still won't be happy... by Anonymous Coward · · Score: 2, Insightful

      for a feature that's used by less than 1% of the population.

      Wouldn't that make it somewhat viable then? I mean, those of us who know regular expressions well enough to use them regularly are few and far between, so not every person using Google will search using a regexp. In fact, they could likely make it to where one can search using a regular expression by prefixing their search with 'regexp:' (similar to how you can search for definitions using 'define:').

      Of course, the fact that regexps can be used with Google might spawn a whole array of books showing the average joe how to conduct more powerful searches using "Regular Expressions", meaning more people may end up using them anyway.

    12. Re:I still won't be happy... by Thud457 · · Score: 2, Informative
      Pimpin' Kartoo!

      Granted, it requires flash. But it shows you pretty diagrams that help you in refining your search.

      --

      the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

    13. Re:I still won't be happy... by sam_handelman · · Score: 0

      They - the people spamming google with this stuff - would just switch to underscores.

      --
      The good and new comes from no quarter where it is looked for, and is always something different from what is expected.
    14. Re:I still won't be happy... by the_bard17 · · Score: 1

      Quote:...might spawn a whole array of books showing the average joe how to conduct more powerful searches using "Regular Expressions"...

      I have trouble getting my users to RTFM... and now we expect them to read a book on better Google searches?

    15. Re:I still won't be happy... by Hast · · Score: 1

      Perhaps they could add the regexp search as an additional pay service? Though it's probably not really feasable to do. I bet the cost of doing a single regexp search would be a lot higher than anyone would like to pay. (In both time and money.)

    16. Re:I still won't be happy... by Threni · · Score: 1

      > (I'd link to the story but I couldn't find it. Damn you, Slashdot search!)

      There's certainly some irony in a Slashdot story about search technology! Any reason why the Open Source "I'll fix it myself" ethics can't be put to good use here?

    17. Re:I still won't be happy... by interiot · · Score: 1
      I'm betting the accountants at google wouldn't be able to justify that a scant few users are taking up 10,000 times as much CPU/IO as normal users because they really need to, and a multitude of other users using 10,000 times as much just because they think it's cool but they don't really understand or need its power. Not to mention that google would have to spend a ton of development costs just to get to that point, to where regexps are optimized as much as possible and aren't starving resources from normal users and are working to the uptime and quality standards of google. R&D costs which are being used by <1% of users.

      Granted, end-user searching may not be where google is making its money. If google is making a lot of its money from corporate search-appliances, and business users would pay for optimized regexp functionality (and the extra CPU and hard drive space to support it), then maybe there's a business justification there. I don't know. But all the intranet search engines I've used were unbearably slow even when they used dictionary-lookup methods.

    18. Re:I still won't be happy... by aborchers · · Score: 1

      You may be looking forward to a sustained period of unhappiness, then.

      I'm not a search specialist, but it seems to me that the nature of regex searching and the indexed searching used by a system like Google are not going to be easy to meld. Regexes are fine for a small corpus of text, but would be computationally impossible for volumes the size of the Web. I always assumed that was the reason for the lack of the (very obvious) regexp searching in popular search engines.

      Or, perhaps I've just been trolled...

      --
      Trouble making decisions? Just flip for it.
    19. Re:I still won't be happy... by Anonymous Coward · · Score: 0

      It would be nice if they filter all Amazon affiliates. Just today I was searching (on froogle) and I get 100 results with exactly the same amazon price. Is anyone dumb enough to not buy directly from Amazon.

    20. Re:I still won't be happy... by thinkninja · · Score: 0, Offtopic

      and i won't be happy until i've scrubbed the thought of a !/. thong from my mind with a wire brush and bleach.

      slashdotters in thongs? oh, the humanity...&c.

      --
      "The number of Unix installations has grown to ten, with more expected." (Unix Programmer's Manual, 2nd ed.; june 1972)
    21. Re:I still won't be happy... by pantycrickets · · Score: 1

      There's certainly some irony in a Slashdot story about search technology! Any reason why the Open Source "I'll fix it myself" ethics can't be put to good use here?

      Or maybe they already have?

    22. Re:I still won't be happy... by Anonymous Coward · · Score: 0

      > Or maybe they already have?

      No. If that were the case I'd be able to find items I know are in Slashdot somewhere but which the search "feature" fails to locate.

    23. Re:I still won't be happy... by Anonymous Coward · · Score: 0
      In addition, they throw out common or garbage words (like 'the', 'and', etc)

      Not true for Google. You've confused the interface with the backend. Regular expressions aren't that expensive O(n). You just can't make an index for them and indexes are very cheap to search.

    24. Re:I still won't be happy... by Fjord · · Score: 1

      You do understand that what you said makes no sense.

      Of course, one would have to know what the halting problem and regular languages are (and how they have nothing to do with each other) to know this.

      --
      -no broken link
    25. Re:I still won't be happy... by timothv · · Score: 2, Informative

      They - the people spamming google with this stuff - would just switch to underscores.

      Underscores aren't allowed in domain names.

    26. Re:I still won't be happy... by kcornia · · Score: 3, Insightful

      I can't believe how quickly these sites have almost ruined Google.

      I got a bunch of games for Xmas, and when I've gone looking for strategy sites or even walkthroughs (for Morrowind for example), its practically impossible to separate the real sites from those we-sell-u-stuff-cheap-online-from-hungary.morrowin d-strategy-walkthrough-cheat-whatever-else-might-b e-in-a-search-string.html sites.

      VERY AGGRAVATING.

    27. Re:I still won't be happy... by t0ny · · Score: 1
      How about a search engine which DOESNT require me to download something?

      Thanks guys, but I'll be sticking to Google for a while longer, it seems.

      --

      Manipulate the moderator system! Mod someone as "overrated" today.

    28. Re:I still won't be happy... by Anonymous Coward · · Score: 1, Informative

      I agree. Like they say, "If you don't vote you can't complain about who is elected".

      Google has a link at the bottom of each search result screen: "Dissatisfied with your search results? Help us improve".

      I think that link needs some Slashdotting.

    29. Re:I still won't be happy... by Anonymous Coward · · Score: 0

      well if you want features that you can only get in a backtracking nfa performance can be a lot worse than that.

      not that any kind of regexp is feasible with that size input anyway...

    30. Re:I still won't be happy... by glesga_kiss · · Score: 3, Interesting
      I don't understand why Google isn't doing that sort of filtering already.

      They could get sued. It's an interesting thing legally, it's not really been tested yet. If Google deliberately block a site from appearing in it's results based on a matter of taste (i.e. they think it's poor content), then they leave themselves open to legal action.

      And that is the curse of Google. It's downfall started about six months ago. It's still great for solving technical problems but trying to get product reviews or searching on any brand-name etc for info is a waste of time. Just the official page and a hundred links to "portal" sites that have wormed their way up page-rank, each trying to sell you something.

      It was inevitable I suppose. Once the lay public got their hands on it en-mass, the search-spammers targetted it. Once the google users hit a certain critical mass, it all went downhill.

      Perhaps we should just keep the next best thing to ourselves...? ;-)

    31. Re:I still won't be happy... by jlaxson · · Score: 1

      IAAONAL (O = obviously)

      Where is the legal problem in google blocking sites? They have no obligation to provide their services, it doesn't seem like antitrust (google isn't forcing all search engines to block this site). Can these sites sue google when it goes out of business for not listing their site anymore?

      --
      On Apple Input Peripherals: They're okay, I guess, but I was really hoping for a one-key keyboard and a 109-button mouse
    32. Re:I still won't be happy... by glesga_kiss · · Score: 1
      Can these sites sue google when it goes out of business for not listing their site anymore?

      Well, one spam-farm company tried to sue them when Google changed it's system and they "lost their business". Google won of course, but actually blocking or devaluing certain sites could be seen as abuse of their monopoly in the eyes of the law.

    33. Re:I still won't be happy... by bendude · · Score: 1

      Underscores aren't allowed in domain names.

      I thought it was a vast right wing conspiracy when my ISP wouldn't allow access through their proxy, and Google wouldn't list (despite my attempts to bring their attention to it.) my Website http://pretzel_lib_front.tripod.com.

      It took a while, but now my isp has no problem with underscores, and neither does it seem, Google.

      --


      Get the Hell off my planet, you slimy mobster Bush!
    34. Re:I still won't be happy... by Anonymous Coward · · Score: 0

      Oh my! That (regular expressions) would be something!

      Only two problems are: pathalogical regexen and ability to provide negative regex(en).

      - parv

    35. Re:I still won't be happy... by CitizenJohnJohn · · Score: 2, Interesting

      What monopoly? There are several decent search engines and dozens of others. Google's monopoly is of 'search engines called Google' only.

      I suspect Google doesn't filter for these sites because to do so would be expensive and time-consuming, and would cause the same arms race between sites and Google that we see in email.

    36. Re:I still won't be happy... by svallarian · · Score: 1

      There's really only one site you need...

      www.gamefaqs.com.

      It's been around since WAAAY back (I can remember when it was just andy eddy's ftp site) and has some sort of information walkthrough / strategy guide for any game domestic or import.

      Steven V.

      --
      I patented screwing your mom. But it got revoked for "prior art."
    37. Re:I still won't be happy... by dbingamon · · Score: 1

      Forget changing the search engines, users should learn how to search. I'm tired of dumbed down operating system (Windows), dumbed down Internet, etc. Sometimes, I think the same Users would not know how to find a book in a local library. Maybe teaching DOS or something like it should be prerequestit.

    38. Re:I still won't be happy... by eyeye · · Score: 1

      They don't need to block them only give them a poorer rating, after all these sites usually have very little actual content.

      I agree though that they will always be targetted by spammers, I just wish they would fight back a bit more.

      --
      Bush and Blair ate my sig!
    39. Re:I still won't be happy... by KlomDark · · Score: 1

      They must be using the shitty Microsoft DNS. The actual RFC specification for DNS do not allow underscores. Microsoft just conveniently ignores the rules to create problems.

    40. Re:I still won't be happy... by Kent+Recal · · Score: 1

      I generally like flash (still waiting for a site that puts it to good use, tho)...

      But for this one, well.
      After playing around with it for like 10 minutes I'd describe it as "Google for PowerPoint users".

      Or in short: completely useless...

    41. Re:I still won't be happy... by dubiousmike · · Score: 1

      if you have the google toolbar installed, there is a smiley and frowny face that supposedly affects page rank. Though I believe it only works with IE, you can still make your voice heard..

    42. Re:I still won't be happy... by pcmanjon · · Score: 1

      >They could get sued. It's an interesting thing >legally, it's not really been tested yet. If >Google deliberately block a site from appearing >in it's results based on a matter of taste (i.e. >they think it's poor content), then they leave >themselves open to legal action. Isn't it _their_ search engine? They aren't at liberty to show every website they crawl.

    43. Re:I still won't be happy... by Felinoid · · Score: 1

      It was inevitable I suppose. Once the lay public got their hands on it en-mass, the search-spammers targetted it. Once the google users hit a certain critical mass, it all went downhill.
      Perhaps we should just keep the next best thing to ourselves...? ;-)


      Ahh but now they are leaving best thing before Google alone.

      And Alta Vista's Babble Fish is ferther along than Googles language tools.

      --
      I don't actually exist.
  3. Vivisimo by dreamchaser · · Score: 5, Funny

    They aren't off to a very good start:

    Problem occurred while using Vivisimo::

    Currently under heavy load. Please try again shortly

    Please go back to the Vivisimo home page and try your query again

    1. Re:Vivisimo by CrazyTalk · · Score: 1

      Same result here. Clearly, their software is not immune to the slashdot effect (i.e. I hope they throw a few more servers on the fire if they expect people to use this thing!)

    2. Re:Vivisimo by JWW · · Score: 4, Funny

      Well, this is one strike against them. I can't seem to remember google ever being slashdotted.

    3. Re:Vivisimo by swschrad · · Score: 1

      they're CNN-dotted and admit it. must be running on a TI-99/4. come on, slashdotters, melt 'em down ;)

      --
      if this is supposed to be a new economy, how come they still want my old fashioned money?
    4. Re:Vivisimo by Anonymous Coward · · Score: 0

      I thought it was a good start, but then again, I searched for "slashdotted server".

    5. Re:Vivisimo by corsec67 · · Score: 1

      Especially when we use the google cache to get around a slashdotting. Aparently google cache will not be replaced by the Vivisimo cache anytime soon.

      --
      If I have nothing to hide, don't search me
    6. Re:Vivisimo by jonbryce · · Score: 1

      Probably because we weren't popular enough when Google/(Backrub) first came out

    7. Re:Vivisimo by sootman · · Score: 1

      Damn, I'd really like to get a look at that new site. Anyone have a link to the Google cache of Vivisimo? ;-)

      --
      Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
  4. Yeah, but... by Anonymous Coward · · Score: 0

    It's not as catchy or cute as google. I won't give wizimodo another thought.

    1. Re:Yeah, but... by Pflipp · · Score: 1

      Oh, come on, you've dealt for years with Eltaveeschta.

      --
      "We can confirm that Debian does *not* ship the version with the trojan horse. Our version predates it." [CA-2002-28]
    2. Re:Yeah, but... by Anonymous Coward · · Score: 0

      Maybe they could get a Square/Enix tie-in and offer Moogle.

  5. Nice work, people by nealfunkbass · · Score: 0, Redundant

    Problem occurred while using Vivisimo::

    Currently under heavy load. Please try again shortly

    Please go back to the Vivisimo home page and try your query again.

    --
    - Donny was a good bowler, and a good man.
    1. Re:Nice work, people by npistentis · · Score: 3, Funny

      you have to admit, this may be the first time we've managed to Slashdot a search engine. Yet another /. milestone!

      --
      Gentlemen, you can't fight in here! This is the War Room!
  6. Better search results than Google? It will happen! by soluzar22 · · Score: 4, Interesting

    Well, Google made a huge leap forward from the old-guard, of AltaVista & Yahoo, who were in their own way a huge leap beyond what had gone before. We had to expect this to happen sooner or later, but two things spring irresistably to mind.

    1)Will it gain the enormous foothold in the collective consciousness that Google has acquired? To Google is now a verb... and it gets mentioned on Buffy, which is as good a cultural barometer as we are ever likely to have. :-)

    2)Will the UI and secondary services (such as the ODP, and Google Groups) be as good as Google itself?
    Also, while I'm sure that it will happen one day, I'll believe it when I use it and not before... Oh, and the Paris Hilton thing? LOL! That sort of anti-result comes back from search engines *a lot*. I was just talking to my mom about searches of that type of ambiguous nature the other day.

  7. tell me more... by Anonymous Coward · · Score: 1, Insightful

    You have to love the author's use of trying to look for a hotel in France with the terms 'Paris Hilton' as an example of searching gone awry."

    So what you're saying is the search went awry because the author decided that a hotel in Paris was more interesting than the other Paris Hilton entries?//

  8. I tried this earlier... by FroMan · · Score: 5, Informative

    I tried this earlier (around noon) when I saw the article. One of my big complaints is that the searches seem to take too long. Google usually is sub-second searches, this seemed to take about 3-5 seconds (this was well before slashdot posted the article, so it wasn't slashdot effect either).

    Also, I already do not like the search results showing up in the sidebar with search engines (with mozilla), as that is one of the features I kill as soon as I install mozilla. So, I guess, this search engine has a ways to go before I prefer it.

    The searches didn't seem too bad over all, I tried looking for "linux kodak 4530" and its results were not any better or worse than googles. I tried a couple other searches and they seem to be on target about as well as google though.

    --
    Norris/Palin 2012
    Fact: We deserve leaders who can kick your ass and field dress your carcass.
    1. Re:I tried this earlier... by Frisky070802 · · Score: 1
      In what way is this flamebait/redundant? Seems like the observation that response time is important is on the mark: why wait a few seconds unless you find their clustering provides real value added?

      Can't tell if it helps, until the Slashdot Effect (tm) diminishes, though...

      --
      Mencken had it right. So glad that's old news.
    2. Re:I tried this earlier... by Frisky070802 · · Score: 1
      OK, I finally got through, and I think the clustering is absolutely worth a few seconds in the cases where the search term isn't sufficient to zoom in to the right response immediately. I'll still go to google first, I suspect, but I've already added a keyword to ease requests to vivisimo.

      The sidebar isn't too bad, either.

      --
      Mencken had it right. So glad that's old news.
    3. Re:I tried this earlier... by Karatheodoris · · Score: 1

      Actually,
      it might have been cnn.
      From their webpage:
      "CNN Overload!"

    4. Re:I tried this earlier... by lurker412 · · Score: 1
      I tried it at around 2:30 PST. The speed was OK, but I was not terribly impressed with either the categories or their contents. I tried searching on Mozart, hoping that it would provide separate categories for biography, opera, symphonic works, sheet music, commentary, recordings, etc. It came back with 10 top level categories and a number of sub-categories. But they were mostly useless for my purposes. Adding additional terms to the query (Mozart opera) helped some, but again the clustering did not correspond to what I would expect.

      I think it would be great if someone figured out how to do this, but I recognize that it is a difficult problem to solve. Perhaps a good first step would be to come up with an algorithm that would reliably separate commercial offerings from knowledge resources. I would enter "Mozart -commerce" and the results would exclude any page that is trying to sell me something. If I were interested in buying, I could use +commerce instead.

    5. Re:I tried this earlier... by Dukael_Mikakis · · Score: 1

      I think maybe you're being more than a little unfair in it all. While it's very likely that the whole categorization and whatever that these alternate search engines use are going to slow the system down versus standard google, I think you're comparing apples to oranges. Or rather a Civic to a Viper.

      I don't think that Vivisimo would have as much raw computing power and as refined a Linux farm as google. Remember that google's been around for a while, and is Stanford-backed and so it's got a big engine under it's hood. What you should compare would be Vivisimo's performance if it had google's resources. If the times are comparable, but the concept parsing really improves the categorization of results (sort of like google groups, but with page searches) then you're onto something. If the algorithm is, any way you code it, a resource hog, then maybe it's not all we think it is.

      So what I'm saying is give Vivisimo a huge bank of distributed Linux servers and Terabytes of storage space and lookup tables and a refined page-rank or whatever (I'm assuming a Page-Rank-esque algorithm would still be useful within groups), and then see how Vivisimo holds up.

      And additionally, I love all the criticism about the user this and the user that and computer illiteracy and everything. You can rant and rave all you want about how users should be educated and everything, but the point is that people can't always know everything about computers. If a person doesn't know to quote search or use "+" and "-" that's reprehensible, yes, but that won't stop companies like Vivisimo or Grokker from refining such things.

      In fact, recognizing the very fact that many people couldn't hack their way out of a command prompt was the very thing that made Microsoft (and Apple) very huge companies. Can I get around in a Linux command prompt? Yeah. Are others willing to pay money so that they don't have to? Yeah.

      Can I google reasonably effectively? Yeah. Would others switch to another search engine that does the refinement for them (and they don't even have to learn how)? I think they would.

      And finally, the branding of "google" into a dictionary word does give it clout, but it sort of makes the brand generic also. I could buy "Puffs" or some generic brand of facial tissue and call it "Kleenex" without a thought. I'm sure it helps, but there are ways in which it could backfire.

      But I guess my point is, never underestimate anybody's desire not to have to learn anything, or do extra work. You'll get very rich if you capitalize on that.

  9. Grokker reminds me... by Kickstart70 · · Score: 5, Interesting

    of Antarctica, an old and very clunky Java Yahoo-like engine (sorta). It used a map of Antarctica to drill down into categories and subcategories before putting the user in a 3D world interface at the lowest level. When I interviewed with them, the interviewer did an excellent job of turning me off the technology, explaining that the 3D interface would allow 'billboard and other advertisements' along with the search results formatted in a 'mall or street' of entries.

    Gah.

    1. Re:Grokker reminds me... by Anonymous Coward · · Score: 0

      Futurama Quote:
      "My God, it's full of ads!"

    2. Re:Grokker reminds me... by po8 · · Score: 1

      It all reminds me of Northern Light, a search engine that tried to do this stuff many years ago. Looks like the company is still in business selling its SW, but no longer provides general web search.

      I tried NL for a while as my primary engine. I liked the categorization feature, but it didn't cover enough of the web space or provide enough extra-topical intelligence about relevance to provide terribly useful results. I gave up on it and went back to (IIRC) Altavista.

      The moral of the story, IMHO, is that it is not enough to provide advanced search features. Competitors also must provide all the basics that Google got right long ago.

  10. Every so often... by clifgriffin · · Score: 5, Interesting

    A new search engine comes along that touts its uber intelligent way of searching. It is hyped by the press but ends up by the way side. (See Teoma)

    I don't get excited about "Google alternatives". Google satisfies my searching needs as it is. Sometimes "knowing what to search for" is better than a super intelligent search engine.

    As far as I'm concerned anyone with a clue can produce the results they need with a little bit of practice and common sense. They don't need new search engines.

    Clif

    1. Re:Every so often... by CrankyFool · · Score: 1



      Every once in a while my dad asks me a question and I find the answer on google. He inevitably asks me "how'd you do that? I tried it on google and I didn't find what I wanted."

      Paris Hilton is a good example of this -- searching for Paris Hilton results in the top five entries being about the celebrity -- but as soon as I searched for Paris Hilton Hotel I found the Hilton in Paris... It's not really that hard (to me -- I may be more advanced than the target audience of these other search engines)

    2. Re:Every so often... by MyDixieWrecked · · Score: 1
      Very true.

      The problem is that most people don't know what to search for. I've seen my mom search google for "R Crumb" when she's looking for tee shirts with his characters, and I always have to point out that she should add "tee shirts" to the query.

      Another thing was with this girl I was trying to get into the pants of... She was always asking me for help with internet-based research for her various papers for school because she would google and yahoo for hours and find nothing, I'd do one search and IM her the first 5 results and she'd be like "THANK YOU!" every time.

      I just can't wait for google to make their advanced searches even more advanced. I want regex. I want it to behave as some sort of web-service so I can use a perl module to manage my results. google should have a programming API to extend their service in some way. If only there was a way of doing that and still being able to put their ads through, because without that, they'd get no revenue, and still have all the traffic.

      --



      ...spike
      Ewwwwww, coconut...
    3. Re:Every so often... by bomb_number_20 · · Score: 1

      Sometimes knowing what to search for doesn't help you at all.

      Recently, I was wrestling with a commercial application that involved an improperly functioning Help System.

      Have you ever tried searching for help on Help? I found it impossible to get any sort of meaningful result.

      In this particular case, a 'super intelligent search engine' would be useful.

      --
      That's ok, Jesus likes me anyway.
    4. Re:Every so often... by ctr2sprt · · Score: 1

      Google generally satisfies my search needs, but too many websites know how to bias their page rankings. So if you search for something, it's now common for the first 2 or 3 hits to be junk (just a page of search terms). It's not unusual for the first page to be junk hits, all identical but with different hostnames. This problem is only going to get worse as time goes on, and so far Google isn't doing to enough to combat it.

    5. Re:Every so often... by radish · · Score: 4, Informative

      I want it to behave as some sort of web-service so I can use a perl module to manage my results. google should have a programming API to extend their service in some way

      You mean, like this - Google WebServices?

      --

      ---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"

    6. Re:Every so often... by Cruciform · · Score: 4, Funny

      There was this guy who really wanted to get into my pants. So every time I had a major assignment I'd hang out with the other girls until the day before it was due, then just have him search for me.
      A few cut and pastes and I got at least a B+ every time.

      Who needs a search engine when you've got a push up bra? :)

    7. Re:Every so often... by Cruciform · · Score: 1

      Doh, would have been funnier if the "post anonymously" took :P

    8. Re:Every so often... by ktulu1115 · · Score: 1

      Agreed... The only problem ever have with Google is the fact sometimes I can't seem to locate any hits on what I want!

      It's really going to take something special to top Google and I don't see either of these having the ability to do so. Especially Grokker... who is really going to pay to use a search engine (for the web)? I'd be a poor man (well I already am) if I had to pay for every time I Googled something.

      --
      # fuser -v /dev/attention | grep work
      #
    9. Re:Every so often... by fupeg · · Score: 1

      Ah, to be satisfied with the status quo, how quaint. If only all of mankind was so, then we could still be drawing on cave walls...

    10. Re:Every so often... by Mac+Degger · · Score: 1

      Dunno 'bout Teoma being by the wayside. Ggole is good enough for computer tech stuff, but Teoma shines for science stuff (I'm talking scientific papers and the like here, the stuff you'd see on arxiv).
      Every search engine has it's focus.

      --
      -- Waht? Tehr's a preveiw buottn?
    11. Re:Every so often... by Haeleth · · Score: 1

      I don't get excited about "Google alternatives". Google satisfies my searching needs as it is.

      You know, people said the same about Yahoo. And Webcrawler. And AltaVista. Remember those?

      Google is the best now, and has been for a while, but it's just the latest in a succession of Amazing New Search Engines that have all genuinely represented Something Better. Why assume that what we have now is the best we'll ever have?

      Maybe in a year or so you'll write "I don't get excited about 'Vivisimo alternatives'", and someone will reply with "Remember Google?"...

    12. Re:Every so often... by jxs2151 · · Score: 2, Interesting
      I agree. It seems that some people have an innate ability to find what they want in search engines....and some do not.

      I am often stupified by how stupidly some people search. I still think that early search engines like Webcrawler and Lycos forced me to really learn how a search engine works, how to make boolean and grouping by quotes work for me. The power is incredibly but so little used.

      Advanced operators help immensely but I wonder how many searches use them. The concept of narrowing or widening a search by adding or removing terms is key but how many are taught that concept? Wildcards can eliminate ambiguity but do regular folks know that they exist?

      I wish Google would more prominently display their search help like they used to.

    13. Re:Every so often... by Steve+Franklin · · Score: 1

      It's a onetime fee. And there's a try-for-a-month deal, though it takes an hour to download at 56K. Beyond that, I don't know. It's only been half an hour.

      What annoys me about these self categorizing engines is every time I search for Steve Franklin, they inevitably come up with a Ben Franklin category. I'm not even related to the guy!

      --
      Hic iacet Arthurus, rex quondam rexque futurus.
    14. Re:Every so often... by wolverian · · Score: 1

      Google has a public API that you can utilise, and CPAN (Perl module repository) has the appropriate modules to make your work easier.

      --
      -- wolverian
    15. Re:Every so often... by Anonymous Coward · · Score: 0

      Every so often...one of the old men that hang out on usenet and irc under such handles as "sexyslut16" and "bifem18" makes a mistake and forgets to post anonymously.

      Luckily for you, most of the mod points are gone by now.

    16. Re:Every so often... by Anonymous Coward · · Score: 0

      No, it's funnier this way. Trust me.

    17. Re:Every so often... by Steve+Franklin · · Score: 1

      OK, it basically gives you the same results as Google, only it takes a lot longer. And, as I suspected, it gives you a Ben Franklin category no matter which Franklins you search for, even if you use quotation marks. It's pretty though. Conclusion: ERRRRNT!

      --
      Hic iacet Arthurus, rex quondam rexque futurus.
    18. Re:Every so often... by MyDixieWrecked · · Score: 1
      Yeah, you get the picture. When classes were over, I didn't here from her anymore, and she stopped responding to my IM's.

      She was a bitch anyway. No, for serious, she was, I'm not just saying that.

      --



      ...spike
      Ewwwwww, coconut...
    19. Re:Every so often... by Squegie · · Score: 0

      If I thought I could get the same results, I would try the push-up bra technique. However, being a flat-chested male, I wouldn't even know which size to purchase.

    20. Re:Every so often... by Anonymous Coward · · Score: 0

      At least you are an A (AA?) instead of a B (and that's not talking about grades).

    21. Re:Every so often... by Anonymous Coward · · Score: 0

      You sound like Henry Ford touting black cars. Or Bill Gates claiming 640k ought to be enough for anyone.

      Personally I think Vivisimo is a great idea. Sure it's not ready for prime time, but I expect that in a few years we'll either see something like this on Google, or we will see a rising company challenging Google for supremacy. Most people don't want to be masters of searching, anymore than the average library patron wants to have to take a grad school level class in researching in order to find the latest Danielle Steele novel. Think about it.

  11. Information Overload was the past by iamweezman · · Score: 1

    Too bad their server overload isn't...

  12. regexps suck by Anonymous Coward · · Score: 0
    regexps fucking suck.

    how the hell are you supposed to remember a syntax that resembles modemline noise on a good day?

    one of the profs at my university was a perl buff. regexps convinced me that my future lies in physics...

    1. Re:regexps suck by Anonymous Coward · · Score: 0

      I can remember it. And I'm a physics student too, btw. If you can't, your future probably lies in building maintenance.

    2. Re:regexps suck by Anonymous Coward · · Score: 0

      If you can't even puzzle out regexes, then maybe you ought to rethink that physics major...

    3. Re:regexps suck by Anonymous Coward · · Score: 0

      there's a difference between can't and won't.

    4. Re:regexps suck by Anonymous Coward · · Score: 0

      Physics. What is it all about... is it good, or is it whack?

    5. Re:regexps suck by Anonymous Coward · · Score: 0
      haha. i made my career in physics already.

      when i look back it's all about having to learn things by heart. in regexps, as in chemistry and human languages, there's no central structure. in physics there is. learn a few basic rules by heart and you can derive the rest.

    6. Re:regexps suck by Valar · · Score: 2, Interesting

      human languages, there's no central structure.
      I think if you spoke to any linguistics major, they would disagree. If you are interested in structures in human languages, a good place to start is with any of Chomsky's linguistics work, because he studied how words combine into phrases and phrases into sentences (think of it as a tree). In fact, every sentence in every human language is formed from a noun phrase, auxillory, and a verb phrase. It is kind of similar to token types combining to form sucessivly "larger" constructions in a computer language, but it is more easily recognizible because a) computer langauges barely have any transformational rules b) have a very limited non-user defined vocabulary.

    7. Re:regexps suck by Anonymous Coward · · Score: 0

      "how the hell are you supposed to remember a syntax that resembles modemline noise on a good day?" suggests both.

    8. Re:regexps suck by arhavu · · Score: 2, Interesting

      In fact, every sentence in every human language is formed from a noun phrase, auxillory, and a verb phrase

      Come now.

      This is the problem with Chomsky and his linguistics really. Looking at English and believing that all languages are fundamentally alike and that there is a simple structure to be found.

      Chomskyan linguistics is in many ways like looking at C and saying: 'Oh! All programming languages must be procedural and have pointers and use curly brackets to delimit blocks! And because it is obvious how all programming languages must be inherently equivalent this must _actually_ be how every other programming language works, everything else is convoluted C! And anyway, I can't be bothered to learn Haskell. Or Prolog.'
      Yes, I'm being unnecessarily flamebaitish.

    9. Re:regexps suck by Anonymous Coward · · Score: 0

      I forget, which one of those is a prerequisite for teaching?

    10. Re:regexps suck by Valar · · Score: 1

      Just because Chomsky focused on English doesn't mean the theory only holds for English. There hasn't been a language found yet that violates the concepts of transformational and generative grammar. Specifically, every sentence meets the NP, AUX, VP formula, though the order might be AUX, NP, VP or whatever. The NP might even be understood (understood subjects come to mind), but they are still part of the sentence structure (as evidenced by the fact that a grammatical transformation will make them reappear). Guess what, humans communicate by grouping smaller units of meaning into larger ones, and by changing the orders of those units. It is a universal characteristic.

    11. Re:regexps suck by Dominic_Mazzoni · · Score: 1

      I think if you spoke to any linguistics major, they would disagree. If you are interested in structures in human languages, a good place to start is with any of Chomsky's linguistics work, because he studied how words combine into phrases and phrases into sentences (think of it as a tree).

      Learning about Linguistics by starting with Chomsky is kind of like studying Evolution by reading Lamarck. Virtually all modern linguists acknowledge that Chomsky was pretty much dead wrong. The main problem was that Chomsky was not fluent in any language other than English, and he knew nothing at all about some of the more unusual languages of the world.

      To pick a specific example, read a little bit about Inuit (Eskimo) - that should convince you that not only do some languages not share our concepts of noun phrases and verb phrases, but that languages don't even have to have the same concept of a word that we do.

    12. Re:regexps suck by Valar · · Score: 2, Interesting

      Firstly, the languages in question are called Inuktikut and Inuptiaq. Inuit is the name that the people who speak those languages call themselves. Secondly, they do have noun phrases and verb phrases, just like other languages. However, these languages also demonstrate much more bound morphology than english, so there isn't as much of a need for combinational rules and transformations to denote mood, tense, or even action. Just because inuktikut isn't as "space delimited" as English is, doesn't mean it has different units of meaning. After all, can you say that French has no past tense because you have to conjugate verbs to indicate it? You would be on better ground if Chomky were the only one advancing this kind of theory, but it is one of the best supported ones in linguistics.

    13. Re:regexps suck by Anonymous Coward · · Score: 0
      The point would stand if said more carefully as: "In fact, most gramatically correct sentences in most human languages are formed from an (optionnally empty/implied) noun phrase, an (optional) auxillory, and a verb phrase."

      The only thing that is really essentially for a gramatically correct sentence is the verb. As in: "Come!". In this example, the noun phrase (subject) is implied ("you") by the imperative verb form.

      However, without the verb, we get into interjections, greetings or random blabberings, which are not really (gramatically correct) sentences.

    14. Re:regexps suck by Anonymous Coward · · Score: 0

      It is worth noting that not every linguistics major agrees with Chomsky's suppositions.

  13. AP strikes again by 97cobra · · Score: 4, Funny

    Glad to see AP covering a site thats been operational for 2 years, nothing like cutting edge reporting.

  14. What if... by GeckoFood · · Score: 4, Interesting

    What if you want that glut of hits? Sometimes you have to dig through some pretty obscure hits on a search to get what you want, and categorizing them or putting them in funny circles just complicates the process and can make the search take longer. I'll hang with Google and Teoma, thank you very much.

    And I certainly don't want a downloadable search app running, that's just another possible inroad for spyware. I've been burned enough times by apps I thought were "clean" that went off and chewed up enough bandwidth to choke a horse.

    --
    Be excellent to each other. And... PARTY ON, DUDES!
    1. Re:What if... by Anonymous Coward · · Score: 0

      What if you want that glut of hits?

      Stick with Google. The rest of us, who are tired of seeing hundres of porn-redirects disguised as legit sites, will try the new search engines. Do you really think that Google will just disappear? There will be choice, that's all.

    2. Re:What if... by fiendo · · Score: 4, Insightful

      The bandwidth theft may be something to keep an eye on; something else to think about is the taxing Grokker's going to put on your box's resources:

      "System Requirements
      Windows 2000 or Windows XP
      Pentium III at 400MHZ or higher
      128MB RAM (we recommend 256MB or more, if you're going to use the file indexing service for the My Files keyword search)
      100MB of free disk space (or 20MB only if Java 2 is already installed)"

      Myself I kind of like the idea of the graphical results, but not if my box is doing the grunt work. I think Google has them beat on that point.

      Not to mention that Grokker "Contains a fully functional Web browser based on Internet Explorer". How would one go about updating the various patches for this browser?

      http://www.groxis.com/service/grok/g_products.ht ml

      --
      I went to the city because I wished to live without deliberation.
    3. Re:What if... by gordyf · · Score: 1

      They probably just embedded IE as a control. Windows Update would update the browser just like it does the real IE (which is just a wrapper for the IE control also).

  15. google is a nice big target by larry+bagina · · Score: 1
    I like google, but their popularity is a 2-edged sword. On one had, they've got market (and mind) share, and should have a nice IPO soon.

    On the other, a cottage industry has sprung up around keywording your site into the top ten. More often than not, most of the results I get are worthless shell sites that redirect you to an online store. Or worse.

    If yahoo or MSN can do a better job of preventing this "search spam", they'll get a nice chunk of the search pie.

    --
    Do you even lift?

    These aren't the 'roids you're looking for.

    1. Re:google is a nice big target by Anonymous Coward · · Score: 0

      Google is ripe for the picking. I have the uses linked service (Vivisimo or whatever they call it, stupid name me thinks) and it does work better for me. Google is just so much crap, I only use them out of habit, and the fact they I like the nice clean interface. AV.com already does better image searching, plus video and other media files. The end result is who can deliver the most porn freely, and av.com wins so far.

    2. Re:google is a nice big target by BritGeek · · Score: 1
      Well, my problem is that the search results I am getting from Google these days is less & less relevant to what I tend to be looking for. I can see four reasons:
      1. The Internet has changed in such a way that Google's methodology doesn't work as well - i.e. the original "linked most" philosophy simply doesn't work as well on today's web as it used to.
      2. Google have been optimising their search rules towards other searchers & those rules that used to work for me, no longer do so.
      3. Google have got lazy (a variant of #3), and are falling into the Altavista trap.
      4. My queries have got more complex.

      Overall, I don't know which of the above is true. All I do know is that if a better mousetrap came along, I'd stop using Google in a heartbeat...

      --
      "The time is always now" - Victor
  16. Visimio by nysus · · Score: 2, Interesting

    Tried it...too many ads and so I don't quite trust it to give me the kind of pure results I seem to get from Google. I'll wait for Google to implement the same kind of categorization system or at least let other people who have the time test out visimio.

    --

    ---Technology will liberate us if it doesn't enslave us first.

  17. Many search results now overly commercial by sdo1 · · Score: 5, Insightful
    The problem with Google (and in fact a lot of the internet and in particular search engines) now is that it has almost entirely been taken over by commercial entities. When I was recently shopping for a digital camera, I did the usual internet searches. A few years back, similar searches would have found lots and lots of sites ABOUT the product in question (fan sites, discussion forums, reviews). Now I have to sort through page upon page of sites wanting to sell me said item, most of which aren't even actual store-fronts but instead just referral pages which have manipulated the Google ranking system to get on top. I recenlty hit the same problem when doing vacation planning. It used to be that I could easily find hundreds of pages ABOUT the destination, now I just find sites wanting to sell me airfare, book me into a hotel, and rent me a car. It's become extremely frustrating and has made Google far less useful than it once was. In fact, most of the big search engines are far less useful than they once were. Yahoo! used to be THE place to get organized info on any subject. The directory is almost entirely commercial now. DMOZ is extremely hit and miss and has started to get fairly out of date. I messed around with vivisimo a bit as well and found that to be hit and miss.

    Despite the problems with Google, it's still the best place I've found to get good info. The trick is to be very careful about how you search for something by adding in search modifiers such as "-sale" or "-bargain" or "review" to weed out the overtly commercial results. But even then, things have changed and not for the better.

    -S

    --
    --- What parts of "shall make no law", "shall not be infringed", and "shall not be violated" don't you understand?
    1. Re:Many search results now overly commercial by frodo+from+middle+ea · · Score: 5, Informative
      Tell me about it.

      Searching for info about electronic products is the worst on google.
      I use the following along with any thing i want to search and it usually does the trick

      -shop -shopping -price -buy -order -shipping".

      This no doubts subtracts one or two sites which are good but atleast filters out most of the shopping sites.

      --
      for the last time people, I am "frodo from middle eaRTH", not "middle eaST".
    2. Re:Many search results now overly commercial by ngunton · · Score: 2, Insightful

      I agree about the commercial pollution. Here's a thought: How about a search engine that *only* catalogs non-commercial websites? So it could use whatever strategy for ordering results, but the main criteria for being included is that the sites must not be selling anything. Might be hard to enforce (would need a large network of volunteers, I think), but it would be a cool thing that would get back to the roots of the internet and totally avoid the corruption that occurs currently.

      Of course, if it became successful then the spammers and manipulators out there would inevitably try to pass off fake "non commercial" discussion sites (which are really just infomercials for products)... but I think this is something that a "real" person could spot fairly easily (but maybe not!)... so, for example, how about a website that "discusses" digital cameras, doesn't sell anything, but it gets swamped with shills for various companies? Tough problem...

      Still, it's something to think about. I don't think such a thing could be automated, since real people will always tend to find ways around systems. Any search engine that becomes successful based on some automated algorithm will eventually inevitably be corrupted by smart people. So, you need real people to avoid this - and the only way for that to scale is to use a large army of volunteers (sort of like the dmoz.org, I guess). But the difference with dmoz could be that the sites don't just get catalogued, but actually crawled too.

      Even better (thinking as I type here) - how about making it a switch, so you could opt to look only for sites selling something, or only for sites which are non-commercial? Then you have the choice. It would still take a lot of work, but the concept would put us, the users, back in charge (and, I think, be extremely popular)...

      Hmmm...

    3. Re:Many search results now overly commercial by Titusdot+Groan · · Score: 1
      It appears to be an ongoing battle between google and the link farms...

      Last summer I had a meeting at the Sheraton Centre in Toronto -- found exactly how to get there with a Google search (top of the list)

      Last month I wanted to book my parents in to the Sheraton Centre so I typed "sheraton centre toronto" into Google and got reams of travel sites. It was pages before the actual Sheraton Centre page came up.

      Just retested now and Sheraton Centre is back at the top.

      Don't dispair -- it looks like Google is trying to do the right thing!

    4. Re:Many search results now overly commercial by kfg · · Score: 1

      I needed a map of Scotland yesterday. Not a great map, just some sort of map with a few cities on it. Even something a kid drew for a school project would have done the trick.

      Yep, a page of hits trying to sell me a map of Scotland.

      Well, I have a frickin' map of Scotland, so I went over to the shelf and pulled it down, which I guess is what I'll just do by default from now on, even If I'm sitting at my desk and already working on the internet. It's faster than wading through all the crap.

      So much for the internet being an educational resource. I thought they called it the information super highway and were all hep to get it into schools, not the international home shopping network. My advice? Buy the kids a cheap atlas and almanac. Then another for yourself.

      Of course that's now grounds for suspicion of being a terrorist.

      It wasn't like this even just a few months ago.

      KFG

    5. Re:Many search results now overly commercial by browneye · · Score: 1, Insightful

      Has it occurred to you that you get a large number of commercial sites in your search results because there are a large number of commercial pages with your search terms?

      That would not be due to a Google bias.

    6. Re:Many search results now overly commercial by whiskeypete · · Score: 0

      Gee, I tried typing in Scotland and map.

      not a single one on the first page was a site selling me a map.

      Try using what I used. It's called GOOGLE

    7. Re:Many search results now overly commercial by Saeger · · Score: 2
      I found a great map of scotland in just a few seconds with Google's Image Search; the 4th link from the left is a large jpeg.

      (too me longer to type this post than find the info :)

      --

      --
      Power to the Peaceful
    8. Re:Many search results now overly commercial by jacoplane · · Score: 3, Insightful

      Well, I don't think this will ever change. Commercial entities simply have the most to gain by being at the top of the Google PageRank. So even if Google doesn't make any distinction in to who gets the highest PR, commercial entities will simply make the biggest effort and eventually take the top spot.

      These days I always include other search terms like "epinions" (for reviews) or "wikipedia" for information to get the most out of google. Someday there will be a search engine where you can specify "no commercial s$*t", but till that day...

    9. Re:Many search results now overly commercial by rolofft · · Score: 1

      Searching for " review" usually works for me. If I just want prices I use froogle.google.com

      --

      "Give a man a fish and he will ask for tartar sauce and French fries!"

    10. Re:Many search results now overly commercial by dspyder · · Score: 1

      I couldn't agree more... and a lot of sites weren't even legitimate sites selling the product, they were just pointers to various affiliate programs. I wish Google could come up with a way to reliably check for referer codes in "buy it now" type links.... of course, that would then discredit a lot of legitimate small niche sites (like mine) that happen to have amazon referals just for the extra revenue or providing a service of useful books or products to their own visitors.

      Sticky situation, I was looking for info on my new racquetball racquet (since discontinued, so no longer on the manufacturers page) and couldn't find a single useful page. Even the spammy pages didn't have working links to actually buy one anymore!

      --D

    11. Re:Many search results now overly commercial by kfg · · Score: 1

      Not only that, but the very first hit is a loverly little map of Scotland, the very one used to suit my needs.

      Go figure.

      I searched for a lot of maps yesterday and my brain is obviously fried.

      NYS and map doesn't produce quite as pleasing results though. The second hit is downright annoying.

      KFG

    12. Re:Many search results now overly commercial by RedWizzard · · Score: 1

      Hopefully once Froogle goes non-beta they'll be removing commercial links from the main dataset.

    13. Re:Many search results now overly commercial by Anonymous Coward · · Score: 0

      Unless Google has recently changed it, there is 10-word limit for a search string.

    14. Re:Many search results now overly commercial by cavemanf16 · · Score: 1

      I was having the same problems too, until I started searching with +forum in my searches. Almost all corporate entities are rightfully VERY afraid of ever hosting a forum for their customers because they could never effectively control it to be nothing more than ra-ra-sis-koom-ba comments. In fact, I've found that when I need a factual review of a product these days, nothing beats searching a few forums to find some balanced reviews by users. Sure, people may troll forums, and often do *cough* slashdot *cough*, but the majority of the comments come from people generally interested in discussing the topic, product, etc.

  18. Is it hard to get in the Paris Hilton? by Iggowanna · · Score: 1

    I'm thinking so ... (SNL Sketch)

    1. Re:Is it hard to get in the Paris Hilton? by Anonymous Coward · · Score: 0

      You mean, the hotel or the girl?

    2. Re:Is it hard to get in the Paris Hilton? by Anonymous Coward · · Score: 0
      Since it's "the Paris Hilton" it probably denotes a place, and not a person. Well, unless you treat women like objects.

      "Hey, did you ride the Paris Hilton last night?" "No way, the Natalie Portman is good enough for me!"

    3. Re:Is it hard to get in the Paris Hilton? by raodin · · Score: 1

      Try reading the transcript.. It will make much more sense, then.

  19. Mapping Search Results by Anonymous Coward · · Score: 1, Interesting
    "Grokker, another, downloadable program, "not only sorts search results into categories but also "maps" the results in a holistic way, showing each category as a colorful circle. Within each circle, subcategories appear as more circles that can be clicked on and zoomed in on."

    I wonder what happens if you use Grokker to perform a search for images? It would be cool if the colorful circle be re-patterned in a way to resemble the image you are looking for.

    In this way, searches for something like goatse.cx would be especially topical.

  20. The same idea for images by TomDes · · Score: 3, Interesting

    We realized the same idea for images. Take the results from Google Image Search and rearrange them using methods from computer vision.
    An article about this is available here: Clustering visually similar images to improve image search engines .

  21. Search Engine Useability by Inhibit · · Score: 1

    The biggest benefit of any search engine is of it actually being available for me to search on :). Hopefully the slashdotting won't take out the company so I can try it later..

    At any rate, Google is an excellent search engine that is constantly being refined. It's good at what it does. I may consider using something complimentary that does something differently but I think I'd stick with google currently for straight out searching. Anything seeking to supplant it would have to handle more than just raw link feedback to different sites. It would have to take advantage of new forms of information and incorporate more than a huge link database into results.

    --
    You're reading Slashdot. Of course you like Linux and pc hardware
  22. Too slow? by Anonymous Coward · · Score: 0
    So what would you have done with the extra 3-5 seconds?

    It's the same thing as with speeding: you don't do anything with those extra seconds/minutes except endanger the lives of yourself and other people.

    1. Re:Too slow? by FroMan · · Score: 1

      Hey, if they do not provide a service better than google, why would I switch to slower search results?

      Yahoo used to provide a service better than most search engines, yet after google came out with better a better search engine, I switched. Now yahoo uses google, why do I not switch back? Because google is just as good, so there is no reason to leave the status quo.

      --
      Norris/Palin 2012
      Fact: We deserve leaders who can kick your ass and field dress your carcass.
    2. Re:Too slow? by Anonymous Coward · · Score: 0

      If I drive 60 miles at 60 MPH it takes me an hour to get somewhere. If I drive that same distance at 80 MPH (which today's cars are really built for) it will take 45 minutes. If I do that both ways 200 days a year I save 100 hours. Now I don't know about you but there is a lot I can do in 100 hours without any additional risk to anybody's lives. Now if you are talking about doing 100 MPH then I agree. The 55 MPH speed limit is antiquated and that is why most states have increased it on highways.

    3. Re:Too slow? by Anonymous Coward · · Score: 0

      I bet you drive an SUV anyway.

  23. Google disintegrating... by BJZQ8 · · Score: 1

    Google's search results seem to be disintegrating. If you search for almost anything, you are bombarded with dozens of sites that have nothing at all to do with your search, but everything to do with installing trojans and popup-producers. It's depressing to see what used to be a useful tool totally swamped by noise....I just hope they can bring it back from the brink.

    1. Re:Google disintegrating... by Anonymous Coward · · Score: 0

      That's because you're just searching for porn.

    2. Re:Google disintegrating... by Tibor+the+Hun · · Score: 1

      i agree with you, for example if one does a search for KOTOR walkthrough the 3rd and 4th choices are totally irrelevant.

      but i'm sure the smart folk at google are doing something about it.

      --
      If you don't know what AltaVista is (was), get off my lawn.
    3. Re:Google disintegrating... by PhilippeT · · Score: 1

      Problem with google, and the internet as is, is that the maker of the website gets to decided what search tags it contains. If thier was only a way to have something/someone decide for them it would help. Orwell would be proud of me.

      --
      A psychopath can't tell the difference between right and wrong. A sociopath knows the difference - he just doesn't care.
    4. Re:Google disintegrating... by Jayfar · · Score: 1

      "Problem with google, and the internet as is, is that the maker of the website gets to decided what search tags it contains."

      Only to the extent the website maker gets to decide what textual content a site contains. Goodle ignores meta tags, if you mean that kind of search tags. OTOH, some probably still do manage to game the system, such as by obscuring text (white text on white background for example).

  24. Re:Better search results than Google? It will happ by asdhwesd · · Score: 5, Interesting

    Is there a search engine that can filter out all of those annoying placeholder sites that grab unsuspecting visitors by simply putting every word about a certain subject on a page and then having links to other useless websites? This is 'webspam' as far as I am concerned and the next step in search engine design should be 'placeholder' site aware.

    A search engine that ignores specifically commercial sites would also be helpful.

    Any ideas on either of these type features in current or upcoming search engines?

  25. Re:EXCELLENT OBSERVATION by Anonymous Coward · · Score: 0

    wow, we didn't have the www in the 70s and 80s!

  26. Even if.... by ghettoboy22 · · Score: 5, Insightful

    "Vivisimo" can *somehow* come up with a better engine than google, will people use it? Google is getting bigger and bigger not necessarily by their search results (or lack thereof) but also because of how the phrase "google" has caught on in mainstream culture. Face it - when your competitor makes it into the dictionary, it's going to be EXTREMELY hard to get people to change the way they search. If you ask many non-techs how they find information on the web, they don't say "I search for it" they say "I google it".

    Now, that being said, one thing the CNN article doesn't talk about in great detail is the technology behind this company - Google started out at a major university - what's the background of this company? While I agree something should be done with all the advertising that occurs with PageRank, I find it highly doubtful that it's going to be another company (rather than Google itself) that will fix it.

    1. Re:Even if.... by Alaric42 · · Score: 1

      "Face it - when your competitor makes it into the dictionary, it's going to be EXTREMELY hard to get people to change the way they search. If you ask many non-techs how they find information on the web, they don't say 'I search for it' they say 'I google it'."

      Generic tissue brands seem to be doing well, but people don't say, "Give me a generic tissue to blow my nose," they say, "Give me a Kleenex." Google's not too thrilled (Slashdot article about it somewhere) about its adoption into the common vernacular for probably exactly this reason.

    2. Re:Even if.... by Alaric42 · · Score: 1

      Face it - when your competitor makes it into the dictionary, it's going to be EXTREMELY hard to get people to change the way they search. If you ask many non-techs how they find information on the web, they don't say 'I search for it' they say 'I google it'."

      Generic tissue brands seem to be doing well, but people don't say, "Give me a generic tissue to blow my nose," they say, "Give me a Kleenex." Google's not too thrilled about its adoption into the common vernacular for probably exactly this reason.

    3. Re:Even if.... by dwvanstone · · Score: 2, Insightful

      If you ask many non-techs how they find information on the web, they don't say "I search for it" they say "I google it".

      I still say that I'll make a xerox of something, or ask for a kleenex, even if I'm not using Xerox or Kleenex. I would guess that people have picked up google as a verb, but I bet over time the verb will be a synonym for searching online as opposed to using the brand Google.

    4. Re:Even if.... by Mudd+Guy · · Score: 2, Interesting

      Vivismo might not be able to beat google in the sense that google beat yahoo et al. But if their underlying technology is good enough, then maybe google will buy them and integrate their ideas into google. That might be their best strategy at this point!

    5. Re:Even if.... by Mac+Degger · · Score: 1

      One word: Xerox. Do you still have one at your place of work? Pretty doubtfull.
      Or how about Rolodex? Or Luxaflex? :)

      --
      -- Waht? Tehr's a preveiw buottn?
    6. Re:Even if.... by Pranjal · · Score: 1

      Is this what you are talking about?

  27. Google is Better Because... by LordoftheFrings · · Score: 1

    ...it never says "Server is under heavy load. Try again later."

  28. Off-topic? by Kickstart70 · · Score: 0

    Someone's thinking is screwy.

    KS

    1. Re:Off-topic? by mekkab · · Score: 0

      Off-topic? Someone's thinking is screwy.

      you must be new here.
      Welcome to /.!

      --
      In the future, I would want to not be isolated from my friends in the Space Station.
  29. Paris Hilton by jargoone · · Score: 1

    You have to love the author's use of trying to look for a hotel in France with the terms 'Paris Hilton' as an example of searching gone awry.

    A few weeks ago, there was a funny part on SNL. On Weekend Update, Jimmy Fallon was interviewing Paris Hilton (it was really her). He was asking her about The Paris Hilton, i.e. a Hilton Hotel located in Paris.

    "Is there back door access at the Paris Hilton?"

    "Is there double occupancy at the Paris Hilton?"

    She took it pretty well, and it was pretty good.

    1. Re:Paris Hilton by prostoalex · · Score: 2, Funny

      I wasn't sure whether it was scripted, but there was a good repartee from her end:

      Fallon: Is it roomy inside Paris Hilton?
      Hilton: Yeah, might feel a little spacy for you, but other people find it cozy.

      or something to that extent

    2. Re:Paris Hilton by Anonymous Coward · · Score: 0
      She took it pretty well

      Well...I'm quite sure the whole thing was scripted and rehearsed a couple of times and Jimmy's questions had been approved by her agent/publicist or whatever, so it's not surprising that she took it pretty well.

      It sure was funny though.

    3. Re:Paris Hilton by Anonymous Coward · · Score: 0

      >She took it pretty well, and it was pretty good

      Youre statement seems to indicate that there was a possibility that she wouldnt.
      Its a scripted show.
      She wanted to promote her mindless FOX trash.
      It wasnt like someone walked up to her with a mic unnannounced.

      Bring in that guy from the Howard Stern show and have him ask her (unprepared) if she takes it up the rear end and then comment on how well she took it.

      Its like saying that Britney did a good job lip-synching.

  30. Re:Better search results than Google? It will happ by CrayzyJ · · Score: 5, Funny

    " and it gets mentioned on Buffy, which is as good a cultural barometer as we are ever likely to have"

    Gawd help us. Society now sucks if that is our barometer.

    Google, the verb, has been mentioned on Law & Order. _THAT_ tells me it has entered the mainstream.

    --
    Holy s-, it's Jesus!
  31. Vivisimo is pretty cool by jaf · · Score: 1

    I searched for "shakespeare".

    Take a look at the categories it determines..

    Awesome!

    --
    -- jaf
  32. Querying slashdot effect... by alexatrit · · Score: 3, Funny
    A query on "slashdot effect" returned the following groupings, before the engine died under load.
    slashdot effect (111)
    o Technology (18)
    o Definition (11)
    o Story (9)
    o Also spelled (9)
    o Analysis, Three Internet Publications (5)
    o Source (7)
    o Sarcasta.net (3)
    o Spy (2)
    o Downloads (3)
    o Surviving The Slashdot Effect (3)
    Their cluster groups are interesting, but their top X results behave a lot like Google. Most of the results are the same as well. I do like how it lists where the result was sourced, however.
    --

    Nothing but the finest in meaningless drivel
  33. Shiny tin foil hats for all! by Scrameustache · · Score: 2, Insightful

    Pittsburgh-based Vivisimo sells its technology to companies and intelligence agencies, and offers free Web searches at Vivisimo.com.

    Oh boy! Where do I sign up for my free registration! Here's my name, age, adress...
    Sigh.

    --

    You can't take the sky from me...

    1. Re:Shiny tin foil hats for all! by Anonymous Coward · · Score: 0

      Hate to break it to you, but really just about every search engine company does this. As incredible as it might seem, operating a free web search without advertisements is hardly a profitable business. The way Google and others make money is to sell their search technology for use with third party sites or databases. This doesn't mean that Vivisimo is gonna start seeling your credit card information.

    2. Re:Shiny tin foil hats for all! by Scrameustache · · Score: 1

      Ah, you know, I hope all replies to that post are AC : )

      --

      You can't take the sky from me...

    3. Re:Shiny tin foil hats for all! by Anonymous Coward · · Score: 0

      "Leave your engines running while we stop to steal the sky..."

  34. Grokker's kinda cool by Daikiki · · Score: 4, Informative

    I'm actually posting this form the browser window of Grokker. Been playing with it for just a few minnutes now, but I can see how something like this can make obscure or broad searches a lot easier. When you enter a search term, Grokker generates a series of circles, each of them representing a subcategory of results for your search term, and each of them in turn filled with subcategories of their own. Searching for "west coast museums", for example, gives me subcategories such as 'travel', 'west coast attractions', and 'history museums'. Once you find your desired subcategory you're presented with a smallish list of matching sites, represented as squares. The categorization seems to make sense most of the time, even if the overall visual effect is remniscent of 70's disco lighting.

    --
    I want the fire back.
    1. Re:Grokker's kinda cool by Squegie · · Score: 0

      The concept of Grokker seems very cool. If they come up with a Linux or BSD client, I would like to try it out. I don't like the having to pay for it facet though. Google does a good job of placing ads and it seems to pay their bills and the advertisers are pleased as well. If google starting charging for search results, it would get unpopular, real quick.

      However, back to Grokker, the circle concept is good... it's a better visualization of how we classify sites on the internet. If I search on "poptop freebsd port" and find a circle of mailing list results, a circle of "official" documentation, a circle of download sites, and a circle of site devoted to top pop hits at the port, I will know where to go immediately.

      Assuming of course, the technology works.

  35. Google faults by Anonymous Coward · · Score: 0

    Until google allows you to permanently exclude all those annoying shopping/review pages that are nothing but click throughs to amazon etc then it won't be perfect - things like www.dealtime.com and www.shopping.com - why google even includes the damn things beats me.

  36. search interface by AMystery · · Score: 2, Interesting

    I've been doing a lot of thinking lately about better ways to interface with data, generally with searches but it applies to most anything. Naturally this was inspired by reading some Sci-Fi (Saturn's Race by Niven and someone...the book is in the other room.) I got to thinking, the perfect interface I can imagine is much like an actual room, things laid out visually where you would expect them. The normal 2D GUI has always seemed a bit unnatural to me.

    When this is applied to searches, I'd like to see information grouping, liek was mentioned in circles, although I want it more organic. tree structures, book shelves, whatever is most appropriate to the current search, and I want them interchangable so I can format my view however I think works best. In a web search, I like the idea of a street. The major sites, amazon,com, ibm.com, etc are all represented by nice looking storefronts, but there are also dark alleys I can do down, to find less reputable places. So in this case, information is arranged by reputation of the source.

    I haven't quite figured out how to approach this from a coding viewpoint, but surely there are projects out there that try this. WilmaScope for example is a good way to look at certain types of data. Why can't more things have this kind of intuitive interface? 3dDesktop is another attempt at this, but it is a mapping of 2D desktops to a 3D shape. I want more of a visual representation than just a bunch of desktops attached to a sphere. I konw there are others out there, but how about some leads? What have you see/used for intuitive data representation? Why hasn't this taken off?
  37. That's all we need... by garethwi · · Score: 3, Funny

    ...a search engine which can't handle a slashdotting.

  38. You can already get better results by JoshuaDFranklin · · Score: 4, Insightful
    Google has never been about getting the "best results"--you can already get much better results for your topic by using a specialized search engine (i.e., IMDB for movies, Lexis-Nexis for newspapers, etc.).

    Google is about having good quality results with a very simple interface, one that anyone can use. Go to an academic library and look at the various journal search engines like "America: History and Life" or PychINFO, or better yet just try out MedLine. See anything wrong? Busy page, weird syntax, a huge instruction page about "how to search".

    Engines like Vivisimo may make it if they can keep Google's simplicity and ease of use and only add value with categorizations. And personally, I think they better get out of 1996 with the frames. Yech!

    1. Re:You can already get better results by Quantum-Sci · · Score: 1

      Man, vivisimo sux.

      --
      Campaign finance reform is national security.
  39. Huh? by TheTick · · Score: 3, Insightful

    Man, I must have been sleeping...

    When did google become a conventional search engine...?

    --

    --
    bachiatari na torisetsu o yome!

    1. Re:Huh? by comedian23 · · Score: 1

      I'll third that. I have never heard anyone non-geek even mention Google. The only time I use it is to search M$ site, since their search sucks so bad, or to search newsgroups.

      Methinks slashdot may not be an accurate sample of all internet users...

      -Comedian

    2. Re:Huh? by Anonymous Coward · · Score: 0

      what have you been hiding under a rock? Everyone uses Google.. and I'm talking about non-techies here.

    3. Re:Huh? by IronicCheese · · Score: 2, Informative

      Man, you guys need to get out more. Google's been synonymous with internet search among a huge swath of non-geek people, and it's been that way for a pretty long time now.

      William Safire mentions Google in passing without bothering to define it in the NYT just a few Sundays ago.

      Or perhaps you're thinking of the uber-geek reference of the Oxford English Dictionary which now lists Google as a new word for 2003.

    4. Re:Huh? by Anonymous Coward · · Score: 0

      No, my father (and many others I know) use portal sites like Yahoo (or, My Yahoo, in this case) and just end up using the search there since it's convenient. I don't care about portal pages, and so my home page is Google.

    5. Re:Huh? by comedian23 · · Score: 1

      >Man, you guys need to get out more.

      I can't deny that.

      >Google's been synonymous with internet search among a huge swath of non-geek people, and it's been that way for a pretty long time now.

      I honestly had no idea. I thought it was still used mainly by geeks looking for obscure technical resources. I will take your word for it though.

      -Comedian

    6. Re:Huh? by evilviper · · Score: 1

      It became "conventional", the minute 90% of search engines began imitating it (or licensing it).

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  40. Re:Better search results than Google? It will happ by JaredOfEuropa · · Score: 1
    Will the UI and secondary services (such as the ODP, and Google Groups) be as good as Google itself?
    A good point. I switched to Altavista back in the days, because they had a relatively clean layout of the search results, which came up on the screen really fast. Later I switched to Google because of their even cleaner and more functional UI, not because I was getting better search results from them (there wasn't much difference that I noticed).

    Google is simple, fast and uncluttered, as opposed to some of the ad-ridden monstrosities like Yahoo. These services would do well to follow this example.
    --
    If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
  41. Re:Better search results than Google? It will happ by Jeff+DeMaagd · · Score: 1

    I suppose it stems from impatience and an unwillingness to learn such a basic thing needed to find information. Google is very simple and they have a simple tutorial on how to find what you want to find something specific. I think that is an excellent system and to expect it to work properly with just two words is too much.

    In the stated example, a simple change in the request should give far better hits. A Google search with these keywords would do the trick: "Paris France" "Hilton Hotel"

    "I'm feeling lucky" would actually return the correct result: www.hilton-paris.com/

    That link actually goes to the web site for Hilton Hotels in Paris, France.

    Not bad for only four key words.

  42. While we're discussing alternatives to Google... by Asprin · · Score: 1


    I've been told it's cool, but I've got 50 spacebucks for anyone who can explain how Kartoo works and why is more useful than a search engine that returns "normal" text results.

    I've read the FAQ, I even ran a few searches through it and fiddled with the results, but I still don't get it. Near as I can tell, it's just a way of making spaced-out pictures of words with circles and arrows around them - you know, like PowerPoint, but with fewer distractions.

    Is it because I don't do drugs?

    --
    "Lawyers are for sucks."
    - Doug McKenzie
  43. Not quite by bigjocker · · Score: 5, Interesting

    I tried a few searches on Vivisimo before it went live on slashdot and I must say I'm impressed. It addresses one of the main faults of search technology today: context. When you perform a search a tree is shown showing the different contexts (not categories) where the terms were found. Excellent for ambiguous concepts.

    But, and here is the beef, it should be obvious to anyone that there must be a interface change in the short term future of search. A textbox is a very limited input to express a complex search. Using regexps and regexp-like operators is not enough. This Vivisimo is a step in the right direction, but there's a lot of way to go through.

    For example try to make this search using any engine (Vivisimo, Google, Yahoo, Altavista, etc): who was the red-haired singer that recorded a song with Tom Morello a few years back?. At least I can't find an answer because one of the main aspects I'm using (the red hair) maybe is not as important as other aspects used to describe the situation by anyone else.

    There must be a interface revolution in the years to come. Come to think of it, are we still using a textfield to express every possible combination in a google search? Gross!!!

    --
    Life isn't like a box of chocolates. It's more like a jar of jalapenos. What you do today, might burn your ass tomorrow.
    1. Re:Not quite by RetroGeek · · Score: 5, Informative

      Try this search then.

      The search phrase was:
      "red hair" singer "tom morello"

      --

      - - - - - - - - - - -
      I am a programmer. I am paid to produce syntax not grammar. Deal with it.
    2. Re:Not quite by Carnildo · · Score: 4, Informative

      You can get a similar effect in Google by adding a word or two of context to your search. Searching for "paris hilton" gets millions of links to sites claiming to sell the tapes, but searching for "paris hilton hotel" gets hotels in France.

      --
      "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
    3. Re:Not quite by corrie · · Score: 1

      So you couldn't find the answer?

      Great. Now I'll wonder for the rest of my life who the red haired singer was.

    4. Re:Not quite by saikatguha266 · · Score: 1

      Context is definitely god-sent for ambiguous queries. Though searching for Java doesn't yield a single category to do with either coffee or Java the island in the first 2 screens. Think of that what you may. Though it is probably the underlying engines (MSN, Overture etc) that are ranking those pages way further down that Vivisimo doesn't even see them to categorise them.

    5. Re:Not quite by mike_mgo · · Score: 3, Insightful

      In this case yes, but this is a very simple example. Sometimes, epsecially on topics that you are unfamiliar with, it can be difficult to figure out what additional words are going to help to refine your search.

    6. Re:Not quite by jrumney · · Score: 2, Informative
      "paris hilton hotel" gets hotels in France.

      6 out of 10 links on the first page of google are still about "hotel chain heiress Paris Hilton".

      Even including the quotes gets you 4 links to pages about the star of the infamous video, and one to an "award winning desktop toolbar with 45 tools!".

    7. Re:Not quite by andyr · · Score: 1
      But, and here is the beef, it should be obvious to anyone that there must be a interface change in the short term future of search. A textbox is a very limited input to express a complex search. Using regexps and regexp-like operators is not enough.
      Have to say that the command line and regexps (is there any other way to do a regexp?) have done me proud the last 20 years, and probably the next. A fill-in form ? Maybe easier for you than me.

      Cheers, Andy!

      --
      Andy Rabagliati
    8. Re:Not quite by dspyder · · Score: 5, Informative

      You can get a similar effect in Google by adding a word or two of context to your search. Searching for "paris hilton" gets millions of links to sites claiming to sell the tapes, but searching for "paris hilton hotel" gets hotels in France.

      The most under-utilized feature of Google I think has to be excluding keywords. For this query, I would use:
      +"paris hilton" +hotel -tape -porn
      and probably get much better results. If the word "naked" is never ever going to appear in a legitimate result page, you might as well exclude it.

      Same goes for other things. I was looking for information on Microwaves and WiFi the other day... not the ovens, so -oven -food and I got infinitely better results.

      --Darren

    9. Re:Not quite by RedWizzard · · Score: 2, Interesting
      "paris hilton hotel" gets hotels in France.

      6 out of 10 links on the first page of google are still about "hotel chain heiress Paris Hilton".

      But the first one is the offical Paris Hilton Hotel page. What more do you want? In fact even searching for just "paris hilton" gives you that link on the first page (in 6th place). If the list is not clean enough for you just pick some common terms from the bad results and refine the search to exclude them.
    10. Re:Not quite by RedWizzard · · Score: 2, Interesting
      Sometimes, epsecially on topics that you are unfamiliar with, it can be difficult to figure out what additional words are going to help to refine your search.
      You've got a whole page of results context to pick some common words from (either pick words from bad results to exclude or from good results to include). The one thing Google doesn't do so well in (IMHO) is searching for information on a product - you normally end up with a ton of links to places selling the product, and these are not always easy to exclude.
    11. Re:Not quite by Mac+Degger · · Score: 1

      Whenever stories like this pop up, I'm reminded of my first year as a naive mechanical engineering student. We had to design and make a one-man hovercraft, and a friend and me where in charge of sorting out the rubber skirt (the thing underneath the hovercraft which keeps the air in). Anyway, we need tough vulcanised rubber sheets, prefferably in strips about 30cm wide.

      So I go to google... ...and I type in rubber... ...and hit enter... ...=8o...

      I wised up real fast after that :)

      --
      -- Waht? Tehr's a preveiw buottn?
    12. Re:Not quite by Anonymous Coward · · Score: 0

      -"credit card" -"buy now"

    13. Re:Not quite by Mac+Degger · · Score: 2, Insightful

      Exactly! Sometimes you don't even know wtf is out there...using the 'word in/exclude' technique, you would miss out on much info you might actually be (more) interested in.

      Using something like Grokker gives you some more insight into the whole available field.

      --
      -- Waht? Tehr's a preveiw buottn?
    14. Re:Not quite by jhatax · · Score: 1

      This is a tool for the ordinary Search Engine user who is intimidated by the thousands of hits that Google provides for most searches - the Vivisimo tool associates search results with relevant context so that the wheat can be differentiated from the chaff. It's not targetted to solving problems for Power Google users.

    15. Re:Not quite by valmont · · Score: 1

      i don't mean to be karma-whoring ... i couldn't resist ... here is the search you mentioned. I also excluded naked (per your suggestion) and Nicky (her sister):

      +"paris hilton" +hotel -naked -porn -tape -nicky

      it does indeed work quite well!

      thanks for your most informative post :)

    16. Re:Not quite by Anonymous Coward · · Score: 0

      I agree whole heartedly that straight text searches are not adequate. One solution is to allow fielded data searches, based on keyword=value type metadata. Of course, this means relying on the page designers to create useful metadata labels for their sites.

    17. Re:Not quite by Greyfox · · Score: 1
      Joe Average User doesn't want a bunch of complex options. Part of Google's appeal (IMHO) is its simplicity.

      Some things also never occur to Joe Average User, so this is what I tell them to do when searching Google: Enter a question. Go ahead. Don't be scared. Entering a question will feed Google enough key words that it'll typically come up with what you're looking for. It will be much more effective that Joe's normal attempts at searching, too.

      The guys over at CyC are doing some neat things with searching, though...

      --

      I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    18. Re:Not quite by Anonymous Coward · · Score: 0
      That's why you should use Lynx!
      However, it looks like google has changed since then

      lynx -dump http://www.google.co.uk/search?q=rubber

      [11]Goodyear Tire & Rubber Company

      [16]Gates Corporation - The World's Most Trusted Name in Belts, Hose

      [19]Rubber Manufacturers Association

      [23]Housing and Registration is now OPEN for the 165th Spring ...

      [27]Cooper Tire - Confidence. Performance. Mileage. Don't give up a

      [31]Rubber & Plastics News - Today's Headlines

      [34]Amazon.com: Music: Rubber Soul [UK]

      [37]The Rubber Stamper - A Magazine for Rubber Stamp Enthusiasts

      [41]British Plastics & Rubber On-Line

      [42]Business > Chemicals > Polymers > Resources > Directories

      [45]Tire Industry Association - TIA

      -f

    19. Re:Not quite by Ivan+the+Terrible · · Score: 1

      How do I invert this search? ;-)

    20. Re:Not quite by glesga_kiss · · Score: 2, Informative
      The most under-utilized feature of Google I think has to be excluding keywords.

      You've been able to do this for a long time in most search engines. Personally, I find myself often including the words -"buy" or -"search results" in Google to avoid all the spam.

    21. Re:Not quite by bigjocker · · Score: 1

      I'm not talking about forms, but a new input method (be it a drawing or a picture of your cat).

      From a comment I posted below:

      But a command line is not a textfield. That's a very shortsighted comparision. A command line is a prompt with commands, a history, external tools, and a lot more.

      If I could telnet google and use bash+perl+grep+awk+anything else to make my searches it would be the best tool ever

      --
      Life isn't like a box of chocolates. It's more like a jar of jalapenos. What you do today, might burn your ass tomorrow.
    22. Re:Not quite by Jugalator · · Score: 1

      I don't think + signs do anything in Google since it searches as "must include" by default, as opposed to earlier search engines. Minus signs is used to exclude them though.

      --
      Beware: In C++, your friends can see your privates!
    23. Re:Not quite by Anonymous Coward · · Score: 0

      The nice thing about Google WAS that you didn't need to do this kind of manual filtering to get good results.

      So far every major search engine has basically been rendered useless by spammers. Let's hope Google isn't next.

    24. Re:Not quite by Anonymous Coward · · Score: 0

      It might also be good to change your google preferences to use strict filtering to get rid of as many pornographic sites as possible.

    25. Re:Not quite by ballyhoo · · Score: 1

      Has anyone tried searching Vivisimo for "shite"? The #1 reply returned is a bit, ummm, culturally embarrassing right now.

    26. Re:Not quite by streepje · · Score: 1
      You've been able to do this for a long time in most search engines. Personally, I find myself often including the words -"buy" or -"search results" in Google to avoid all the spam.

      This is exactly the point. Google has become so prominent that it has been spammed to death both for commercial ends and for mischief by groups of bloggers etc. This fact alone could account for the perceived effectiveness of Vivisimo.

      If Google, or any other search engine, were to invest some time and effort on an "apparently commercial" button or on looking into when they're being bilked, it would make a huge improvement.

    27. Re:Not quite by KlomDark · · Score: 1

      WTF is SHITE? You mean SHIT perhaps?

    28. Re:Not quite by ssstraub · · Score: 1

      Why are you using search.earthink.net instead of google.com? Do you enjoy seeing "sponsored results" for the first 7 links of your search result?

    29. Re:Not quite by valmont · · Score: 1

      earthlink only shows 7 text ads. google shows 10 but piles most in the right column. i filter graphical ad banners. ergo, to me, earthlink's results page loads faster than google's. try it. u'll see. earthlink is also my isp, i like what it does to fight spam and other annoyances, and happens to be a convenient way for me to search, and i'd frankly rather send a few advertising $$$ their way thru their revenue sharing with google on adwords clickthrus, than simply sending all the money google's way. strangely, i also find earthlink's search results page easier on the eye than google's. i don't know why. 's'just me. and i do like seeing 7 sponsored results before actual results as i'm often shop-searching, and regard sponsored and actual results with equal importance. i'll typically scour actual search results for reviews abour products i'm looking to buy, such as lately digital video cameras, then peek at the sponsored results to start comparing prices in different browser tabs, after which i'll eventually click on earthlink's "shopping link to refine my price comparisons in yet another tab on their dealtime-hosted shopping site. at the end of all that, i've got a pretty good idea about how much various items go for, and what their quality is. anyway. it's just *my* habits.

    30. Re:Not quite by sinucus · · Score: 1

      hasn't anyone ever thought of this? paris hilton -"paris hilton"???

    31. Re:Not quite by ssstraub · · Score: 1

      I didn't expect such a detailed response, but thanks. I was just curious, and you definitely satisfied my curiousity. :) I would agree that as far as ISP provided "home pages" go, that is definitely a respectable one.

    32. Re:Not quite by Anonymous Coward · · Score: 0

      How would you know whether this feature is under-utilized? Do you work for Google?

    33. Re:Not quite by Ulven · · Score: 1

      No, I don't think he did.

  44. Visualization tools still toys by Ars-Fartsica · · Score: 2, Insightful

    I have yet to see a visualization tool that was truly useful. Do people really want to see their results laid out using Cartesian coordinates as result metadata? I don't think so. Its cute but the reality is that people will prefer a list, and more specifically, look at the first five entries. Getting the right links into that top five is all that matters.

  45. 'Paris Hilton' by Anonymous Coward · · Score: 0

    hahaha, the reason you get the person 'Paris Hilton' and not the place is the new personalized search algorithms.. they know you are a prev and have no money to travel so they give you the video.. lol you fool!

  46. Let's face it by djupedal · · Score: 2, Interesting

    ...google leaves so much to be desired. Too many paid and crafted links...too many stealth redirects...too many commercial links forced ranked...no AI.

    google reminds me of that old pizza commercial with the new employee 'big dummy'. When he finally gets something to do, he runs off exclaiming "I am HELPING!!!" - not

  47. Re:STFU by Anonymous Coward · · Score: 0

    Then again, that's what they said about the GNAA. And now they're famous!

    And this guy is at least changing ONE word in every post.

  48. /.ed already by JamesAvery · · Score: 0, Redundant

    Problem occurred while using Vivisimo:: Currently under heavy load. Please try again shortly Whoops. -James

  49. Re:Better search results than Google? It will happ by nealfunkbass · · Score: 5, Funny

    I think you misspelled barfometer

    --
    - Donny was a good bowler, and a good man.
  50. Its a document clustering engine by saikatguha266 · · Score: 1

    ... not a search engine. In fact it submits the search to MSN, Netscape, Lycos and Looksmart and clusters the result into categories.

    My question is: if it really is interested in providing the future of web searches -- why not cluster on top of google results which are accepted to be *the* best? Them not using google underneath and instead using Lycos etc shakes my confidence in them.

  51. Worse after "Florida" / alltheweb by john_smith_45678 · · Score: 2, Informative

    I think Google's search results are worse after their "Florida" update.

    alltheweb.com has pretty decent search results.

  52. Interetesting Timing... by mercuryresearch · · Score: 1

    Given google's IPO situation, and someone I've never heard of touting themselves as being better than google. Maybe this somone is looking for a bit of capitalization themselves?

  53. Better than Google News by costas · · Score: 2, Insightful

    Well, for an attempt at a better newsbot than Google news, you can check out newsbot here. It does a few things that GN leaves out (XML feeds, PDA version, peer recommendations, etc, etc) and I believe it has a better S/N ratio. End of shameless plug.

    1. Re:Better than Google News by glinden · · Score: 1

      Memigo is very cool. Findory News is worth seeing too. Both are interesting examples of a personalized news site.

  54. Are there any similar open source tools? by Anonymous Coward · · Score: 0

    Out of curiosity - are there any open source tools? I wish I could get something like citeseer.org (but served locally) connected with some of these other tools... but I can't seem to find anything.

  55. Google works, but it doesn't need better filtering by TyrranzzX · · Score: 1

    All this article brings to the table is a bunch of BS. "Better search results" means you get what you want more often, not that the indexing makes "sense". Indexing already makes sense so long as you know how to use the index.

    Right now you take a webpage, look for words on it, relate the words then goto the most popular page for a given search. This works most of the time, but when someone types in a term they can mean very different things. For example, if I type in porn, I may be looking for freebie galleries, not porn.com. I may want women with 42 inch in diabeter b00bs, not some thin anarexic teen. This is where an intellegent algorythm that helps individual users filter the results helps. Take the results the search engine gives you, filter them out for the information you specified based on your personal taste and the data it's designed to collect on you.

    But then you've got the obvious privacy violation. I'll stick to the current system, it works well for what I need.

  56. Paris Hilton by Anonymous Coward · · Score: 0

    I bet it costs too much to stay inside either.

  57. Searchlores by mike_stay · · Score: 2, Informative
    For a hacker's approach to searching, check out serachlores.org. It's run by Fravia, who for years ran the best reverse engineering site around. Stuff like including the phrase "parent directory" in the search query to limit searches to directory listings, how to stalk people on the internet, stuff like that.

    You can still find old mirrors of the reverse engineering site, but the only active one I know of is at www.woodmann.com/fravia. The message board is at www.woodmann.net/forum, no crackz, serialz, or warez allowed. Just techniques, tools, etc.

  58. Google API does exist by Anonymous Coward · · Score: 0

    Google does have a programming API for their search engine. As I recall, it's based on SOAP, and you get a 'developer ID' that allows your programs [X] searches per day. X being a 1 with some zeroes. (10000? )

  59. Re:While we're discussing alternatives to Google.. by alexatrit · · Score: 1

    I have no idea how it works, but that lil' genie dude really weirds me out. He looks like the genie from Aladdin after visiting the methodone clinic.

    --

    Nothing but the finest in meaningless drivel
  60. Information Overload was the past by fiber0pti · · Score: 0

    The front page states "Information Overload was the past" yet you can't even use their search engine because it's been /.

  61. Knowing how to search by nolife · · Score: 5, Insightful

    His example of searching for Paris Hilton is nothing more then an glorified example to try to prove his point.
    You do not need to completely redign a search engine to get your desired results. You need to refine your search. Search google for Paris Hilton Hotel and the first three results are directly related to a Hilton Hotel in Paris. I would not find this hotel any faster using his circle method with Grokker2. I use a search engine to find exactly what I am looking for. Displaying all the results on some chart, graph, or 3d display still requires me to browse around to narrow my search.

    --
    Bad boys rape our young girls but Violet gives willingly.
    1. Re:Knowing how to search by chivinou · · Score: 1

      Or search for "Paris Hilton", realize that you are looking for a hotel and click on the "Hotel" category link. What's the first result?

    2. Re:Knowing how to search by Anonymous Coward · · Score: 0

      Or search for +paris +hilton -"paris hilton". The author of the article apparently found a solution to a problem that doesn't exist.

    3. Re:Knowing how to search by jrumney · · Score: 2, Interesting
      Or search for "Paris Hilton", realize that you are looking for a hotel and click on the "Hotel" category link. What's the first result?

      The Paris Hilton Hotel Sex Tape (Rated R)

    4. Re:Knowing how to search by nolife · · Score: 2, Interesting

      That works too. Knowing what to search for takes some practice.
      You can learn a lot by searching for serialz and crackz for specific versions of software you have and plan not to pay for. ;)
      This practice will teach you how to fine tune a search, why you should not use IE as your primary browser, why you should block popups, how sites front load text to get listed higher in search engines, where not to go for porn, why you should delete or selectively use cookies, and a bunch of other useful tips you can use for all your web searching needs.

      --
      Bad boys rape our young girls but Violet gives willingly.
    5. Re:Knowing how to search by Fjord · · Score: 2, Funny

      "I'm feeling lucky"?

      --
      -no broken link
    6. Re:Knowing how to search by Mac+Degger · · Score: 1

      You have to at least consider cases where you don't know the entire search space...mapping and catagorising helps immensely when you only have a vague idea what it is you're looking for.

      This is more a data/info organisation tool than a search engine...which is why it's a plug in instead of a wholely new search engine.

      --
      -- Waht? Tehr's a preveiw buottn?
    7. Re:Knowing how to search by Psychic+Burrito · · Score: 1

      Actually, you can just search for "Hilton Paris" instead of "Paris Hilton" and the most relevant page comes up first.

      And this is actually perfect, because you wouldn't search for "London Hyatt" neither, but rather for "Hyatt London". It's the more natural thing to type in the product followed by some restrictions, and I think most people automatically search the same way.

      Bottom line: The example is already squewed and doesn't prove a point at all.

    8. Re:Knowing how to search by Anonymous Coward · · Score: 0

      Wow, you know all that stuff and cant simply go to astalavista like everybody? ;-)

      btw (but you probably already know of), fravia made a nice website about searching, another quick place to use search engines is on freddo's search page.

    9. Re:Knowing how to search by Anonymous Coward · · Score: 0

      WTF are you on? That doesn't appear anywhere. I get only hotel references.

  62. Vivisimo can't keep up with the traffic by WildBeast · · Score: 1

    I get the message "Problem occurred while using Vivisimo::

    Currently under heavy load. Please try again shortly"

    Sure it's cool and everything but I'm not gonna use something that only works half the time.

  63. kartoo by fuck_this_shit · · Score: 2, Informative

    www.kartoo.com - does what the article states without some other applications having to be installed.

  64. /.'ed by whitelabrat · · Score: 1

    How come all my searches return:

    Problem occurred while using Vivisimo::

    Currently under heavy load. Please try again shortly

    Hmmmmm...

  65. Google can't do phrase searches by Anonymous Coward · · Score: 1, Informative

    A search on "to be or not to be" on Google produces 3 erroneous results out of the first 10. Visi-whatever produces 10 out of 10. An improvement.

  66. 100% successful by sjonke · · Score: 2, Funny

    So far Vivisimo is proving to be 100% successful at removing the glut of results. All of them, in fact.

    --
    --- What?
  67. Re:Better search results than Google? It will happ by fishbert42 · · Score: 1

    Google was a leap forward from Yahoo! and AltaVista in terms of searching, but both have expanded to include other services that people may find handy. AltaVista has the Babelfish translation service, which I have found useful on numerous occasions. And Yahoo! expanded to a rather competitive web portal -- so many extras beyond web searching that if I try to list them, I'm sure I'll leave even more out. Google has also expanded a lot in their own right. Google News is very nice, as is their newsgroup searching, and lets not forget their option to display a cached version of the hits it returns. So, even if some of these new sites take Google's crown in the web searching arena, Google will most likely be around for quite a while.

  68. Are you going to pay for unbiased results? by Ars-Fartsica · · Score: 1
    Look, you have to realize someone has to pay the bills (and profits) for these services. You are not going to get unbiased, non-commercial results for free. Forget it. Fortunately most sites clearly tell you what results are paid.

    Search engines are not a public service. They have to satisfy users and advertisers. Thats the balance. You could try to start a subscription-based totally-commercial-free alternative, but I suspect there is little interest in the larger internet audience.

    1. Re:Are you going to pay for unbiased results? by Anonymous Coward · · Score: 1, Interesting

      Since Google places ads to the right of my search request, I don't expect ads in the results of my search which is what is happening now.

    2. Re:Are you going to pay for unbiased results? by Anonymous Coward · · Score: 0

      You are a fucking MORON!

    3. Re:Are you going to pay for unbiased results? by GTRacer · · Score: 2, Informative
      Huh? Do you even use Google? Or did you misread your parent's post?

      Google doesn't spam its own listings in return for ad bucks. They do occasionally throw in a "Sponsored Link" but those are always color-coded and usually off to the side of the main list.

      What your parent is saying, and I can echo their sentiments, is that there are a million and one crap sites that are keyword-spamming the crawlers. Some really sell the product in question, but most seem to be stealing the review copy from other sites - I saw the exact same listing for a scrolly-mouse on 4 different sites, and none actually sold it.

      Google has done an admirable job of staying above the corruption of ad revenue and sponsor pressure. Searching is usually effortless if you can be a little specific.

      No, Google is not perfect and sometimes searching can be frustrating, especially when the keywords are necessarily common - "Help" and "Linux" come to mind. But I usually get useful info.

      And Google Cache is your friend at work!

      GTRacer
      - Time to ego-surf!

      --
      Defending IP by destroying access to it? That makes sense, RIAA/MPAA. Go to the corner until you can play nice!
    4. Re:Are you going to pay for unbiased results? by Rasta+Prefect · · Score: 1
      Look, you have to realize someone has to pay the bills (and profits) for these services. You are not going to get unbiased, non-commercial results for free. Forget it. Fortunately most sites clearly tell you what results are paid.

      I don't think he's talking about the paid results - Googles are pretty unobtrusive. The really annoying stuff is the stuff in the _unpaid_ search results. Go search for DVD players or something.
      You'll see what he means.

      --
      Why?
    5. Re:Are you going to pay for unbiased results? by Saeger · · Score: 1
      You are not going to get unbiased, non-commercial results for free. Forget it.

      A great distributed p2p search engine hasn't emerged yet, but I expect it will.

      --

      --
      Power to the Peaceful
    6. Re:Are you going to pay for unbiased results? by Araxen · · Score: 2, Interesting

      Amen to using Google catch at work. Really helps to evade your companies firewall. They can't block goggle from the company firewall where I work. There would be a lot of people lost at work without goggle.

  69. Who's feeling luckier? by LostCluster · · Score: 1

    Google's main invention was not just that they had the largest search index, but that PageRank was so good that you could hit "I'm Feeling Lucky" and skip the results set altogether and go straight to the #1 result. The other 450,000 results can go to hell, Google knows the #1 is good enough.

    But wait a second, Google's main revenue model is AdWords, which doesn't get a chance to show up if you jump past the result screen. Turns out people aren't feeling lucky that much anymore, that Google's #1 answer isn't the be-all end-all it used to be.

    So, it's possible to match Google's indexing scope, AllTheWeb.com has already gotten that one done and then some. But, the game is now once you return a large volume of sites, ranking them properly. To whomever comes up with a better formula than PageRank or presentation scheme than Google's trademark text-heavy interface goes the prize...

  70. Search Engines and Authencity.. by kautilya · · Score: 2, Interesting

    I hope what I am writing is not too off-topic. I have found this tendency among people (mostly involved in non technical/scientific jobs) associating top searches for high level of "authencity". It is totally overlooked that top searches are "popular" but might not be of high quality/authencity. Ofcourse, great deal of association can be made between "popularity" and "quality". Better things are more popular.. However, most often popularity (like power) feeds on itself. i.e. Popular links become more and more popular (ofcourse other scenarios exist). There should be some way out..to recognize the quality of information.(slashdot like moderation of all webpages by a search engine is not a bad idea in theory!). So, unless we have search engines that not only come up with popular sites but with more relevant content of high quality there is a lot of scope for improvement. (For instance how does an essay written by a college student through online research compares with that written by library research..). Another area where search engines can make great improvement is search of dynamic pages. "page rank" like algorithms suits well for static data. For instance a highly relavant post on some newsgroup posted *recently* might not show up on your search page! I hope google isn't another future microsoft (oh! did I mention power/popularity feeding on itself before? :) ) stifling innovation. Search engines can be lot lot lot better..hope they will be soon!

  71. Google Search for Paris Hilton by big_groo · · Score: 1
    Paris Hilton -video +hotel

    Why do I need another search engine again?

    1. Re:Google Search for Paris Hilton by cloudmaster · · Score: 2, Insightful

      Heck, just searching for "paris hilton" brought up some information on the hotel in about the 6th link down. Given that the default is 10 on the front page, I don't see much of a problem even without the extra modifiers (aside from the lack of video previews in the other links returned)...

  72. Mainstream? by Anonymous Coward · · Score: 0

    You both watch too much television.

    1. Re:Mainstream? by Anonymous Coward · · Score: 0

      Yeah, well, once they say it on NPR, that'll satisfy you. I find most people who hate television religiously listen to NPR and eat it up like little lambs eating ivy.

  73. Google's Big Phrase Search Bug by Anonymous Coward · · Score: 0
    Google STILL can't do phrase searches. The search on "to be or not to be" produces 3 bogus results in the first 10. Pretty sloppy.

    Note:

    I DID put "" around the phrase

    Putting a + in front of the search still produces bad results

    The desired phrase is not present at all in the page, not even in hidden keywords.

    The bad results are not relevant: I asked for "to be or not to be", not the variations that do not match.

    It does not matter that "pages with the phrase linked to these pages". That is not how Google works. If you read their own "Help", they say that a search produces results containing the phrase or word asked for. The "pages linking" part is only used for ranking. (so this is not a problem with me not understanding how Google is supposed to work)

    This problem is sympomatic of Google searching: single-word searches work great, but phrase searches often come up with a lot of irrelevant results.

    This is not rocket science. What is so hard about the basic `find where a = b` kind of search?

    I asked Google about this. They said it was a bug they might fix someday. (so this is, again, not my misperception of how Google works)

    As for Visisimo. I tried it. The results on the "to be or not to be" search were 100% accurate, unlike Google.

    1. Re:Google's Big Phrase Search Bug by aetherspoon · · Score: 1

      Odd, in the top 10 on google that I just searched (looking for "to be or not to be", including quotes), all 10 had that phrase in them either in the page or the title of the page.

      --
      --- Ãther SPOON!
  74. Slashdotted! by Anonymous Coward · · Score: 0

    Problem occurred while using Vivisimo::

    Currently under heavy load. Please try again shortly

    Please go back to the Vivisimo home page and try your query again.

  75. Re:Better search results than Google? It will happ by Anonymous Coward · · Score: 0

    FYI "Googled" was in the Sex and the City last night as well.

    Carrie "I googled him... he's been around...."

  76. Preferences and Numbers by Quirk · · Score: 1

    It may be a sustainable argument to group geeks as information retrevialists who fair best and favour alphanumeric representations. If geeks tend to excell at programming tasks it suggests their skill set is honed to alphnumeric scripting. Perhaps the greater number of new internet users are more graphically orientated and prefer to manipulate data as images. It may be the internet is undergoing the early stages of a transformation that will see information predominantly represented graphically. The Power Point users may be in the ascendency and the internet as geeks developed it will become a antedated layer wherein alphanumeric data suffers from being used by a minority.

    --
    "Academicians are more likely to share each other's toothbrush than each other's nomenclature."
    Cohen
  77. Bullshit. by moogla · · Score: 2, Interesting

    There is a DEFINITE central structure.

    Atoms, modifiers, and conjunctions.

    Atoms are character classes (letters, ranges, or bracket expressions), conjunctions of said classes, or a paranthetized expression (like in maths).

    You have two conjunctions. The first is concatentation is what you get when you put one atom right after another (they both have to appear in that order). The other is alternation (pipe) where either the left atom or right atom must appear.

    Finally modifiers are an optional number of repetitions for each atom to match. The default is from 1 to 1 (exactly one). * means from 0 to infiinity, ? means 0 to 1, + means from 1 to infinity, and {x,y} means from x to y.

    That's it.

    --
    Black holes are where the Matrix raised SIGFPE
  78. Better hit Godaddy right now! by Anonymous Coward · · Score: 0

    You'd better hit Godaddy now! Even worse than Google, this one is easy to misspell. If this thing takes off, all the vivivimo, visisimo, vivimo, visisomo, etc domain names are going to be hot virtual real estate.

  79. statistical text analysis by Anonymous Coward · · Score: 0

    is a fine tool for certain types of jobs, but it's unable to understand context from content. Google works great because humans provide the context through linking. Statistical analysis has been shown to be much faster at text analysis than grammar based approaches, but it is hardley the end all of search technology. Tech writers need to pull their butts our of their heads.

  80. Slashdoted... by e.colli · · Score: 0

    Anybody has a google cache link for it? ;)

  81. Re: Infinite loops by A55M0NKEY · · Score: 3, Informative

    You can write an infinite loop in alot of regexp packages. They would have to have a way of detecting that ( or a very inefficiently written regexp )

    --

    Eat at Joe's.

  82. knn? by saikatguha266 · · Score: 1

    While I cant seem to find any page that describes their technology throughly (only glossy uses of the word 'clustering'), my guess would be they use the well known K-Nearest Neighbour algorithm to cluster results -- which clusters based on the presence of certain words. They do say that they use the words in the search result returned by the underlying search engines for clustering (MSN et al.)

    So unlike google that brings the most linked (in some sense) result to the top reusing the research of the webmaster, Vivisimo takes the quasi-ranked results from other engines and divides them into smaller bins so that people who browse the results can skip uninteresting bins quickly and just look into the bin of interest.

    That is clearly a step up from the results (read sponsored results) these underlying search engines offer, but if you ask me the power of google comes from harnessing the research and conscious linkage performed by website authors as opposed to allowing people to skip irrelevant results with ease.

    My $0.02

  83. Miserable Failure by Bowling+Moses · · Score: 1

    Most famous google result? Now while I really don't care for the man or the policies of his administration a search engine that can be manipulated into giving these bogus results is not what we really want. Good luck to these new efforts.

    1. Re:Miserable Failure by The+Cydonian · · Score: 1
      Well, on the more positive side, you really can't accuse Google of having a liberal bias.

      Just look at the third result for your search.

    2. Re:Miserable Failure by Anonymous Coward · · Score: 0

      ANY search engine can be manipulated like this with enough effort (and the effort WAS massive in your example). If you are so stupid and naive that you think any search engine is invulnerable to this, then you should throw your PC out the window and move out of town, into a cave in the forest or something.

  84. I dont want more than 10 to 20 results by peter303 · · Score: 1

    If I cant find it on the first page of Google results, I dont look at the second page, but try to narrow the google search. I dont see how squeezing 100 or results graphically into a single screen is going to give a better search.

  85. Simple solution by AoT · · Score: 1

    "digital camera" -retail
    works for most thing.

  86. Vivisimo Categorization is language independent ? by leoaugust · · Score: 2, Interesting

    Vivisimo doesn't use predefined categories. Its software determines them on the fly, depending on the search results. The filing is done through a combination of linguistic and statistical analysis, a method that even works with other languages.

    I have used Vivisimo a few times but never realized that their method of categorization was quite langaage independent.

    If it really is then DMOZ, the Human Edited Directory, ought to incorporate dynamic categorizations like this, infact to the point that someday each user should have his/her own unique categorization of the all the websites in the world ...

    Meanwhile, are they using the words in the headings to determine categories ? Or is it words that have in some way been emphasized ? And to do this in a way that transcends language ...

    I am really curious as to how the words that determine "categories" in a sentence/para/section/page can be identified and sifted away from less important words. And how to determine the "keywords" that are not as important as "categories" but still more important that the "filler words" on the page. Keyword for Google is what you are searching for. That is easy. But how does Vivisimo take it further and establish it as a category?

    --
    To see a world in a grain of sand, and then to step back and see the beach where the sand lies ...
  87. We must be getting old by DeadVulcan · · Score: 1

    When did google become a conventional search engine...?

    Yeah, that was my reaction, too. I remember Google being the next generation search tool that coped with the glut of hits that resulted from conventional search engines such as Yahoo and Alta Vista.

    Internet time sure is fast.

    "100,000 hits? That's nothing! In my day, we used to get over ten million hits, and we had to follow every link before we found what we wanted! And we liked it!"

    --
    Accountability on the heads of the powerful.
    Power in the hands of the accountable.
  88. Grokker and the download factor by Infonaut · · Score: 1
    One of the great things about Google or any other online search tool is that it lives on the Web. It's not an app that I have to download and update.

    Searching the Web is so important to most of us now that the download factor won't easily be overcome. Whether I'm at work, at home, at the in-laws, or at a friend's computer, I can jump online and conduct a Google search. The same is not true with Grokker.

    My guess is that the Windows-only, downloaded app structure of Grokker will keep it from catching up to Google. Google is a search tool that works on any Web-accessible device and doesn't muzzle me the way a downloaded app does. I expect that whether it's Google or a competitor that makes the next leap in online search, it won't be a downloaded app.

    --
    Read the EFF's Fair Use FAQ
    1. Re:Grokker and the download factor by Jagasian · · Score: 1

      Yeah, Windows-only is a killer for internet search engines. Hell, Google can be used from a PDA or mobile phone!

  89. Hmm... by Zebra_X · · Score: 1

    Looks like they should have invested some time in clustering their servers too! Fear the slashdot.

  90. graceful though. by klocwerk · · Score: 1

    that's one of the most graceful slashdottings I've ever witnessed.

    --

    "You worthless post!"
    -Shakespeare, 2 Gentlemen of Verona, 1. 1. 147
  91. Re:Better search results than Google? It will happ by Carnildo · · Score: 1

    A good point. I switched to Altavista back in the days, because they had a relatively clean layout of the search results, which came up on the screen really fast. Later I switched to Google because of their even cleaner and more functional UI, not because I was getting better search results from them (there wasn't much difference that I noticed).

    "Back in the day" for you must have been fairly recent. When I switched from Altavista to Google, doing a search for anything obscure (say, accidental death rates in national parks) meant putting your search terms into Altavista, spending the next ten minutes refining the search to get the number of results down to manageable levels, then checking each of the remaining thousand hits individually. Google, with its ability to put the page you're looking for in the top ten (and usually in the top spot!) was amazing.

    Of course, for me "back in the day" was when Altavista was at altavista.digital.com

    --
    "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
  92. This raises an interesting question. by Anonymous Coward · · Score: 0

    Mark Byland
    PO Box 1577
    Waitsfield, VT 05673-1577

    1-802-496-5068

    mbyland@iocus.com

    1. Re:This raises an interesting question. by Anonymous Coward · · Score: 0

      Gosh, that is interesting. Who in their right mind would live in Vermont except for Bob Newhart?

  93. Background by Prince+Vegeta+SSJ4 · · Score: 1

    Just a Linkto Vivisimo's background page FYI.

  94. Refine your query by Anonymous Coward · · Score: 0

    If the author had used the query, "paris hilton hotel" on Google, what he wanted would have been the first link shown. If you are ambiguous, you get ambiguous results.

  95. Ads are not in results. by Anonymous Coward · · Score: 0

    In my Vivisimo search, the ads were above the results. The results started below the 2 ads beginning with the number "1"...

  96. Highlighted cache by Gothmolly · · Score: 1

    Google rules for caching the documents, and highlighting your search terms. Try searching for something like 'linux man mount hpfs' and get not only the manpage, but the HPFS specific stuff highlighted for you. A few mouse-wheels later you can scroll right to the stuff you're looking for.

    --
    I want to delete my account but Slashdot doesn't allow it.
  97. I Google'd 'Grokker'... by Anonymous Coward · · Score: 0

    I Google'd 'Grokker' and nothing came back. How very strange...

  98. server go poot by zorcon · · Score: 1

    Vivisimo is obviously better than google. I searched for "slashdot effect" and "slashdotted" and both times it gave me the result of: "Currently Under Heavy Load."

    It's like a freakin dictionary!

  99. Maybe it's just me but... by moogla · · Score: 1

    everytime calls their product "holistic" I just want to take it and have at it with an awl and hammer. Then I say to them "Now it's DEFINITELY hole-tastic!"

    --
    Black holes are where the Matrix raised SIGFPE
  100. vivisimo on top of google by geekBass · · Score: 1

    While there is a lot of talk about what is better, why don't we think about putting the vivisimo auto-categorization on top of google? Best of both the worlds.

  101. Paris Hilton by jmoriarty · · Score: 1

    The article raises a good example of searching for a Hilton in Paris. I tried this search before going to France and ended up staying at a different hotel chain during my visit. From what I found off of Google the rooms at the Paris Hilton come with some very nice extras, but the lighting is just an awful shade of green.

  102. Obscure plug-in? No thanks by Anonymous Coward · · Score: 0

    To use this search engine, you have to load an obscure plug-in which slows down the browsing experience and greatly increases the presence of obnoxious ads? No thanks. It's a big mistake for them not to make something that sticks to standards.

  103. Re:Better search results than Google? It will happ by Kobayashi+Maru · · Score: 5, Insightful

    What you ask is more difficult than one may originally think. As soon as a novel approach to counter-acting one of these annoyances becomes popular, it lands itself in the cross-hairs of those who would exploit "the system" in the first place. Witness the current arms race that is SPAM. Witness Microsoft security. Hell, witness Slashdot moderation.

    There are a number of bright people on both sides of the aisle. When one side discovers a new technique, the other will work hard to neutralize said technique. This continues until either: it is too expensive for one side to continue, or too complicated for the consumer to bother with anymore.

  104. dotted by Photo_Designer · · Score: 1

    "Currently under heavy load. Please try again shortly

    Please go back to the Vivisimo home page and try your query again."

    I bet.

  105. Depends on what your searching for. by Kenja · · Score: 2, Funny
    I get the best results from Ask Jolene, however it depends on what your searching for.

    Disclaimer: Just kidding, not work safe.

    --

    "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
  106. I don't understand by Carnildo · · Score: 1

    I honestly don't understand why people complain about "search spam". I've never had trouble using Google to find the results I'm looking for, unless I'm searching for something so obscure it might not even be on the web, or when I'm searching for something that would be better served using a specialized search engine (such as looking up FCC identification numbers).

    --
    "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
    1. Re:I don't understand by larry+bagina · · Score: 1

      if i search for something that's of little commercial value, I don't have a problem. If I search for something that's sold online, google is useless (although froogle is nice if I'm actually interested in buying something).

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

  107. Re:Better search results than Google? It will happ by e.colli · · Score: 1, Interesting

    I prefer to believe in the visionary Tim Berners Lee with it's Semantic Web ideas. There are lot's of works in that direction. When we could do searches with semantics, the results would be exponentially better. Until them, my bid is in Google. How many time yet? Ten years?

  108. Mindreaders by oniony · · Score: 1

    Problem occurred while using Vivisimo::

    Currently under heavy load. Please try again shortly

    Please go back to the Vivisimo home page and try your query again.



    Wow, how did they know my name is Shortly?
    --

    Powered by onion juice.

  109. Is it really innovative? by jrl87 · · Score: 1

    It seems to me that Vivisimo gets its search results from various other search engines and then categorizes them based on how many results they get from each site. While I haven't been able to test it to my satisfaction, I believe the results will be very similar to the search engines they use. However they present them in a different manner.

  110. Filtering e-stores by vurg · · Score: 3, Interesting

    It would be nice if there is a feature that filters e-store entries. For example, I was looking for a solution to my Logitech RumblePad left analog stick problem. And no matter how refined my search is, I still get thousands of pages to stores selling that gamepad. I don't want to buy a gamepad. But I guess search engines and e-commerce would never be separated. Sadly this is how the Internet works now.

  111. Information Overload is... by DrunkenTerror · · Score: 1

    ...THE PRESENT

  112. Don't sweat it. by Anonymous Coward · · Score: 0

    It was still funny, since you described the sitation perfectly.

  113. Apparently, Vivisimo isn't up to the /. effect by abcxyz · · Score: 1

    Just tried a search for my website, and got the message:

    Server under heavy load, please try again later.

    But it did return the error message very quickly!

    Guess we got 'em.....

  114. Re:Knowing how to search & GOOD unexpected res by Prince+Vegeta+SSJ4 · · Score: 1

    I agree with you completely. However, IMHO, sometimes it's very helpful to get search results that are not exactly what you are looking for. Although I can't give a specific example right now, several times I have found new and helpful information by getting the WRONG search result. Nevertheless, it does help to weed out alot of the garbage most of the time.

  115. How will you navigate such an interface quickly? by moogla · · Score: 2, Insightful

    Anything 3d will immediately slow down your interaction to a snails pace as you manipulate your environment. Even if it was a virtual mind-meld into a matrix like environment... "walking" to your search result and activating would take longer than a quick scroll down a result list with text blurbs.

    Intuitive does not mean good.

    It should be efficient, and become good through acclimation. Just like riding a bicycle. It seems garish at first, but it makes perfect sense later on.

    Just look at the interface from Minority Report. We should all be so lucky to have UIs like that. The answer is big screens, "front page snippets" representation of documents/results for at a glance viewing, and multidimensional arrangement where dimension (and tagging) is based on attributes (relevance, date, accuracy). Dimension could mean position in space or in a hierachy, etc.

    --
    Black holes are where the Matrix raised SIGFPE
  116. True reason for faster search engines: by Pollux · · Score: 1

    "CNN has an AP article about the next generation of up and coming search tools...One tool, Vivisimo, "is like a superfast librarian who can instantly arrange the titles on shelves in a way that makes sense.

    Hmm...faster search engine...leads to...

    More and faster Pr0n!!!

    Why else would anybody bother to make it better?

  117. Antarti.ca is still around by stevesliva · · Score: 2, Interesting

    They're still a software firm. Did you interview with Tim Bray of XML fame, perhaps? The web demo I saw way back when used ODP data and a lot of Java.

    --
    Who do you get to be an expert to tell you something's not obvious? The least insightful person you can find? -J Roberts
  118. What I really want is..... by Anonymous Coward · · Score: 0

    It seems to me that what searching REALLY needs next is a way of distinguishing the content of what your are looking for from its own identity-- are you looking for a definition, a short article, a map....... the "Paris Hilton" example is good, but a better one would be the search "teaching history": Do you want hits relating to the teaching of history, or to the history of teaching? Unless the Bayesian attempt to deduce what text is "about" makes rapid progress, we are probably going to have to have some standards for META tags to make this work right.

  119. Re:Better search results than Google? It will happ by Pionar · · Score: 1

    My non-tech mother uses it as a verb, thus I know it has entered the mainstream vocabulary, though I think she picked up from me and sis.

  120. Paris Hilton by UnknowingFool · · Score: 1
    You have to love the author's use of trying to look for a hotel in France with the terms 'Paris Hilton' as an example of searching gone awry.

    Argh!
    Too . . . many . . . comebacks.

    One thing though, she does have a sense of humour. Here is a summary of her appearance on SNL's Weekend Update right after the scandal broke. You can even download it if you want.

    --
    Well, there's spam egg sausage and spam, that's not got much spam in it.
  121. Good for research by rogue555 · · Score: 1, Interesting

    I searched for "welding control" and got back a list with no places trying to sell me welders or welding supplies. Mostly, I got back useful papers that are not availible through my school's library. This is where this idea could shine. Good Stuff. The system does need a overhaul, though. Just my two cents.

    --
    "That's not ironic, it's just mean!" - Bender
  122. Anyone notice the toolbar? by pens · · Score: 1

    The Vivisimo toolbar looks like an exact copy of the google toolbar...

  123. Re:Better search results than Google? It will happ by TedCheshireAcad · · Score: 1

    Well, Google made a huge leap forward from the old-guard, of AltaVista & Yahoo...

    Google search for the term search engine.

  124. Re:Vivisimo Categorization is language independent by deadbadger · · Score: 3, Informative

    If you're up for some maths and some fairly dry reading, check out the paper "Authoritative Sources in a Hyperlinked Environment" by Jon Kleinberg. He describes a search method which takes regular text-based search results and then examines the link structure around those pages. The idea is that pages of comparable content exhibit heavy interlinking. Clusters of such pages can be identified with a recursive algorithm a little like Google's PageRank, and then distinguished with some nifty eigenvector mathematics. This gives you your basic categories, based solely on the link structure.

    While the paper doesn't detail how one might label the categories identified, I don't imagine that it's all that difficult to do with some simple correlation algorithms, which wouldn't be language-dependent.

    Disclaimer: since vivisimo is down and I've not used it, I could well be talking out of my arse here; this is just one categorisation method with which I'm familiar, and would produce the results mentioned. It may not be how vivisimo actually do it.

  125. Re:Better search results than Google? It will happ by Anonymous Coward · · Score: 0

    and it gets mentioned on Buffy, which is as good a cultural barometer as we are ever likely to have"

    Gawd help us. Society now sucks if that is our barometer


    Correct.

    Google, the verb, has been mentioned on Law & Order. _THAT_ tells me it has entered the mainstream.

    Close. If it was on "Queer eye for the straight guy" then it hit the mark coz those guys sure do know everything [/sarcasm]

  126. Stop /.ing sites by PsYcOBoRg · · Score: 0

    i read the eheadline, go to the site, and

    search for my site

    and i get this.

    Problem occurred while using Vivisimo::

    Currently under heavy load. Please try again shortly

    Please go back to the Vivisimo home page and try your query again.

    #@$@#$ you /.

    --
    To err is human, to really screw things up, you need a robot.
    1. Re:Stop /.ing sites by fezadow · · Score: 2, Insightful

      And what, if not /.ing, did *you* try to do?

  127. My $0.02 on Grokker by nitemayr · · Score: 1

    Not too bad, maybe a bit overly graphical by default, did not produce satisfactory results on a side by side comparison with Google. Maybe in a few months?

    --
    Hello Kettle,
    You, my friend are as black as pitch.
    With love, Pot.
    1. Re:My $0.02 on Grokker by Richard+Allen · · Score: 1

      You're going to have to give more than that.

      Try $49.

  128. Re:Better search results than Google? It will happ by Seth+Finklestein · · Score: 1

    Google, the verb, has been mentioned on Law & Order. _THAT_ tells me it has entered the mainstream.

    So has "UpYourButt.net." Several times in the course of a one-hour show, in fact.

    If you ignore the TLD and go to upyourbutt.com (as Joe Sixpack is likely to do) then you will notice that NBC has advertised hard-core pornography on its evening programmes. I'd like to publicly shun NBC for its poor judgment.

    Sincerely,
    Seth Finklestein
    Television Watchdog, not Television Watcher

    --
    I'm not Seth Finkelstein. I still speak the truth.
  129. +paris +hilton -skank by Anonymous Coward · · Score: 0

    easy.

  130. Re: Infinite loops by Anonymous Coward · · Score: 2, Funny

    Detecting infinite loops?!?! If you can figure out a way to do that, then you'll have solved the halting problem and disproved the incompleteness theorem.

    Of course you'll have also unravled the fabric of the universe...

  131. http://www.kartoo.com/ by Anonymous Coward · · Score: 2, Informative

    Kartoo is a frenchie search engine is kinda different. You sorta need high bandwidth cuz
    it uses flash.

    http://www.kartoo.com/

    link to it here

    I still miss the original Alta Vista.

  132. Re:Better search results than Google? It will happ by Don'tTreadOnMe · · Score: 1


    1) Will it gain the enormous foothold in the collective consciousness that Google has acquired?

    You'll never get me to say "vivisimo" in a complete sentence.


    --
    oh crap, you've done it !

  133. Re:Better search results than Google? It will happ by khendron · · Score: 1

    Google as a verb has been mentioned by my mother. THAT is my barometer!

    --
    Life is like a web application. Sometime you need cookies just to get by.
  134. I entered a few random queries by jubei · · Score: 2, Funny

    The only one that got processed was "Slashdot Effect".

  135. Grokker - Kartoo by ZlOrB · · Score: 1

    Grokker reminds me of a similar web search engine called Kartoo.
    You may want to try it at: http://www.kartoo.com/

  136. Just a front-end to others search engines ? by Anonymous Coward · · Score: 0

    Look at the URL After a (failed) search :

    http://vivisimo.com/search?num=150&query=linux&v%3 Asources=MSN%2CNetscape%2CLycos%2CLooksmart%2COver ture&x=0&y=0

    Hmmm... Overture....

    1. Re:Just a front-end to others search engines ? by Anonymous Coward · · Score: 0

      How can you have such "good" results when using search engines that sucks ?

  137. Canada has been doing this for years ... by Anonymous Coward · · Score: 0

    Take a look at a company called Copernic, they have been doing this type of so called better searches for years now.

  138. Re:Better search results than Google? It will happ by the_2nd_coming · · Score: 1

    google will just guy the company. then they get access to their technology and can implement it to make their service that much better.

    --



    I am the Alpha and the Omega-3
  139. Re:EXCELLENT OBSERVATION by Anonymous Coward · · Score: 0

    The Internet has been around since 1969.

  140. Paris Hilton Hotel by mrpg · · Score: 0

    Just with that word the search "should be" easier. Unless he meant "Paris Hilton real" or download or boyfriend.

  141. alltheweb has it - and it's fast! by perler · · Score: 1

    as i just realized, alltheweb.com does clustering to, but not so prominently. its on the bottom of the page.

    and it does it in almost google-like time..

    what i realized too is, that i should have spared myself some 5 minutes when i searched a recipe for the mayr-diet this morning for my mother (i did the search in german, results in english may vary). google was completely filled up with pseudo-sites.. alltheweb has much more sensible results..

    fortunately i use opera, so next time it's just a switch from "F2 g mayr-diet" to "F2 a mayr-diet".. won't be so hard..

    PAT

  142. Re:Better search results than Google? It will happ by thinkninja · · Score: 1

    google (v.) is at nearly 3 years old (at the very least), for christ's sake.

    where did the last few years go?

    --
    "The number of Unix installations has grown to ten, with more expected." (Unix Programmer's Manual, 2nd ed.; june 1972)
  143. I Challenge You by wren337 · · Score: 1


    Equifax has a service where you can get a copy of your credit report. This service accepts a "coupon" string if you have one.

    Challenge: Create a google search phrase that returns a valid result in the first (non-sponsored) 100 results.

    1. Re:I Challenge You by Anonymous Coward · · Score: 0

      Easy:

      inurl:equifax

      Do I get a BigInt er cookie?

      Cheers,

      Tels

      Ok, ok, I admit it was tricky and one should very probably email this problem to google - they like to get feedback and to improve their service.

    2. Re:I Challenge You by Anonymous Coward · · Score: 0

      Wow. That's some ugly Google spamming there.

      The closest I could get was to add "site:fatwallet.com" to the search phrase. This then returned a forum that had a discussion on how to get a free credit report. Required some extra clicking, but it ultimately worked. I got the free report.

      Of course, if you didn't already know about fatwallet, you'd never add the term to your search string; and if you did, you wouldn't google for coupons, you'd go straight to the forums. Now the obvious question is, how do you find fatwallet? Luckily, a search for "hot deals" turns up fatwallet (along with anandtech for that matter) in the top 5 results.

      Your point is made; clearly there is no direct way to get the desired code from a Google search.

    3. Re:I Challenge You by Anonymous Coward · · Score: 0

      From what I can tell, such a page doesn't exist. At least when I went to equifax they didn't have any coupon strings fields on any forms. Here's the closest I could get.

    4. Re:I Challenge You by wren337 · · Score: 1


      Sorry chief, find a coupon code, not the equifax site.

  144. Yes, but Google has censored results... by Anonymous Coward · · Score: 0

    3 months ago, when I tried search for Google's CEO, Eric Schmidt, there were links to articles discussing insider trading charges that were filed against him. If you do a search today, there are no such results.

  145. THANKS A LOT, CAPTAIN OBVIOUS! by Anonymous Coward · · Score: 0

    I was getting confused, you know.

  146. huh? by Anonymous Coward · · Score: 0

    A google search for "hilton hotel paris" worked just fine. What's the problem exactly?

  147. The search tools are really not the problem by IBitOBear · · Score: 3, Insightful

    Yes, there is glut and yes there are blog-holes.

    The thing I have noticed to be the greatest single limit on web searching is the operator. I can regularly find things on the net that my co-workers cannot. This is because I understand keyword boolean searching at a deeper level than most people.

    I blame this on the level of education of the common population, as opposed to being evidence of my own superiority. 8-)

    In a world where most people have never actually met or "dealt with" a librarian (archivist, whatever 8-) it should surprise nobody that these self-same people have no idea what it means to take personal responsibility for organizing their own approach to knowing things.

    Having grown up near and actually talked to librarians all my life I actually understand how to group information. Applying that knowledge to a search for some words and against others isn't that far a stretch.

    It is a personal pet peve of mine to have to listen to people bemoan Google (etc.) when these self-same people have never even *noticed* the advanced search link, nor even learned the power of the minus ("-") in the standard search bar.

    There is no technology that can "fix" bad user inquiries that won't in turn "ruin" good ones.

    --
    Innocent people shouldn't be forced to pay for inferior software development.
    --"Code Complete" Microsoft Press
    1. Re:The search tools are really not the problem by Ibanez · · Score: 1

      Ahhhh....how the world would be a better place if everyone was required to take a yearly course in logic, deductive reasoning, and now, internet searching....

      Blake

    2. Re:The search tools are really not the problem by Anonymous Coward · · Score: 0

      No, no, no! It's important to keep the society with a majority of small IQ peoples. How one would sell things customers probably dont want? Who would vote terminator for governor? Would you keep doing your everday life? No more sects business, no religions... If peoples got smarter, would they still go to battlefields or start wars just for fossilized carbon^W^Wliberty and justice? Even worse, would one get married?

      Nah, too much smart peoples would cause a social and economical crash of yet unknown consequences.

    3. Re:The search tools are really not the problem by jusdisgi · · Score: 1

      "...with a majority of small IQ peoples."

      Er....you know that an IQ test is designed in such a fashion that the range of all people fall on a standard distribution curve, right?

      Just checking...

      --
      Given a choice between free speech and free beer, most people will take the beer.
  148. but I am by bugsmalli · · Score: 2, Funny

    searching for Paris Hilton the socialite and her "exploits".... that darn thing keeps showing the hilton hotel in Paris where Paris Hilton never partied....

  149. No they don't... by eth1 · · Score: 1

    "If you ask many non-techs how they find information on the web, they don't say "I search for it" they say "I google it"."

    Most of the non-tech people I see start up IE and type what they're looking for in the MSN search that's still hanging around as their homepage.

  150. Grokker will never replace Google as it is now by Anonymous Coward · · Score: 2, Interesting

    Grokker has several major downsides as compared with Google right now:

    * It's a program, not a web page.
    * It only runs on Windows and MacOS X. (More generally: it cares what kind of system it runs on, which Google doesn't.)
    * It uses Java.

    Basically, it's a step in the wrong direction from Google. Google's homepage is the model of simplicity: no ads, no extraneous information, nothing that isn't specifically focused on getting you the search results you want. Google's search results are clear, unbiased, seperate out and clearly label the advertisements, and have just the right amount of Do What I Mean. If Google came out with a version of this, it would just be a set of unobtrusive text links at the top and/or bottom of the page saying "Did you mean: 'Paris Hilton person' or 'Paris Hilton hotel'."

    The other reason you don't want a seperate client is because when you get the results, you will want to open them in a web browser. So why not use a web browser to find them in the first place. The only thing that might make sense is a browser plugin. Grokker also has a plugin, but it is proprietary, requires Java (which is also proprietary), and only works on Internet Explorer for Windows or Safari for MacOS X
    If Grokker wants to succeed, they need to realize two simple things:

    * They should provide a service, not a piece of proprietary software. Provide a Free Software plugin or provide the information to someone who can.
    * Text, text, text. Other than the Google logo, there are no images on Google's front page (which I rarely visit thanks to Mozilla's ability to search from the address bar) or their search results. Grokker's results are entirely image-based.

  151. Re:Knowing how to search & GOOD unexpected res by jrumney · · Score: 1

    Here's a specific example for you: If I hadn't been planning that holiday to France, I wouldn't have stumbled on all those new and helpful porn sites.

  152. Re:Better search results than Google? It will happ by jeblucas · · Score: 1
    Google's great leap was a result of technological and informational insight--realize that there are nodes and referrers and how they relate. Referrers are sites that don't have a lot of information in and of themselves, beyond the fact that they point to the information of others. Nodes are the "trusted sources" that many referrers point towards. This leap from the Billion Metatags = Webcrawler Results is what made Google so great. Now the collective opinion matters more than the will one webmaster.

    As for your questions:

    Will it gain the enormous foothold in the collective consciousness that Google has acquired?
    I doubt it. If anything, Google will eat better technologies when it comes to presentation.
    Will the UI and secondary services be as good as Google itself? ...I was just talking to my mom about searches of that type of ambiguous nature the other day.
    I think the secondary services are superb. They are not on the level of Google vs Old-School Altavista, but they impress none-the-less. And, your Mom sounds tehHOTT!!1
    --
    blarg.
  153. Google's $4 billion IPO by October_30th · · Score: 1
    Yep.

    They're doing it.

    $4 billion IPO.

    --
    The owls are not what they seem
  154. I'm a coporate drone, you insensitive clod... by dR.fuZZo · · Score: 1

    One of our VPs repeatedly compared our site to Google the other day. That's the only barometer I need to worry about...

    --
    -- dR.fuZZo
  155. How many reading this use Teoma? by Anonymous Coward · · Score: 0

    I just want to start this thread to see if other people are starting to use Teoma. I find myself using it more than Google lately.

    If you use Teoma, holler, reply to this thread and let the Slashdot readers know that Google will be usurped.

  156. Re:I still won't be happy without regexps ... by chato · · Score: 2, Informative

    This is very difficult to do. Most keyword-based search systems use an inverted index for searches.

    The first step involves a hash table that converts keywords into term-ids. Then the inverted index is used: it is a table that holds, for each term-id, a sorted list of document-ids that contain the term. The search process is almost instantaneous, as it only involves operations on sorted lists.

    To use regexps, the search engine must convert the regexp into a series of words that match the regexp (a very large set - potentially infinite) and then look them all in the inverted index. This is very slow and, as most users never use the advanced search function, very unlikely to be added to popular search engines until some competitive data structure is discovered.

  157. Very specific to your search, but... by BigJimSlade · · Score: 4, Informative

    Google has, among others, a very nice linux filter all ready.

    1. Re:Very specific to your search, but... by zontroll · · Score: 1

      "all ready" with no place to go? Sounds like a typical geek. (I'm sure you meant "already")

    2. Re:Very specific to your search, but... by zontroll · · Score: 1

      This isn't the stonecutters (my worth is not "assigned based on the order in which I joined")....besides who the hell are you, AC?

  158. Single gripe... by Cinematique · · Score: 2, Interesting

    My only issue with Google is that it has a mildly annoying problem with linking to other search engines. Say, for instance, you search for n. Sometimes, instead of being presented with a list of sites carrying information about n, you're presented with links to other (mostly horrible) search engines. It's just as bad as being served a list of pages that are nothing more than "Google magnets," filled with a bunch of terms close to the topic you searched for, but missing any real content.

    That's Google's largest flaw, IMHO.

  159. Re:Better search results than Google? It will happ by asdhwesd · · Score: 2, Interesting
    It seems there are two ways to go with this:

    (1) Subscription Model - Make submissions for website links only accepted after review by human beings. You could then charge the 'searcher' a monthly or yearly subscription fee to access this service. I would definitely pay $5 a month to get a 'filtered' search engine.

    (2) Community Ranked and Moderated Model - An open-source, community driven and moderated search engine that relied on the massive amount of visitors to comment and rank pages they have received via the search engine result page. A simple plug-in for IE or Netscape, etc., could allow the user to simply click on a scale of 1-5 how useful the site was. Obviously this would be biased against brand-new data, but this is a problem with a subscription service as well. With such a large number of users, this free, community moderation model would be hard to defeat, especially with IP tracking and the ability to constantly change the code in the moderation code.

  160. At least they have a sense of humour by Rikardon · · Score: 2, Funny

    The term "Slashdot Effect" is now one of only three clickable (i.e. searchable) links under their search box, suggesting that these folks at least have a sense of humour. Brownie points for that.

    1. Re:At least they have a sense of humour by evilviper · · Score: 1

      Everything else is automatically categorized. I wouldn't be surprised if that was as well. Link to the site from slashdot, and what do you think most /.ers will search for first? Okay, okay... that's assuming "porn" is excluded.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  161. Re: Google is BSD by lacoste · · Score: 1

    Last time I checked, Google used FreeBSD with internal mods, not Linux.

    Lacoste

    --
    Vidi Vici Veni
    Thanks for the sig
  162. What Makes a Search Engine Better? by fupeg · · Score: 3, Insightful

    From my own experience with developing search technologies for an e-content site, these guys are on the right track. Compared to a lot of search technologies out there, Google is dumb. But it is blazing fast, general purpose, and smarter than most of its (former) compettitors. Part of why it is dumb is that it is so general purpose. To make a search engine smarter, you have to add context. Specialized search engines can do this by standardizing their inputs. Google could do this too, but it would require complex parsing of everything that it spiders.

    Another thing that Google really lacks is detection of duplicates. Google tries to do this, but does it poorly. I remember recently doing a search on Google for an obscure DB2 error code, and getting the same page out of the IBM manual over and over again, all on different college websites.
    This is another area where linguistic/statistical analysis could really help. Most knowledge-base products offer a "More Like This" feature that is an index of linguistic similarities between items. An easy way to detect duplicates with such a system is to have a fine scale and place an uppler limit on similarities, i.e. any two items with a similarity > N are likely to be duplicates.

    All of this being said, I would be surprised if Google does not address these issues in the very near future. I do not think they have gone down the path that many large companies go down where they stop trying to innovate and instead just try to protect their turf.

  163. Re:Better search results than Google? It will happ by sparkes · · Score: 1

    Of course, for me "back in the day" was when Altavista was at altavista.digital.com

    yup they where the only real search engine on the block, of any worth, back then.

    What I want to know is when did they stop using altavista.net and start using altavista.com? I used altavista for the first time in years the other day and entered altavista.net and was surprised when it forwarded to altavista.com. I am sure it used to be the other way round.

    I wonder how many alpha systems where sold because of altavista?

  164. Oh, I have to do it..... by Lxy · · Score: 4, Funny

    Here's the Google Cache of Vivisimo.

    --

    There is no reasonable defense against an idiot with an agenda
    :wq
  165. For a change. by the+web · · Score: 2, Interesting

    When I'm feeling peckish, I like to use Kartoo It searches for items in an interesting way.

    --
    __
    Thou hast besquirted me, O leotarded one.
  166. Your sig by kev0153 · · Score: 1

    I like your sig. I think what makes it funny is that someone went to all the trouble to register that domain just for that.

    1. Re:Your sig by digitalsushi · · Score: 1

      whoever it was was an idiot.

      --
      slashdot: where everyone yells sarcastic metaphors to themselves to understand the issue
  167. GOOGLE NOT THE BEST by NAHIMAKALI · · Score: 0, Redundant

    I'm fed up with people saying Google is the best search engine. Anyone tried ALLTHEWEB? I did. And for me it's better than Google.

  168. Re:Better search results than Google? It will happ by happystink · · Score: 1

    It was mentioned on a ton of shows during the same 2 week period when both of those references were made, it's called paid placement, and everyone pretends it couldn't be because it's GOOGLE.

    --

    sig:
    See the "..for smart people" banners Wired runs here? Look elsewhere guys.

  169. Re:EXCELLENT OBSERVATION by Anonymous Coward · · Score: 0

    He did not say the internet. He said the world wide web. The world wide web is only a part of the internet. I thought everybody knew that...

  170. Google: paris france hilton hotel by Anonymous Coward · · Score: 0
    Every hit on the first page is related to a Hilton hotel in Paris, France.


    Was that really all that hard? Google is around and will stay around because it's simple and it works. If you can't figure out how to combine search terms then maybe you should just stick with Yahoo and AOL.

  171. No one will use Vivisimo... by Mudd+Guy · · Score: 1

    ...because it's too damned hard to type!

  172. Man alive... by gleekmonkey · · Score: 1
    I'm still getting my dad to pronounce it 'google' instead of 'gogal'.

    On a more serious note, however, what is the chance that a new search engine would become more popular than Google? I recently visited my relatives, and my 4 year old cousin knew what Google was. I think that the whole world is so entrenched with Google (cmon: how many people around the world do you think have google set as their homepage), that it would take somewhere near a miracle to get people to use something new. Either that, or a few pots of coffee.

    1. Re:Man alive... by vidarh · · Score: 2, Insightful

      Remember Altavista? It used to be "the" hot search engine. So did Lycos before that. The only reason Google seems bigger is that the audience is bigger. Search is such an integral part of peoples net experience that a new engine has the potential to rice to the top VERY quickly if the competitors don't manage to copy it and do what it does better almost instantly.

  173. northernlight? by Anonymous Coward · · Score: 1, Interesting

    anyone remember northernlight?? Vivisimo isn't much of a revolution, unless you consider their ability to get around northernlight's patent 'revolutionary.'

  174. Re: Infinite loops by Anonymous Coward · · Score: 0
    You can write an infinite loop in alot of regexp packages.

    I would assume that's only due to bugs. Inefficient regular expressions would be a real problem and if not allowed, that would remove must of the advantage of having them.

  175. Did you read my post? by Ars-Fartsica · · Score: 1
    Google doesn't spam its own listings in return for ad bucks. They do occasionally throw in a "Sponsored Link

    To quote my own post to which you replied:"Fortunately most sites clearly tell you what results are paid."

    RTFP

    1. Re:Did you read my post? by GTRacer · · Score: 1
      RTFP

      I did, and I incorrectly read your quote as being targeted at Google, as well as others. Your parent strongly implied Google was guilty of result-spamming, and I took your point as agreeing with him.

      I apologise.

      GTRacer
      - RE:RTFA...Damned if you do, damed if you don't!

      --
      Defending IP by destroying access to it? That makes sense, RIAA/MPAA. Go to the corner until you can play nice!
  176. Re:Better search results than Google? It will happ by Anonymous Coward · · Score: 0

    Are you "that Finklestein shit kid" that Chong's father rants about at the beginning of "Up In Smoke"?

  177. Re: Google is BSD by rajafarian · · Score: 1

    Here http://www.google.com/corporate/tech.html Google says

    ... Google employed thousands of linked PCs - one of the world's largest Linux clusters...

    although they use past tense verbs. I couldn't find BSD after looking for a few minutes.

    Rrrr

  178. What I want... by K'tohg · · Score: 4, Interesting

    I would prefer as an alternative to regexp (since that obviously would be way too much power and too many exploits) is simple logic operators.

    Most search engines now have AND and OR but none have nested logic or short hand

    for example I would love to do this in google: (linux && modems) || ("AT commands" && !windows)

    --
    > SELECT * FROM brain_cells WHERE synaptic_rate > 0
    0 row returned
    1. Re:What I want... by deadsaijinx* · · Score: 1

      and any non-programmer types would hate it, in fact, most people would. So much more effort to type that

      --
      YOU SUCK BALLS!
    2. Re:What I want... by toasted_calamari · · Score: 1

      and the beauty of it is that it would be optional, say activated with a regex: similar to the way domain limits are done with site:

    3. Re:What I want... by demi · · Score: 1

      You want altavista advanced search: (linux AND modems) OR ("AT commands" AND NOT windows). I know, not the C-like shorthand you want, but you can do the search you like.

      --
      demi
  179. They just need faster computers by flimflam · · Score: 1

    so that they can precomputer the infinite loops.

    --
    -- It only takes 20 minutes for a liberal to become a conservative thanks to our new outpatient surgical procedure!
  180. still the same results... by bleeper4 · · Score: 1

    looked up "miserable failure"...still had George Bush as the first result. In addition, the top category was "The president is a miserable failure." Coincidence? I think not. :)

  181. It happened once... by SuperKendall · · Score: 1

    Once upon a time, Altavista was king of searches. But Google quickly overcame that site.

    However, Google seemed to do that through an even simpler interface, and very good results. I am skeptical that any of these other engines can be so much easier to use AND have better search results than Google. And it's not like Google is sitting still, either... they are adding some impressive features also that are things I could see a lot of people using. Vivisimo sounds a little too off the beaten path in terms of what people want from a search engine.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  182. Two things by DarthWiggle · · Score: 1

    First off, re: vivisimo, how is their folder system different, conceptually, from Northernlight? Granted, Northernlight doesn't have a public search any more, but I remember drilling through folders of search results 3 years ago.

    Second, one of the things about google that's so refreshing is their sense of humor, which doesn't intrude at ALL on their usability.

    Anyway, I don't see saying "Hang on, lemme vivisimo that..." any time soon.

  183. vivisimo & Grokker by p0rnking · · Score: 1

    But unlike Google, you can't say something like "vivisimo/grokker for it" ... it just doesn't sound right .. and unlike grokker, google is free

  184. Postulating Predictions by K'tohg · · Score: 1

    What would happen if this did go through?

    Let's see, Given:

    • A = Google Rocks.
    • B = New search technology
    • C = Google wants to stay in business
    • A + C = Google Labs implement B
    • therefore Google remains the best ever!

    So I'll stick with Google. Loyalty. (And Linux/Mac friendly)

    --
    > SELECT * FROM brain_cells WHERE synaptic_rate > 0
    0 row returned
  185. Re:Better search results than Google? It will happ by slumos · · Score: 1

    Clustering algorithms are well known in the information retrieval field (try searching for "clustering" on CiteSeer for example).

    Google has more than enough expertise to roll out clustering if they want it.

  186. Spelling by 0spf · · Score: 1

    It does not correct my spelling mistakes. I have become verry used to that on Google.

  187. Re:How will you navigate such an interface quickly by Mac+Degger · · Score: 1

    Anyone else notice this? You contradict yourself: first you say '3d is bad', then you sya '3d with big screens is good'...anyone doing physical/chemical etc. simulation will tell you that 3d output is (in many cases) good for comprehension.

    --
    -- Waht? Tehr's a preveiw buottn?
  188. Vivisimo! by lisany · · Score: 1

    Don't look now, but you just did!

  189. Making stuff user-friendly by Razzak · · Score: 2, Interesting

    You're thinking like a linux user, and not the average user.

    Honestly, you *must* have had some time in your life you're trying to find out something on the web and Google hasn't been able to easily find it. Another post used the example of the "red haired singer" which is a good one. If a search engine sorted all the websites into "CD Sales" "Performances" and "Tom Malone the Construction Worker" for that person, it'd certainly point them in the right direction.

    Your response doesn't apply to most people. People don't want to learn how to work technology, they want technology to "just work" for them.

  190. Re:Better search results than Google? It will happ by fermion · · Score: 1
    Altavista was big. Very big. The only reason that everyone does not know about Altavista is because the Internet was not fully integrated into society. Yahoo defined itself as a portal rather quickly, it's strength being organized content and services. It still exists because it is true to that identity.

    Everyone says that the big reason Google got big was the simple interface and the lack of ads. That is true to a degree, but the another big reason is that Altavista was falling under an attack by those who would load pages with keywords. Which is the same thing that is happening with Google. Advertisers are loading links with keywords and setting up multiple incestuous domains. The attack and effects are largely the same. The first page of google is generally link farms with a few corporate web pages and almost no private content. The freedom of the press is limited to those that can get on the first few pages of google.

    Since google seems unable to fix this problem, the time is ripe for another technology. Such technology can succeed if it is properly advertised.

    --
    "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
  191. Re: Google is BSD by Anonymous Coward · · Score: 1, Informative

    i think he's confusing google with yahoo

  192. InfoSpace's Dogpile and Metcrawler by Anonymous Coward · · Score: 0

    www.dogpile.com and www.metcrawler.com, run by Infospace, have been doing for a while what Vivisimo does in its dynamic categorization. The heirarchical folder-like display is virtually identical. And Dogpile and Metacrawler are meta search engines, so you get the best of several search engines, including Google.

  193. Howard Dean. by Anonymous Coward · · Score: 0

    Oh, sorry, I missed the "in their right mind" part.

    1. Re:Howard Dean. by Anonymous Coward · · Score: 0

      He's got a Jewish wife. I, also, infinitely prefer fucking neurotic-crazy women to nailing stable ones, so I will vote for Howard Dean (as I did for Bill Clinton).

  194. Command Line by DesertFalcon · · Score: 1

    It's interesting that this kind of reminiscence is coming from the same group that generally prefers the command line over a GUI because it's more powerful.

    --
    --- 11 meters/second, or 24 miles per hour - the airspeed velocity of an unladen European swallow. Really.
    1. Re:Command Line by bigjocker · · Score: 1

      But a command line is not a textfield. That's a very shortsighted comparision. A command line is a prompt with commands, a history, external tools, and a lot more.

      If I could telnet google and use bash+perl+grep+awk+anything else to make my searches it would be the best tool ever

      --
      Life isn't like a box of chocolates. It's more like a jar of jalapenos. What you do today, might burn your ass tomorrow.
    2. Re:Command Line by tqft · · Score: 1

      And of course no-one would ever try and exploit this wonderful tool.

      --
      The Singularity is closer than you think
      Quant
  195. Look again by Anonymous Coward · · Score: 0

    Look again. Results 7,9, and 10 do not contain "to be or not to be". On contains "to be or net to be", easy to overlook if you are not careful.

  196. Whence a "NEAR" capability in Google? by MMHere · · Score: 2, Interesting

    Altavista has always had the capability to specify that separate search items exist together in a document ("AND"), but that they occur in close proximity.

    I can say:

    "Knoppix distro" review

    to Google, and I get results related to Knoppix, some of them indeed reviews OF Knoppix. I also, however, get useless hits that may mention Knoppix, but review something else further down in the document. I do not get hits restricted to Koppix reviews.

    If I do this with Altavista, I get hits much closer to what I want:

    "Knoppix distro" NEAR review

  197. Regexp may be nice, but there are other methods by monstermagnet · · Score: 2, Interesting

    as a law student, I've been doing a lot of searches on westlaw and lexis. Some of the handiest search improvements over basic google:

    word1 /s word2 - search for word1 and word2 in the same sentence
    word1 /p word2 - search for word1 and word2 in the same paragraph
    word1 /4 word2 - search for word1 and word2 within 4 words of each other

    word can be replaced with quoted strings. It's amazing how this will enable one to focus a complex search. Moreover, it's simple, easy to understand, and relatively simple computationally.

  198. Re:Better search results than Google? It will happ by Anonymous Coward · · Score: 0

    LOL, going waay offtopic here, but I clicked on your name and saw your journal entry. I mis-read it as "Spooning Yourself". Oh well, I got a laugh out of it anyway.

  199. Vivismo's not a search engine, folks by Anonymous Coward · · Score: 0

    It's a clustering engine. It's written on their main page right about under the logo. And in the title of the browser window.

    As such, it does not compete with google. They're different beasts. It is one thing to have to dig through a few billions of web pages, and quite another to cluster about one thousand. The feasts google accomplishes are impressive. What vivismo does is group the results of google (or some other search engine, btw). It's interesting, of course, but not the same.

    Will it replace google ? Of course not: they don't even do the same thing. Because without google (or a decent search engine) vivismo's toy would work on the principle: garbage in, garbage out.

    Will vivismo work with google, teoma, etc. and, perhaps, be incorporated by most majour search engines ? Perhaps. Or not. The thing is that, the idea is good, but not very difficult to implement. I wouldn't even be surprised to see it soon in in-house versions of all majour search engines. All it takes is a few computer scientists who understand document clustering (and both Teoma and Google have loads of people with high degrees working for them).

  200. Re:Better search results than Google? It will happ by Seth+Finklestein · · Score: 1

    Of course I am. Don't you know how to read? The credits?

    Sincerely,
    Seth Finklestein
    Famous Actor and Compensated Endorser

    --
    I'm not Seth Finkelstein. I still speak the truth.
  201. Google not always fastest by spaceyhackerlady · · Score: 2, Funny

    A colleague just asked me a technical question. He said he'd normally look it up on google, but figured it would be faster to ask me.

    There's probably a moral there, somewhere.

    ...laura

  202. Re:Better search results than Google? It will happ by notsoanonymouscoward · · Score: 1

    You just need a system that doesn't rely so much on heuristics, and relies more on humans.

    --
    I ate my sig.
  203. a good example i like to use... by rebelcool · · Score: 1

    that most search engines have a difficult time with is "Microwave dish". It's a perfectly valid search term and not especially generic. Let's assume you're searching for basic information regarding microwave antennas (the search engine doesnt know this of course) but don't know a whole lot about them.

    But...

    Am I talking about the dish antenna's used with microwave radiation?

    Or possibly cookware that is microwave safe...

    Or just recipes for food that can be cooked in a microwave.

    Most engines return a combination of all the above in no decent order. Google even returns some obscure clause in some apartment's lease as its #5 hit.

    Better engines organize them into categories, or offer suggestions to clarify your search. Teoma does this though I see its closest approximation to microwave antennas is "Microwave Antenna Broadband Home".

    --

    -

  204. Teoma by Timbo · · Score: 1

    I occasionally use http://www.teoma.com when Google fails me. It's not exactly "better", but it does provide a different set of results which can be handy when you're trying to find something rare. The "Refine" option is pretty neat too.

  205. Google on decline by LetterJ · · Score: 2, Interesting

    Recently, I've noticed a trend in 'landing' pages dominating the results, the kind that the search engine optimizers have been saying get you to the top of the engines. Experts have been saying that those don't work on Google, but over the last couple of months they *have* been working apparently. For instance, do a search for "80/20 mortgage". The first 6 results are all clearly the same search engine "bait" and Google appears to have taken it, hook, line and sinker. None of those pages are real content and none of them are either explanations of what an 80/20 mortgage is or even companies offering 80/20 mortgages.

    I used this as an example, both because I already was looking for one and because it's a pretty non-geeky kind of thing to search for, rather than looking at results for Linux and complaining about MS entries.

  206. Google beat the scientolgists... by rs79 · · Score: 1

    What makes you think for a second they'll let SCO push them around?

    There's a lot of very very smart people there and a LOT of really good lawyers. And don't think for a second they will be caught unaware.

    --
    Need Mercedes parts ?
    1. Re:Google beat the scientolgists... by RMH101 · · Score: 2, Funny

      and if they *don't* have lots of good lawyers, presumably they could *find them very quickly*

  207. Re:Better search results than Google? It will happ by plugger · · Score: 1

    How was Military Academy then?

  208. Before Alta Vista? by rs79 · · Score: 1
    Well, Google made a huge leap forward from the old-guard, of AltaVista & Yahoo, who were in their own way a huge leap beyond what had gone before.


    BEFORE Alta Vista? You mean Archie? (Trivia: AV's original name was gotcha.com)

    I posit that the folks at Google are among the smartest around and unless they all come down with some incapactiting brain disorder nothing on the planet will render them useless. And yes, I'd put money on that.
    --
    Need Mercedes parts ?
  209. ICANN has a solution for you by rs79 · · Score: 1

    Havn't you heard? There's a ".INFO" domain for non commercial, well, information. Just limit your searches to that TLD.

    I know the TLD must work because I'm getting p3n1s p1ll spam pointing to domains in that zone.

    Don't you love it when a plan comes together?

    cf. http://swiss.frog.museum

    --
    Need Mercedes parts ?
  210. Google didn't get where it is by Anonymous Coward · · Score: 0

    Google didn't get where it is by having the best search results. They got that way because they weren't a 'portal' full of ads, and the junk sites were targeting other search algorithms.

  211. Those both provide Google Results by Anonymous Coward · · Score: 0

    Interesting, both of those services use Google results, and dice them up further. Grokker adds a few more on

  212. That was me by K-Man · · Score: 1

    And I can't find it either.

    I'm still plugging away. Check out my article in Dr. Dobb's in December '03. It's mostly about the core indexing technique, and I haven't gotten around to putting a regex module on top of it. Right now it'll find any substring in the source file, and it's fairly straightforward to expand that to regexps - I just need a module that expands a regexp into a bunch of strings, more or less.

    There are a number of applications for the technology; I'm just too broke to work on them much.

    --
    ---- "If we have to go on with these damned quantum jumps, then I'm sorry that I ever got involved" - Erwin Schrodinger
  213. Learn how to use google! by Anonymous Coward · · Score: 0

    Search on "paris site:hilton.com"

    http://www.hilton.com/en/hi/hotels/index.jhtml?m or eDesc=true&ctyhocn=PARHITW

    Looks beautiful, anyone would be lucky to visit, even if you had to sneak in the back door.

  214. Re:Vivisimo Categorization is language independent by Jadrano · · Score: 1

    I have used Vivisimo a few times but never realized that their method of categorization was quite langaage independent.

    I can confirm that the categorization of Vivisimo works well independently of the language, and there was not really a noticeable difference in quality, whether I was searching for English, French, German, Russian or Polish terms.

    It seems that the categorizing system is basically language-independent, but that they use language-specific lists of function words that should never be used as category names. At least, I noticed that with searches in Russian, Polish and Swiss-German, sometimes function words (e.g. pronouns, prepositions) were used as category names, which does not happen with searches in English, French and German, so I suppose they have a list of stop words for some languages, but not for others. However, it mostly happened when I was entering rather unusual search terms (mostly conjugated verb forms), so that it's not really a problem. Apart from excluding certain words, it seems to be language-independent.

    If it really is then DMOZ, the Human Edited Directory, ought to incorporate dynamic categorizations like this, infact to the point that someday each user should have his/her own unique categorization of the all the websites in the world ...
    I think human edited categories are quite different from automatic ones. Human edited categories are usually more exact, on the other hand, automatic categorization makes it possible to have much broader coverage. Both systems should be there and used when appropriate, but they should be kept distinct.

    Meanwhile, are they using the words in the headings to determine categories ? Or is it words that have in some way been emphasized ? And to do this in a way that transcends language ...
    I don't know how Vivisimo works internally, but from what I have seen there and what I know generally about automatic categorization, I suppose that basically those words are taken as category names that are significantly more frequent on pages that contain the search term than on the other pages (or in a general corpus). Then, I suppose there is an optimization, so that the sets of documents covered by the first-level keywords overlap as little as possible (e.g. when most of documents covered by category B are also covered by category A, category B is made a subcategory of A). It is possible that headings and emphasis are used for some kind of weighting, but that's not a central issue for such statistical methods. In principle, that works all quite well in a language-independent way (it's, of course, quite a challenge to implement such a system efficiently).

  215. Re:Better search results than Google? It will happ by Anonymous Coward · · Score: 0

    It's been used in Sex & the City as well. You don't get more mainstream than HBO.

  216. Re: Google is BSD by Anonymous Coward · · Score: 0

    I think it's Linux

    Interesting ports on 66.102.9.104: ...
    TCP/IP fingerprint:
    SInfo(V=3.48%P=i686-pc-linux-gnu%D=1 /6%Time=3FFA27 B4%O=80%C=179)

  217. found the exact quote by zontroll · · Score: 1

    "These people looked deep within my soul and assigned me a number based on the order in which I joined." --- Homer

  218. MOD PARENT UP -- VERY COOL LINK by jasonfncsu · · Score: 1

    nt

    --
    Jason Faulkner
    Old Os Administrator
    jason@oldos.org
    oldos.
  219. Vivisimo is definitely better by superpulpsicle · · Score: 1

    It took me 5 days to move my homepage from altavista to google. It took me about a day to go from google to vivisimo.

    I have had a couple really good web sites that I simply couldn't find off google for months. On my first shot with vivisimo, the item I was looking for came up.

    While this sounds pretty vague, I cannot tell you how impressed I am. The only trick part to that site is the two advertisements that show up looking like a result from a search. If they get rid of that... sky's the limit.

  220. Disappearing Content by cusco · · Score: 1

    I've been doing a certain amount of writing about the WTC attack and have been appalled by the amount of information that is unavailable because there is no way to find it. I can go back and review the old threads in the Alternet forums, follow the links, and the articles are still there, but Google won't pull them up. When Google gets corporatized after its IPO a lot more info will disappear. If Union Carbide becomes a major stakeholder you'll never find anything about the Bohpal disaster through Google.

    --
    "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
  221. Vivisimo is useful by Anonymous Coward · · Score: 0

    First, I want to start by agreeing with the people who say if you know how to search well, google can be very useful.

    Often, though, you'd much prefer to put in "digital camera", rather than "digital camera review -buy -shop -shopping -purchase -order"

    I tried out vivisimo and I found it much easier and simpler than google. I put in digital camera and click reviews, viola.

    If you actually try the digital camera search on google, you'll probably find some useful sites, but I just used this as an example, because I'm _sure_ everyone here has punched in a simple query into google and found 20 spam sites, 5 unrelated blogs, 30 porn sites and a handful of warez sites.

  222. Re:Better search results than Google? It will happ by X · · Score: 1

    webspam is an active area of work. I actually find Altavista to be remarkably impressive in this regard, and Google seems to be one of the worst these days. AllTheWeb and Teoma also do a fairly decent job.

    --
    sigs are a waste of space
  223. Re: Infinite loops by warkda+rrior · · Score: 1

    Hmmm, that would be true only if the regex language is Turing-complete, which it is not (because it is a regular language, not context-free, not context-sensitive, not Turing).

    --
    You need to install an RTFM interface.
  224. Re:Better search results than Google? It will happ by sanqui · · Score: 1
    Of course, for me "back in the day" was when Altavista was at altavista.digital.com

    Digital? Oh, you must mean Compaq.

    (Eagerly awaiting altavista.digital.compaq.hp.com.)

  225. Re: Google is BSD by Anonymous Coward · · Score: 0

    That's your machine's info, not google's.

  226. Re: Google is BSD by Scaba · · Score: 1
  227. Only one major flaw by KalvinB · · Score: 1

    The name.

    It's not memorable and difficult to spell. "Google" is catchy and easy to spell.
    Other than that it's pretty slick.

    Ben

  228. Mod Parent Up by maysonl · · Score: 1

    funny & true - a lethal combination.

  229. Variaty is a good thing by houghi · · Score: 2, Insightful

    What I see in the replies is that the majority says that Google is good enough and that they do not need anything els/better/different. To me these are exactly the 'arguments' I hear when I tell people to switch over to Linux.

    I do like that there are still different possabilaties. I would hate to see Google become the one and only searchengine, just as I hate Windows becoming the one and only OS or RedHat becoming the one and only Linux.

    --
    Don't fight for your country, if your country does not fight for you.
  230. Re:Mod Parent's Parent Up by Anonymous Coward · · Score: 0
    yes, he touch every aspect of life:

    - commerce/money:
    How one would sell things customers probably dont want?

    - politics:
    Who would vote terminator for governor?

    - habits:
    Would you keep doing your everday life?

    - religions:
    No more sects business, no religions...

    - war/manipulation:
    If peoples got smarter, would they still go to battlefields or start wars just for fossilized carbon^W^Wliberty and justice?

    - social institutions:
    Even worse, would one get married?


    a very nice post, smart and funny, i'm with you, everyone mod that post up!
  231. search algorithm by chrisranjana.com · · Score: 1

    How can a search engine know what is in your mind? when someone types "perl" and expects programmers ? he/she needs to type "perl programmers or php programmers" but then again does he/she wants to find freelance php programmers for doing projects or he/she is looking for marketplaces or tutorials ? artificial intelligence ? maybe !

    --
    Chris ,
    Php Programmers.
  232. I was sceptical by RMH101 · · Score: 1
    but it's good. I spent ages yesterday trying to find the definition of the physical dimensions of a standard credit card, and Google failed me. After a bit of poking around the concepts bit of Vivisimo, it's found it for me.

    This is probably particularly hard to find because the term "credit card" pulls up so much spammy commercial crap, obviously.

    1. Re:I was sceptical by RedWizzard · · Score: 1

      Searching Google for "physical dimensions" "credit card" gave me this link on the third page. This came up as the first result for "physical characteristics" "credit card". Of course if I had of thought there might be an ISO or ANSI standard for it, adding either of those terms gives a good result in first place. I didn't find Vivisimo's categories immediately helpful for this case (eg none of the FAQ->Specification results looked relevant), but a bit of browsing found the required info fairly quickly. Vivisimo was a little quicker for me than Google, but it only took me 5-10 minutes with Google. I also use Google heavily for dictionary lookups so I'm not ready to switch just yet.

  233. I used to teach Internet Skills by RMH101 · · Score: 1

    for beer money whilst at University, and the main thing I tried to get across was how to find stuff. We'd usually start by asking people their hobbies, sticking them in Altavista (back in the day!) and letting them browse what came up.
    I can still remember the day I realised the net had changed a bit when one enthusiastic student of amateur photography tried it...

  234. not new at all by paulwomack · · Score: 1

    Excite White Paper

    Check the copyright date.

    BugBear

    --
    Ignorance is curable. Stupid is forever.
  235. Re:Better search results than Google? It will happ by Anonymous Coward · · Score: 0

    There is a book/standup comedy routine about googlewacking... www.davegorman.com if you are curious.

    I suspect Buffy could be considered one of many popular cultural barometers...

    Right I'm off to watch TNG reruns... ;-)

  236. Irrelevant comment... by hkmwbz · · Score: 1
    The very first site in the list does take you to a walkthrough, so why complain about entries further down on the list (that may well be relevant for someone else)?

    At least try to think before posting pointless "me too" messages for karma....

    --
    Clever signature text goes here.
  237. ugh by Anonymous Coward · · Score: 0

    When it comes to phrase searches this search engine is absolutely horrible in comparison to google. When it comes to 'phrase' searches of domain names/hosts, its just disgusting.

  238. works for me. read the screen! ? by Anonymous Coward · · Score: 0

    ummm, just did a search for Paris Hilton
    on google. sure, the screen is filled with useless
    junk...but please just see the top line of the output.

    Category: Regional > Europe > ... > Travel and Tourism > Lodging > Hotels

    click on that and the site you want and are looking for is right at the top.

    i dont see what these useless whiners are complaining about!

  239. And CAD designers will also tell you by moogla · · Score: 1

    3d output is good for comprehension. (DUH!)
    All of which means that 3d interfaces are suitable when you need to see things that are 3-dimensional (double DUH!).

    Note that I said big screens, but I didn't necessarily say 3D. A vertical dimension might be implied by stacking or scaling (ala OSX) if needed, but it doesn't need to be full blown 3D (this could become detremental).

    And you wouldn't want to have "surfaces" presented at any oblique angle, especially when they can be occluded or if transparency is involved. (We are talking about search results, right?) It prevents you from reading any text or identifying icons at different parts of it with equal resolving power.

    And forget about identifying physical objects in 3d. Having a space filling characteristic just limits your ability to present things because there's too many additional oppurtunities for "clutter" (you should see my desk!)

    --
    Black holes are where the Matrix raised SIGFPE
  240. Study comparing Grokker and Vivisimo by bederson · · Score: 1
    As it happens, a student (Walky Rivadeneira) working with me performed a controlled study comparing Vivisimo and Grokker. The results are: Vivisimo was greatly preferred.

    You can read the whole study here: http://www.cs.umd.edu/local-cgi-bin/hcil/sr.pl?num ber=HCIL-2003-36

    Abstract follows:

    There have been several studies that compare sequential search results versus clustered search results, and graphical presentations versus textual presentations. These studies have resulted in confirmed efficiency and preference of clustering over sequential lists. The studies between graphical and textual presentations have usually shown to be task dependant. This study shows a systematic evaluation of zoomable versus textual clustered search results. A controlled experiment with repeated measures design and within-subjects differences was performed with fifteen subjects, comparing Groxis, Inc.'s Grokker - their clustering product - a zoomable user interface, their textual clustering product and Vivisimo's textual clustering product. No significant differences were found for objective measures. However, there were significant differences for subjective measures. The textual clustering interfaces was preferred and elicited major satisfaction among the users. Results are summarized in both a quantitative and qualitative format.

    --
    - Ben Bederson Professor Computer Science, Human-Computer Interaction Lab University of Maryland
  241. Bzzt, mod parent down, obviously didn't try. by Peter+Cooper · · Score: 1

    Are you sure you actually bothered to look? #1 regular result for 'scotland map' is a link to an excellent Scottish map. And anyway, this is what Google Images is for. Search for 'scotland map' then hit the 'Images' tab. Tons of maps at your fingertips. Can't see where your problem was. I found many maps in seconds, and didn't see any ads.

    1. Re:Bzzt, mod parent down, obviously didn't try. by kfg · · Score: 1

      Yeah. Looked and found. Major brain fart on my part. Please ignore me, I'm obviously insane.

      We now return you to your regular program.

      KFG

  242. Google's + sign behavior by Phlare · · Score: 1
    You're right - *typically* + signs don't do anything since Google searches as "must include", however there are some commonly used words which will be automatically excluded, unless you use the + sign before them.

    details...

  243. Blocking not necessary by Codex+The+Sloth · · Score: 1

    You don't have to block it, you just rank them lower based on them not being relevant -- it's called an algorithm. People might sue, they just won't win.

    --
    I am not a number! I am a man! And don't you ... oh wait, I'm #93427. Ha ha! In your face #93428!
  244. Re: Infinite loops by A55M0NKEY · · Score: 1

    Regular expressions ( using mathematical definition ) are not turing complete. They can only be used to specify regular languages. But the 'Regex' packages of the world are far more powerful. I do not know if perl's is turing complete but I wouldn't be suprised..

    --

    Eat at Joe's.

  245. The Other Alternative by DaveAtFraud · · Score: 1

    Is you know someone who is a music trivia nut. Best guess from a friend of mine is either Bonnie Raitt or Patty Griffin. There aren't too many red-headed females in the rock music genre.

    --
    They that can give up essential liberty to obtain a little temporary safety deserve neither safety nor liberty.
    Ben
  246. Re:Better search results than Google? It will happ by Angus+Prune · · Score: 1

    Do you mean like Dmoz.org?
    Dmoz is more or less a moderated, catagorized, directory which also includes a search function.

  247. Re:Vivisimo Categorization is language independent by Anonymous Coward · · Score: 0

    Actually, the challenge of devising good labels is the key to a text clustering algorithm. Usually this is left as an afterthought, after the mathematical manipulations are done, which doesn't work well. A good algorithm should interleave grouping with describing, just as people would do if doing this task (very slowly, of course).

    - Raul (from Vivisimo)

  248. Google has a spam report page... by Hobart · · Score: 1
    http://www.google.com/contact/spamreport.html
    Trying to deceive (spam) our web crawler by means of hidden text, deceptive cloaking or doorway pages compromises the quality of our results and degrades the search experience for everyone. We think that's a bad thing.

    If your Google search returns a result that you suspect is spam, please let us know using this form. We investigate each report of deceptive practices thoroughly and take appropriate action when abuse is uncovered. At minimum, we will use the data from each spam report to improve our site ranking and filtering algorithms. The result of this should be visible over time as the quality of our searches gets even better. In especially egregious cases, we will remove spammers from our index immediately, so they do not show up in search results at all. Other steps will be taken as necessary.

    Google appreciates your taking the time to help us improve our service for web searchers around the world. By helping us eliminate spam, you are saving millions of people time, effort and energy. We think that's a good thing.
    --
    o/~ Join us now and share the software ...
  249. Personalized search by glinden · · Score: 1

    It seems to me that search could be improved by paying attention to what you've done in the past. Current search engines assume each search is completely independent, but there's valuable information in what you did earlier, especially if you keep refining the query trying to find something. One attempt at this is demoed at Findory Search. It particularly makes a difference if you're refining your search query to try to find something. But it's still a work in progress.

  250. Re:Vivisimo Categorization is language independent by deadbadger · · Score: 1

    Thanks, that's interesting. I don't suppose your algorithms (or just rough descriptions) are published publically just yet, are they? We're going over the paper I mentioned at my department's seminar meeting soonish, and it'd be nifty to know of alternatives. No worries if it's all a trade secret, though ;-).

  251. Mars by GeoffreyAKDog · · Score: 1

    Mars rocks!