Slashdot Mirror


Overture Sues Google Over Pay-for-Placement Patent

Ana anonymous submitter wrote: "C|Net News is reporting that Overture is suing Google over its AdWords advertising method since it may be infringing upon Patent 6,269,361 'System and method for influencing a position on a search result list generated by a computer network search engine'."

3 of 249 comments (clear)

  1. business method patents aren't new by frankie · · Score: 5, Interesting
    Overture's patent infringement suit comes amid widespread criticism of so-called business method patents--a relatively new class of invention recognized by the U.S. Patent Office and the courts that has led to a flood of filings laying claim to nuts and bolts Internet activities.

    This paragraph of the article is phrased badly. The concept of patenting a business method is not new. What's new is that USPTO and the courts are allowing these stupid things to stand.

    The Supreme Court wrote a fabulous ruling about bad patents way back in 1950. I urge everyone to read the full ruling and see how utterly it applies to modern events. Here's a couple favorite quotes:

    • "The mere combination of a number of old parts or elements which, in combination, perform or produce no new or different function or operation than that theretofore performed or produced by them, is not patentable invention."
    • "The function of a patent is to add to the sum of useful knowledge. Patents cannot be sustained when, on the contrary, their effect is to subtract from former resources freely available to skilled artisans."
    • "The Patent Office, like most administrative agencies, has looked with favor on the opportunity which the exercise of discretion affords to expand its own jurisdiction. And so it has placed a host of gadgets under the armour of patents - gadgets that obviously have had no place in the constitutional scheme of advancing scientific knowledge."

    Plus ca change, plus c'est la meme chose

  2. prior art by chompz · · Score: 5, Interesting
    I think I've seen prior art to this, how about the phone book.

    Think about it, the "YELLOW" pages are pay for placement, while in the "WHITE" pages most listings are free, excepting businesses who pay extra high rates on thier local phone bill to have bold and two lines instead of one.

    Hello! Does the addition of the word internet make this entirely different or something?

    Internet adaptations of widely used ideas in print should not be pattented. The search engine just serves to filter the irrelevant from the relevant, something done in the yellow pages by "CATEGORIZATION", its just the with a search engine, the categorization is much more general and can be both a benifit and a detriment to the quality of the searching experience.

    My 2cents, but I think I have a point here.

    --
    Spring is here. Don't believe me, look outside!
  3. how (not) to write spec by mshurpik · · Score: 5, Interesting

    Wow. This is my first time looking at a patent, and you know what? It reminds me very much of every kind of half-assed spec my client handed me when I was a web programmer.

    Read on for analysis:

    The system and method of the present invention provides a database

    Provides a database? How about "uses," "engages," "is dependent upon"? This usage of "provides" is so far out in left-field that it's almost backwards. And yet, I see this exact mistake a lot.

    In addition, each account contains at least one search listing having at least three components: a description, a search term comprising one or more keywords, and a bid amount.

    As always, input fields are detailed to a laughably meticulous degree. Not to mention, the usage of "comprising" is backwards. One or more keywords comprise a search term. A search term is composed of one or more keywords.

    The network information provider enters the search term and the description into a search listing.

    And the physical process of using the application is folded into the spec itself like it's some sort of revelation. "First, the user fires up the application." Woah, crucial info!

    The rank value generated by the bidding process determines where the network information providers listing will appear on the search results list page that is generated in response to a query of the search term by a searcher located at a client computer on the computer network.

    Meanwhile, the actual guts of the algorithm are never defined, instead replaced with tangential buzzwords like "client computer" and useless information about network topology.

    This is the current state-of-the-art in spec, boys. This is why your programming job is hell.