Slashdot Mirror


Google Suggest

Cristiano writes "As you type into the search box, Google Suggest guesses what you're typing and offers suggestions in real time. This is similar to Google's 'Did you mean?' feature that offers alternative spellings for your query after you search, except that it works in real time." It crashes Konqueror, but works nicely on Mozilla. Update: 12/11 by J : The engineer who thought of it, then built it in his "20% time," blogs about the process.

655 comments

  1. /. Spelling by Zorilla · · Score: 3, Funny

    > loose

    Google
    ------
    Did you mean: lose?


    Yeah, Slashdot needs this badly.

    --

    It would be cool if it didn't suck.
    1. Re:/. Spelling by MillionthMonkey · · Score: 4, Funny

      When I type "loose" it doesn't suggest "lose".

      It does suggest "loose women".

    2. Re:/. Spelling by Zorilla · · Score: 1

      Yeah, I didn't do any checking on that, but I do think it would be a good idea for something like this to be integrated into the post filtering. If it detects the word, "loose," used as a verb, it stops you so you can verify.

      --

      It would be cool if it didn't suck.
    3. Re:/. Spelling by sisukapalli1 · · Score: 1

      Going by stereotypes... I suspect some people may be searching for other people with "loose morals" :). I am sure, many would be on "lose weight" stuff too. What would Google suggest?

      S

    4. Re:/. Spelling by RobertB-DC · · Score: 4, Funny

      When I type "loose" it doesn't suggest "lose".

      It does suggest "loose women".


      It also suggests "loose weight". I can't believe how many web sites there are devoted to loosing weight. I guess that's the origin of the term, "to throw your weight around" -- so many people loosing it, and throwing weight will certainly loose it. What a bunch of loosers.

      (and looking at that paragraph long enough makes me wonder if I've loosed it, myself)

      --
      Stressed? Me? Of course not. Stress is what a rubber band feels before it breaks, silly.
    5. Re:/. Spelling by Tatarize · · Score: 2, Interesting

      I was going for "Pretty" but after I got "pret" in there it started suggesting preteen girls and such.

      I'd hate to see it if it wasn't striking down entries. For example "sex" comes up with total blanks. No "sex addition" or anything, so its obviously removing stuff but apparently not flawlessly.

      Reminds me a great google game. Turn strict search filtering on on google images and try and find porn using single word. My record is 2nd image with "cameltoe".

      --

      It is no longer uncommon to be uncommon.
    6. Re:/. Spelling by Thing+1 · · Score: 1
      Reminds me a great google game. Turn strict search filtering on on google images and try and find porn using single word. My record is 2nd image with "cameltoe".

      Under either Moderate or No filtering, "brick" has breasts on the second (and third) images. "Cameltoe"'s results I wouldn't really call porn; the shape is suggested but there are clothes in the way.

      --
      I feel fantastic, and I'm still alive.
    7. Re:/. Spelling by Anonymous Coward · · Score: 0

      You were searching for "preteen" and Google's just that smart. Admit it.

  2. Cool! Just like form AutoComplete by GillBates0 · · Score: 4, Insightful
    but with a HUGE database/archive of possible candidates at it's disposal.

    Wonder how it'll hold up when it gets out Beta though...it's bound to be pretty computationally intensive.

    --
    An Indian-American Hindu committed to non-violent thought/speech/action alarmed by the global explosion of radical Islam
    1. Re:Cool! Just like form AutoComplete by Anonymous Coward · · Score: 2, Interesting

      I wonder how long before spammers use this maliciously to create word lists to direct traffic.

    2. Re:Cool! Just like form AutoComplete by mdf356 · · Score: 5, Funny

      It's surviving a slashdotting. What more do you want?

      Cheers,
      Matt

      --
      Terrorist, bomb, al Qaeda, nuclear, yellowcake, kill, assassinate. Carnivore is dead... long live Echelon.
    3. Re:Cool! Just like form AutoComplete by dustinbarbour · · Score: 4, Informative

      Yes, it would be intensive for their server should everyone decide to use it in place of standrd Google search. However, the algorithm behind their "Did you mean" runs in O(n^2) worst case and O(n) best case. Not too shabby.. The algorithm is what makes it possible.

    4. Re:Cool! Just like form AutoComplete by ciroknight · · Score: 3, Interesting

      This is why Google is such an awesome concept.

      Instant access to any piece of human knowledge, and it now can guess what you are looking for right as you can type. The only next improvement I can think of is if it did related searches to the term you searched for, but I'm not sure how you would represent all of that data at once. Leave it to the Google geniuses ;)

      --
      "Victory means exit strategy, and it's important for the President to explain to us what the exit strategy is." G.W.Bush
    5. Re:Cool! Just like form AutoComplete by Alomex · · Score: 1


      Where n is???

    6. Re:Cool! Just like form AutoComplete by nacturation · · Score: 1

      Where n is??? ... the notation you should have learned in Computer Science 101? :)

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    7. Re:Cool! Just like form AutoComplete by eln · · Score: 3, Informative

      big-O notation

      (definition)

      Definition: A theoretical measure of the execution of an algorithm, usually the time or memory needed, given the problem size n, which is usually the number of items. Informally, saying some equation f(n) = O(g(n)) means it is less than some constant multiple of g(n). The notation is read, "f of n is big oh of g of n".

      Strangely enough, I got this definition from a Google search.

    8. Re:Cool! Just like form AutoComplete by sketerpot · · Score: 1

      Small enough that Google's servers can hold up under a slashdotting.

    9. Re:Cool! Just like form AutoComplete by Anonymous Coward · · Score: 0

      Where n is??? ...part of a clever looking bit in a book/article/blogpost you never understood but paste into Slashdot to make you look smart.

    10. Re:Cool! Just like form AutoComplete by Alomex · · Score: 1


      You missed the point. Is n the size of the word typed so far? the total dictionary size? the number of completions in your answer set?

    11. Re:Cool! Just like form AutoComplete by Chris+Mattern · · Score: 3, Interesting

      Nice, but not answering his question. He didn't ask what O(n) was, he asked what n is, and that's a legitimate question. What *is* n? What is the determining factor of problem size for this algorithm? The number of characters the user has typed? The size of the database of terms Google will search? What?

      Chris Mattern

    12. Re:Cool! Just like form AutoComplete by Alomex · · Score: 1

      I know what the O is, I'm asking what the n is.

    13. Re:Cool! Just like form AutoComplete by adeydas · · Score: 1

      personally i believe its a pretty useless service unless somebody dosen't know his spellings. i mean a person searching would know what to type in, so why the suggestions part. and there is no guarantee that the suggestion would be any help to the user...

    14. Re:Cool! Just like form AutoComplete by bill_kress · · Score: 1

      And it's still responding instantly! Google is pretty amazing.

    15. Re:Cool! Just like form AutoComplete by Anonymous Coward · · Score: 1, Informative

      n is the number of entries in the search database. In a search, n mostly refers to the sample space of the objects to search.

    16. Re:Cool! Just like form AutoComplete by Hulfs · · Score: 1

      I'd mod the parent insightful because, even if he/she doesn't know what Big-Oh notation is, the question is still relevant. With a dataset the size of google, even running a constant time, O(1), algorithm could possibly bring servers to their knees especially having to search per keystroke. Merely stating that Google's 'Did You Mean' search algorithm is linear, O(n), best case doesn't really mean much in terms of measured performance. Of course, if you're trying to decide between two search algorithms using the same dataset and one algorithm is O(n log n) and the other is O(n^2) then the Big-Oh comparison actually means something.

    17. Re:Cool! Just like form AutoComplete by rlorenzo · · Score: 1

      it is not just mispellings that this is helpful, it is also finding out all the possiblities that a word can invoke that you haven't thought about.

      It is a sort of thesaurus of ideas.

    18. Re:Cool! Just like form AutoComplete by TheRaven64 · · Score: 2, Insightful
      Of course, if you're trying to decide between two search algorithms using the same dataset and one algorithm is O(n log n) and the other is O(n^2) then the Big-Oh comparison actually means something.

      Not always. Big-Oh only means the worst case. Quicksort is O(n^2), but the worst case is so rare that it usually performs better than many O(n log n) algorithms.

      --
      I am TheRaven on Soylent News
    19. Re:Cool! Just like form AutoComplete by ad0gg · · Score: 1

      Umm, overture, wordtracker and other services already tell you the most searched terms which SEO spammers use to tailer doorway pages(spam pages).

      --

      Have you ever been to a turkish prison?

    20. Re:Cool! Just like form AutoComplete by matrix0f8h · · Score: 1

      With such a large list of suggestions available, this seems like it would be great for other applications. Think of typing into any textbox and having popular suggestions pop-up. I can see this being useful for many web forms.

    21. Re:Cool! Just like form AutoComplete by s88 · · Score: 1

      Man... read the question everyone before you jump all over him.

      He is asking for what aspect of google "n" is bound to! Does "n" mean the number of total "topics", webpages, or something else.

      Saying O(n) is useless unless you define n.
      Let n=number of servers. Hmm..thats good performance.
      Let n=number of words in the googld dictionary, also maybe good.
      Let n=number of words on all web pages that are indexed... thats not so good.

    22. Re:Cool! Just like form AutoComplete by Anonymous Coward · · Score: 0

      No, YOU missed the point. If you had understood one word of your CS classes you'd know that how big n is only barely matters. Idoit.

    23. Re:Cool! Just like form AutoComplete by sprins · · Score: 1

      > it's bound to be pretty computationally intensive. Only searching previously entered search strings might not be that bad. 80-20 rule probably applies here too.

    24. Re:Cool! Just like form AutoComplete by JabberWokky · · Score: 2, Insightful
      If it makes you feel any better about Slashdot, there are plenty of people who knew exactly what you're asking and haven't responded because they know enough to know that they don't know the answer. Thus you're only getting responses from people who didn't understand the question.

      I'd guess that n will vary between now and when they release as they grow their database.

      Interestingly, they seem to clamp down on search phrases that are synonyms and start with the same beginning. For instance, the search for "Rocky Horror" is more common than "Rocky Horror Picture Show", but only the latter is listed. In this case, for reasons that are specific to the search, using RHPS over Rocky Horror can cause problems as it eliminates "Rocky Horror Show", which is the stage production, and often swapped by the public for RHPS.

      --
      Evan

      --
      "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
    25. Re:Cool! Just like form AutoComplete by vettemph · · Score: 1
      The only next improvement I can think of is if it did related searches to the term you searched for, but I'm not sure how you would represent all of that data at once. Leave it to the Google geniuses ;)

      No. I want it to show the results of my search term just as I turn to look at my PC. It's simple, Your USB powrered "thinking cap"(1) detects your uncertainty about a given topic and does the search as your walking over to your PC. I'm sure someone will get a patent for an obvious bullshit idea like this one.

      (1)search "thinking cap", It sort of exists.

      Hey, here is another idea: Tie google to the voice command "What the fuck *". Any time you say "What the Fuck is that?!?!", Google will pop up and respond "What the fuck is what?". It's kinda like Ask Jeeves. :)

      --
      The government which is strong enough to protect you from everything is strong enough to take everything from you.
    26. Re:Cool! Just like form AutoComplete by recursiv · · Score: 1

      In your rush to point out you know more than the above poster, did you stop to consider that he might not be asking about the notation? I don't understand what n is supposed to be either. Do you? If you do, why don't you clue us in, instead of your smug arrogance. In case you are still missing it, I do know how O(n) notation works. So does the poster above.

      --
      I used to bulls-eye womp-rats in my pants
    27. Re:Cool! Just like form AutoComplete by Straif · · Score: 1

      It's good for a lot more than just typos.

      For example, I'm looking for a printer for my parents for Christmas and when entering in the HP printer prefix "psc " I get a listing of all the different models and the number of hits for each.

      Makes looking for good reviews a little easier.

      --
      Of course that's just my opinion...... you could be wrong!
    28. Re:Cool! Just like form AutoComplete by recursiv · · Score: 1

      Well, i think it matters enough to make a difference between n=5 (n is word length) and n=10000000000 (n is the number of pages in google's db)

      I admit that the latter case is highly unlikely to be what the poster referring to, but it's not inconceivable. (you might have to squint)

      In the real world, the size of n does matter. A factor of 2 difference in n affects the speed of an O(n^2) algorithm by a factor of 4. Of course, theoretical CS isn't concerned with small factors like 4, but someone back in the real world waiting for their search results cares about a ratio of 1.5

      --
      I used to bulls-eye womp-rats in my pants
    29. Re:Cool! Just like form AutoComplete by generic-man · · Score: 1

      Makes looking for good reviews a little easier.

      From my experience doing product research on Google, replace "good reviews" with "Amazon.com clones."

      Try searching for any item and the keyword "reviews." It's sickening how little useful information you can find.

      --
      For more information, click here.
    30. Re:Cool! Just like form AutoComplete by nacturation · · Score: 0

      You missed the point. Is n the size of the word typed so far? the total dictionary size? the number of completions in your answer set?

      Actually, you missed it I'm afraid. The "Big O" notation describes how efficient a function is. The thing you're searching might be a billion records or it might be 10 records. What matters here is the search algorithm's efficiency, not what is being searched.

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    31. Re:Cool! Just like form AutoComplete by Anonymous Coward · · Score: 2, Insightful

      Yes, that is, as they say, trivially obvious.

      However, it is not trivially obvious what "n" is counting is this case. For instance, I can give you an O(1) algorithm for a search of an arbitrarily large database, as long as I'm measuring complexity by w.r.t. "the number of servers used in processing the query." Adding servers will not increase the processing time, therefore there is a constant upper bound (with respect to the number of servers being used), therefore it is a constant time (or less) algorithm.

      This is a stupid and intentionally misleading example, but it should show that O(f(n)) can be an utter lie if you don't know what n is. Oranges? Turtles? Pigeons? WTF?

    32. Re:Cool! Just like form AutoComplete by nacturation · · Score: 2, Informative

      In your rush to point out you know more than the above poster, did you stop to consider that he might not be asking about the notation? I don't understand what n is supposed to be either. Do you? If you do, why don't you clue us in, instead of your smug arrogance. In case you are still missing it, I do know how O(n) notation works. So does the poster above.

      Big O notation refers to the efficiency of the algorithm. If you really understand the notation, you wouldn't be asking what 'n' means. The original post stated that the "Did you mean..." algorithm is O(n) efficient. If it stated that the algorithm is O(1) efficient, would you ask what the 1 represents?

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    33. Re:Cool! Just like form AutoComplete by Elminst · · Score: 1

      In the real world, the size of n does matter

      Yeah.. like my ex-gf used to tell me;

      it's not the size of the n, it's the efficiency of the algorithm...

      badum-ching.

      --
      No unauthorized use. Trespassers will be shot. Survivors will be shot again.
    34. Re:Cool! Just like form AutoComplete by prell · · Score: 1

      When it gets out of beta? I think you're giving Google a lot of credit.

    35. Re:Cool! Just like form AutoComplete by Nitish · · Score: 1

      No, you still don't get what he meant. He understands that the algorithm has a quadratic running time; he wants to know what the measure of input size is. Is it quadratic in the dictionary size or quadratic in the size of the typed input?

      If I told you a new graph algorithm I developed had a linear running time, it's entirely reasonable to ask if I meant linear in the number of vertices V, the number of edges E, or the V + E which is usually meant. These are three entirely different running times!

      (For the record, I'm a Ph.D. student at UIUC studying algorithms.)

    36. Re:Cool! Just like form AutoComplete by leonmergen · · Score: 1

      Sheesh, the amount of servers at slashdot is like at least one thousand times less than the amount of servers at google... what do you expect ?

      --
      - Leon Mergen
      http://www.solatis.com
    37. Re:Cool! Just like form AutoComplete by pigscanfly.ca · · Score: 2, Interesting

      You seem to be abusing big O notation a bit my friend.
      You cant say O(n) best case , since it O(n) is a bounding above by a function. What your looking to say is that the algorithm is O(n^2) and Omega(n)

    38. Re:Cool! Just like form AutoComplete by BorgCopyeditor · · Score: 2, Insightful
      Instant access to any piece of human knowledge

      I'm no Luddite, but might it not be significantly more exact to add the qualification "that can be found on the Internet"?

      --
      Shop as usual. And avoid panic buying.
    39. Re:Cool! Just like form AutoComplete by LSU_ADT_Geek · · Score: 1

      What is interesting about the implementation is that it seems that Google is generating some sort of XML file which contains the computed information necessary for the Suggest service. Through this is only my premature evaluation of the code (http://www.google.com/ac.js), if it is true that it is ran off of a XML list, then the computation is not necessarily a problem and can even be extensible to other websites to incorporate the feature into their existing google search inserts.

    40. Re:Cool! Just like form AutoComplete by ViolentGreen · · Score: 1

      You are still missing the point. The question is not what value n is, but what n is a measure of. For example, IIRC, Quick Sort is O(log n) where n is the number of values to sort. Binay search is O(log n) where n is the depth of the tree.

      n has to represent something or the notation is useless.

      --
      Not everything is analogous to cars. Car analogies rarely work.
    41. Re:Cool! Just like form AutoComplete by nacturation · · Score: 1

      Thanks, that's a much better way of asking the question. I guess I got caught up in the whole "what is n" aspect rather than reading between the lines. In my defence, I've yet to have any coffee today. ;-)

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    42. Re:Cool! Just like form AutoComplete by Anonymous Coward · · Score: 0

      It's about the same as the number of options arising in my head from your asking about n's identity with no further qualification in response to a statement regarding an algorithm whose seemingly obvious context makes me implicitly assume the problem size and thus n must be a product of the number of characters the user entered.

      Of course, we should all assume it's crystal clear what you're asking, because it is to you (not meant as sarcasm) since this is a somewhat technical forum at times.

      Yet I do believe that those less rigorously trained and richly experienced than yourself cannot be quite to blame for misunderstanding the original thing.

      And yes, I'm writing this for no one's benefit but my own. This dialogue gave me a perfect example w.r.t. a socio-philosophical question I've been sort of toying around with ever since some communications text book back in college: Is the responsibility for the success of the transmission of a message always on the sender?

      The answer must be: Within reason.

      Hmmm...something tells me this was somewhat over the top.

    43. Re:Cool! Just like form AutoComplete by nacturation · · Score: 1

      Right, I missed that the first time around but caught it on the return trip. Mea culpa.

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    44. Re:Cool! Just like form AutoComplete by downbad · · Score: 2, Interesting

      i find it amusing that this is faster than Mozilla's autocomplete on my system.

    45. Re:Cool! Just like form AutoComplete by mpupu · · Score: 1

      Quicksort is (generally) O(n*log n), where n is the number of items to sort.

    46. Re:Cool! Just like form AutoComplete by Have+Blue · · Score: 2, Interesting

      Or better, "can be found on the Internet in text form". The image search is nowhere near as comprehensive or accurate, and not even Google is attempting sound or video search yet.

    47. Re:Cool! Just like form AutoComplete by Nitish · · Score: 1

      In that case, it's completely understandable! :-)
      Right after I hit the submit button and went back to the thread, I saw the clarifications and realised that you knew what he meant. I guess I deserve a (-1, Redundant). Oh, well... :-)

    48. Re:Cool! Just like form AutoComplete by loginx · · Score: 1

      While designing an algorithm, the size of n doesn't matter, only the complexity of your relationship which allows you to understand the relationship between the system performance and the evolution of n. e.g: O(n) is linear. Your algorithm will perform in a way that is directly proportional to your input. O(n^n) is exponential, which means you need to try to find a more efficient algorithm to do the job.

      To really understand what the other people in this thread are talking about, I recommend you get yourself a copy of the book "Mastering Algorithms with C" and take a university CS 101 class. Usually these classes cover the topic of algorithm complexity and evolution quite well.

      Although I'm sure you can also find some decent tutorials online.

    49. Re:Cool! Just like form AutoComplete by bob65 · · Score: 1
      Binay search is O(log n) where n is the depth of the tree.

      ??? Isn't logn the height of the tree? Therefore n being the number of elements to search?

    50. Re:Cool! Just like form AutoComplete by recursiv · · Score: 1

      Although I doubt you'll believe me, I already understand this. I can't even remember how many university CS classes I've taken, most relevantly including theoretical CS and algorithms courses.

      My point is that O(n) notation is not always a satisfactory measure of real world performance. The thing that matters to a person using an application is the number of milliseconds that they have to wait for a computation to finish. Iterating over a list of n elements is O(n). Doing it 10 times is also O(n). Despite this, in real life, a user will much prefer an algorithm that uses the first approach to the second.

      My point was that you have to specify what n represents. An algorithm that was O(n^2) where n is the length of the user input would probably beat an algorithm that was O(n) where n is the size of the google database.

      --
      I used to bulls-eye womp-rats in my pants
    51. Re:Cool! Just like form AutoComplete by recursiv · · Score: 1

      You are correct.

      --
      I used to bulls-eye womp-rats in my pants
    52. Re:Cool! Just like form AutoComplete by northcat · · Score: 1

      The only next improvement I can think of is if it did related searches to the term you searched for

      It already does that: Google Sets. More or less.

    53. Re:Cool! Just like form AutoComplete by Herbmaster · · Score: 2, Informative

      Not always. Big-Oh only means the worst case. Quicksort is O(n^2), but the worst case is so rare that it usually performs better than many O(n log n) algorithms.

      Furthermore, Big-Oh only means an upper limit on the worst case. Quicksort is O(n^4), and O(n^5), and O(n^6). It also happens to be O(n^2), which is a much more useful statement. For some reason people like to talk about Big-Oh even if they really mean Big-Theta.

      --
      I'm not a smorgasbord.
    54. Re:Cool! Just like form AutoComplete by slamb · · Score: 1
      If it makes you feel any better about Slashdot, there are plenty of people who knew exactly what you're asking and haven't responded because they know enough to know that they don't know the answer. Thus you're only getting responses from people who didn't understand the question.

      A little. But my God, there are so many of these people, and they are so arrogant in their ignorance. They think the variable doesn't matter, and that anyone who believes otherwise doesn't understand asymptotic notation. They're completely backwards: the variable matters, and anyone who believes otherwise doesn't understand asymptotic notation.

      Really, they seem to be missing the distinction between the meaning of n and its numeric value. Saying "it's O(n) with n = 50,000" is indeed the same as saying "it's O(1)". But saying "O(n) with n being the number of indexed pages" is necessary for the O(n) to have meaning.

      (I don't actually know that it is with the number of indexed pages, by the way. I'm interested in the answer to this question also.)

      By the way, saying "O(n) in the best case" isn't strictly correct, either. Big-Oh, by definition, measures the worst case. It's more correct to say "Omega(n) (best case) and O(n^2) (worst case)". (And more correct still to actually use the Greek letter capital-omega, but slashdot doesn't seem to like that.)

    55. Re:Cool! Just like form AutoComplete by cakoose · · Score: 1
      The only next improvement I can think of is if it did related searches to the term you searched for, but I'm not sure how you would represent all of that data at once.

      Gigablast does something like that. I think I've seen it in other places as well.

      BTW, anybody else tired of the Google fanboys?

    56. Re:Cool! Just like form AutoComplete by K-Man · · Score: 1

      It looks like a simple prefix match on a trie, with some pruning to get the top 10 results. There's no approximate matching or spelling correction which would make it harder.

      So for a string of length k, we have:

      1. walk down k nodes from the root to a node S -- (O(k)).

      2. Explore leaf-node descendants of S, retrieving those with the top 10 counts. Each leaf represents a complete string in the trie, and I'll assume no strings are prefixes of others.

      Step 2 could be done in a number of ways. I suppose each node could be labelled with the maximum count of any leaf node below it, to allow easy navigation to the highest-count descendant in O(1) (or O(alphabetsize) ) per level. Finding the second-ranked, third, etc. would then be a matter of deleting the first-ranked leaf (temporarily) and finding the top-ranked descendant again in the resulting trie, deleting it, and so on, iterating until 10 have been found.

      Overall step 2 would be about 10 * (the average depth of a leaf, minus k) * O(1), or O( avg string length - k ).

      --
      ---- "If we have to go on with these damned quantum jumps, then I'm sorry that I ever got involved" - Erwin Schrodinger
    57. Re:Cool! Just like form AutoComplete by Anonymous Coward · · Score: 0

      [quote]Instant access to any piece of human knowledge, and it now can guess what you are looking for right as you can type. [/quote]

      e.g.,
      Q: "now, upon who's nose did i leave my spectacles?"
      A: (as i stare at a google page, i see the reflection of my nose)

    58. Re:Cool! Just like form AutoComplete by Anonymous Coward · · Score: 0

      Sweet... a refresher to my first year CS course.

    59. Re:Cool! Just like form AutoComplete by Anonymous Coward · · Score: 0

      Actually, it should be obvious what n is bound to. N = number of words to search through. How else would you describe a search algorithm?

      It should also be obvious what the following have in common:
      n=number of servers
      n=number of letters in the input string
      n=number of for loops in the algorithm
      n=number of hamburgers sold by mac donalds this year.

    60. Re:Cool! Just like form AutoComplete by Anonymous Coward · · Score: 0

      Re: your sig. I guarantee you'd drop that glib attitude and shit your pants if the FBI ever knocked on your door.

    61. Re:Cool! Just like form AutoComplete by Straif · · Score: 1

      It's a good way to kill off 20+ minutes, filtering though the clone results to try and find one legitimate one.
      Of course then I always want to find at least one more to corroborate the first.

      I wonder if a voluntary moderation system, similar to here, might work. Something that requires human interaction not just algoritms and not just by the person doing the initial search.
      A registered user performs a search, enters a quick reason for the search "all-in-one printer reviews and comparisons" and then other users rate the results.

      Or something to eliminate repetative text strings automatically, not just by re-searching with a -"review and compare prices".
      My guess is if the same 10 word string shows up in 20,000 of the 50,000 results, they're probably clones and 1 is enough.

      Well time to head home and do some real work.

      --
      Of course that's just my opinion...... you could be wrong!
    62. Re:Cool! Just like form AutoComplete by sabNetwork · · Score: 1

      Check it out:

      Mac OS X 10.4's new Spotlight search feature will contain "as-yet unannounced internet searching features which are said to be dramatic".

      This could be a coincidence. However, it's unlikely.

      I'm not sure I'd call this dramatic, but it would be nice to have this integrated with my OS.

    63. Re:Cool! Just like form AutoComplete by ciroknight · · Score: 1

      ah, shafted again for karma whoring.. ;)

      but seriously, I see the internet at a compedium of human knowledge, even if that knowledge is 60% porn. I wrote that earlier while reading through Wikipedia, which, to me, seems to have just about every piece of knowledge I'd ever imagine wanting to know about humanity.. Sure there's a lot more that can go into it, but it's already very impressive, and if a tool like Google lets me search through Wikipedia, then it's definitely giving me access to a boatload of knowledge. Forgive my attempts at dressing up my language ;).

      --
      "Victory means exit strategy, and it's important for the President to explain to us what the exit strategy is." G.W.Bush
    64. Re:Cool! Just like form AutoComplete by dustinbarbour · · Score: 1

      I'm a computer scientist! I don't concern myself with the real world!

    65. Re:Cool! Just like form AutoComplete by Anonymous Coward · · Score: 0

      So your girl was telling you not to worry about your short n, to worry about the "algorithm" and you couldn't even do that? Boy, if we had a short n like yours, we'd worry about the "algorithm". No wonder she dumped you! There's more to it than spitting out your stuff...

    66. Re:Cool! Just like form AutoComplete by ramzak2k · · Score: 1

      I dont know how the parent came up with Big O nsquare and Big O n.

      This is how i see it:
      If n represents the total number of records they have in the database of all possible combinations in searches.

      Assuming that the database records are pre-sorted alphabetically. Assuming that they have a binary tree which is no-linear.

      I would estimate the big theta to be (log n.
      Big O says - how bad an algorithm can be
      Big Omega says - how good an algorithm can be
      Big theta gives the picture of how many operation an algorithm would take.

      You can check this link
      http://www.personal.kent.edu/~rmuhamma/Algor ithms/ MyAlgorithms/binarySearchTree.htm

      This from a graduate level data structures class i have been to. I bet google has a kick ass algorithm that does much better. Thats what a search company i assume specializes in - optimizing algorithms.

      --

      Siggy Say, Siggy Do
    67. Re:Cool! Just like form AutoComplete by shird · · Score: 1

      Well try typing in just "Britn"... use the down keys to select "Britney Spears Greatest hits" or whatever. See the amonut of typing youve saved? See the number of hits each query does without having to do the query? See the other common queries? See one there you didnt think of using? etc. Thats auto-complete for you... its mostly for saving typing, but in this case can do a lot more.

      --
      I.O.U One Sig.
    68. Re:Cool! Just like form AutoComplete by soliptic · · Score: 1
      Better still....

      "and has been crawled by Google".

      There's still a lot of stuff Google simply hasn't indexed.

    69. Re:Cool! Just like form AutoComplete by Anonymous Coward · · Score: 0

      Are you retarded or something? Do you really think slashdotting means from Slashdot's servers to the target?

    70. Re:Cool! Just like form AutoComplete by MynockGuano · · Score: 1

      I think he means that if Slashdot servers can handle normal Slashdot traffic without being "Slashdotted", then Google, with its much greater number of servers, should have no problem handling the swarm.

    71. Re:Cool! Just like form AutoComplete by Anonymous Coward · · Score: 0

      Most likely n in this case refers to the number of possible searches in the Google database. But the exact value of n isn't really important. The relationship between n and O is; it represents how well a particular algorithm scales with data size.

      For example, the best performing algorithm you will get is O(1). That is, no matter how much data you have, the algorithm will take a constant amount of time/memory to execute.

      O(log(n)) is a good performer as well because even if you double your data size, your execution time will still remain (relatively) low. Binary trees are a good example of this.

      O(n) scales linearly; if you add 10 times more data, it takes 10 times longer to finish.

      With O(n^2) you want to keep the data low, or else you're going to be waiting a while for it to finish, and if you're using O(n^3) or higher, your algorithm probably needs to be rethought.

    72. Re:Cool! Just like form AutoComplete by Alomex · · Score: 1

      Actually the best search algorithms are described in terms of the length of the keyword, not the dictionary.

      Read up on suffix trees and their modern derivatives.

    73. Re:Cool! Just like form AutoComplete by shadowbearer · · Score: 1


      Isn't it not really the number of servers so much as it is their distribution and having different backbone routes?

      (That's the way I understand it anyway)

      SB

      --
      It's old. The more humans I meet, the more I like my cats. At least they are honest.
    74. Re:Cool! Just like form AutoComplete by Alomex · · Score: 1


      Actually not always in the case of text searches, where it often refers to the size of the pattern (keyword) searched for.

      Furthermore, even if it is the length of the database (which I seriously doubt) is that a database of all keywords in Google's? or a smaller set of selected topics?

    75. Re:Cool! Just like form AutoComplete by shadowbearer · · Score: 1

      I'm glad you asked it - reading the thread reminded me of being a teenager reading about quicksorts and why they were better than bubble etc. A friend introduced the quicksort to me when I was in the middle of writing a game in pascal, and it improved the game immensely. This was in ~'84. In college a couple years later I finally understood why they were better, and it was an epiphany I've allowed myself to forget.

      I'd forgotten not just the what, but how exciting it was to learn at the time, and how good a friend I had then. Thanks for the memories :)

      SB

      --
      It's old. The more humans I meet, the more I like my cats. At least they are honest.
    76. Re:Cool! Just like form AutoComplete by blackcoil · · Score: 1

      Heh. My server doesn't have knees.

      --
      http://blackcoil.com
      http://url123.com
    77. Re:Cool! Just like form AutoComplete by nacturation · · Score: 1

      I'd forgotten not just the what, but how exciting it was to learn at the time...

      I guess the old saying is true: nostalgia isn't what it used to be.

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    78. Re:Cool! Just like form AutoComplete by shadowbearer · · Score: 1


      Always. :) No memory is ever as good as being there.

      SB

      --
      It's old. The more humans I meet, the more I like my cats. At least they are honest.
    79. Re:Cool! Just like form AutoComplete by srcosmo · · Score: 1

      Hah! This is great! I'm supposed to be studying for a CS final, but I can learn it all on Slashdot instead!!

      --
      free speach
      Did you mean: free speech
    80. Re:Cool! Just like form AutoComplete by Anonymous Coward · · Score: 0

      The O(n) in best case...:

      This is marketing speak. The alg. possibly is O(n) on some well-defined (hopefully) subset which (hopefully) represents in some way the typical inputs in practical use.

      Amen to your criticism by the way. For a forum which complains about the shallow technical knowledge of the PHB, there certainly is a lot of mindless jargon-flinging.

    81. Re:Cool! Just like form AutoComplete by slamb · · Score: 1
      The O(n) in best case...: This is marketing speak. The alg. possibly is O(n) on some well-defined (hopefully) subset which (hopefully) represents in some way the typical inputs in practical use.

      Ahh, that makes sense. Now that I think about it, this isn't even that uncommon. In a class, we determined that quicksort is "O(n log n) in the common case" or some such. In fact, I might even have seen something similar (but more rigorous) in the Knuth books.

    82. Re:Cool! Just like form AutoComplete by donutz · · Score: 1

      There's the stuff Google hasn't crawled (yet), and the stuff it's not allowed to. Don't forget that a robots.txt file can prevent Google from crawling/indexing a lot. I mean, take a look at this one: www.whitehouse.gov/robots.txt.

  3. Try this: by elid · · Score: 5, Interesting

    Type in g. Then type o. Then type o again. And again. Keep typing o's... Look what happens :-)

    1. Re:Try this: by darth_MALL · · Score: 2, Funny

      Try typing "mi". (saw this in an article)
      Top 4 results:
      Microsoft
      miniclip
      Michael Moore
      miserable failure

    2. Re:Try this: by mdf356 · · Score: 1

      OMFG, that's hilarious.

      "goooooooooooooooooooooooooooooooooooooooogle" is too long a word.

      Cheers,
      Matt

      --
      Terrorist, bomb, al Qaeda, nuclear, yellowcake, kill, assassinate. Carnivore is dead... long live Echelon.
    3. Re:Try this: by kzinti · · Score: 3, Interesting

      So why is it that goooooooooooooooogle, with 16 o's, has over 23000 hits, while strings with one more or one fewer o have only hundreds of hits?

      gooooooooooooooogle 618
      goooooooooooooooogle 23,300
      gooooooooooooooooogle 198

      I thought maybe it was a power-of-two thing, but other such disparities happen at non 2^n transitions. Interesting.

    4. Re:Try this: by smackjer · · Score: 1

      And "miserable failure" returns the biography of George W. Bush.

      --

      This is my sig. There are many like it, but this one is mine.
    5. Re:Try this: by Anonymous Coward · · Score: 0

      Thank you, Mr. Obvious.

    6. Re:Try this: by Reverend528 · · Score: 1

      "I Hate" also produces some pretty funny results.

    7. Re:Try this: by mottie · · Score: 1

      odd.. goooooooooooooooogle (16 zeros) has 27,000+ more hits than any other multi-zero search.. weird

    8. Re:Try this: by Sinus0idal · · Score: 1

      Own up. Were you trying to buffer overflow google when you found this out? :D

    9. Re:Try this: by ValiantSoul · · Score: 1

      Or try "google is" I get gay, shit, evil, crap, god, stupid, your friend, the best, bad, cool

    10. Re:Try this: by damgx · · Score: 2, Funny

      Hum, the scary part is a search like this: goooooogle

      Gives:
      Did you mean: goooooooogle

      Yes, that is it. Google is spelled with 8 O's silly me.

      --
      I only read slash. for the articles...
    11. Re:Try this: by Anonymous Coward · · Score: 0
      FROM : http://labs.google.com/suggest/faq.html

      10. Can Google Suggest see what I'm typing?
      Just as E.T.(TM) needs to phone home in order to get a spaceship to pick him up, Google Suggest needs to talk to Google while you type in order to offer suggestions to you. Everything you type, though, is protected by Google's privacy policy.
    12. Re:Try this: by Anonymous Coward · · Score: 0

      I've found similar results with just "o."

      Although try typing "f" then "uuuuu...." to see how good Google's language filters are. Brits can also try "cor" then "coor," "cooooooooooooor," etc.

      The possibilities are endless!

    13. Re:Try this: by Anonymous Coward · · Score: 0

      If Bush is a "miserable failure", what does that make Kerry?

      Hmmmm...

    14. Re:Try this: by Anonymous Coward · · Score: 0

      accomplice to a miserable failure - he was there to throw the election

    15. Re:Try this: by Anonymous Coward · · Score: 0

      "A better Choice"?

    16. Re:Try this: by Underholdning · · Score: 2, Informative

      Three words: Ads by goooooooooooooooogle

    17. Re:Try this: by Ramses0 · · Score: 1

      "goooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooooo o"... is too long a word. Try using a shorter word.

      your point? :^)

      --Robert
      (slow down there cowboy!)

    18. Re:Try this: by Derling+Whirvish · · Score: 1

      The same thing happens with Yahoooooooo....

    19. Re:Try this: by talmagwa · · Score: 1

      consonant followed by a series of o's and get the same result.

    20. Re:Try this: by kz45 · · Score: 1

      And "miserable failure" returns the biography of George W. Bush

      or the website of the democratic national convention

    21. Re:Try this: by smackjer · · Score: 1

      It actually does result in W's bio.

      --

      This is my sig. There are many like it, but this one is mine.
    22. Re:Try this: by smackjer · · Score: 1

      He's not an AC!

      --

      This is my sig. There are many like it, but this one is mine.
    23. Re:Try this: by JeremyALogan · · Score: 1

      read this somewhere last night... type "george bush is a" and look at the results. quite amusing

    24. Re:Try this: by Anonymous Coward · · Score: 0
    25. Re:Try this: by Ian+Peon · · Score: 1

      It looooooks like it's just peoooooople playing with goooooooogle.

    26. Re:Try this: by shadowbearer · · Score: 1

      What's even funnier is that if you follow the suggestion, the top hit there gives:

      Bandwidth Limit Exceeded
      The server is temporarily unable to service your request due to the site owner reaching his/her bandwidth limit. Please try again later.


      Hmm. What does this mean? ;-)

      SB

      --
      It's old. The more humans I meet, the more I like my cats. At least they are honest.
    27. Re:Try this: by fbform · · Score: 1

      Type in g. Then type o. Then type o again. And again. Keep typing o's... Look what happens :-)

      Found something similar with "lololol" (my pet peeve in IM communication). :-)

      --
      Time flies like an arrow. Fruit flies like a banana.
    28. Re:Try this: by Anonymous Coward · · Score: 0

      Try "hahahah...".

    29. Re:Try this: by SoulSkorpion · · Score: 1

      "goooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooooo o"... is too long a word. Try using a shorter word.

      But... but... autocomplete said it was ok!

  4. Great.. by BossMC · · Score: 2, Funny

    [ Niagra Falls ]
    [Google Search] [I'm Feeling Lucky]

    Did you mean viagra?

    1. Re:Great.. by APDent · · Score: 2, Interesting

      Except, if you actually watch the drop-down list as you're typing, once you've typed "nia", it's already suggesting "niagara falls" with the correct spelling and 3,090,000 results. True, "niagra falls" (incorrectly spelled) is also in the list, but since it only has 129,000 results, it's probably clear which one you're actually looking for if you're not trying to make a joke about Viagra.

      This is pretty amazing, really.

    2. Re:Great.. by BossMC · · Score: 0

      Jesus, I've been spelling it wrong since I've been able to write! Why didn't anybody say anything?

    3. Re:Great.. by caino59 · · Score: 1

      you always reminded the teacher when homework was due, didn't you?

    4. Re:Great.. by APDent · · Score: 1

      Nah. I usually turned it in early.

  5. Not useful by danuary · · Score: 1
    It excludes any even vaguely dirty words. What fun is that?


    I mean, that's all I use google for anyway...

    1. re: not useful by ed.han · · Score: 1

      you know, as funny as that is, my first thought also was "what about 'dirty' words" and the possible problems they'd hear about from parents, etc. my suspicion is that they'll be able to relax the filters that prevent those words from cropping up in search results.

      ed

    2. Re:Not useful by Anonymous Coward · · Score: 0

      What do you care, you can still look for pr0n and with only one-hand typing !

      Thanks again, Mr. Google !

    3. Re:Not useful by RealityMogul · · Score: 1

      Type "shi" into it? Look at the second result you get. Type in the full word and you get some really strange results that I don't want to click on for fear of seeing tubgirl again.

    4. Re:Not useful by NardofDoom · · Score: 1

      Try 'cunnil'.

      --
      You have two hands and one brain, so always code twice as much as you think!
    5. Re:Not useful by moonbender · · Score: 1

      Expand your vocabulary - it doesn't seem to mind "fornicate". ;)

      --
      Switch back to Slashdot's D1 system.
    6. Re:Not useful by Attaturk · · Score: 1


      This just goes to show that even Google can be stoopid every once in a while - and they're usually such an insightful bunch too.

      Actually their naughty word filter betrays a more significant problem. It would have to be a much more aggressive (and therefore probably much less useful) list for it to be safe.

      I don't like the idea of my kid doing his homework research, trying to look up information about the assyrian empire, mistyping the first four letters and then coming to me asking what assrape is. I'm sure you people with more time on your hands can come up with better examples and I'm absolutely certain that the spammers, promoters and other SEO queens are already working on it.

      Leave autocomplete alone please, Google - or at least leave it to the client until you're finished building your own OS. ;-)

    7. Re:Not useful by danimrich · · Score: 1

      It doesn't seem as if they censor these words in languages other than English (try German words).

      --
      where's all that Karma?
  6. Already tried it before by Anonymous Coward · · Score: 0

    and I can't see that it's hugely useful. Just like I'm Feeling Lucky, it's not terribly helpful except on a rare occasion. However, I would prefer to have it than not, so I guess that's about as good an endorsement as you can get with something as good as Google.

  7. Crashes Konqeuror? by Shaman · · Score: 5, Informative

    Not mine. Worked like a charm. Version 3.3.2 on Gentoo Linux 64bit

    --
    ...Steve
    1. Re:Crashes Konqeuror? by Espectr0 · · Score: 2, Informative

      Also, safari works fine

    2. Re:Crashes Konqeuror? by JabberWokky · · Score: 1
      Works here for 3.3.2 on SUSE (standard YaST auto-update packages).

      I'm guessing that whoever had crashes was running an old version.

      --
      Evan

      --
      "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
    3. Re:Crashes Konqeuror? by Excelsior · · Score: 1

      Maybe the author was just using bait to see how many people are still using Konquerer. Based on current responses, it appears the answer is five. /ducks and runs for cover

  8. Is it any coincidence by Moth7 · · Score: 4, Funny

    That when you enter "P", the first suggestion is "Paris Hilton"? I guess this just proves that porn really does drive every new technology ;-)

    1. Re:Is it any coincidence by Anonymous Coward · · Score: 0

      Some of the results are comical. Try typing "Britney Spears", "Lindsay Lohan" or "Tara Reid".

    2. Re:Is it any coincidence by Anonymous Coward · · Score: 0, Funny

      did it ever occure to you that it is possible that she has so many results there because she is a beautiful, clever, smart, and funny girl?
      i wish paris was my best friend, my best friend ever.

      (ps: you think you are so cute with your little wink at the end - fuck)

    3. Re:Is it any coincidence by Anonymous Coward · · Score: 0

      Yet type "porn" and it has nothing to suggest, not even "pornography". However, type "pr0" and it suggest a whole bunch of "pr0n..." stuff. Odd.

    4. Re:Is it any coincidence by dustinbarbour · · Score: 1

      What's sad is that Google is probably basing the temporary results off of rank or the number of times that string has been queried. So is it possible that "Paris Hilton" is the most often searched term that starts with a 'P'? I think so. It's a rather sad commentary on the state of human affairs, if yuo ask me.

    5. Re:Is it any coincidence by kkovach · · Score: 1

      If it were any good it would recognize any link from slashdot and take you directly to porn, without having to type even a 'p'.

      - Kevin

      --
      The less confident you are, the more serious you have to act.
    6. Re:Is it any coincidence by DeckardJK · · Score: 1

      So... "porn" was the first thing you tried to type too, huh?

    7. Re:Is it any coincidence by IdleTime · · Score: 3, Funny

      No, it just means that you are a porn freak!

      Their suggestions is ofcourse based on earlier interests shown from your ip. So when you type capital P, google knows that you are not intereste in Paris, France but Paris Hilton and no, it's not a hotel!

      --
      If you mod me down, I *will* introduce you to my sister!
    8. Re:Is it any coincidence by mahdi13 · · Score: 1
      she is a beautiful, clever, smart, and funny girl?
      I sure hope that was sarcasm...
      Someone mod him "Funny" so people know that it is a joke!
      --
      "Some things have to be believed to be seen." - Ralph Hodgson
    9. Re:Is it any coincidence by Anonymous Coward · · Score: 0

      Indeed, same with "pussy", "penis", "tit", though not "cunninglingus" or "autoerotism".

      A search engine that censors itself without user input, beginning of the end for Google?

    10. Re:Is it any coincidence by SlayerofGods · · Score: 2, Funny
      did it ever occure to you that it is possible that she has so many results there because she is a beautiful, clever, smart, and funny girl?
      Nope
      --

      Technology, the cause of and solution to all of life's problems.
    11. Re:Is it any coincidence by Anonymous Coward · · Score: 0

      Wow. Anyone else expect to see parent in a stalker trial someday? Clever? Smart? Funny? Have you lost your mind?

    12. Re:Is it any coincidence by Haydn+Fenton · · Score: 2, Interesting

      Haha. What's also cool is 'f' gives 'Firefox' as the first suggestion, it must be making a big impact.

    13. Re:Is it any coincidence by oiarbovnb · · Score: 2, Interesting

      amazon best buy cnn dictionary ebay firefox games hotmail ikea jokes kazaa lyrics mapquest news online dictionary paris hilton quotes recipes spybot tara reid (who is that?) ups verizon weather xbox yahoo zipcodes

    14. Re:Is it any coincidence by Methuseus · · Score: 1

      Is your sister really *that* bad?

      --
      Two things are infinite: the universe and human stupidity, though I'm not yet sure about the universe. - A Einstein
    15. Re:Is it any coincidence by kzinti · · Score: 2, Interesting

      There are some other interesting first-suggestions in the alphabet: h suggests "hotmail", and x suggests "x-box" (not, as I was expecting, a porn term). d suggests "dictionary", and o suggests "online dictionary". Most surprising: f suggests "firefox", where the top hit is mozilla.org.

    16. Re:Is it any coincidence by combcox · · Score: 0

      how about 'f' for firefox

    17. Re:Is it any coincidence by Anonymous Coward · · Score: 2, Funny

      It's a rather sad commentary on the state of human affairs, if yuo ask me.

      ... says the guy with the "penile percentile" signature ...

    18. Re:Is it any coincidence by IdleTime · · Score: 1

      I have no sister, you insensitive clod! :-)

      --
      If you mod me down, I *will* introduce you to my sister!
    19. Re:Is it any coincidence by VanillaCoke420 · · Score: 1

      This isn't Flamebait, it's Funny if anything.

    20. Re:Is it any coincidence by brauwerman · · Score: 1

      But "Paypal", the second suggestion, has more hits.

      How are they choosing which results to return?

    21. Re:Is it any coincidence by Anonymous Coward · · Score: 0

      If you're testing out a search engine, you could always search the web for her, although that's not a very good idea at work...

    22. Re:Is it any coincidence by totallygeek · · Score: 1
      ...you are not intereste in Paris, France but Paris Hilton and no, it's not a hotel!


      I think it is the same price to stay the night in either one.

    23. Re:Is it any coincidence by Vicsun · · Score: 1

      And when you search for T the first suggestion is Tara Reid. You might be onto something. ;)

    24. Re:Is it any coincidence by vginders · · Score: 1


      Paris Hilton and no, it's not a hotel!

      But you can use it in a hotel.

      --

      Serge
    25. Re:Is it any coincidence by rizawbone · · Score: 2, Funny
      tara reid (who is that?)

      Usually people would reply to this qustion by saying 'google it'. The fact you were one click away from knowing everything about Tara Reid, imdb listing to botched boob job photos, puts you into a new class of laziness that can probably be detected from space.

      Congrats.

    26. Re:Is it any coincidence by oiarbovnb · · Score: 1

      my comment regarding Tara Reid was not aimed at someone describing to me who she is, because I did in fact search and found out that she is an actress, somewhat attractive, etc, but am still confused as to why she is the "number 1 result" (if you will) for the letter "T". What interested me, is the fact that pretty much all other results were what I consider to be "computer-related" (amazon, ebay, etc fits this category because they are online shops). Paris Hilton wins the P category because of her lovely video and for being who she is...but Tara Reid? Who the fuck is she?! Make sense?

    27. Re:Is it any coincidence by iturbide · · Score: 1

      Going through the alphabet I'm guessing it's just whatever people search for most frequently.

      But who the hell is Tara Reid?

    28. Re:Is it any coincidence by Blue+Stone · · Score: 1

      >>I guess this just proves that porn really does drive every new technology ;-)

      No entry at all for "pussy" though.

      "Dick" on the other hand is there.

      OMG! Google is gay!

      --
      Corporation, n. An ingenious device for obtaining individual profit without individual responsibility. - Ambrose Bierce
    29. Re:Is it any coincidence by multipartmixed · · Score: 1

      > tara reid (who is that?)

      http://www.big-boys.com/articles/reidslip.html

      Make sure you scroll all the way down.

      --

      Do daemons dream of electric sleep()?
    30. Re:Is it any coincidence by Anonymous Coward · · Score: 0

      i think it's pseudo-alphabetical or something like that.

    31. Re:Is it any coincidence by farghen · · Score: 1

      When you type "f", the first suggestion is "firefox".

    32. Re:Is it any coincidence by smeenz · · Score: 1
      Google Labs FAQ:

      I don't want anyone to know I'm into lemur racing. Is my information private? Yes, your information is private. Google Suggest does not base its suggestions on your personal searches, although it does use information about the relative popularity of common searches to rank its suggestions. Your Google Suggest searches, like all the information you send to Google, are covered under Google's privacy policy.

    33. Re:Is it any coincidence by BreadMan · · Score: 1

      Next, first letter hacking for google suggest.

      Try W (Walmart, 2nd), S (Sears, 2nd), B (BestBuy, 1st), L (Lowes, 2nd), and for I Ikea beat Ipod. You can't buy advertising like that, or maybe somebody did.

      Interesting how many of the first letters point to shopping sites.

    34. Re:Is it any coincidence by legirons · · Score: 1

      "h suggests "hotmail", and x suggests "x-box""

      Anyone have the full "A-Z as searched by google"?

    35. Re:Is it any coincidence by legirons · · Score: 1

      Amazon
      Best buy
      CNN
      Dictionary
      Ebay
      Firefox
      Games
      Hotmai l
      Ikea
      Jokes
      Kazaa
      Lyrics
      Mapquest
      News
      Onl ine dictionary
      Paris Hilton
      Quotes
      Recipes
      Spybot
      Tara reid
      UPS
      Verizon
      Weather
      XBox
      Yahoo
      Zip codes

    36. Re:Is it any coincidence by Richard_J_N · · Score: 1

      More usefully: f -> firefox

    37. Re:Is it any coincidence by legirons · · Score: 1

      There also seems to be a strong "alphabetical order first" preference, so for example LI will match:

      Limewire: 762,000
      Lindsay lohan: 595,000
      Linksys: 8,990,000
      Lingerie: 23,400,000
      Linux: 204,000,000
      Linkin park: 1,940,000
      Linen and things: 800,000

      Note to the squeamish: yes that means Linux is nine times as interesting as lingerie. "Go catch those fish, dear..."

    38. Re:Is it any coincidence by Headcase88 · · Score: 1

      That explains Paris Hilton, Tara Reid and MapQuest.

      --
      "When the atomic bomb goes off there's devastation...but when the atomic bong goes off there's celebraaaaation!"
    39. Re:Is it any coincidence by foniksonik · · Score: 1

      "and no, it's not a hotel!"

      Depends who you ask.. I mean the millions of spermatozoa thought it was just that... then their reservations were canceled.

      --
      A fool throws a stone into a well and a thousand sages can not remove it.
  9. Neat, but on older systems... by keraneuology · · Score: 1

    I know many systems that are still in use that won't be able to handle this. I also hate any drop down box that has more than 5-6 options so for my tastes it is a little long.

    --
    If the g'vt kept the data on you that google does you'd better believe you'd be calling it "doing evil"
  10. Suggest failed by SunPin · · Score: 2, Funny

    I typed "tits" and it drew a blank.

    --
    Laws are for people with no friends.
    1. Re:Suggest failed by aurb · · Score: 1

      The same with porn, sex, but fortunately pr0n worked =-)

    2. Re:Suggest failed by Anonymous Coward · · Score: 0

      Starting with "nicest" brought up a lot of suggestions though.

    3. Re:Suggest failed by pete-classic · · Score: 2, Funny

      Is English your second language? We, confusingly enough, put adjectives before the nouns they refer to.

      For example, the first suggestion for "pendulous" is "breasts."

      -Peter

    4. Re:Suggest failed by sketerpot · · Score: 1

      If you can't be bothered to type all four letters of "porn" without autocompletion, you are a lazy bastard who doesn't deserve any. But if you're diligent enough to type "pr0n" just to figure out Google's autocompletion, then I hope Google dishes out a lot of it to you.

    5. Re:Suggest failed by Anonymous Coward · · Score: 0

      Try dirty sanchez...

    6. Re:Suggest failed by phishst1k · · Score: 1

      I was curious to see how it would respond to "bad" words and it appears once it figures out what you're going after, and it doesn't like it that it just won't offer suggestions. ex. SEX S.....E.....then it drops and won't offer any thing more. What if I wanted to look up sexuality? Same with "porn" and particular body parts. Not that this is a bad thing...but there is a filter behind this I would think so that it doesn't pop up "bad" things for people who are just looking up "popcorn".

      --
      Sex is not the answer. Sex is the question. Yes is the answer.
  11. Now that I like.. by dustinbarbour · · Score: 1

    Numerous times I am forced to look something up without know precisely how to spell it. This should make it easier to find what I'm looking for. Granted, I don't think their dictionary will contain the names of off-the-wall places like Mike's Crabshack, but they do seem to have a rather large dictionary.

    1. Re:Now that I like.. by Anonymous Coward · · Score: 0

      Looks like you need to know how to spell the beginning, at least -- it is doing prefix matching (ie "whi" -> "white") not spelling suggestions. For example it includes in its suggestion list "new yrok times" which has only 5000 est hits, and only on the results page does it say "did you mean New York Times?"

  12. Doesn't work for me. by bchernicoff · · Score: 1

    It behaves exactly as the normal Google search page.

    1. Re:Doesn't work for me. by b00stA · · Score: 1

      Well, what browser (version?) are you using?

      --
      Stop making that big face!
  13. blow... by Anonymous Coward · · Score: 0

    looking for "blow..."
    google suggests a blow job
    oh what fun

  14. All I want is SEX.... by ilikeitraw · · Score: 2, Funny

    ... and I get SEARS !? SEARS is not sexy. It is probably the extreme opposite.
    Google needs to open there eyes and know that some people (mostly male I assume) need extremely quick "relevant" results when they are out of passwords, and ... eh... need extremely "quick" results.

    1. Re:All I want is SEX.... by Anonymous Coward · · Score: 1, Funny
      ... and I get SEARS !? SEARS is not sexy. It is probably the extreme opposite.

      You young wipersnappers never had to whack off with the sears catalog, I see...

  15. Does not work with Opera 7.54 by tomcio · · Score: 0, Flamebait

    What is it with google and Opera hate?

    All the sites, not just them.

    1. Re:Does not work with Opera 7.54 by Anonymous Coward · · Score: 0

      Go whine someplace else. Opera dons't fill a need. Mozilla is free and MS has its tax. If Opera dosn't work right then complain to them and spend your money on education.

    2. Re:Does not work with Opera 7.54 by Freexe · · Score: 1

      It almost works with opera 7.6,
      and gmail works with 7.6, it supports javascript talking to the server more with that version

      --
      "In a time of universal deceit - telling the truth is a revolutionary act." - George Orwell
    3. Re:Does not work with Opera 7.54 by Anonymous Coward · · Score: 0

      Works fine with 7.54 here (Windows XP, default settings).

    4. Re:Does not work with Opera 7.54 by Stealth+Potato · · Score: 1
      In my experience, Opera is a really finicky browser to work with compliantly. Maybe that's a good thing, but sometimes it's just not worth the trouble when you're trying to get your site to just work with Mozilla/FF and IE. Then there's the fact that you have to pay for Opera to remove those silly ads, and the fact that not that many people use it anyway... I have the ad-loaded version of Opera for compatibility testing with my web pages, but good lord, I'd never use that thing for web browsing. All that interface seems like overkill.

      It doesn't surprise me at all that Google would put Mozilla and IE compatibility before Opera. Maybe they'll support it someday though. ;-)

    5. Re:Does not work with Opera 7.54 by Anonymous Coward · · Score: 0

      It works for me with opera 7.54.

    6. Re:Does not work with Opera 7.54 by aldoman · · Score: 1

      And it's not that Opera doesn't support XMLHTTPRequest which is vital for this sort of stuff?

      That's why GMail doesn't work. 7.60 will have it but it's STILL missing lots of other DOM elements (inline spellchecking won't work without them, for example).

    7. Re:Does not work with Opera 7.54 by Anonymous Coward · · Score: 0

      Sorry, buddy

      Nobody gives a shit

    8. Re:Does not work with Opera 7.54 by b00stA · · Score: 1

      It's working just fine with Opera 7.54 Build 3865
      The Google Suggest FAQ even lists Opera as one of the compatible browsers, so I don't know exactly what you're talking about. Anyway, the Opera interface is extremely customizable and it is in fact quite similiar to Firefox imho.

      --
      Stop making that big face!
    9. Re:Does not work with Opera 7.54 by b00stA · · Score: 1

      http://img16.exs.cx/img16/8518/suggestopera9jt.png
      using 7.54
      Where's the problem? It works fine for me. Maybe you disabled a certain feature.

      --
      Stop making that big face!
    10. Re:Does not work with Opera 7.54 by Stealth+Potato · · Score: 1

      Hm. You're right. When I posted my first reply, I was at a computer sans Opera, so I assumed the great-grandparent poster was correct without actually being able to check for myself. :-P

    11. Re:Does not work with Opera 7.54 by Anonymous Coward · · Score: 0

      opera's not a more standards-compliant browser but it IS a faster browser. and those Opera guys are quite innovative.. first ones to have mouse gestures etc etc.

    12. Re:Does not work with Opera 7.54 by hkmwbz · · Score: 1, Troll
      "In my experience, Opera is a really finicky browser to work with compliantly."
      Not really. If you know what you are doing, you shouldn't have any problems with Opera.
      "the fact that not that many people use it anyway..."
      If by "not that many people", you mean "millions of people", then you are probably right. Opera does have a market share of 2-3 per cent worldwide, and in many European countries it has an even higher market share.
      --
      Clever signature text goes here.
    13. Re:Does not work with Opera 7.54 by TheJavaGuy · · Score: 1
      --
      Opera Watch - An Opera browser blog.
  16. Fun but... by Anonymous Coward · · Score: 0

    Good fun, a nice novelty, but is this actually useful to anyone?

    1. Re:Fun but... by bogaboga · · Score: 0, Redundant

      Useful to me. Infact I am very impressed.

  17. My view by bogaboga · · Score: 1, Interesting

    I am very impressed. Very impressed indeed. But what can be done in case one's idea of a term is essentially mis-spelled?

  18. Advertising potential by Anonymous Coward · · Score: 3, Insightful

    I wonder how long it will take before companies are able to pay for their 'suggestions' to show up at the top of the list.

    1. Re:Advertising potential by luuc · · Score: 1, Informative

      Type in:

      a => amazon
      b => best buy
      c => cnn
      e => ebay
      f => firefox (!)
      h => hotmail
      i => ikea
      m => mapquest
      u => ups
      v => verizon
      x => xbox
      y => yahoo

      Great...

    2. Re:Advertising potential by Khomar · · Score: 1

      My guess is that they are sorting the list roughly by most popular searches in alphabetical order. I see a much more interesting use for this technology: determining which search parameters people are using to search for products your company produces. This could be very useful for web developers trying to boost their search rankings.

      --

      I believe in de-evolution. God made the world perfect, man fell, and its been going downhill ever since!

    3. Re:Advertising potential by ciroknight · · Score: 1

      ...Everyone seems to not notice (intentionally?) that the order of the terms that come up is the order of Popularity; ie a term gets searched for more/quoted more, it's nearer to the top of the list. (Or at least, this is how I have noticed it; an alternative is that it goes by the highest PageRank).

      --
      "Victory means exit strategy, and it's important for the President to explain to us what the exit strategy is." G.W.Bush
    4. Re:Advertising potential by Zordok · · Score: 1

      Well, Google doesn't put ads in with search results, but rather clearly marks them and places them off to the side or two small lines at the top.
      This leads me to beleive that they would keep such "sponsored links" out of the autocomplete list, or at least continue clearly marking them as sponsored links.

      -Z

    5. Re:Advertising potential by hackstraw · · Score: 1

      I wonder how long it will take before companies are able to pay for their 'suggestions' to show up at the top of the list.

      Google will take your money for any keyword. Plus I believe that ebay has already bought every word in the dictionary (or not).

    6. Re:Advertising potential by mrshoe · · Score: 1

      It will take infinitely long. Google's ads are separate from search results, and I imagine that applies to the suggestions as well. The suggestions at the top of the list are there because they are searched for more frequently than the others, not because they are sponsored.

      --
      There are two types of people in this world: those that categorize other people and those that don't.
  19. P...aris Hilton by joshua42 · · Score: 1, Redundant

    p -> Paris Hilton

    Very useful, thank you.

    --

    - El riesgo siempre vive - Private J. Vasquez
    1. Re:P...aris Hilton by sulli · · Score: 1

      Hey, some people are making European travel plans!

      --

      sulli
      RTFJ.
    2. Re:P...aris Hilton by QuantumRiff · · Score: 1

      t -> tara reid

      --

      What are we going to do tonight Brain?
    3. Re:P...aris Hilton by Anonymous Coward · · Score: 0

      w -> what the fuck was so funny about "p -> Paris Hilton"?

  20. Wow by pHatidic · · Score: 1, Interesting

    That is amazingly fast. What language do you think that menu was programmed in?

    1. Re:Wow by Moth7 · · Score: 1

      Don't know about the backend, but the frontend appears to be written in Javascript. Assuming that is the frontend - I didn't have time to check anything more than the fact that it's included by the completion page and not by regular google.

    2. Re:Wow by Anonymous Coward · · Score: 0

      JavaScript runs an XMLHTTP request to Google's servers, which return the autocomplete results for display. Every single time the query string is modified.

    3. Re:Wow by jschottm · · Score: 1

      What language do you think that menu was programmed in?

      I suspect the backend is C, but the browser part is obfuscated javascript. Here's an easy link to the code:

      http://www.google.com/ac.js

      I'm somewhat surprised that it runs as fast as it does. They use javascript obfuscation with gmail as well, so I imagine they spent some time developing hard to read techniques that still execute quickly.

    4. Re:Wow by Freexe · · Score: 3, Interesting

      Its javascript, using the XMLHTTP object to communicate with the server directly

      You can see it http://www.google.com/ac.js cant say i understand it, Gmail using the same thing but way more advanced.

      --
      "In a time of universal deceit - telling the truth is a revolutionary act." - George Orwell
    5. Re:Wow by imsabbel · · Score: 1

      There is no magic behind it to make it impossible to reengineer...
      Its just to save bandwith, and it looks like they just removed all unneeded whitespace and renamed all variables/functions with single letters.
      I had programms back in z80 times that would do the same with basic code, just to save some of the precious 64K memory.
      And here, same as gmail, every item gets requested billions of times, so 20 or 30% size reduction is noticable...

      --
      HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
    6. Re:Wow by b00stA · · Score: 1

      Wouldn't it be better to ask how they programmed it?
      I suppose they keep a recent list of the most popular search terms (see "P" -> Paris Hilton), but as soon as you get more specific, Google starts looking it up specifically.
      That would explain the speed but still, managing a database of the most popular search terms is a lot of work.

      --
      Stop making that big face!
    7. Re:Wow by Gerv · · Score: 1

      "Gmail using the same thing but way more advanced."

      Actually, Gmail's is probably less advanced in some ways. I'd be willing to bet they cache your entire address book at the client - for this reason and many others. It's certainly too fast to be making requests when you type.

      Gerv

  21. Good for seeing what popular searches are. by altgrr · · Score: 1

    And, if you type in "speed o", fourth or so on the list is the ever popular speed of light in furlongs per fortnight.

    How does this come up with results, though? Does it just base them on the popularity of the search, or does it base them on how many produce results that users click through to?

    --


    Like car accidents, most hardware problems are due to driver error.
  22. No good... by Omicron32 · · Score: 2, Funny

    Hmmm....

    p -> paris hilton
    po -> poems
    por -> porsche

    I'd say it's pretty obvious what I intend to search for. This thing is utterly useless. (Although, in it's favour, I must say the Paris Hilton first link was pretty good.) :)

    1. Re:No good... by operagost · · Score: 1

      Because you misspelled it! It should be "pr0n."

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    2. Re:No good... by Anonymous Coward · · Score: 0

      pr -> pregnancy, prom dresses
      nice.

    3. Re:No good... by Phleg · · Score: 1

      Perhaps maybe you don't know what you're trying to search for?

      p -> paris hilton
      pr -> pregnancy
      pr0 -> pr0n

      Seems to work just fine for me.

      --
      No comment.
  23. awesome by Apreche · · Score: 1

    this is the awesome. How can I integrate it with the search box in firefox? I feel an extension coming on.

    --
    The GeekNights podcast is going strong. Listen!
    1. Re:awesome by Anonymous Coward · · Score: 0

      Or you could decipher the Javascript and reimplement it using the native dropdown/autocomplete widget.

  24. Bleah by TooMuchEspressoGuy · · Score: 1
    This seems like something little better than that annoying feature in MS Word that tries to correct every word you type. In short, I'd rather it be made an optional feature, so that when I'm searching for Cthulhu it doesn't suggest, say, Thulium. I want to search for Lovecraftian dark gods and not the 69th element on the periodic table, doggoneit!

    (Note that this suggestion is actually what was offered while typing out the Great Old One's name in MS Word.)

    --
    Many Bothans died to bring you this sig.
    1. Re:Bleah by kaustik · · Score: 1

      Your comment is completely meaningless. You didn't even have to rtfa, just visit the page and type a couple of letters.
      Typing "Cthu" brings up exactly what you are looking for. This is nothing like the feature in Word. Next time try the link before you post.

    2. Re:Bleah by Hyecee · · Score: 1

      Try it with Google Suggest:

      Cth...

      Aaaand there it is, second in the list.

      I realize you were just making a point, but it was my motivation to try it out!

  25. Notes by parmadil · · Score: 2, Interesting

    * It works on KHTML-based Safari, so it the crash must be a Konq-specific problem.

    * It ignores, um, non-work-safe input.

    * It works fine on moderately esoteric topics -- I started typing n-s-a-r and it found NSArray, NSArrayController, NSArchiver, etc.

  26. How is it so FAST!? by topham · · Score: 3, Interesting


    It is blazingly fast. I expected it to be slowwwww.
    Can somebody outline how it works?

    1. Re:How is it so FAST!? by 10000000000000000000 · · Score: 1

      well, they assign 481.2 million Chinese to read what you are typing and make suggestions!
      that's how!

    2. Re:How is it so FAST!? by mbyte · · Score: 2, Informative

      hmm, i think it loads the search results in the background. When i type in some text and look at my squid logs i see several of the following queries:

      http://www.google.com/complete/search?

      So, basicly they use some javascript to handle on keypress event, send the data to google and back, and display them .. but i'm also amazed how fast it is ! (one point can be that the search pages result about 500-1000 bytes ..)

    3. Re:How is it so FAST!? by Anonymous Coward · · Score: 0

      It generates a google request on every keystroke.

    4. Re:How is it so FAST!? by loconet · · Score: 5, Interesting

      Everytime you type a letter, it requests a special modified version of the search tool which only returns the necessary javascript data.

      check itout

      Impressive

      --
      [alk]
    5. Re:How is it so FAST!? by nacturation · · Score: 3, Informative

      Type livesearch into the box and hit I'm feeling lucky. You'll then find the details of what I'm positive inspired this. Essentially, as you type it passes data via an XMLHttpRequest control to the server which then returns a list of the top 10 elements and the page gets updated.

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    6. Re:How is it so FAST!? by frankvl · · Score: 1

      This is common practice, nothing new here; change the src attribute of a javascript block and it will be loaded and executed automatically (at least in IE).

    7. Re:How is it so FAST!? by Jerf · · Score: 1

      Interesting, a friend and I just stumbled across just this technique recently.

      Some stats and info: I was actually sending a lot more data, on the order of 20-30KB. I tried Mozilla's built in RDF support, a customized mini-language parsed in javascript and retrieved with XMLHttpRequest, and a script loaded much like this (though I add some post-processing on the data).

      Ignoring retrieval time, Mozilla's RDF parsing time was 2 seconds. My custom code took .4 seconds to parse my little language with one pass on the data (effectively optimal). (IMNSHO, there is something very, very wrong with Moz's XML handling in later versions, it is much, much slower than it should be, by at least an order of magnitude. It should not have lost to my pure JS solution, at least not that badly.) Sending down pure Javascript was parsed in .02 seconds, including post-processing. At this point I stopped trying to optimize, both because the timer resolution is only in milliseconds anyhow, and because the parsing was then swamped by the delay in XMLHttpRequest (which also seems a little slow in Mozilla... 400ms to retrieve something off of the local loopback interface? Here's a hint, do not use synchronous requests, that pushes the delay back up into the 2-second range, again, reasons unknown).

      To confirm the numbers above are not typos, yes, sending JS parses a hundred times faster than RDF data (and is more flexible to boot, since you can use programmatic tricks, including easy-once-you-think-of-them tricks to simulate the ability to reference something you haven't loaded yet...).

      All times are on Moz 1.7.3 on my lil' 500 MHz Duron laptop. Your milage will vary, but remember some of us still have crappy computers...

      At this point, if you're doing RPC in the browser, I absolutely have to recommend doing what Google is doing. Nothing else comes even close; not only is it the fastest solution, it is very cross-platform, too. Just watch the escaping on the code that generates JS; JS allows octal constants for characters as a backslash followed by a number and I'm very conservative about what I convert.

    8. Re:How is it so FAST!? by Reziac · · Score: 1

      Hey, cool, using your link produced the list of results -- even with javascript turned off! It comes back as plain text, but fast as hell. Nifty.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
  27. I'm disappointed by SeanDuggan · · Score: 1

    What, no "tits Audobon society"?

    --
    This sig has absolutely no significance and serves only to take up screen space and waste the time of the reader.
  28. google whacks by manganese4 · · Score: 2, Interesting

    Well it definitely makes it easier to look for google whacks

    --
    I make my face look like this and concerned words come out.
  29. Newsworthy? by 31415926535897 · · Score: 1

    Sorry if this is offtopic or considered flamebait, but...

    Why does everything Google does get on the front page of Slashdot?

    Don't get me wrong, I love Google, and this is a neat feature, but this makes it to the front page?

    Perhaps because it's innovative? No, this has been in various software products for years (especially notable on PDAs like the iPaq). Maybe it's really novel because it's on the web? Yes, it's on the Internet now so Google should patent it!

    Sorry, but I just get this feeling that when I see "The next story will be posted soon..." that it will be a story about how Google or Apple will have done something trivial (look, a 3d button on the web!) but we're all supposed to start drooling over it.

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

      Slashdot is taco's blog and he wants to share google storys, don't like it, start your own.

    2. Re:Newsworthy? by geoffspear · · Score: 1

      Why don't you code an identical feature on your own page, and come back in 20 minutes when you're done to tell us how trivial it is.

      --
      Don't blame me; I'm never given mod points.
    3. Re:Newsworthy? by ciroknight · · Score: 1

      1) This is slashdot, and one of the companies slashdot loves is Google. Same with Apple, and to an extent, Microsoft (mostly out of hatred). You should come here with the expectation of this.

      2) Slashdot does not have a "backpage", so front page is the only place for it.

      3) By including disclaimers like "sorry if this is offtopic or considered flamebait", you know that what you are saying is going to be negatively modded, and are trying to save it's face. If you have a negative opinion about the above companies (or the inverse; a positive position on Microsoft), expect to be modded accordingly.

      This has been a slashdot public service announcement.

      --
      "Victory means exit strategy, and it's important for the President to explain to us what the exit strategy is." G.W.Bush
    4. Re:Newsworthy? by KillaKen187 · · Score: 0

      Are you new here? You must be new here... Don't you know this is slashdot and anything Google is news. Oh and BTW GOOG is don 0.21 as of 12:49PM ET

    5. Re:Newsworthy? by nacturation · · Score: 1

      ... you know that what you are saying is going to be negatively modded, and are trying to save it's face.

      BTW, the correct usage is "to save face" which, roughly, means to avoid embarassment as you undoubtedly know. Since a posting on slashdot can't be embarassed (unless posts have somehow become sentient) you can't save a post's face. Nor can you save anyone else's face. "Wow, he was about to do something really dumb but I saved his face." It just doesn't work.

      This has been a slashdot public service announcement.

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
  30. Google Su by 10000000000000000000 · · Score: 1

    type that and see what the first result is :]

    1. Re:Google Su by kid+nickng · · Score: 1

      showing Google is a neutral search engine

    2. Re:Google Su by 10000000000000000000 · · Score: 1

      indeed! bless it for that too.
      unlike [acoona.com]
      try searching for google in it :\

  31. on by default ? by vluther · · Score: 1

    I find autocomplete sometimes to be annoying, I hope
    this feature will be optional with a google cookie or something. Autocomplete can sometimes be just as annoying as clippy.. imho.

  32. As it happens by RealProgrammer · · Score: 1

    I was just needing a way to solve all of my problems at once.

    • Dear Google,

      I forgive you for that newsgroups date search thing.
      And the newsgroups deep linking thing.
      And the joining the Wall Street Suits thing.

      I know my opinion has been on your mind, so just know we're square. Keep up the good work.

      Sincerely,

      RP
    --
    sigs, as if you care.
  33. Yahoo! by headisdead · · Score: 1

    The results also appear to be very close aesthetically to Yahoo Mail's "AutoComplete," but are cleverer in that they don't need additional client-side software/plugins. And Yahoo! haven't been clever enough to add this to their search frontend...

    1. Re:Yahoo! by AntigonusPiglet · · Score: 1

      On the other hand, Yahoo has had an "Also Try" query suggestion feature for ages.

  34. Let's try typing in "test" by Anonymous Coward · · Score: 0

    test
    tests
    testing
    testicular cancer


    IT WORKS PERFECTLY

  35. Privacy? by Frisky070802 · · Score: 2, Insightful
    I'm surprised no one has commented on privacy yet. It looks to me like it uses past queries to suggest future ones, because as soon as I zoomed in on an unusual name, it offered a couple of bizarre queries that could only have been typos (one was a two-word query, so it wasn't simply every word indexed -- unless they know every pair of words that quickly?).

    I don't mind Google knowing what I ask, but I'm not sure I want the world to see them.

    --
    Mencken had it right. So glad that's old news.
    1. Re:Privacy? by dema · · Score: 1

      I not sure how you think "the world" will see your searches. But this is from Google's privacy policy.

      Cookies
      Upon your first visit to Google, a cookie is sent to your computer that uniquely identifies your browser. A "cookie" is a small file containing a string of characters that is sent to your computer when you visit a website. We use cookies to improve the quality of our service and to better understand how people interact with us. Google does this by storing user preferences in cookies and by tracking user trends and patterns of how people search. Most browsers are initially set up to accept cookies. You can reset your browser to refuse all cookies or to indicate when a cookie is being sent. However, some Google features or services may not function properly without cookies.

    2. Re:Privacy? by monkease · · Score: 1

      I'm a member of both the LP and the ACLU--my tinfoil hat is oiled-up, rarin' to go, on a hip holster, etc.

      But come on.

      Come on.

    3. Re:Privacy? by Frisky070802 · · Score: 1
      Let's say I search for Ernest Fizzlewink, an obscure person people don't tend to look for. Later, someone looks for Ernest and it suggests Ernest Fizzlewink, so someone looks him up.

      It's not my privacy per se that I'm worried about, in people tying a query to me, it's that I don't want people outside google seeing my query.

      I've been to conferences (not to mention a couple of google sites) where random queries are displayed on monitors. This is already questionable IMHO, but displaying it once and keeping it around to offer to people who come close to it sometime later are very different things.

      Perhaps they have a policy that queries have to occur a certain number of times to be suggested, and that would help. Even better if the queries have to come from different people. But I'm still not at ease....

      --
      Mencken had it right. So glad that's old news.
    4. Re:Privacy? by Frisky070802 · · Score: 1
      Google always publishes querys for their contests before, as well as display it on a big scrolling board in their main office for all to watch, and what not. So already anyone really has access to all that info.

      Only if that person is logging every query (and remember, those are a random subset -- probably a small one!). Suggestions seem to hit some pretty obscure queries, in my very limited trial.

      --
      Mencken had it right. So glad that's old news.
    5. Re:Privacy? by That's+Unpossible! · · Score: 1

      I'm surprised no one has commented on privacy yet.

      That's because there is no privacy issue here, AT ALL.

      It looks to me like it uses past queries to suggest future ones

      Correct.

      I don't mind Google knowing what I ask, but I'm not sure I want the world to see them.

      You must really be quite the character if you think someone could see some search terms and think, shit, I bet that was Frisky070802 that did that thar search!

      --
      Ironically, the word ironically is often used incorrectly.
    6. Re:Privacy? by telstar · · Score: 1

      Not that I consider it a big deal ... but this now also changes the concept that what you type is only sent across the net once you hit enter. Each key you press now sends info across the net. For an application like this, it's not a big deal ... but I can imagine situations where this could be exploited.

      While we're on the topic of typing being sent real-time versus being sent upon carriage-return, can somebody please explain how in one of the last scenes of "Sum of All Fears" all of the communication back and forth with the US and Russia is sent after the carriage-return, EXCEPT for the one where Jack Ryan gets cut off halfway through a sentence? Pissed me off.

    7. Re:Privacy? by frankie · · Score: 1

      I'm sure Google keeps an enourmous database of past queries. It's part of their ranking algorithm.

      And yes, they really do know every short phrase that quickly. Think about it: they easily survived a slashdotting of a very intensive application. They've got insane computing power, dedicated to text matching.

    8. Re:Privacy? by tyler_larson · · Score: 2, Informative
      I'm surprised no one has commented on privacy yet.

      You wouldn't have been so surprised if you had done what the rest of use did and READ THE FAQ!

      http://labs.google.com/suggest/faq.html

      You would have found it if you had clicked the "Learn More" link prominantly displayed on the page.

      Your own previous searches are not used at all in determining results. The results you see are exactly the same results everyone else will see. You're sending the same information to Google that you send in a normal search (i.e. your query). Google is sending the same information back to you that they normally send (the results). The only things that's different is that they send each of the little pieces of it as you type them.

      No one has commented on privacy yet because privacy is irrelevant. No one has commented on terrorism yet either, does that surprise you?

      --
      "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea...."
      RFC 1925
    9. Re:Privacy? by Frisky070802 · · Score: 1

      I'm still not being clear I guess. I'm not talking about it using my personal history, or you seeing my personal history. But if it suggests queries based on others' queries, then I am learning about what others are asking ... and they are learning about what I ask. That seems to be a privacy issue, to me.

      --
      Mencken had it right. So glad that's old news.
    10. Re:Privacy? by siskbc · · Score: 1
      I'm still not being clear I guess. I'm not talking about it using my personal history, or you seeing my personal history. But if it suggests queries based on others' queries, then I am learning about what others are asking ... and they are learning about what I ask. That seems to be a privacy issue, to me.

      1. It's non-identifiable No one can find out what you searched for, so privacy is irrelevant. 2. Google never guaranteed ultrasecrecy in its terms of service. 3. If it's still throwing off your tinfoil hat, don't use google, but I wound't use any search engine, as they all make use of past searches to make later ones better.

      --

      -Looking for a job as a materials chemist or multivariat

    11. Re:Privacy? by Frisky070802 · · Score: 1
      I'm happy for Google to use past searches to improve its future performance, and I'm even OK with random subsets of queries being streamed on their tickers. I'm queasy about a query I ask turning up as a hint to someone else as they ask a query that starts with the same letters. If I'm looking for "NBC News" then so are lots of others, so who cares. If I'm looking for "NBC News Rupert Finkelbottom" then maybe I don't want other people who look for NBC to be prompted for old Rupert.

      From the FAQ it sounds like they may take pains to limit this to more common queries, which would be good. But I still can't explain some of the ones it offered to me, relating to very obscure search terms.

      --
      Mencken had it right. So glad that's old news.
  36. Good idea. by Azul · · Score: 1

    What a useful idea, form autocomplete based on popular search terms implemented entirely in JavaScript and showing you the number of results your search would produce. Makes you wonder why nobody had implemented this feature before.

    Hmm, the number of results it reports that each search would produce seem to be slightly less than the actual number of results they do. I suppose they need to resync their databases.

  37. I can see it now by Timesprout · · Score: 4, Funny

    "It looks like you are searching for lesbian porn, would you like some help with that?"

    "It looks like you are searching for lesbian porn again, do you remember what I showed you last time?"

    "I know, I know, Lesbian porn,and can you rate these pages so I can update my page index?"

    "Hello freak, try these"

    --
    Do not try to read the dupe, thats impossible. Instead, only try to realize the truth
    What truth?
    There is no dupe
    1. Re:I can see it now by BarryJacobsen · · Score: 1

      Oddly if you type in lesb, it doesn't give lesbian, but does give lesbien, which doesn't appear to be an English word. It does suggest over 4 million results for gay boys, though, [cheapshot] or so my priest told me.[/cheapshot]

    2. Re:I can see it now by decipher_saint · · Score: 1

      Then pray to God that Google doesn't find out about Codebaby.

      Worst. Idea. Ever!

      --
      crazy dynamite monkey
    3. Re:I can see it now by jesser · · Score: 1

      Interesting. It omits "sex", "porn", and "lesbian", but not "gay".

      --
      The shareholder is always right.
  38. The ABCs of Google Complete by Hatta · · Score: 5, Interesting

    A is for Amazon
    B is for Best Buy
    C is for CNN
    D is for Dictionary
    E is for Ebay
    F is for Firefox (yay!)
    G is for Games
    H is for Hotmail
    I is for Ikea
    J is for Jokes
    K is for Kazaa
    L is for Lyrics
    M is for Mapquest
    N is for News
    O is for Online dictionary
    P is for Paris Hilton (wtf?!)
    Q is for Quotes
    R is for Recipes
    S is for Spybot
    T is for Tara Reid
    U is for Ups
    V is for Verizon
    W is for Weather
    X is for Xbox
    Y is for Yahoo
    Z is for Zip Codes

    --
    Give me Classic Slashdot or give me death!
    1. Re:The ABCs of Google Complete by dwvanstone · · Score: 5, Interesting

      Just to add to the list:

      1 is for 1
      2 is for 2004 election
      3 is for 3m
      4 is for 411
      5 is for 50 cent
      6 is for 60 minutes
      7 is for 7th heaven
      8 is for 89.com (as bad as Paris Hilton!!)
      9 is for 911

    2. Re:The ABCs of Google Complete by cadillactux · · Score: 1

      Its interesting to see the top results for every letter. As everyone has noticed, Paris Hilton... Tara Reid? Xbox beats playstation? OR perhaps that simply becasue Paris beats Playstation any day, but it doesnt even show up in the first 10 results? Thinks like Firefox bening first, and Internet Explorer 4th, I didn't think ikea was THAT big? Kazaa was a given. Google was second only to games. And Verizon takes the top two, although V has less words. Also with V are a number of Virgin Mobile entries. Cell phones are hot stuff (not like anyone didnt know that)

      Okay, so this isnt a definitive outlook on todays culture, but it is a pretty interesting look at internet surfing trends.

      --
      Is this thing on?
    3. Re:The ABCs of Google Complete by Woogiemonger · · Score: 1

      P is for Paris Hilton (wtf?!)

      The fact that Paris Hilton is #1 for P does tell you that the suggestions are the most popular at the present, rather than just cumulatively popular over time. Paris Hilton beating out the #2 choice, PC World, might seem unfathomable to the /. community, but rest assured this Paris Hilton fad will end.

    4. Re:The ABCs of Google Complete by Zorilla · · Score: 2, Funny

      Quick! Somebody do Kanji now!

      --

      It would be cool if it didn't suck.
    5. Re:The ABCs of Google Complete by Anonymous Coward · · Score: 5, Interesting

      Explain THIS though:
      x : xbox
      xx: xxl
      xxx:

      p: paris hilton
      po: poems
      por: porsche
      porn:

      s: spybot
      se: sears
      sex:

      Somehow, I don't think these are based purely on search requests :)

    6. Re:The ABCs of Google Complete by cmstremi · · Score: 1

      © is for ©
      ® is for ® symbol ...and most punctuation is for nothing, it seems.

    7. Re:The ABCs of Google Complete by BarryJacobsen · · Score: 1

      I didn't think ikea was THAT big

      The only book that has more copies published than the bible is the IKEA catalog. I'd say that's bigger than Jesus, so they're pretty big.

    8. Re:The ABCs of Google Complete by witcomb · · Score: 2, Informative

      That is based on alphabetics ordering, I think it would make more sense to sort based on rating. That has a little more significance when it comes to google.

      A is amazon
      B is for BBC
      C is for cars
      D is for Dell
      E is for Ebay
      G is for games
      H is for http
      I is for index
      J is for jobs
      K is for kelkoo
      L is for love
      M is for music
      N is for news
      O is for online games
      P is for pubmed
      Q is for quotes
      R is for ringtones
      S is for s (that is weird)
      T is for target
      U is for UPS
      V is for virgin
      W is for weather
      X is for xbox
      Y is for Yahoo
      Z is for zdnet

    9. Re:The ABCs of Google Complete by mottie · · Score: 1

      I like how Paris Hilton draws a WTF but Tara Reid doesn't.. all of slashdot now knows that you have a preference towards fake boobs

    10. Re:The ABCs of Google Complete by ad0gg · · Score: 1

      Popularity info they are using is old. Number search for C right now is christmas, which is the number 1 search term currently.

      --

      Have you ever been to a turkish prison?

    11. Re:The ABCs of Google Complete by kzinti · · Score: 3, Insightful

      That is based on alphabetics ordering, I think it would make more sense to sort based on rating.

      Google is ranking these suggestions so that the ones you're most likely to search for are higher. So even though 's' has more hits than 'spybot', Google thinks you're more likely to search for 'spybot'. That makes sense - the terms people search for most often are not necessarily the pages with the most search results (or the highest Pagerank).

    12. Re:The ABCs of Google Complete by kenelbow · · Score: 1

      0 is for 02

      --
      What witty sig? I can't be witty, I'm a Methodist.
    13. Re:The ABCs of Google Complete by erotic_pie · · Score: 0

      only thing I can think of is that it doesn't do "suggestive" things, I tried fuck and it didn't show anything :-P

    14. Re:The ABCs of Google Complete by dalleboy · · Score: 1

      But pr0 is for pr0n!

    15. Re:The ABCs of Google Complete by Anonymous Coward · · Score: 0

      Blowjob and blowjobs, however, are handled as expected.

    16. Re:The ABCs of Google Complete by iabervon · · Score: 1

      People are clearly incompetent. The pages you want for amazon, bestbuy, cnn, ebay, firefox, hotmail, ikea, kazaa, mapquest, ups, verizon, yahoo, and xbox are all http://www.(name).com. Reasonable pages for dictionary and weather are the same.

      There's something especially funny about people searching for yahoo on google.

    17. Re:The ABCs of Google Complete by ricka0 · · Score: 1

      I find humor in people searching google for yahoo.

    18. Re:The ABCs of Google Complete by UserGoogol · · Score: 1

      Google Suggest has a crappy filter running on it.

      --
      "Never attribute to malice that which can be adequately explained by stupidity." -- Hanlon's Razor
    19. Re:The ABCs of Google Complete by Doctor+Crumb · · Score: 0

      actually, I think it's doing that because when you type xxx, porn, or sex, it's pretty obvious what you want to find, while anything shorter is still ambiguous. They are suggesting searches, not actually doing the search.

    20. Re:The ABCs of Google Complete by Anonymous Coward · · Score: 0

      Check www.awfulplasticsurgery.com to get disabused of your love affair with both Paris and Tara.

    21. Re:The ABCs of Google Complete by Anonymous Coward · · Score: 0

      Thanks God for small favours!

    22. Re:The ABCs of Google Complete by geekguy · · Score: 2, Informative

      They seem to have linked it all under pr0n, that brings up lots of choices.

      --
      -- Any comments seen here are not mine, but a mixture of alchohol and lack of sleep.
    23. Re:The ABCs of Google Complete by h4ter · · Score: 2, Informative

      'porn' isn't there, but 'pr0n' is.

    24. Re:The ABCs of Google Complete by JasontheMason · · Score: 1
      ...and 10 is for 10 commandments! And I'm even at a public terminal.

      But why is 0 for 02?

      --
      "Ad infinitem et ultra!" - Buzz Lightyear
    25. Re:The ABCs of Google Complete by JasontheMason · · Score: 1
      But can it tell me how to get to Sesame Street?

      JtM

      --
      "Ad infinitem et ultra!" - Buzz Lightyear
    26. Re:The ABCs of Google Complete by Anonymous Coward · · Score: 0

      9 is for 911
      Guess someone was looking up the number for 911 again... DOH!

    27. Re:The ABCs of Google Complete by Dolly_Llama · · Score: 1

      1 is for 1

      but what is the first result for "1"?

      http://www.mozilla.org/

      --

      Somewhere, something incredible is waiting to be known. -- Carl Sagan

    28. Re:The ABCs of Google Complete by illuin · · Score: 1

      Good lord. People have to search for some of these things? I mean seriously, what do they *think* is going to be the top result for amazon, ebay, hotmail, or yahoo?

      These folks must also have the listing 911 bookmarked in their phonebook -- you know, for emergencies.

    29. Re:The ABCs of Google Complete by legirons · · Score: 1

      "So even though 's' has more hits than 'spybot', Google thinks you're more likely to search for 'spybot'."

      Interestingly (or not), I use "s, down-arrow, enter" as a quick way to get to slashdot using browser autocomplete. But if something happens in the wrong order, you get to the "I'm feeling lucky search for s", which is Hoover (the vacuum-cleaner manufacturers), a site that I always think is slightly freaky that they've taken the letter s as a website. Although on checking it now, the top result seems to be McDonalds, the grease-sellers, which is every bit as odd. (not a parity joke, honest)

      s

    30. Re:The ABCs of Google Complete by telstar · · Score: 1

      How come 8 is 89 and 6 isn't 69?
      Maybe they're waiting for Paris Hilton's NEXT video.

    31. Re:The ABCs of Google Complete by UniDyne · · Score: 1

      They're auto-filtered search terms. It's not working with the moderate safe-search yet, so those terms seem to be just plain turned off.

      Also, anything that doesn't have statistics doesn't show any.

  39. I wonder... by Lizard_King · · Score: 2, Interesting

    ... how they prioritize the suggestions in the list. It's definitely not by the number of results per suggestion. Are there any revenue opportunities here for GOOG?

    --
    "My mother never saw the irony in calling me a son-of-a-bitch." - Jack Nicholson
    1. Re:I wonder... by Anonymous Coward · · Score: 0

      Number of searches.

    2. Re:I wonder... by Chris+Ashton+84 · · Score: 1

      They've got more data then they'll ever know what to do with. My guess is they probably look up the top ten searches matching the input, sorted by the number of click searches.

      I'm not suprised that more people search for Paris Hilton then PC World or Paypal, or that more people search for weather then walmart or whitepages... the order seems to make sense.

    3. Re:I wonder... by hackstraw · · Score: 1

      "My mother never saw the irony in calling me a son-of-a-bitch." - Jack Nicholson

      In case anyone does not know, Nicholson found out in adulthood that his "sister" was really his mother. She had Nick when she was in HS or something.

      Lovely quote.

  40. Hard to not see this as for google, not for us by barchibald · · Score: 1

    Hey:

    Seems like this is a slippery slope toward increasing searches on indentified keywords, rather an unpredictable search words. If it can't be predicted and isn't common then it can't be sold via adwords.

    If they can consolodate outlier searches that they believe (or can convince the searcher) are really looking for something that is more commonly searched for via a specific phrase then its in their interest to do it.

    Other than spelling mistakes, what value is this to the user? I just gon't see it as much more than a way of increasing google $.

    1. Re:Hard to not see this as for google, not for us by dustinbarbour · · Score: 1

      Don't worry, dude.. I don't see Google Suggest taking over standard Google. You can still use your unpredictable queries there.

    2. Re:Hard to not see this as for google, not for us by hobo2k · · Score: 1
      Is autocomplete useful? I think so. This gives you a pre-populated autocomplete list. That sounds pretty useful to me, but I'd have to use it for a few days to really decide.

      Sometimes I actually rely on the built-in autocomplete to save information for me that I might want later but don't want to bookmark yet.

      To really be useful though, I would need it in the firefox toolbar. I never go to the google homepage anymore.

  41. Google suggests wrong spelling as well by witcomb · · Score: 2, Interesting

    I figured I would look up mountain biking. However, in my quick typing I entered mountian instead and it continued and accepted that. It gave me many valid searches, which I probably wouldn't have found if I entered the search string properly. Of course, it did indicate that mountain was spelled incorrectly as normal.

    I figured this could be a useful feature as you probably don't make an effort to misspell your entries, yet many items on the web could have useful information with the misspelled word. So, I entered mount to see the completion, and no mountian, just correctly spelled words.

    I guess we'll just have to continue to misspell everything.

    1. Re:Google suggests wrong spelling as well by Anonymous Coward · · Score: 0

      It only *suggests* for the entire search string, (not the individual terms) so the more terms you enter the less likely it is to show alternatives.

  42. Test results by carniz · · Score: 0
    p..r..0...[nothing suggested]

    This is crap. I expected it to suggest pr0n already after the P.

    1. Re:Test results by Anonymous Coward · · Score: 0

      It worked for me. Maybe you should type it without all the .'s

  43. What are these people making ? by Gori · · Score: 1

    Im am wondering more and more what is Google really upto.
    Worlds biggest distributed operating system, a cache of each page they every visit, predictive text input, remebers everything you ever seaarched for, never throw anything away email, search your desktop, and any scientiffic thing ever published....
    Soon, we will not be browsing the web, we will be browsing google....
    Anybody dare to phantasize what this all means ?

    --
    Complexity is a measure of our ignorance...
  44. Litigious Bastards by luuc · · Score: 0

    Top result for "liti..."

  45. Browser Wars by alva_edison · · Score: 2, Informative

    Before more people complain that their browser doesn't work, here's [labs.google.com]what google specifies as the browser requirements.

    --
    He effected a bored affect.
    1. Re:Browser Wars by p3d0 · · Score: 1

      Dude, you don't have to add the domain in brackets after the link. Slashdot does that for you.

      --
      Patrick Doyle
      I mod down every jackass who puts his moderation policy in his sig. Oh, wait a sec....
    2. Re:Browser Wars by fleener · · Score: 1

      Except I'm using Firefox 1.0 and see none of what's being described here. No suggestions. It works the same as regular Google. How boring.

    3. Re:Browser Wars by alva_edison · · Score: 1

      I'm also using Firefox 1.0. The text complete also requires Cookies and JavaScript. And it's only in beta, so it's located here. Note, this is an updated address at www.google.com, not at labs.google.com.

      --
      He effected a bored affect.
    4. Re:Browser Wars by Anonymous Coward · · Score: 0

      Ohhhh. Google is the last company I'd want to accept cookies from.

  46. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  47. Didn't Microsdoft patent this? by jaal · · Score: 2, Interesting

    I remember long back, one thread on slashdot where it was discussed how microsoft patented the idea of showing the options as the user types in. I am not sure though.

    1. Re:Didn't Microsdoft patent this? by Anonymous Coward · · Score: 0

      my guess is microsoft patented it on the client side.

  48. Just like Gmail by Lizard_King · · Score: 1

    It looks very similar to the technology Google uses in Gmail. When you compose a new message, as soon as you start typing in email addresses in the To: field, Gmail presents a similar drop down box with matching suggestions from your contacts.

    --
    "My mother never saw the irony in calling me a son-of-a-bitch." - Jack Nicholson
  49. Comment Post! by Zorilla · · Score: 1

    Google Suggest - brought to you by the grammar that gave you Secret Collect!

    --

    It would be cool if it didn't suck.
  50. mod parent up by Anonymous Coward · · Score: 0

    Konq ok here too. 3.3.2/

    1. Re:Mod Parent Up by Jerf · · Score: 1

      I honestly don't know what it is, and I want to explicitly say I'm not trying to draw global conclusions from this data. When I was doing this I was mostly concerned with getting it to work, not about why, if you know what I mean. I do know on a Windows box with 1.7.3 the timing was similar.

      Researching this has been added to our "things to do when there is nothing else to do" list, but you know how often developers get there.

      I'm conflicted; if there was an obvious speedup, I gotta think somebody would have noticed by now. But I also gotta think that even Mozilla, which needs a full-scale XML parser and does a lot of stuff with it, should be faster. Clearly, I'm wrong somewhere...

  51. Konqueror by topace · · Score: 0

    Works great here in Konqueror 3.3.1

  52. Weetabix by Vollernurd · · Score: 1

    What the hell have the Google guys been eating? It was a plain ol' fashioned search engine for years, then in the space of 6 months they offer email, that desktop search thing, a server for people to buy, etc...

    I'll have what they're having.

    --
    Smokey, this is not 'Nam, this is bowling. There are rules.
  53. Where's the profit? by slapout · · Score: 1

    The question I have is will these autocomplete words be words that advertisers pay to be there? Or will they actually be the most popluar stuff searched for?

    --
    Coder's Stone: The programming language quick ref for iPad
  54. Google starts to suck by kompiluj · · Score: 1, Flamebait

    Well the new Groups really suck - try reading any group that deals with postfix or sendmail - all examples really screwed up.
    And now that... - Google is going the same way that all went. Take for instance Microsoft. Ten years ago it was the icon of geekhood, they made a really good compiler, assembler and whatnot. And now? They even had a lapse of sobriety with Win 2k - quite a decent product - but it finally got fscked up by creeping featuritis disease when transformed into Win XP Proffesional.
    And now Google. Bill Gates is ready to welcome you in the club.

    --
    You can defy gravity... for a short time
    1. Re:Google starts to suck by diamondsw · · Score: 3, Interesting

      So they screwed up Groups. What does that have to do with Suggest, which looks like a classic "awesome! why didn't anyone else do it that way?" Google feature?

      --
      I don't know what kind of crack I was on, but I suspect it was decaf.
    2. Re:Google starts to suck by johansalk · · Score: 1

      Yes, the new Groups is a major headache that I stopped using it. It has no decent way to navigate around or keep up with a long thread without stressing yourself out.

    3. Re:Google starts to suck by tesmako · · Score: 2, Interesting
      Take for instance Microsoft. Ten years ago it was the icon of geekhood, they made a really good compiler, assembler and whatnot.

      What? Are you trying to rewrite history in some way? I would say that the acceptance of Microsoft products have never really been higher than it is today. All OS's they had before 2k were disgraces. XP is popular and far from the resource hog slashdotters like to pretend that it is (have a look at any other desktop environment), in fact the system requirement leap between 2k and XP was far smaller than many jumps before when factoring in the progress of hardware. I don't see anything wrong with the current development tools that Microsoft has either (in fact, they too sure seem to be better today than they have ever before been).

      Really, the last five years of Microsoft products have done a lot to convince me that MS knows what they are doing, Linux seems further from being able to conquer the desktop market today than it did in 1999.

    4. Re:Google starts to suck by That's+Unpossible! · · Score: 2, Insightful

      Yes, Google is testing one of the coolest features I've ever seen on a website...

      They sure are starting to suck.

      --
      Ironically, the word ironically is often used incorrectly.
    5. Re:Google starts to suck by Anonymous Coward · · Score: 0

      its usenet for christs sake. access it with a newsreader like you're meant to. and if you can't, be happy google is there to help in any way.

    6. Re:Google starts to suck by natd · · Score: 1
      Take for instance Microsoft. Ten years ago it was the icon of geekhood

      WHAT? In 1994 MS was still the OS that the 'geeks' were praying wouldn't continue to rise. Geeks had their Unix on Suns, HPs, DECs...even the good old Amiga and of course Linux. I recall the 'DOS' and 'Windows' users from that time and they were *NOT* geeks. They were ultra-conservatives afraid not to fit in or be part of mainstream computing. They were the ones that didn't need to enter into discussions on other platforms because a) they were using Microsoft products and b) The loved Microsoft. If anything, it's more geeky now as 2k and xp aren't quite so pathetic as earlier versions.

      --
      Only big ligs use sigs.
    7. Re:Google starts to suck by evilviper · · Score: 1
      All OS's they had before 2k were disgraces.

      Clearly, you've never used NT 4 (or even 3.51), which were super-fast, incredibly stable, and were much easier to maintain.

      With 2000, the NT series got what the consumer series had forever... An OS that commits suicide in the background for no apparent reason.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  55. S = MacDonalds or Hoovers? by caluml · · Score: 1

    The fact that a lot of people search for "s" makes me wonder if they have the same problem as me in Firefox. I can't remember what I do, but it ends up searching for "s", and I end up at MacDonalds or Hoovers.

  56. No, I mean down. by Anonymous Coward · · Score: 0

    Well, it seems to work, until you type anything more that a few chareters long!.

    1. Re:No, I mean down. by Anonymous Coward · · Score: 0

      Well, it works for me using Konqueror 3.3.2 even with "donaudampfschiffahrtselektrizitaetenhauptbetriebs werkbauunterbeamtengesellschaft"

  57. What Google needs is Lexis-Nexis and Journal tabs by F34nor · · Score: 3, Insightful

    What Google really needs is a for pay LexisNexis tab so you can find real information from real sources in real time. That and a tab that indexes full text medical and science journals. Those damn journals! I love em but I don't have hundreds of dollars a year for each Psych. journal I want to read and hate going to libraries if I just want to see what's shaking in the world of science. With full text periodicals and full test journal search Google would become a singularity of information.

  58. ...meets google and the net by bicho · · Score: 1

    clippy...

    --

    errera hunamum ets
  59. Cock Block by Voltara · · Score: 1

    I tried searching for information on my pet cockatiels, but google cut me off at "cock"!

  60. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  61. sp chker by demon411 · · Score: 1
    when i can't spell something, i just type the word into google and press search and it spell checks it for me. autocomplete is nifty that it gives the # of results for each possibility

    -a is for amazon, b is for best buy, and c is for cnn top 9 reasons to quit slashdot today

  62. Hmm. Does interfere with FireFox autocomplete by DollyTheSheep · · Score: 2, Informative

    I have a list of queries, which I repeat every day or week or so. FireFox has now gathered them in its own form autocomplete. Now google interferes that with queries, I don't want to submit.

    1. Re:Hmm. Does interfere with FireFox autocomplete by calibanDNS · · Score: 1

      Here's what I do with lists that I like to check up on every few days:

      Create a new folder in the Firefox Bookmarks Toolbar Folder. But a bookmark of each of your queries in this folder. Right click on the folder on the bookmarks toolbar and choose "Open in tabs". This will open each bookmark in its own tab.

  63. Is that so? by Moth7 · · Score: 1

    If you consider "blow job" to be work-safe, may I enquire as to your line of work? ;-)

    1. Re:Is that so? by nacturation · · Score: 1

      If you consider "blow job" to be work-safe, may I enquire as to your line of work? ;-)

      Glass blower? "Hey, Mike... that customer liked his vase and wants us to create another blow job for his living room." Okay, it's a stretch...

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
  64. some curses are bad, others ok by Anonymous Coward · · Score: 0

    It won't suggest fuck, but it will suggest shit. It won't suggest ass or asshole, but it will suggest asshat.

  65. Ok, it's interesting by TheAwfulTruth · · Score: 1

    All joking about Paris Hilton aside, once you've typed in most of your search word(s) it does offer some interesting alternatives for more tightly defining a search, or searching for your subject on peoples pages that can't spell.

    But they should probably not even start making alist till 4-5 characters are typed, before that it's just suggesting stupid things.

    Also, it uses JavaScript. I have never had to "trust" google to use it before and as time goes on I have less reason to truly trust them, I don't know how it could be done without using JS but I really hope they exhausted all other options before deciding to use it. At least if you have JS turned off the search box still functions as it always did, so if this makes it into the main page, you won;t be forced to turn it on (or switch search providers) if you don't want.

    Can't figure out that ordering system though, it's not alphabetical, and not string length and not frequency, is it random? As others have suggested, I too have to wonder how long before the order is determined by the amount of money they get paid.

    --
    Contrary to popular belief, coding is not all free blow-jobs and beer. Those things cost MONEY!
  66. Not like this? by oliverthered · · Score: 2, Interesting

    Konq 3.3.2.
    Try using it for a while and you'll get.

    Using host libthread_db library "/lib/libthread_db.so.1".
    [KCrash handler]
    #7 0x409cfe74 in av_ () from /usr/kde/3.3/lib/libkdecore.so.4
    #8 0x41b6df56 in KJS::XMLHttpRequest::abort ()
    from /usr/kde/3.3/lib/libkhtml.so.4
    #9 0x41b6f333 in KJS::XMLHttpRequestProtoFunc::tryCall ()
    from /usr/kde/3.3/lib/libkhtml.so.4
    #10 0x41aeef77 in KJS::DOMFunction::call () from /usr/kde/3.3/lib/libkhtml.so.4
    #11 0x41c7332b in KJS::Object::call () from /usr/kde/3.3/lib/libkjs.so.1
    #12 0x41c3b09d in KJS::FunctionCallNode::evaluate ()
    from /usr/kde/3.3/lib/libkjs.so.1
    #13 0x41c3f54a in KJS::ExprStatementNode::execute ()
    from /usr/kde/3.3/lib/libkjs.so.1
    #14 0x41c45c16 in KJS::SourceElementsNode::execute ()
    from /usr/kde/3.3/lib/libkjs.so.1
    #15 0x41c3f36d in KJS::BlockNode::execute () from /usr/kde/3.3/lib/libkjs.so.1
    #16 0x41c3f8ce in KJS::IfNode::execute () from /usr/kde/3.3/lib/libkjs.so.1
    #17 0x41c45c16 in KJS::SourceElementsNode::execute ()
    from /usr/kde/3.3/lib/libkjs.so.1
    #18 0x41c3f36d in KJS::BlockNode::execute () from /usr/kde/3.3/lib/libkjs.so.1
    #19 0x41c45143 in KJS::FunctionBodyNode::execute ()
    from /usr/kde/3.3/lib/libkjs.so.1
    #20 0x41c6de0c in KJS::DeclaredFunctionImp::execute ()
    from /usr/kde/3.3/lib/libkjs.so.1
    #21 0x41c6d1bc in KJS::FunctionImp::call () from /usr/kde/3.3/lib/libkjs.so.1
    #22 0x41c7332b in KJS::Object::call () from /usr/kde/3.3/lib/libkjs.so.1
    #23 0x41c3b09d in KJS::FunctionCallNode::evaluate ()
    from /usr/kde/3.3/lib/libkjs.so.1
    #24 0x41c3f54a in KJS::ExprStatementNode::execute ()
    from /usr/kde/3.3/lib/libkjs.so.1
    #25 0x41c45c16 in KJS::SourceElementsNode::execute ()
    from /usr/kde/3.3/lib/libkjs.so.1
    #26 0x41c3f36d in KJS::BlockNode::execute () from /usr/kde/3.3/lib/libkjs.so.1
    #27 0x41c3f8ce in KJS::IfNode::execute () from /usr/kde/3.3/lib/libkjs.so.1
    #28 0x41c45c8c in KJS::SourceElementsNode::execute ()
    from /usr/kde/3.3/lib/libkjs.so.1
    #29 0x41c3f36d in KJS::BlockNode::execute () from /usr/kde/3.3/lib/libkjs.so.1
    #30 0x41c3f8aa in KJS::IfNode::execute () from /usr/kde/3.3/lib/libkjs.so.1
    #31 0x41c45c8c in KJS::SourceElementsNode::execute ()
    from /usr/kde/3.3/lib/libkjs.so.1
    #32 0x41c3f36d in KJS::BlockNode::execute () from /usr/kde/3.3/lib/libkjs.so.1
    #33 0x41c3f8ce in KJS::IfNode::execute () from /usr/kde/3.3/lib/libkjs.so.1
    #34 0x41c45c16 in KJS::SourceElementsNode::execute ()
    from /usr/kde/3.3/lib/libkjs.so.1
    #35 0x41c3f36d in KJS::BlockNode::execute () from /usr/kde/3.3/lib/libkjs.so.1
    #36 0x41c3f8ce in KJS::IfNode::execute () from /usr/kde/3.3/lib/libkjs.so.1
    #37 0x41c45c16 in KJS::SourceElementsNode::execute ()
    from /usr/kde/3.3/lib/libkjs.so.1
    #38 0x41c3f36d in KJS::BlockNode::execute () from /usr/kde/3.3/lib/libkjs.so.1
    #39 0x41c45143 in KJS::FunctionBodyNode::execute ()
    from /usr/kde/3.3/lib/libkjs.so.1
    #40 0x41c6de0c in KJS::DeclaredFunctionImp::execute ()
    from /usr/kde/3.3/lib/libkjs.so.1
    #41 0x41c6d1bc in KJS::FunctionImp::call () from /usr/kde/3.3/lib/libkjs.so.1
    #42 0x41c7332b in KJS::Object::call () from /usr/kde/3.3/lib/libkjs.so.1
    #43 0x41c3b09d in KJS::FunctionCallNode::evaluate ()
    from /usr/kde/3.3/lib/libkjs.so.1
    #44 0x41c3f54a in

    --
    thank God the internet isn't a human right.
  67. Re:let's get all the obligatory jokes out there by dustinbarbour · · Score: 0

    In Korea, only old people use Google Suggest.

  68. URL is same, with ?complete=1? by wsanders · · Score: 1

    So it's going in the same front door as everything else. Back ends could be completely different though.

    --
    Give a man a fish and you have fed him for today. Teach a man to fish, and he'll say "WHERE'S MY FISH, YOU IDIOT?"
    1. Re:URL is same, with ?complete=1? by SlayerofGods · · Score: 1

      Yah it is going in the front door, that's why it's so intensive.
      It's basically doing a google search every time you type in a single letter.
      That's bound to heat up their servers.

      --

      Technology, the cause of and solution to all of life's problems.
    2. Re:URL is same, with ?complete=1? by TopShelf · · Score: 1

      It's basically doing a google search every time you type in a single letter.

      Huh? Looks more like they pass information to your browser containing the top hits for the various keystroke combinations, and a script sorts that out as you type. Going back and forth to the server with each keystroke would be nuts...

      --
      Stop by my site where I write about ERP systems & more
    3. Re:URL is same, with ?complete=1? by TopShelf · · Score: 1

      Well, silly me, I suppose! From the FAQ:

      Can Google Suggest see what I'm typing?
      Just as E.T.(TM) needs to phone home in order to get a spaceship to pick him up, Google Suggest needs to talk to Google while you type in order to offer suggestions to you. Everything you type, though, is protected by Google's privacy policy.

      --
      Stop by my site where I write about ERP systems & more
    4. Re:URL is same, with ?complete=1? by 0x461FAB0BD7D2 · · Score: 1

      Perhaps, but unlikely. here's why: As you type, they give you a predetermined list, which continues to contract as you type. This can be done via Javascript.

      All they have to do is index popular searches, and then run the less popular searches via their servers. The indexed popular searches would be basically dumped to your browser for your browser to handle.

      In fact, from what I've seen using the JS Debugger, this is exactly what it does (note: try following the sendRPCDone function in ac.js)

    5. Re:URL is same, with ?complete=1? by Deag · · Score: 2, Informative

      It does go back to the server, load the page and kill your internet - it will no longer work.

    6. Re:URL is same, with ?complete=1? by Wiseleo · · Score: 3, Informative

      In the IE version, here is the function (for those curious how it all works, download www.google.com/ac.js)

      function jb(){var A=null;
      try{A=new ActiveXObject("Msxml2.XMLHTTP")}catch(e){try{A=new ActiveXObject("Microsoft.XMLHTTP")}catch(oc){A=nul l}}if(!A&&typeof XMLHttpRequest!="undefined"){A=new XMLHttpRequest()}return A}

      This function is obviously copyright google, inc., but being presented here for educational purposes only.

      --
      Leonid S. Knyshov
      Find me on Quora :)
    7. Re:URL is same, with ?complete=1? by recursiv · · Score: 1

      It's nuts then.

      If you're into shit that's nuts, I suggest you read the javascript that runs this mother. I'm about 2 hours in, and this bitch is wild! But I still have a long way to go.

      --
      I used to bulls-eye womp-rats in my pants
    8. Re:URL is same, with ?complete=1? by zoips · · Score: 1

      It'd probably help if you deobfuscated it. It's really not all that complex, it just looks like hell to save on bandwidth (and to make the average looky-loo just quit).

    9. Re:URL is same, with ?complete=1? by recursiv · · Score: 1

      Right. It took me over an hour to satisfactorily do that though.

      --
      I used to bulls-eye womp-rats in my pants
    10. Re:URL is same, with ?complete=1? by samrolken · · Score: 3, Informative

      This is the same mechanism by which the Gmail application receives its data. It seems like Google has become a big fan of this XMLHTTP object and its Mozilla cousin. It's a great way to give web applications access to live data without requiring a page refresh.

      --
      samrolken
  69. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  70. Code inspection by Anonymous Coward · · Score: 1, Interesting
    here's the critical code for making this work
    function jb(){
    var A=null;
    try{
    A=new ActiveXObject("Msxml2.XMLHTTP")
    }catch(e){
    try{
    A=new ActiveXObject("Microsoft.XMLHTTP")
    }catch(oc){
    A=null
    }
    }
    if(!A&&typeof XMLHttpRequest!="undefined"){
    A=new XMLHttpRequest()
    }
    return A
    }
    the xml request is then sent from an iframe i believe: http://www.google.com/ac.js and the response shown in a floating div.
  71. A great addition by phaln · · Score: 0

    Saved me a ton of time from the get-go. After all, it's a hell of a lot more efficient to find porn!

    --
    SNACKS ARE AWESOME
  72. How to... by Anonymous Coward · · Score: 0

    H: hotmail
    Ho: hotmail
    How: Howard Stern
    How t: how to tie a tie
    how to: how to tie a tie
    how to e: how to eat a girl out

    Dirty minded google.

  73. *clap* *clap* by GillBates0 · · Score: 1

    Good job.

    --
    An Indian-American Hindu committed to non-violent thought/speech/action alarmed by the global explosion of radical Islam
  74. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  75. This needs work by hkb · · Score: 1

    I read this Slashdot article and write a report at the same time and just want to verify I spelled 'heterogeneous' correctly. So I type it into this new thing and voila! suggestions such as the following pop up:

    'hetero handjobs'
    'hetero handjob fanclubs'

    Typing a word starting with 'dic' or 'glory' provide similar experiences.

    Needs work.

    --
    /* Moderating all non-anonymous trolls up since 2004 */
  76. It works.... by Anonymous Coward · · Score: 0

    I wrote such an application back in 1996 when OpenText was the main web search engine. User testing was very positive, but back then it couldn't be deployed since (a) java was death slow (b) javascript was not up to par (c) establishing repeated connections to request the next completion set took forever.

    It is quite impressive to see that eight years later all the pieces are there to make it work and it is very fast. I'm impressed!

  77. more fun by Anonymous Coward · · Score: 0

    Another cool thing you can do is see find out if people actually search for you. Just type your name and see if you show up. I found that I do, but that, for example, grandma does not.

    For even more fun, try entering your name (or people you know) and then the word sucks. If it shows up, you know that the person has a decent number of people who doesn't like him/her.

  78. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  79. How does it work by hey · · Score: 1

    I wonder how it works.
    Of course, it looks up the string as you enter a letter but beyond that I wonder.
    Javascript with search back end?

  80. Interesting Political Uses by ravenspear · · Score: 2, Funny

    This was mentioned in another story last night but I thought it was funny.

    If you go to the page and type "George Bush is a" you get some interesting suggestions. ;)

    1. Re:Interesting Political Uses by Skeezix · · Score: 2, Informative

      Also works for "Kerry is a" and "michael moore is a"

    2. Re:Interesting Political Uses by suhit · · Score: 1

      And "Bill Gates is..."

    3. Re:Interesting Political Uses by complete+loony · · Score: 1

      "litig" > "ious bastards" 4,310 results...

      --
      09F91102 no, 455FE104 nope, F190A1E8 uh-uh, 7A5F8A09 that's not it, C87294CE no. Ah! 452F6E403CDF10714E41DFAA257D313F.
  81. How do I get by ZeroExistenZ · · Score: 1

    ...
    how do i get a passport
    how do i get gmail
    how do i get gmail account
    how do i get there
    how do i get l aid

    Alot of slashdotters have been trying this out it seems ^_-

    --
    I think we can keep recursing like this until someone returns 1
    1. Re:How do I get by tirnacopu · · Score: 1

      Naah, if they were slashdot users the search hints would more likely be:
      "how do i get a"
      blo..
      blog..
      blow job..
      blond jokes..

    2. Re:How do I get by b00stA · · Score: 1

      Try "I need to g" (:

      --
      Stop making that big face!
  82. Nice idea, bad implementation by oexeo · · Score: 1

    Nice idea, bad implementation.

    The current implementation is annoying, and overzealous as far as I'm concerned. For instance the query "what" opens a endless drop down of suggestions, then fills in the most likely match, which almost always fails in to even approach a decent guess of the query I had in mind.

    The only achievement in this case is to distract me, break my concentration from typing, and helpfully steal focus inside the query box.

    Frankly, It's quicker for me to type the damn query myself, than search for the closest match in endless drop down of bad suggestions.

    1. Re:Nice idea, bad implementation by Zorilla · · Score: 1

      Well, to be fair, this is a beta. Give them time to iron out all the irregularities that result from very generic words like "how" or "what" as well as the freudian slips that appear to be occuring when you try to type in "hetero" (Someone pointed out that it returned "hetero handjob")

      --

      It would be cool if it didn't suck.
    2. Re:Nice idea, bad implementation by Anonymous Coward · · Score: 0

      > Well, to be fair, this is a beta.

      True, but that excuse only works initially, if it still has problems in a year, the Beta excuse is null and void as far as I'm concerned. Google is "the boy who cried wolf," when it comes to Beta releases.

    3. Re:Nice idea, bad implementation by Anonymous Coward · · Score: 0

      "Tony Hawkza mother$&%*er Vulcan liar"

      Dude, "fucking liar," not "Vulcan liar."

    4. Re:Nice idea, bad implementation by Anonymous Coward · · Score: 0

      Welcome back! I ought to host a short clip of the subtitle saying "Vulcan" - that is, if, your following me around doesn't outlive my sig change cycle.

      It was due for a change weeks ago, but you're just too easy to entertain.

    5. Re:Nice idea, bad implementation by Psycho77 · · Score: 1

      This is actually why the beta was made. If you know what you are going to type, then you DONT need suggestion. You dont have to go on google suggest. If you dont know exactly what to search and not sure how to find it. You go there and see what google can suggest you. Its to give you ideas.

    6. Re:Nice idea, bad implementation by Anonymous Coward · · Score: 0

      My initial thoughts were that it was distracting and useless too, but then I looked further. There are some terrific possibilities here for long or complex search terms, particularly for words that are very difficult to spell such as chemical names.

      For example tributylphosphene or trichloroethane (and these are easy chemical names). One problem for companies is that employees often can't find the safety data for the chemicals they work with because they can't spell the chemical exactly right. Traditional database searches are very bad at finding mispelled search terms(!) while this technique offers suggestions on even difficult-to-spell terms. There is great potential here, particularly if the technique can be applied in a specialized manner using smaller, dedicated databases (rather than the entire Google world).

    7. Re:Nice idea, bad implementation by ahab_2001 · · Score: 1

      This is spot on. Typing a search term is *not* like typing a long URL, where a user benefits from autocomplete of terms they've typed in previously. In this case, the long list of search terms that pops down is a huge distraction and a step away from Google's famously uncluttered interface. Ask yourself: Given the length of the list that drops down, what are the odds that *any* of the terms offered will actually be the one you want to use? Pretty bloody low in most cases, I would guess. Hope they don't add this to the main search page -- *not* useful.

  83. Google Suggest : Frequently Asked Questions by echocharlie · · Score: 0, Redundant

    Google Suggest FAQ

    1. What is Google Suggest?
    As you type into the search box, Google Suggest guesses what you're typing and offers suggestions in real time. This is similar to Google's "Did you mean?" feature that offers alternative spellings for your query after you search, except that it works in real time. For example, if you type "bass," Google Suggest might offer a list of refinements that include "bass fishing" or "bass guitar." Similarly, if you type in only part of a word, like "progr," Google Suggest might offer you refinements like "programming," "programming languages," "progesterone," or "progressive." You can choose one by scrolling up or down the list with the arrow keys or mouse.

    2. That's pretty cool. How does it do that?
    Our algorithms use a wide range of information to predict the queries users are most likely to want to see. For example, Google Suggest uses data about the overall popularity of various searches to help rank the refinements it offers. An example of this type of popularity information can be found in the Google Zeitgeist. Google Suggest does not base its suggestions on your personal search history.

    3. Google works well as is. Why should I use Google Suggest?
    By suggesting more refined searches up front, Google Suggest can make your searches more convenient and efficient by keeping you from having to reformulate your query. Google Suggest might offer suggestions that you will find novel or intriguing.

    4. How do I get back to normal Google?
    You can go directly to http://www.google.com, or type http://www.google.com into your browser's address field; either way, you'll be back using ordinary Google search without Google Suggest. If Google Suggest comes on whenever you open a new browser window, it may be set as your home or start page. To set your start page back to http://www.google.com (or anything else) use your web browser's Options menu. In Internet Explorer, you can do this by first selecting Tools, then Internet Options. On the Internet Options menu, look for the Home Page section, find the Address: text box, and enter http://www.google.com. Then select OK. In FireFox, this menu is found under Tools, then Options. In Mozilla, it is found under Edit, then Preferences. In Opera, it is found under Edit, then Options.

    5. Can I make Google Suggest my default search tool?
    You can set Google Suggest as your home page in your web browser's options, as described above.

    6. How about a few examples of when it works best?
    Here are a few cases where we've found Google Suggest to be useful. As you find your own, please send them our way; knowing what our users find most useful is our most effective tool for improving our products. You type: Google Suggest might offer: "bass" "bass guitar" "bass fishing" "prog" "programming" "programming languages" "progesterone" "progressive" "duke" "duke university" "dukes of hazzard" "duke nukem" "duke ellington" "duke power"

    7. When will you support other languages?
    We're not sure yet. But we're always interested in expanding our products into more languages, and hope to be able to offer you such services soon!

    8. Here's my comment about Google Suggest. Ready to write this down?
    We love feedback. Please send your Google Suggest comments, criticisms and suggestions to us at labs+suggest@google.com -- we always read every email our users send us.

    9. I don't want anyone to know I'm into lemur racing. Is my information private?
    Yes, your information is private. Google Suggest does not base its suggestions on your personal searches, although it does use information about the relative popularity of common searches to rank its suggestions. Your Google Suggest searches, like all the information you send to Google, are covered under Google's privacy policy.

    10. Can Google Suggest see what I'm typing?
    Just as E.T.(TM) needs to phone home in order to get a spaceship to

  84. Let try with... by AlexeiMachine · · Score: 1
    Slashdot.
    slashdot_
    __________________________
    Frist suggestion!
    Linux rules
    Windows sucks
    News from soviet Russia
    Profits in 4 easy steps
    Welcoming new overlords
    New pr0n

    Looks pretty accurate to me!
  85. f is for fuck by Anonymous Coward · · Score: 0
    When I type f-u-c it suggests "Fuchs" (one-time KPD member Klaus Fuchs?). L-e-s-b gives me lesb and lesbiens which both seem to be abbreviations for lesbians, the latter in a non-English language.

    This reminds me of when I used to have access to search engine data. I was alarmed how high the search for "beastiality" was. I could understand wanting to see pictures of it once for the hell of it, but for it to be so popular there some people must have liked looking at it all the time. Perhaps more disturbing is the misspelling (beastilaity) was higher on the search list than its correct spelling ("bestiality"

  86. The First "F" In Google Suggest ... by walrusx · · Score: 1

    ... Firefox! w00t

  87. LOL by Anonymous Coward · · Score: 0

    Typing Tara Reid gives you "tara reid breast" and "tara reid wardrobe malfunction" as suggestions ... This is the new KILLER feature =)

  88. Wonder if it uses by RaisinBread · · Score: 1

    I wonder if it uses XMLHttpRequest.

    I've seen blogs with this sort of live-search functionality. It's a really great way to quicken access, and its reasonably cross-platform/browser.

    I'd try to figure it out, but

    IreallydontlikethewaythatthemarkuponGoogle'spagesr eads.
  89. repeats of "a" by Anonymous Coward · · Score: 0

    This is great:

    aa 48,200,000
    aaa 16,600,000
    aaaa 2,850,000
    aaaaa 571,000
    aaaaaaaaaaaaaa 30,800
    aaaaaaaaa... and it keeps going!

    Hard to get this past the slashdot lameness filter. Ugh.

  90. Konqueror CVS version by Domino · · Score: 1

    It does NOT crash the latest CVS version of Konqueror. I just tested it, and it is very fast and stable. This means that KDE 3.4 will most likely make this feature available to all KDE users.

    1. Re:Konqueror CVS version by PoprocksCk · · Score: 1

      It doesn't crash my Konqueror either. I'm not using CVS though, I'm using 3.3.2, the current stable!

  91. Cows? by shrapnull · · Score: 1

    I typed in "cow" and it recommended "cows with guns".

    It's like it can read your mind or something!

    --
    If you're half as beautiful naked, you'd be 4 times as beautiful with twice as many clothes on.
  92. Re:let's get all the obligatory jokes out there by Anonymous Coward · · Score: 0

    Considering there was over 100 comments before you made them, and noone made them, and usually there's only like 250 comments, it was looking good that noone would make stupid jokes. you are part of the problem dude, stop it.

  93. Re:What Google needs is Lexis-Nexis and Journal ta by brokenwndw · · Score: 2, Informative

    You mean like scholar.google.com? Or something more where you could pay to get the full text? I definitely wish I could click on Google Scholar's results and get the full text right there with a uniform interface and without having to log in or pay other people.

  94. Censorship by nosleep_tolkachi · · Score: 1

    Is it no surprise that Google does not help me in finding the more explicative and vulgur sites? Somewhere within me I'm glad for this, but where the kill switch for this blatant ignorance for the will of the people who can't spell "whores".

  95. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  96. XML HTTP request by AC-x · · Score: 1

    After looking at their rather obsfucated javascript code it seems that they (as I suspected) use XML HTTP Request

    Google seem to use this alot (it's what makes their gmail interface so fast) but I haven't seen used much in other web applications which is a strange because it makes server interaction a lot faster.

    1. Re:XML HTTP request by hanson_mark · · Score: 1
      It also appears they will use an IFRAME on some browsers rather than the XMLHTTPRequest object. If you look in their JavaScript code at the 'ac' function it does the following

      var M=document.createElement("IFRAME");M.completeDiv=b ;M.name="completionFrame";M.id="completionFrame";M .src=sa;s.appendChild(M);document.body.appendChild (s);

      Notice that it creates an IFRAME and then sets the 'src', and later on adds it to the main document. This will cause the IFRAME to request the page pointed to by 'src'.

  97. Their Code by grungefade · · Score: 0

    In their HTML code on the input field, it says "input autocomplete="off"

  98. Their JavaScript source... by (eternal_software) · · Score: 1

    Here's the JavaScipt they are using to do the client-server communications:

    http://www.google.com/ac.js

    1. Re:Their JavaScript source... by petdog · · Score: 1
  99. Nothing Special by Anonymous Coward · · Score: 0

    All it is is a LIKE% query on the string you are typing, return the next 10 results in the index. Add a count of how many results for spice.

    Big friggin deal. I can't wait till they try this live. The BETA server is SLOOOOOOOOOOOOOW right now because of just slashdot hitting it. Could you imagine the rest of the world?

  100. Too funny... by mtrupe · · Score: 1

    Type in goatse...
    It guessed it! Very funny.... :-)

    1. Re:Too funny... by Dwedit · · Score: 1

      Think about it... Some little kid whose favorite animal is a goat will be traumatized for life.

    2. Re:Too funny... by Anonymous Coward · · Score: 0

      This is funny, but a good point too. Some kid types in Goat for a school report, gets the Goatse guy. Oh my. Some mother freaks out, sues google, and sets a nasty precedent for search engines. http://fromthemorning.blogspot.com/

  101. Re:What Google needs is Lexis-Nexis and Journal ta by djmurdoch · · Score: 1

    It sounds as though you should know about scholar.google.com. It does full text indexing. You need to arrange your own access to the content for now, but it seems like an obvious money maker for Google to do it for you. It's beta, send them a suggestion.

  102. Re:The ABCs of Google Complete - The 123s by highway40 · · Score: 2, Informative

    0 is for 02
    1 is for 1
    2 is for 2004 Election
    3 is for 3m
    4 is for 411
    5 is for 50 cent
    6 is for 60 minutes
    7 is for 7th heaven
    8 is for 89.com
    9 is for 911

    --
    Incoming fire has the right of way. Have a nice day.
  103. Advertising potential? by gavint · · Score: 5, Interesting

    Looks nice, but what happens when you type "the"?

    "the incredibles"

    Is anyone else seeing the advertising possibilities?

    1. Re:Advertising potential? by been42 · · Score: 1
      Good point. I typed in "icy h" and got "icy hot stuntaz" at the top of the list. Damn rappers, using their drug money to advertise their CDs...

      Seriously, though, if they're thinking about that maybe they could have "sponsored" matches show up in another color or something.

    2. Re:Advertising potential? by mrshoe · · Score: 1

      Google never has any sponosored links in their search results and never will. That's what the ads on the right are for. The same rule applies to the suggestions here. They are sorted by how common those search phrases are queried.

      --
      There are two types of people in this world: those that categorize other people and those that don't.
    3. Re:Advertising potential? by krogoth · · Score: 1

      No.

      I'm seeing a world where people can do something cool (or anything, really) without being called evil capitalist pigs.

      I'm also seeing a world where I don't read slashdot because of comments like this; it doesn't take much imagination, since I live in it.

      --

      They that quote Benjamin Franklin on liberty and safety deserve neither.
  104. Implementation details by JavaRob · · Score: 4, Informative

    The source for the page is quite simple; most of the work happens in a condensed JavaScript library. Not easy reading (note the word "condensed" above, meaning function and variable names are 1 or 2 chars, and all extra whitespace was removed...), but it's actually pretty straightforward.

    It disables your browser's autocomplete on that textfield (for obvious reasons). Then it basically just defines a hidden div for that auto-complete dropdown (variations on this depending on browser... frickin' incompatibilities).

    Each time you type a character, it populates that div body with the results of a quick, tiny query back to Google. It's NOT running the search for you; it's hitting (I assume) a simple, probably totally in-memory list of the most popular searches and number of results. That's how it can be so quick a response -- the lookup on their end is super-minimal, and the data to be transferred is probably less than 1k each time.

    Cool. Nice concept, nice execution. And one of those nice "only obvious in hindsight" additions.

    Even cooler -- it looks like (from the js file) they are supporting multiple languages here, not just English. Anyone using want to test this out for me? I think even Chinese is supported (or maybe that's the one that isn't.. I don't want to take the time to parse this properly).

    1. Re:Implementation details by k96822 · · Score: 1

      Do you think the person who came up with this at Google will get a raise? This is so cool, I feel like sending him/her a bit of cash myself!

    2. Re:Implementation details by Anonymous Coward · · Score: 0

      It works in hebrew.

      Shabbat Shalom!

    3. Re:Implementation details by K-Man · · Score: 2, Interesting
      Here's the url it uses to populate the drop-down:

      http://www.google.com/complete/search?hl=en&js=tru e&qu=chicken.

      You can substitute any string for "chicken", and hl is the language.

      --
      ---- "If we have to go on with these damned quantum jumps, then I'm sorry that I ever got involved" - Erwin Schrodinger
    4. Re:Implementation details by Anonymous Coward · · Score: 0
      from the faq

      7. When will you support other languages?
      We're not sure yet. But we're always interested in expanding our products into more languages, and hope to be able to offer you such services soon!
    5. Re:Implementation details by Anonymous Coward · · Score: 0

      The language field doesn't seem to be used... searching on "der" with de as the language produced the same results as searching with en.

    6. Re:Implementation details by Anonymous Coward · · Score: 0

      It does support the Scandinavian ÆØÅ.

    7. Re:Implementation details by ryan_fung · · Score: 1

      Just tried a few Chinese characters but there's no suggestions given. Looks like Chinese is not supported. (Or at least here with Safari)

    8. Re:Implementation details by starrsoft · · Score: 2, Informative
      No it doesn't support other languages... yet. Google Suggest FAQ:

      When will you support other languages?
      We're not sure yet. But we're always interested in expanding our products into more languages, and hope to be able to offer you such services soon!

      --
      Read my blog: HansMast.com
    9. Re:Implementation details by Anonymous Coward · · Score: 0

      It does support portuguese.

    10. Re:Implementation details by space_man51 · · Score: 1
      Even cooler -- it looks like (from the js file) they are supporting multiple languages here, not just English. Anyone using want to test this out for me? I think even Chinese is supported (or maybe that's the one that isn't.. I don't want to take the time to parse this properly).

      It works with Russian text, but a friend of mine tried Korean and it doesn't work. I wonder how they hand the encoding issue? Or do browsers always send information in UTF8? Must be really tricky on their end.

      Anyways, kudos to Google for another MS-smashing feature!

      This is way cool! I am so setting this as my homepage!

      --
      Anton Markov
      *** Linux - May the source be with you! ***
    11. Re:Implementation details by Chibouki · · Score: 1

      Even cooler -- it looks like (from the js file) they are supporting multiple languages here, not just English. Anyone using want to test this out for me? I think even Chinese is supported (or maybe that's the one that isn't.. I don't want to take the time to parse this properly).

      So you mean you want multiple languages and and porn? Try Québec érotique...

    12. Re:Implementation details by Anonymous Coward · · Score: 0

      It works in Swedish. Hej hopp Sverige, ÅÄÖ..

    13. Re:Implementation details by Anonymous Coward · · Score: 0

      I can confirm that it supports Arabic.

    14. Re:Implementation details by Anonymous Coward · · Score: 0

      "...probably totally in-memory list..."

      It's funny you mention that.

      Sorry I don't have a link for this, but a few months ago, I read a really cool article about Google and some of their technology.

      There were two statements from the article that just blew me away:

      Their total number of machines had recently crossed the 100,000 mark.

      Their entire database was in RAM.

      And people wonder why it's fast...

    15. Re:Implementation details by guymal · · Score: 1

      Works with Hebrew.
      Another amazing job by Google!

    16. Re:Implementation details by Psychotext · · Score: 1

      Not exactly unique in their implementation:

      http://www.codeproject.com/jscript/jsactb.asp

      --
      People that believe in their opinions don't post AC.
    17. Re:Implementation details by wanchai · · Score: 1

      it does support chinese.
      Tested on Win IE and Mac Camino

      but there're some conflicting between the pharse suggestion function in the chineses input method on the OS level. maybe that's why Google is not officially supporting that at the moment/in the future.

    18. Re:Implementation details by greggman · · Score: 1

      browsers typically send in the encoding they are currently set it. Most browsers will automatically switch to the encoding specified in the page and/or http content header so as long as you set both to the encoding of your choice you'll generally get sent what you need. In their case I suspect that's utf-8

    19. Re:Implementation details by Anonymous Coward · · Score: 0

      It works perfectly with cyrillic letters.

      Very good job from google!

    20. Re:Implementation details by nerd_ngm · · Score: 1

      Yes, its a cool thing, I later found that even this site: http://news.surfwax.com/ does almost the same. It is intelligent use of IFRAME and some simple javascript. I've posted a few details of this at my blog: http://narasimhagm.blogspot.com/

    21. Re:Implementation details by Anonymous Coward · · Score: 0

      Works for Russian. However, many of the suggested words are either obscenities or sex related.

      Works for Hebrew too. Search for "gold" is much for frequent than search for "f-ing" (they start with the same letter in Hebrew). Hm...

    22. Re:Implementation details by kbahey · · Score: 1

      Yes, works fine in Arabic too: FireFox 1.0 on Windows 2000.

      It is not that hard, now that handling non-Latin character sets is well standardized, with ISO-8859 and UTF-8 and such.

    23. Re:Implementation details by CTPEKO3A · · Score: 1
    24. Re:Implementation details by Anonymous Coward · · Score: 0

      From that page:

      "After seeing how GMail made its auto-complete, I took the idea and implemented my own version of the auto-complete control."

      So, are you saying that once someone has borrowed their ideas, Google shouldn't be allowed to use them again?

    25. Re:Implementation details by Anonymous Coward · · Score: 0

      It Does support Hebrew !

    26. Re:Implementation details by Anonymous Coward · · Score: 0

      The Vietnamese language works!

      Jaap

    27. Re:Implementation details by Anonymous Coward · · Score: 0

      Greek is supported BTW

    28. Re:Implementation details by beetall · · Score: 1

      This is a nice way to do the suggested links. Seen it before but never thought about in a big way. Since Google started using it then people will sure catch on to this idea. I have come across this link in sitepoint blog: BitFlux does something similar... http://blog4.bitflux.ch/wiki/LiveSearch

    29. Re:Implementation details by Anonymous Coward · · Score: 0

      This is old hate. JSRS for instance has been around for about 5 years. Checkout http://www.ashleyit.com/rs

  105. galeon by Janek+Kozicki · · Score: 1

    works in galeon, my favorite web browser :)

    --
    #
    #\ @ ? Colonize Mars
    #
  106. It works just fine with Opera 7.54 by Nitish · · Score: 1

    Did you even try? It works perfectly for me. If you have personal information which you want Opera to use for Autocomplete, both show up.
    Unfortunately, there seems to be no perfect way to disambiguate with the keyboard, but that's a minor quibble. If it bothers you, temporarily disable Opera's Autocomplete. I find that I can usually manage with the keyboard, but the keyboard+mouse combination is fast on the rare occasions both the terms have a long prefix in common.

  107. Konqueror works fine by Anonymous Coward · · Score: 0

    Works for me in the latest stable Konqueror (kde) 3.3.2

  108. I like it by LordNimon · · Score: 1

    I was going to type in "linux", but as soon as I got to "n", it suggested "lindsay lohan". I said, "why the hell not?" and hit enter. I'm glad I did.

    --
    And the men who hold high places must be the ones who start
    To mold a new reality... closer to the heart
  109. Obfuscated Javascript by jdludlow · · Score: 3, Interesting

    http://www.google.com/ac.js

    The Javascript is ripped to shreds as far as readability goes, but buried in there somewhere is the key to making your own app based on this. If you were so inclined to piggy-back on top of this technology. Not that I'd advocate such things.

    // Copyright 2004 and onwards Google Inc.

    var w="";var pa=false;var ta="";var da=false;var g="";var G="";var m="";var j=-1;var h=null;var Z=-1;var za=null;var Ca=5;var q="";var Lb="div";var Bb="span";var la=null;var a=null;var b=null;var Xa=null;var mb=null;var X=null;var ha=null;var ra=false;var kc=null;var hc=null;var Ua=new Object();var ca=1;var Aa=1;var Y=false;var na=-1;var Va=(new Date()).getTime();var Q=false;var k=null;var sa=null;var E=null;var B=null;var aa=null;var Ba=false;var Ka=false;var p=60;var ia=null;var ya=null;var W=0;InstallAC=function(frm,fld,sb,pn,rl,hd,sm,ufn) {la=frm;a=fld;Xa=sb;if(!pn)pn="search";ia=pn;var Kb="en|";var Jb="zh-CN|zh-TW|ja|ko|vi|";if(!rl||Kb.indexOf(rl+" |")==-1)rl="en";ha=nb(rl);if(Jb.indexOf(ha+"|")==- 1){X=true;Y=false;Ba=false}else{X=false;if(ha.inde xOf("zh")==0)Y=false;else Y=true;Ba=true}if(!hd)hd=false;ya=hd;if(!sm)sm="qu ery";w=sm;mb=ufn;ac()}
    ;function Yb(){ra=true;a.blur();setTimeout("sfi();",10);retu rn}
    function Fb(){if(document.createEventObject){var y=document.createEventObject();y.ctrlKey=true;y.ke yCode=70;document.fireEvent("onkeydown",y)}}
    func tion nc(vb){var y=document.createEventObject();y.ctrlKey=true;y.ke yCode=vb;document.fireEvent("onkeydown",y)}
    funct ion gc(event){}
    function ic(event){}
    function Pb(event){if(!event&&window.event)event=window.eve nt;if(event)na=event.keyCode;if(event&&event.keyCo de==8){if(X&&(a.createTextRange&&(event.srcElement ==a&&(bb(a)==0&&lb(a)==0)))){cc(a);event.cancelBub ble=true;event.returnValue=false;return false}}}
    function mc(){}
    function Db(){if(w=="url"){Ha()}ba()}
    function ba(){if(b){b.style.left=ob(a)+"px";b.style.top=Qb( a)+a.offsetHeight-1+"px";b.style.width=Ja()+"px"}}
    function Ja(){if(navigator&&navigator.userAgent.toLowerCase ().indexOf("msie")==-1){return a.offsetWidth-ca*2}else{return a.offsetWidth}}
    function ac(){if(jb()){Q=true}else{Q=false}if(pa)E="complet e";else E="/complete/"+ia;sa=E+"?hl="+ha;if(!Q){qa("qu","" ,0,E,null,null)}la.onsubmit=Fa;a.autocomplete="off ";a.onblur=Ob;if(a.createTextRange)a.onkeyup=new Function("return okuh(event); ");else a.onkeyup=okuh;a.onsubmit=Fa;g=a.value;ta=g;b=docu ment.createElement("DIV");b.id="completeDiv";ca=1; Aa=1;b.style.borderRight="black "+ca+"px solid";b.style.borderLeft="black "+ca+"px solid";b.style.borderTop="black "+Aa+"px solid";b.style.borderBottom="black "+Aa+"px solid";b.style.zIndex="1";b.style.paddingRight="0" ;b.style.paddingLeft="0";b.style.paddingTop="0";b. style.paddingBottom="0";ba();b.style.visibility="h idden";b.style.position="absolute";b.style.backgro undColor="white";document.body.appendChild(b);Ma(" ",new Array(),new Array());Gb(b);var s=document.createElement("DIV");s.style.visibility ="hidden";s.style.position="absolute";s.style.left ="-10000";s.style.top="-10000";s.style.width="0";s .style.height="0";var M=document.createElement("IFRAME");M.completeDiv=b ;M.name="completionFrame";M.id="complet

    1. Re:Obfuscated Javascript by nacturation · · Score: 2, Informative

      Why not grab a legal version from the LiveSearch wiki page, which is given away under the Apache license?

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    2. Re:Obfuscated Javascript by rlorenzo · · Score: 1

      interesting!.. thanks for the link

    3. Re:Obfuscated Javascript by Voltara · · Score: 1

      Google, where every byte counts. I can imagine how sucking out all the whitespace and reducing variable names to one or two characters each must have a huge effect on their bandwidth bill.

    4. Re:Obfuscated Javascript by Fweeky · · Score: 1

      You'd imagine they'd gzip content if they really gave a damn about their bandwidth bill, especially for things like static files.

    5. Re:Obfuscated Javascript by Anonymous Coward · · Score: 0

      try 10 seconds with tcpdump, enjoy:

      wget -qO- 'google.com/complete/search?hl=en&js=true&qu=hello '

      --
      - Justin

    6. Re:Obfuscated Javascript by petdog · · Score: 1

      http://slashdot.org/comments.pl?sid=132312&cid=110 54992

    7. Re:Obfuscated Javascript by petdog · · Score: 1

      sorry: here :)

    8. Re:Obfuscated Javascript by VirtualAdept · · Score: 1
      Having looked through it in a very brief sense, it looks like the page is basically using XML-HTTP based off of the input text box and then feeding the results of that into a div.

      The fascinating bits of this is how it degrades. It starts by trying to instantiate MS's own XMLHTTP object (Msxml2.XMLHTTP), then trying to instantiate the com object Microsoft.XMLHTTP. If that fails, it will try to create an instance of XMLHttpRequest, which seems to be an intrinsic object in Firefox. Does anyone know if XmlHttpRequest is standard DOM now?

    9. Re:Obfuscated Javascript by Anonymous Coward · · Score: 0

      No, It's Mozilla's version of microsoft's XMLHTTP com object (they say so right in the docs).

    10. Re:Obfuscated Javascript by Jugalator · · Score: 2, Insightful

      I don't think they obfuscated it to obfuscate it, but to save bandwidth with a minimum of cost in CPU time. Take 1 byte and multiply that with however many visitors per second they're getting ;-)

      --
      Beware: In C++, your friends can see your privates!
  110. As long as there aren't any pop up suggestions. by Duct+Tape+Pro · · Score: 1

    It looks like you're googling on how to write a letter...

    --
    i hotdog.
  111. Re:What Google needs is Lexis-Nexis and Journal ta by calibanDNS · · Score: 2, Informative

    See Google Scholar for a service that might do just that one day. It was previously covered on Slashdot here.

  112. Must be blind... by gmuslera · · Score: 1
    ... is the first time i saw the "Discuss" link at the bottom, linked to a google group about suggestions to google labs, and that alone (that signal of deepening the integration between different google features) seemed almost as interesting to me as the main feature.

    Another interesting thing is that you can check how many results are for partial words (google tries to search for full words) and that even when you have a lot of results, you could end having no suggestion (probably the db it uses for suggestions are the most issued queries)

  113. Cool, but dangerous to google by Anonymous Coward · · Score: 1, Insightful

    Much as I love this, I really do, I think Google is screwing themselfs over big time with this if it were to go live. Think about it, who has the most use for up-to-date common searches? Link farmers, google`s biggest problem!

    All they have to do is, search for 'a', create links with the sugestions as text, search for 'b'... etc. Voila, a link farm optimized for the favourite searches of all google users. This can be automated to stay up-to-date. Much faster, more extensive and more acurate the googles zeitgeist.

    I really hope googlecan make this it work though... its more helptfull the eclipse and zsh completion together ;-). Its also quite revealing of how much my searches are like everybody elses, or rather, arent alike at all.

  114. ...and the first match for T is Tara Reid. by Anonymous Coward · · Score: 0

    Not as bad,^H^H^H^H^H^H^^^H^H^^^^H^H....nm, yeah...it's just as bad.

  115. konqueror by decosterthomas · · Score: 1

    konqueror doesn't crash for me :) using kde3.3

  116. Slash... by fishbulb- · · Score: 2, Funny

    5 letters into 'slashdot' --- here I am reading slash fanfiction. This is just diverting me from my original goal. I - ooh, Kirk & Spock?! brb...

  117. Patented??? by vettemph · · Score: 1

    Did they file the standard [Blah Blah Prior Art Blah] -append "On the internet" Patent like everyone else does?

    --
    The government which is strong enough to protect you from everything is strong enough to take everything from you.
  118. Censored? by phrenq · · Score: 1

    It looks like a search for pretty much any "adult" terms comes up blank after a few letters. Seems like there's a censor word list, because certainly many of these terms would return plenty of results.

  119. It crashes Konqueror by Skiron · · Score: 1

    Yep, does here on KDE 3.3.0 - but GEEZ, what a great way to free up some RAM immediately ready for a Quake2 DM game. Thanks Google!!

  120. I call foul: CENSORSHIP by Nomihn0 · · Score: 1

    GoogleSuggest filters lewd words from its autocomplete term pool, it appears. How exactly is "sex" not autocompleted? Not that I condone it, but there are millions who would prefer to query that term with one hand.

    Regardless, I think that Google is going to hit a snag with this technology. They seem to have filtered out personal sites, as my name does not appear (although it is indexed by Google). This is fair. It could have been scary, seeing what others searched for in conjuction with your name. However, filtering out "sex", which many juvenilles might search for to increase awareness of STDs or personal development is dangerous. No, it's not filtering it from the search index, but it is restricting access to the 343,000,000 results the word provides. Why not allow any query, but default to safesearch: filtered searching with a cookie-out option. Right now, changing safesearch changes nothing.

  121. I suggest you search for... by danila · · Score: 1

    ... "censorship", because that's what you are getting from now on from Google, now that it has become an evil public company.

    Interestingly, nowhere in the FAQ or terms of service does Google mention that it censors the words. In a Orwellian style this service suggests only one thing - that a giant unaccountable corporation should determine which search terms are proper and which terms are not.

    In a few years, as Google Inc. (or shall I saw Though Police Inc.) continues to refine it technologies, expect more and more censorship from them. Hopefully, this truly global corporation would be able to sinergistically leverage the experience in Internet filtering gained in such bastions of Freedom as China or Iran.

    For those who didn't notice, here is the patently obvious evidence that search terms are censored: "pornography" isn't suggested, while "porography" and "poronography" are. "Bestiality" is not suggested, while "bestility" and "zoophilia" are.

    Please write Google and tell them that we do not approve attempts at censorship and unwanted filtering... Not that our voices count for anything anymore. At least I can still find the spyware-ridden official KaZaA client and find the nearest office of the Church of Scientology... Keep up the good work, Google.

    --
    Future Wiki -- If you don't think about the future, you cannot have one.
    1. Re:I suggest you search for... by Anonymous Coward · · Score: 0

      For those who didn't notice, here is the patently obvious evidence that search terms are censored: "pornography" isn't suggested, while "porography" and "poronography" are. "Bestiality" is not suggested, while "bestility" and "zoophilia" are.

      Please write Google and tell them that we do not approve attempts at censorship and unwanted filtering...


      Oh, cry me a fucking river, Mr. Flamebait. You can still type pornography and then hit the search button and continue on as normal. It just doesn't offer it as a popular search for whatever obscure reason. Or did you not even try it out and you assume that the suggestions are the only search results you get? I suggest you type "glory" into the search box and revel in what the Lord has in store for you!

    2. Re:I suggest you search for... by danila · · Score: 1

      I don't want to search for pornography on google. I just want to know the reason for filtering. I can easily understand that "it's no big deal" or "everyone filters sexual terms", but this is not the reason, this is not the why...

      What is the point of filtering the list? What does Google want to accomplish? Think about it. It's much scarier than the simple fact that as of today Google doesn't suggest you search for "pornography", when you type "pornograp". I don't see a valid reason, no valid reason at all and this makes me sad, because by logic it follows that google acts by invalid reasons, which can lead to all sorts of crap in the future (and it likely will).

      --
      Future Wiki -- If you don't think about the future, you cannot have one.
    3. Re:I suggest you search for... by Anonymous Coward · · Score: 0

      mod p up

  122. What is n? by MasterVidBoi · · Score: 2, Insightful

    I'll try this myself: What does n represent in this case? The number of pages in google's database, the number of words or phrases in their database? The length of the search string?

    I would really like to know where you came across this. Can point us to a discription of the algorithm?

    1. Re:What is n? by cbreeze34 · · Score: 1

      n represents the most often executed statement in the entire algorithm, or comparing a character to another character...which is why this algorithm is O(n^2). n represents BOTH the length of the word AND the number of words in the database...hence the innermost statement will execute n^2 times, worst case.

      however this performance can be improved to O(log^2 n) if a binary search or some other more intelligent search algorithm is implemented (course then the database has to be sorted).

      --
      using anti-bacterial hand soap is like drying your feet in the middle of a shower.
    2. Re:What is n? by cbreeze34 · · Score: 1

      Correction, it can be improved to O(n log n) with a binary search.

      --
      using anti-bacterial hand soap is like drying your feet in the middle of a shower.
    3. Re:What is n? by Anonymous Coward · · Score: 0

      Yeah, ok, clearly you don't know what you're talking about.

    4. Re:What is n? by LnxAddct · · Score: 1

      A binary search is O(lg(n)).
      Regards,
      Steve

  123. Zombies... by bigwavejas · · Score: 1

    Granted, it's cool.. very cool, but the fact it's already censoring sites is reason enough for me not to use it. Sure, right now it's harmless censorship, but give it a few months of use and I'm sure someone like the FCC and Michael Powell will drop the hammer Just like he did on Howard Stern. Control the whole Wal-Mart populace and just churn out more zombies, rather than creative/ free thinkers.

    --
    "Simplify, simplify, simplify!" Thoreau
  124. Re:Is it any coincidence. No. by zijus · · Score: 1

    By default...

    SafeSearch Filtering
    Google's SafeSearch blocks web pages containing explicit sexual content from appearing in search results.

    * Use strict filtering (Filter both explicit text and explicit images)
    * Use moderate filtering (Filter explicit images only - default behavior)
    * Do not filter my search results.

  125. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  126. P is for Paris Hilton, T is for Tara Reid by s88 · · Score: 1

    That is hilarious... those are the only people that top the list.

  127. Punk ass computers by Control-Z · · Score: 1

    Back in my day computers didn't do anything until we (dammit there's an IM) told them to! Now they won't shut up while I'm trying to (dammit there goes another e-mail) type. Next thing you know (new updates available, SHUT UP!) computers won't even need us, they can just surf the net by themselves and run our lives 24/7. ;)

  128. more pointless 'innovation' by Lawrence_Bird · · Score: 1

    is it really necessary? Especially when they give you the 'did you mean' as a choice after returning your results? Have they/you considered that some useful pages will be left out simply because they contain spelling or grammar errors? [Spelling police stay away - even newspapers make mistakes and typos]

    Perhaps its just my personal preference, but I doubt I am alone in saying that I would rather see less than more from Google - the change to the deja (groups) service a good case and point. In fact, it probably applies to most software coming out these days. Companies continue to want to fuck with the interface and add bells and whistles of debatable value and call it innovation instead of actually coming out with something completely new and useful. YMMV.

  129. 'w' and 'o' by Anonymous Coward · · Score: 0

    'wo' brings up 'world of warcraft'.

    That please me in a 'my soul is addicted to that game' sort of way.

  130. Spreading themselves too thin... by Anonymous Coward · · Score: 0

    Is Google doomed by popularity?

  131. Firefox by gabbarbhai · · Score: 1

    Next step: Stick this into the firefox search bar thingie.. Wish I knew enough about mozilla stuff; can javascript be stuffed into the search bar?

  132. AOL does this by Anonymous Coward · · Score: 0
    I'd just like to point out that the AOL client has done this for a while now. It'll be on the AOL Search web product in January.

    Of course, if it had been our product featured on Slashdot instead of Google's, everyone would be talking about how lame it is. That's okay, we can take it. ;)

  133. Ordering of suggestions by roxtar · · Score: 1

    I wonder on what basis do they order the suggestions as the number of total results for the query is not the criterion.

    1. Re:Ordering of suggestions by b00stA · · Score: 1

      It seems quite obvious that it's sorting the results by the popularity of the key words.

      --
      Stop making that big face!
  134. Popular opinion tool by wileynet · · Score: 1

    I'm having fun using it as a popular opinion tool. For instance, type in "george w. bush is a" and see what drops down. It would appear he is fairly well liked despite the bad press.
    Try "john kerry is a". Not as flattering.
    How about "the war in iraq is".
    Or "slashdot is".

  135. Konqeuror Crash by unixmaster · · Score: 1

    It shouldn't crash in KDE 3.3.2 or KDE 3.4 alpha1 as khtml is much more mature now. Just FYI.

    --
    Never learn by your mistakes, if you do you may never dare to try again
    1. Re:Konqeuror Crash by wintermind · · Score: 1

      I checked with Konqueror 3.3.2 and unixmaster is correct, Konqueror did not crash.

    2. Re:Konqeuror Crash by Anonymous Coward · · Score: 0

      Okey, it didn't crash. But did it work? Probably not.

    3. Re:Konqeuror Crash by unixmaster · · Score: 1

      Yeah it works fine.

      --
      Never learn by your mistakes, if you do you may never dare to try again
  136. but then by WormholeFiend · · Score: 1

    how am I supposed to find cheap labtops?

  137. Re:What Google needs is Lexis-Nexis and Journal ta by Gkeeper80 · · Score: 1

    The (current) problem with Google Scholoar is that it can't identify the useful citation information about an article. It's great for finding articles in online collections, but because there is still a charge for full text you need some intermidiate organization to sell it to you. Lots of times your local library (esp at universities) already has access, but you'll need a way of telling your library which article you want. That's usually done with citation information such as issn, volume, issue, and page number but Google Scholar isn't able to pull that out of any old random document (at least not yet). If you want that capability now, there are lots of companies that offer it. CSA.com, Ebsco Host, First Search, and many more. Chances are your library already subscribes to these services and many universities will let you get access as long as you're on the school's network (or VPNed in). You search, find the articles you want, and there are usualy a few options for getting the actual text, some are digital full-text, others will link to your library's catalog system. It helps to know which journals have lots of digital full-text (eg. APA PsycArticles database publishes their digital articles with full-text, APA PsycInfo doesn't). It's certainly not perfect, and there is a bit more skill involved in seraching scholarly databases then google's search, but until authors start publishing more of their content digitally and in a uniform format it's really the best option we have

  138. Firefox Search Plugin by Trebonius · · Score: 1

    Now if only someone would make a firefox search plugin that would support this. How cool would that be? The answer: very cool.

    I doubt that the Mycroft search plugin format would be capable of implementing this, though there might be some sort of javascript hack possibility. It would probably require a full-scale plugin.

    Anybody with plugin-foo think they could pull this off?

  139. It crashes Konqueror by Anonymous Coward · · Score: 0

    Good.

  140. Yippee! A new source of amusement! by slcdb · · Score: 4, Funny

    I got a real kick out of some of the suggestions.

    my cat: ... hates you ... breath smells like cat food ... hates me ... is an alien

    my girlfried:
    (No suggestions, obviously Google is run by a pack of lonely nerds).

    my boyfriend: ... is gay ... sucks ... cheated on me ... hates me ... dumped me
    (Okay, make that an apparently gay pack of lonely nerds).

    darth vader is: ... gay
    (A delusional pack of gay nerds?)

    Oh, the fun I'll have with this new toy when I'm bored at work.

    --
    Despite what EULAs say, most software is sold, not licensed.
    1. Re:Yippee! A new source of amusement! by Anonymous Coward · · Score: 0

      >my girlfried:
      > (No suggestions, obviously Google is run >by a pack of lonely nerds).

      Or maybe other Google users know how to spell (or misspell words differently than you do). If you look for my girlfriend you get:
      - my girlfriend pics
      - my girlfriend lyrics
      - my girlfriend is pregnant
      etc.

    2. Re:Yippee! A new source of amusement! by Redshift · · Score: 2, Funny

      This really ....

      sucks (2,010,000)
      works (19,000,000)

      Proof that it's an upbeat world out there!

    3. Re:Yippee! A new source of amusement! by mldqj · · Score: 3, Funny
      my girlfried:
      (No suggestions, obviously Google is run by a pack of lonely nerds).

      No, it's just because you misspelled girlfriend.

    4. Re:Yippee! A new source of amusement! by whuru · · Score: 1

      i must wonder and ask what you are mumblin on about sir.

    5. Re:Yippee! A new source of amusement! by Anonymous Coward · · Score: 0
      Other good ones:

      my dog has: ...no nose
      my dog ate m: ...arijuana
      my boss is: ...a wanker ...a jewish carpenter
      my husband: ...is gay (there we go again) ...spanks me
      my wife is: ...a gangster
      my wife needs: ...a spanking

      And my personal favorite:
      my husband has:
      ...a big dick (441 results)
      ...a small dick (371,000 results)
      ...add (2,190,000 results)
      ...no friends (6 results)

      Clearly most wives want their husbands to have bigger dicks (as that is what they search for more often), but given the number of results, we can see which is actually true.

    6. Re:Yippee! A new source of amusement! by Anonymous Coward · · Score: 0
      Actually:

      my girlfriend is:
      1. pregnant
      2. fat
      3. crazy
      4. hot
      5. getting fat
      6. cheating on me
      7. inflatable
      8. depressed
      9. cheating
      10. a virgin

      Come on slashdot, only at number 7?

      (Ignore me... damn lameness filter)
      Stupid lameness filter doesn't think I've got enough characters per line. So I'll just keep writing something here to make it all good.
  141. Google suggested me ... by Tribbin · · Score: 1

    ... not to go out tonight because tomorrow I would regret it.

    How do they do that?!

    Fascinating thing, the internet.

    --
    If you mod this up, your slashdot background will turn into a beautiful sunset!
  142. Possible recipe for breach of privacy? by Czech+Dude · · Score: 1

    I wonder if the code behind this great Google's feature could be abused for additional breach of privacy... If Google is able to open an XML stream and feed any JavaScript event back to the server without user's knowledge or at least her approval, what stops (advertising) company from collecting users' behavior on web sites, like scrolling, copying text, etc.?

  143. Re:I call foul: CENSORSHIP by mr_jrt · · Score: 1

    Indeed. Seems "falun gong" is in the results. Wonder how that'll pan out.

    Personally, I think the removal of words like "sex" and "porn" are more down to keeping the list short. There no way it could disply every possible word given 2 letters....though given they're pretty much given as the most common searches it seems likely theres a touch of meddling in the distribution of the displayed results.

    --
    Boo.
  144. Cool! I want... by hobbespatch · · Score: 1

    Type in I want... 2nd suggestion is I want to die.

    Thanks /.

    --
    Still Mud? Try www.phoenixmud.org!
  145. Re:I call foul: CENSORSHIP by slimak · · Score: 1

    but you already can - 's', 'e', 'x' are all entered with the left hand. just use the mouse to submit and you are free with your right for "anything you can think of"

  146. No sex by petteri_666 · · Score: 2, Interesting

    Try searching with sex, porn etc. no results. It is in some safety mode or what?

  147. Integrate with a Dasher-like interface? by PenguiN42 · · Score: 1

    Why am I picturing something like dasher with live search results integrated into its database? hmmmmm...

    --
    The following sentence is true. The preceding sentence was false.
  148. Mod Parent Up by richyoung · · Score: 1

    That's informative stuff. Is it possible (not knowing Moz real well) that it's an effect isolated to a certain operating system, or some other quirk?

    --
    6. Audible Alarm (not shown)
    -from a Cuisinart product owner's manual.
  149. Nothing by GoldenCupChamp · · Score: 1

    Typed in a blank space and got exactly what I asked for.

  150. Did you mean porrrno? by dj1471 · · Score: 0

    Um no actually I didn't! Has anybody else noticed that it doesn't know naughty words, but it DOES know a mis-spelling of every naughty word???

    Try it.

  151. Re:I call foul: CENSORSHIP by iabervon · · Score: 1

    Millions of people do type "sex" with one hand. Even people with both hands on the keyboard or typing with only their index fingers tends to use the same hand for 'e', 's', and 'x'.

  152. Re:The ABCs of Google NOW Complete 0! by Zemplar · · Score: 1

    You forgot 50% of all binary code!
    0 is for 02

  153. Ah... by nacturation · · Score: 1

    Okay, never mind my response. I took the 'what is n' in O(n) to be similar to 'what is 1' in O(1). Perhaps I didn't understand how the question was worded. Maybe "What determines the size of the result set and how does the algorithm work?" might have been a better way to ask it. Of course, that I don't know either.

    --
    Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
  154. Some kind of statistical thing maybe? by Wizard+of+OS · · Score: 1

    They definately are not. Try completing "asdfjklasdfjklasdfjklasdfjkl". It shows that there should be 4100 hits, but when you actually search for it, it returns none.

    My guess is that it does some statistical magic based top-indexed search terms, because searching for only 'asdfjkl' does give around 4700 hits.

    --

    --
    If code was hard to write, it should be hard to read
  155. Re:What Google needs is Lexis-Nexis and Journal ta by prell · · Score: 1

    You can find many documents with Google Scholar. It will also search libraries.

  156. "similar to Google's 'Did you mean?'" = WRONG by aallmighty · · Score: 1

    This feature does not work like google's "Did you mean" feature. I think it is much less useful. It only suggests based on the spelling you have typed in, so it is essentially just an autocomplete feature that includes what everyone else has typed in. If you type in a word and spell it wrong, it will not have any suggestions for you, except to visit web sites that have also spelled the word wrong. If google could have it work the way the "did you mean?" feature does it would be much more useful. I have found that it is right about what I meant 90% of the time.

  157. Re:I call foul: CENSORSHIP by recursiv · · Score: 3, Funny

    I agree with your conclusion, but I just had to stop and point out that you don't condone one-handed sex searching. Hilarious!

    Careful though, some pervs our there might think you were talking about wanking, jagging, or otherwise masturbating. (Horrors!) They might not get your true message about amputees.

    I keed, I keed. I was just very amused with puritanical way you approached the subject, and that you went the extra step not to condone it.

    --
    I used to bulls-eye womp-rats in my pants
  158. ...and here are the numbers by Anonymous Coward · · Score: 0

    1 is for 1
    2 is for 2004 election
    3 is for 3m
    4 is for 411
    5 is for 50 cent
    6 is for 60 minutes
    7 is for 7th heaven
    8 is for 89.com
    9 is for 911 (you need to google this?)
    10 is for 10 commandments

  159. I find it funny by budhaboy · · Score: 1

    that it doesn't suggest alternatives for obscenities.

  160. Javascript autocomplete by krashish · · Score: 0

    I've been using something similar I've found a while ago here:
    http://www.mattkruse.com/javascript/autocomplete/

  161. Try... by dtrent · · Score: 1

    ...typing in "google suggests"

  162. google is evil, google is cool by Anonymous Coward · · Score: 0

    Type "google is " and see how people feel about Google.

  163. Doesn't fix spelling errors by Anonymovs+Coward · · Score: 1

    It's autocomplete, but not like the "did you mean" feature. If you type "slshdot" or "wahington" it shows suggestions with a few hundred or few thousand hits each but no corrections.

  164. Google front page by Absolut+Fizznix · · Score: 1

    I think they should make the front page look cleaner like it used to.

    Old Google I miss the tabs.

    Or how about this one? Really Old Google j/k

  165. It Knows Where You Live by hondo77 · · Score: 1

    Have you folks noticed that it takes into account where you are? For instance, I started typing in "chili john's", a chili place nearby. Once I got to the "j" it suggested "chili johns" even though there are more popular searches for "chili j". Try it with places nearby you. It's too cool!

    --
    I live ze unknown. I love ze unknown. I am ze unknown.
  166. The Alphabet - By Google by ar1550 · · Score: 1

    Coming soon to the children's section of a quality bookseller near you! (Animated, 26 pages)
    A is for Amazon
    B is for Best Buy
    C is for CNN
    D is for dictionary
    E is for eBay
    F is for Firefox
    G is for games
    H is for Hotmail
    I is for IKEA
    J is for jokes
    K is for kazaa
    L is for lyrics
    M is for Mapquest
    N is for news
    O is for online dictionary
    P is for Paris Hilton
    Q is for quotes
    R is for recipes
    S is for Spybot
    T is for Tara Reid
    U is for UPS
    V is for Verizon
    W is for weather
    X is for Xbox
    Y is for Yahoo
    Z is for zip codes

    --
    I once shot a man in Reno 'cause they cancelled Firefly.
  167. Re:I call foul: CENSORSHIP by Anonymous Coward · · Score: 0

    That Chinese Government run search engine that was talked about the other day seemed to turn up objective results for Falun Gong, so I doubt google is going to be worse.

  168. type. . . by oyenstikker · · Score: 1

    "microsoft is "
    "linux is "

    and the kicker:
    "slashdot is "

    --
    The masses are the crack whores of religion.
  169. "F" by sharkey · · Score: 1

    Google: "OAD"

    --

    --
    "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
  170. game by oyenstikker · · Score: 1

    I've got a great game for a party (after a few drinks).

    Propose terms, and award points to whoever correctly guesses the number of characters you must enter before suggest.google picks it up.

    --
    The masses are the crack whores of religion.
  171. That's not what I typed! by Anonymous Coward · · Score: 0

    The real question is: why doesn't it maintain capitalization?

  172. This has been done before and source is available by nacs · · Score: 1

    Some bloggers did this months ago and released the source (and it's not obfuscated like Google's code). This is definitely not new tech.

    See here for more info:
    http://blog4.bitflux.ch/wiki/LiveSearch

    See a demo here (the quick search in the right hand menu searches the guy's blog in real time):
    http://maniacalrage.net/archives/

    And Apple has an overview/guide of the XMLHTTP methods which is used for these kind of applications here:
    http://developer.apple.com/internet/webcontent/xml httpreq.html

    --
    "I filter at +6, and have yet to miss out on an important comment." (#822545)
  173. There's about 3 billion women in the world... by Anonymous Coward · · Score: 1, Insightful

    ...so get to it, bucko.

  174. george bush is.. by yek401 · · Score: 1

    Type "george bush is" into the search field.

    I think you'll enjoy the results:

    george bush issues
    george bush is an idiot
    george bush is stupid
    george bush is the antichrist
    george bush is evil
    george bush is gay
    george bush is a moron
    george bush is my homeboy
    george bush is the anti christ
    george bush is a monkey

    "jesus is" and "google is" are pretty funny too.

    --Jordan

  175. from their ads by billybob · · Score: 1

    When you see google ads on other web pages it always says "ads by goooooooooooogle" with however many O's... I'm guessing it woul dbe 16 since that's the one that has so many results.

    --
    Joseph?
  176. republicans vs democrats by yek401 · · Score: 1

    "democrats are " losers, stupid, evil, smarter, idiots, sore losers, dumb, dead, socalists, communists.

    "republicans are " evil, stupid, idiots, racist, dumb nazis, like condoms, better, smarter than democracts, smarter

    Wow, republicans are like condoms. Who knew?

    --Jordan

  177. I don't care for it... by jacobcaz · · Score: 1
    I know it's in vogue to praise everything that Google puts out ("all hail the mighty Google, bringer of light") but this isn't something that I find useful.

    Typically if I'm at Google's main page I have a pretty good idea what I want to...er...google.

    If this could end up incorporated into their search results somehow I think it might work a lot better. Show a list of relevant keywords and the number of results those keywords would return. I could really use something like that.

    If I search for "foozeball" it would be nice to know that in addition to those results the keyword "foozeball table" has another 835 results (and it might be interesting to know that "foozeball tables" only has 402 results).

    I just don't like the idea of this being the defacto search method on the main page (should they every move it into production).

  178. Maybe upgrade by Stumbles · · Score: 1

    Dunno what the authors problem is but works fine for me and konqueror (3.3.2).

    --
    My karma is not a Chameleon.
  179. In a later report..... by ARRRLovin · · Score: 2, Funny

    ...Google suggestion is renamed to "Skynet" by the company that acquired Google, Cyberdyne systems. Skynet is said to be fully operational. Soon it will become "aware".

    --
    -Randy
  180. MOD PARENT INFORMATIVE by Anonymous Coward · · Score: 0

    Sorry I don't have mod points right now.

  181. Interesting by jacobcaz · · Score: 1
    Has anyone else notice that typing in "google suggest" or "suggest google" doesn't actually return any results on the first page to the Google Suggest Beta page?

    It links to several news stories about the service, but not the service itself that I could see.

  182. I've got a suggestion by prisoner · · Score: 1

    for those dicks: get rid of the groups beta.

  183. Re:let's get all the obligatory jokes out there by dolem98 · · Score: 0

    I was obviously not promoting those jokes. I guess you (and the mods) didn't get it.

  184. google is wack by v3xt0r · · Score: 1

    yea I said it!

    --
    the only permanence in existence, is the impermanence of existence.
  185. Safesearch not perfect yet by philgross · · Score: 1

    Try "sucking". Those suggestions are not suitable for kids...

  186. the javascript... by petdog · · Score: 1

    ...translated in an human readable way is here: http://www.romanzieri.com/google_suggest.js check it out!

    1. Re:the javascript... by Jugalator · · Score: 1

      Nice work with a code beautifier, but you still need the variable and function names unless you want to spend a whole lot of time figuring out how everything is related.

      --
      Beware: In C++, your friends can see your privates!
  187. Mature Words. by PHanT0 · · Score: 1

    Typing 'sex' ends-up with no results... the story of my life.

  188. Odd Observations by Anonymous Coward · · Score: 0

    "Homose" brings up "homoseksual" but will never suggest the "x" or anything nearing "homosexual."

    Penis
    Vagina
    Sex

    Nothing remotely sexual appears, regardless if it is health related. Boo.

    As another oddity.. keep typing "a" (or any single letter) and noting how many results each has.
    Why is it that "aaaaaaaaaaaa" gets 110,000 and "aaaaaaaaaaaaa" only gets 35,000?

  189. ant-bushism by Skizamaskidz · · Score: 1

    sure enough, tyep in "I hate" into the field and the first suggestion is "I hate bush"

    gotta love google

  190. Try this: by AEton · · Score: 3, Funny

    Type in g. Then type o. Then type a. Then type t. Aiyeee! I just wanted goat feeding instructions!

    --
    We recently had heard in the office over one of the Yellow Machine that's made by Anthology Solutions.
  191. Bandwidth issues... by Spy+der+Mann · · Score: 1

    I wonder what will use more bandwidth. TONS of instant queries to "suggest", or a simple query search result.

    I think they should have considered it A LOT, concluding that the instant queries would save many search results listings.

    I wonder if they have a bandwidth usage saving chart, or something?

  192. Why they probably block searches containing "sex" by 5n3ak3rp1mp · · Score: 1

    and "porn" and "xxx" (etc.)

    Since the information is retrieved via an XMLHTTP request, it will go right through corporate http url /content scanners and I'm sure that after a few attempts, some friendly neighborhood net admins (or perhaps HR) will come breathing down your neck. =)

  193. Re:Why they probably block searches containing "se by 5n3ak3rp1mp · · Score: 2, Funny

    I just posted that from work. I'm such an idiot

  194. Changing behavior by ghamerly · · Score: 1

    To see how accurate the suggestion is for the number of hits, I typed in "principal component analysis", and the suggestion box said that should yield 3 hits. When you actually do the search, it yields over 3 million hits.

    I tried the same thing again, 5 minutes later, and suddenly Google suggest did not even know anything about "principal component analysis". It would not auto-complete the phrase (it did earlier), and would not predict the number of hits.

    I guess they are changing things on the fly.

  195. MSN by yankeessuck · · Score: 1

    Does this mean Clippy pop up with suggestions when MSN copies this?

  196. Agorithem includes popularity by stevenprentice · · Score: 1
    This is interesting because the suggestions are the most popular searches that match the letters you have typed. Type one letter, like 'C'. You'll see the cnn is the top match. 'D': dictionary, dell, ...dogs, drudge report.

    This certainly would make the algorithm more efficient, since google could just take the top 1 million searches or so and make suggestions from that.

    It also makes it easy to see what the most popular searches are.

    1. Re:Agorithem includes popularity by ianmac47 · · Score: 1

      So does this mean people are going to start "Suggestion" Optimization, or will google just start selling suggestions?

      Or more importantly, as a blogger or someone trying to optimize their site, would the inclusion of the first words that are suggested make for a more likely result? Say I want people putting D to come to me, would including dictionary, dell, dogs, drudge report on a site page move that up on the likelihood of result pages?

  197. The mighty future? by Swedentom · · Score: 1

    Will this feature be made default for Google.com sometime in the future, or will it remain as an alternative?

    --
    Sig Nature
  198. Using PHP by Anonymous Coward · · Score: 0

    I would like to use an auto complete textbox but it would run a php script after every letter entered to get results. All the auto complete examples I've seen look at an array inside the javascript instead of going getting some results from a php program.

  199. Cool Google, now what about groups? by Tajas · · Score: 0

    Seems that google is doing some good things while making other things not as good. Google suggest is an example of starting to do things right. This is probably related to the new MSN Search Beta and other sites like teoma competing with google.

    I tested out Google Suggest by typing supercal which showed me how to spell supercalifragilisticexpialidocious.

    Now, if I want to know how to spell something form Mary Poppins I got Google Suggest :-)

  200. "They" - "They Might Be Giants" by tim1724 · · Score: 1

    Cool.

    Type in "they" and get "they might be giants" :-)

    --
    -- Tim Buchheim
  201. Yay! A new Google game! by Egorn · · Score: 1

    Here's a fun game for you time wasters! Judge your level of internet fame by counting how many letters you have to type before Google suggests your name.

    Example:
    Type "t" first option is Tara Reid (Thanks to her freshly doctored boobs.).
    Type "tom c" and you get Tom Cruise (possibly the greatest actor ever!!!!! we love you tom)
    Try "bill" and you get Gates and Clinton.
    Arnold Schwarzenegger's big ass shos up at "arn." Because he's famous.
    Try "joe lu" and you got my name because I'm FAMOUS!! I love me!

    --

    Movie News - "Entertainment news, bitch!"
  202. One more thing.. by Egorn · · Score: 2, Informative

    Ohh! One more thing I just found, check it:

    http://www.google.com/complete/search?hl=en&js=tru e&qu=natalie%20portman - The results in a nice pretty array!

    --

    Movie News - "Entertainment news, bitch!"
  203. My proxy filter disables such javaisms... by Kazoo+the+Clown · · Score: 1

    Which I consider a GOOD THING(TM).

    Anything that's operating on my keystrokes (or on my computer, for that matter) while I'm typing is a BAD THING(TM). Especially things that steal input focus. Can you tell? I really miss the typeahead feature we used to have before the GUI days, at which point we all regressed from 10-finger organisms to 1-finger ones (ever seen a mouse that gives you more than one arrow?)

    The absolute WORST flavor of this "anticipatory" typing feature is the Unix shell used by SCO that tries to guess the directory I mistyped when doing a "cd"-- as invariably, by the time I notice it's promted me for the variation, I've already entered most of the keystrokes to correct the problem and find out they've been gobbled up by the "Is this what you meant?" input prompt...

    On the other hand, has Google finally fixed something that NEEDS fixing-- disabling the "esc-key-deletes-all-your-text" in large textboxes (at least, in IE)? It can be disabled pretty easily in javascript (and should be, as there's no UNDO and anyone who uses "vi" will invariably hit it). I've added it to my proxyfilter, but I still get hit by it when I'm using someone elses computer...

    What I'd really like to see is better browser features that will impose USER configured constraints on web pages rather than the other way around-- not just "no popups", but a comprehensive "disallow this Java or Javascript feature, or radically alter it" or "use this editing paradigm in textareas"-- stuff that will make life difficult for page designers rather than all this stuff for page designers to make life difficult for users...

  204. It gets better by deblau · · Score: 1

    Try "sex". ... Heh, that's funny on a lot of levels.

    --
    This post expresses my opinion, not that of my employer. And yes, IAAL.
  205. XMLHTTPRequest by duncangough · · Score: 1

    It looks like a Google version of these new XMLHTTPRequest objects that most modern browser have now.

    We've used this on Playaholics for our help pages:
    Playaholics: Help - using XMLHTTPRequest

    The best thing with these new controls is not only are they going to have a big say in the future of the web, if you disable Javascript the whole thing still works - it degrades very nicely.

  206. I use google as a spell-checker by peter303 · · Score: 1

    When I cant remember the correct spelling, like those #$%^ -ible/able words, I type it into google and usually get the right spelling.

    1. Re:I use google as a spell-checker by Anonymous Coward · · Score: 0

      as do i.. and since i use opera and its always open and has a google search field, i use it all the time

  207. Works with Konqueror 3.3.2 by freqmod · · Score: 1

    I just updated to Konqueror 3.2.2 (...it took a while to compile it on Gentoo), and retried Google sugest. I discovered that konqueror didn't crash:)

  208. Big deal... by truth_revealed · · Score: 1

    If I had an R&D budget a quarter the size of Google (say only $50 million) I could have the damn browser code a complete office suite in Javascript while riding a unicycle while reciting the complete works of William Shakespeare - and I'd still have money left over for lunch.

  209. I worked on a feature like this once by currivan · · Score: 1

    I worked on this sort of thing, but not interactive, for a different search engine company. The biggest problem is removing the offensive content. The worst one I remember was linking "summer camps" and "concentration camps".

    Google seems to have filtered the obvious porn words, but you always miss a few. "cam" maps to "camel toe" in a few variants, and "nig" has unfortunate results too.

  210. It looks like common searches by schmaltz · · Score: 1

    I'm guessing Google bases this list on common searches other people have requested, rather than presenting the entire set of N-grams that begin with the "the" node (which would be enormous.)

    --
    Big Daddy, Johnny, Burp, Aunt Zelda, Scott, Slurp, Big Momma ... where's Siggy?
    1. Re:It looks like common searches by Anonymous Coward · · Score: 0

      So it works based on how common a search word is, eh?

      All you Slashdotters should see what happens when you type in "yarni"!

      Ok, heh, was that funny to anyone besides me?

  211. vanity searches by fish+vs.+water · · Score: 1

    Allows a twist on vanity searches: how many letters do you have to type before your name comes up. I found a friend's name on 3 keystrokes, best so far. I come in at 7 keystrokes. Celebrities and politicians are easier ("Ge" => mr. president).

  212. Proof of Censorship... by Anonymous Coward · · Score: 0

    google is gay
    google is shit
    google is evil
    google is crap
    google is god
    google is stupid

    p.s. - i have no problem with them censoring PORN suggestions

  213. Google-a-gorey by jbum · · Score: 1

    A is for Amazon, which sells Segway scooters.
    B is for Best Buy, the favorite of looters.

    C is for CNN, only slightly left-leaning.
    D is for Dictionary, spelling, syntax and meaning.

    E is for Ebay, which sells used lunch boxes.
    F is for Firefox, which IE outfoxes.

    G is for games, and not Google. Amazed?
    H is for Hotmail, which GMail will raze.

    I is for IKEA, selling meatballs and sofas.
    J is for jokes, favorite pastime of loafas.

    K is for Kazaa, full of pirated bands.
    L is for lyrics, puerile and bland.

    M is for Mapquest, disorientation prevents.
    N is for news, for current events.

    O is for online dictionary, full of lore.
    P is for Paris Hilton, stupid whore.

    Q is for quotes, quips and barbs.
    R is for recipes, all lo-carbs.

    S is for Spybot, your adware must die.
    T is for Tara Reid, of American Pie.

    U is for UPS, which has the brown trucks.
    V is for Verizon, whose reception just sucks.

    W is for weather, like cyclones and twisters.
    X is for Xbox, my thumb still has blisters.

    Y is for Yahoo, still in business. A mystery.
    Z is for zipcodes, which soon will be history.

  214. Google made me do it! I want to kill... by Anonymous Coward · · Score: 0

    google, the gateway to a felony charge

    type - I want to kill

  215. it's not censorship by Anonymous Coward · · Score: 0

    good lord talk about over reacting. that's like complaining about Disney characters not having sex. i mean you have to assume the public is reading this, and the 'public' is including children. I wouldn't want children to look up "cunning detectives" and get explicit interferance. STFU. I swear it's the stupidest thing half the time people cry about 'censorship' like we should allow Playboy in elemtary schools the way you all say it.

    it's not as if google is stopping the searches, but it's different when you're suggesting words to people. I'm sure when they get outta Beta it will work with your normal google cookie to allow adult words.

    - The Wolfkin

  216. Kinda Useless by LaplaceTransform · · Score: 1

    Who goes to search something when they don't know what they are searching for in the first place.

  217. Personalized SmartSearch by space_man51 · · Score: 1

    I know there has been a post about privacy concerns in this discussion before, but this is on the opposite topic:

    I think it's about time Google comes up with a personalized search tool that will remember my past queries and which results I clicked to bring me more relevant searches (and advertising). Optionally, it would also scan my GMails for more context (at least at the beginning). This would be a completely optional feature of course.

    It is obvious that Google has the technology and computing power to create such a service. It would be a very small extention of their already complex algorithm. Sort of like giving pages an extra rank boost, like Karma bonus.

    I think they are doing it for fear of privacy advocates, so if there are other people who want such a feature, we should let them know (I already did).

    --
    Anton Markov
    *** Linux - May the source be with you! ***
  218. Google UK... by jdtanner · · Score: 1

    ...is 'suggestified' as well

    http://www.google.co.uk/webhp?complete=1&hl=en

    John

  219. Re:I call foul: CENSORSHIP by Nomihn0 · · Score: 1

    Yes, those are short words. Nonetheless, "dog" is available in the autocomplete list. If you can make the searches with vanilla Google, why not include these popular terms?

    Maybe this can be combined with the Google Labs Profiling system to better accommodate people who wish to make socially-taboo searches more efficient. Also, imagine the political implications. Forget about sex, that's not what concerns me.

  220. I think the FAQ question is the greatest... by ral315 · · Score: 1

    9. I don't want anyone to know I'm into lemur racing. Is my information private?

  221. Re:I call foul: CENSORSHIP by Nomihn0 · · Score: 1

    I am actually extremely liberal about the internet and its various uses. I was only making sure to balance my point with an opinion that validates my objectiveness in this situation.

  222. Because it's a registered domain name by Poulpy · · Score: 1
  223. Mother Google by Ummu · · Score: 0

    This is kid friendly too! Doesn't give you any words that lead to porn. Unfortunately, just type "aborted" and look at pretty pictures of aborted babies...

  224. Re:I call foul: CENSORSHIP by mr_jrt · · Score: 1

    The use of the phrse "political implications" made somethign occur to me...something like this has some subtle potential to persuede people unsure of the correct terms somewhere else, almost as if someone was physically nudging them away from the newstand's copy of "TinHat Weekly" whilst they were browsing the shelves.

    Think about it, as the user starts typing this service could feasibly suggest only searches that have a certian point of view as the first few results, which is more than enough to cloud the issue for a casual user.

    Still, same could be said for the bias present in all information sources really, but still an interesting thought.

    --
    Boo.
  225. Re:I call foul: CENSORSHIP by Sarcastic+Assassin · · Score: 1

    How exactly is this a problem? Regular ol' Google Search provides over 8 billion pages. Is typing "sex" (or, more appropriately, "sexually tramsmitted disease") and then pressing return such a big hassle, that you need Google to automatically complete it for you? Plus, if you actually type in "sex" (or "sexually transmitted disease"), you still get a result, so I think you're jumping the gun to say they're censoring you.

    Then again, they may want to avoid the CPU load that AutoCompleting "sex" may bring...

    --
    Obligatory meme: In Korea, only old people don't use Google Complete!

  226. It's censored - Re:Try this: by Syre · · Score: 1

    Try typing any sex related word.

    None of them are there.

    Not even anatomical terms such as "penis" and "vagina".

    They do have "penile cancer" and "vaginitis" though.

    1. Re:It's censored - Re:Try this: by Anonymous Coward · · Score: 0

      Of course it's censored, you don't want kiddies looking for "portable mp3 players" finding out portable isn't the no. 1 hit for "por" do you?

      I think there's a case that this should be linked to your preferences however so the list is only filtered if SafeSearch is on, at least then people who want to find out about penis extensions don't have to type as much...

      And of course, "pr0" still brings up the links you're after

  227. Re:I call foul: CENSORSHIP by Sarcastic+Assassin · · Score: 1
    Plus, if you actually type in "sex" (or "sexually transmitted disease")
    ...and press enter...
    ...you still get a result...
  228. Doesn't work... by Snaller · · Score: 1

    ...too well in MSIE if you have disabled font sizes (which I must since most sites abuse stylesheets to lock the font in a tiny unreadable font).

    --
    If Google really cared they would fix Android Chrome to reflow text, instead of discriminating
  229. Sounds almost like MS SmartTags by ChrisPee · · Score: 0

    This technology is quite similar to Microsoft SmartTags -- except that Microsoft is Evil and Google is Good, right?

  230. Re:What Google needs is Lexis-Nexis and Journal ta by fbg111 · · Score: 1

    What Google really needs is a for pay LexisNexis tab so you can find real information from real sources in real time. That and a tab that indexes full text medical and science journals. Those damn journals! I love em but I don't have hundreds of dollars a year for each Psych. journal I want to read and hate going to libraries if I just want to see what's shaking in the world of science. With full text periodicals and full test journal search Google would become a singularity of information.

    Agreed, however what would be even better would be for them to just buy Lexis and the journals and make all their content available online for free. Expensive yes, but it would give Google a lock on the most pertinent and valuable of human knowledge (real knowledge, not Paris Hoochie bs), driving insane amounts of traffic through their site and commensurately increasing their ad revenue.

    --
    Flying is easy, just throw yourself at the ground and miss. -Douglas Adams
  231. The poor man! by Anonymous Coward · · Score: 0

    If only you could spell girlfriend properly, you'd have plenty of suggestions, like my girlfriends mom.

  232. Re:I call foul: CENSORSHIP by shird · · Score: 1

    They seem to have filtered out personal sites, as my name does not appear (although it is indexed by Google.

    Really? My name is indexed fine and appears in teh auto-complete list. Britney Spears' name also. Perhaps youre just not popular enough?

    --
    I.O.U One Sig.
  233. No luck searching for analogy or cockpit. by CharonX · · Score: 1

    Tried searching for analogy and cockpit.
    Google suggest must have a very dirty mind (and lacks the option to turn off the "adult" filter

    --
    +++ MELON MELON MELON +++ Out of Cheese Error +++ redo from start +++
  234. What the... by Headcase88 · · Score: 1

    booooo --> boooooobs

    What the hell?

    --
    "When the atomic bomb goes off there's devastation...but when the atomic bong goes off there's celebraaaaation!"
  235. Is this news because google is doing it? by Psychotext · · Score: 1

    Because this isn't the first time that I've seen this in use. I saw it somewhere else before the link below, but the linked page gives a good idea of how to implement such a thing (Though I'm sure the google solution is more complex):

    http://www.codeproject.com/jscript/jsactb.asp

    --
    People that believe in their opinions don't post AC.
  236. When you google for "suggest" it suggests... by Anonymous Coward · · Score: 0

    Yahoo?

    http://www.google.com/search?q=suggest&btnG=Sear ch +the+Web

    Maybe I'm thick but it wasn't obvious to me how to find this page other than the /. reference.

  237. Re:What Google needs is Lexis-Nexis and Journal ta by firew0lfz · · Score: 1

    Try this:

    http://scholar.google.com/

    Not exactly what you want, but close.

    --
    Try not to let life get in the way of living.
  238. Just when you begin to wonder by hairykrishna · · Score: 1

    You know. Has google "jumped the shark" (to use the parlance of our times). Then they come out with this. You know it's a great idea because, ten seconds after you first see it, you're thinking "I could have thought of that" which slowly changes to: "Man, why did nobody else think of that"

    --
    "Physics is to math as sex is to masturbation." -R. Feynman
    1. Re:Just when you begin to wonder by waxster · · Score: 1

      Some one did -- check out LookAhead at http:/news.surfwax.com -- this is a "structured version" -- works well with unstructured data too (e.g., world wide web) -- and months ago.

  239. = !WRONG by kv9 · · Score: 0
    from the faq

    As you type into the search box, Google Suggest guesses what you're typing and offers suggestions in real time. This is similar to Google's "Did you mean?" feature...

    1. Re:= !WRONG by devilspgd · · Score: 1

      Reading isn't your area of expertise, is it?

      Go to Google and type "speeling mistake" and Google will say "Did you mean: spelling mistake"

      This is completely different from "Google Suggest" which won't come up with "spelling mistake" at all when you type "speeling mistake" (although the "Did you mean" feature will still catch it)

      --
      Give a man a fish, he'll eat for a day, but teach a man to phish...
    2. Re:= !WRONG by kv9 · · Score: 0
      sim-i-lar
      adj. 1. Related in appearance or nature; alike though not identical.
      both are *suggestions*. one in realtime one not. if i, for example, search `sceneish' google will *suggest* `spanish'. but as long as you seem to know things about stuff better than google folk, maybe you should *suggest* them to change their faq, and stop contradicting themselves.
  240. upskirt by Anonymous Coward · · Score: 0

    true,

    they must have deleted 'rude' search terms.

    type 'upsk' the first suggestion is a misspelling of upskirt. (upskrit)

  241. No Dirty Words in Google, Eitther by Zastrossi · · Score: 1

    Google appears to have pulled an MSN Spaces--they appear to have excised a number of 'questionable' terms from the suggestion list. There's little reason behind their approach. For example, the app won't suggest 'lesbian' or 'homosexual', but it will suggest 'dyke' or 'lesbian'. Anything related to 'anal' or 'oral' is out, but 'wanker' and 'golden shower' are in. 'Asshole' is out, but 'assholic' and 'asstastic' are in.

    I've created a decent-sized list of what Google approves and disapproves.

    Obviously, you can search for any term--Google just won't predict the first list for you. In a typically American approach to censorship, there are not restrictions on racist or violent terminology. 'KKK', 'snuff', 'torture' and 'bum fights' are all in (as they should be). But we can't be predicting terms like 'oral exam' or 'sex education', can we?

    I checked the Advanced settings for Google Suggest, and my SafeSearch was turned off (set to 'no filtering'). Either it's a bug, and Google Suggest isn't reading this setting, or Google Suggest won't suggest these terms, regardless of setting.

  242. I found a bug! by bazily · · Score: 1

    Not sure if anyone else caught it, but the bottom search box doesn't actually "suggest". Guess that's why they're still in beta... Oddly enough, I've seen many a web coder trying to figure out how to make a text box turn into a drop down based on what the user typed. Guess Google is going to make them learn know.

    --
    Why cut IT when your office space costs $3/sf? gibso
  243. obligatory simpsons by Magius_AR · · Score: 1

    Does Google in Australia guess "beer" whenever you type "coffee"? :)

  244. Google set + Google Suggest by dawalama · · Score: 1
  245. You talking about supper? by Anonymous Coward · · Score: 0

    Umm, depending WHAT your girl "fried"... If that was a typo, it may account for you not getting any hits. Not the nerdiness of Google employees.

  246. won't get much work done by martinflack · · Score: 1

    Ok, testing Google Suggest....
    let's try "linux"

    l...
    lyrics
    etc

    li...
    limewire
    etc

    lin...
    lindsay lohan
    etc

    [pause]

    Um, you know... I can get back to a linux search anytime...

    I'd never get any work done with this! ;-)

  247. JavaScript Declared Bad: Entry Point for Crackers by Anonymous Coward · · Score: 0
    Too bad that anyone who surfs the WWW with JavaScript enabled is asking for his system to be penetrated (certainly if (s)he is running Windows).

    But the autocomplete feature is nice for an intranet.

  248. Re:Obfuscated JS [just look at the HTTP headers!] by jaydho · · Score: 1

    If you look at the live HTTP headers, you'll see where the requests go to:
    http://www.google.com/complete/search?hl=en&js=tru e&qu=slashdot

    You can easily parse the return results...

    To illustrate:
    http://www.jdhodges.com/tools/suggest/
    It gives you the suggestions even if your browser doesn't have JacaScript :-)

    Enjoy, and please post here if you make any cool suggestion tools!

  249. Google whacked by Brontojoris · · Score: 1

    This should make google whacking a whole lot easier!

  250. Cool trick by krogoth · · Score: 1

    What's even better is the history of the technology they use...

    --

    They that quote Benjamin Franklin on liberty and safety deserve neither.
  251. Re:What Google needs is Lexis-Nexis and Journal ta by F34nor · · Score: 1

    I fully agree. There's little reason these journals should cost what they do other than the crushing burden of printing for such a small audience. How much does the jury earn on these journals? It's the kind of thing I would assume is a gratis service by the peers. So why don't they go all electronic. No one in acadamia is ever more than 10 feet from a computer. They could also license the ability to print the documents hard copy for the guy in Patagonia looking at ant behaviot in mud puddles.

    The for cost I was thinking for LexusNexis. Although they recently intoduced a pay per item pricing system ~$1+ per page.

  252. Googlewhacks don't come up by blorg · · Score: 1

    ...it only works for words with a certain minimum level of popularity.