Slashdot Mirror


SCOTUS Set To Examine Combinatory Patents

eldavojohn writes "The Washington Post is reporting that businesses are split on the current situation with patents in the United States. From the article: 'The court is scheduled to hear arguments Tuesday on what's obvious when older inventions are combined to create something new. The law says an invention that's "obvious" isn't patentable, but the definition isn't clear despite decades of litigation. The ambiguity, critics say, has led to an explosion of patents as companies stake claims on everything in sight, from strategies for avoiding taxes to golf ball designs. The result has been extensive and costly legal wrangling as companies of all sizes fight over who's infringing what. In some cases, small companies acquire patents not to develop new products but to sue for a quick windfall.' This sounds like some common criticism of the patent system that often pops up on Slashdot. The last part of the article mentions that most legal experts are expecting some changes to come of this. Hopefully soon we'll see some changes to the patent system for a better concept of intellectual property."

116 comments

  1. The issue with obviousness is this: by James_Duncan8181 · · Score: 4, Insightful
    What is obvious to a practitioner of the art must be demonstrated to be so to the satisfaction of a court. The judge may well have no real level of technical knowlege, and so is at the mercy of the expert witnesses. Since both sides can afford to buy suitable opinions regardless of the facts, it then comes down to the most persuasive legal team.

    As a result of this, patent cases are often fairly random in terms of the results obtained. It's difficult to know what can be done about this, other then to allow the bench to call an independent expert witness.

    --
    "To any truly impartial person, it would be obvious that I am right."
    1. Re:The issue with obviousness is this: by joe+155 · · Score: 1

      I'm not sure how an independent expert witness would work because you could easily get one who thought that something was obvious and one who thought that one the same thing wasn't. Basically it would still seem random to us.

      I think they need to look at something more radical than just "moving the deck chairs on the titanic", maybe get rid of the whole system - think outside the box - I'm sure that there is a better way of achieving their objectives

      --
      *''I can't believe it's not a hyperlink.''
    2. Re:The issue with obviousness is this: by Anonymous Coward · · Score: 4, Insightful

      > I'm sure that there is a better way of achieving their objectives

      The objectives are the problem.

      See also the FAT patent, a way of supporting long filenames on a filesystem that (almost uniquely) lacked this support. Why should MS be allowed to monetize a fix to a bad design through patent licensing, especially when the filesystem is only in use because of their illegal monopoly on the desktop?

      How were long filenames not obvious, how was storing and retrieving data not obvious when the FAT patent was filed? That garbage patent even survived a recent appeal.

    3. Re:The issue with obviousness is this: by Alef · · Score: 3, Insightful
      What is obvious to a practitioner of the art must be demonstrated to be so to the satisfaction of a court.

      What about this: For each patent application that might be considered obvious, a small number of people skilled in the art in question are hired for one day. They are presented with the applicant's description of the problem that the invention is supposed to solve, but are not given any information about the invention itself. At the end of the day, they get to present a number of approaches that one might try in order to solve it. If they come up with something similar to what is in the patent application, then the invention is obvious.

      By the way, if any of the hired practitioners knew of the solution already, well then we have found prior art, so that is OK too.

      A weak spot of this scheme would be that often describing the problem in the right way is how you find the solution to a tricky problem, so entirely separating the description of a problem from the solution might not always be possible. But that, I think, is a small problem compared to all the ones in the current patent system.

    4. Re:The issue with obviousness is this: by msobkow · · Score: 3, Insightful

      For software, there are some aspects of "obvious" that aren't applicable to physical device patents.

      Any combination of a data object and a general purpose algorithm, data transport, data storage mechanism, or framework/library features should be declared obvious. For example, email transfers over IP. Any data transport can implement the IP functionality; using a particular transport (such as wireless) is not innovation. It's using tools the way they were designed by programmers and companies that encourage reuse -- something that is taught to first year students. Only lawyers and patent leeches can even try to argue that point with a straight face.

      Reimplementing an existing solution in another language is not creating new technology, unless the languages are radically different (which would need expert opinion to determine how different programming languages are. I'm thinking in terms of procedural vs. functional.)

      Any implementation using a technique, algorithm, or approach published in a textbook or research journal is not innovation. There may be a lack of research on the part of the development team if they didn't know about it, but that doesn't mean they came up with something "new" and patentable.

      I firmly believe that software patents should require a functional implementation be submitted within 2 years of an initial application. Hardware patents require engineering diagrams; software patents should require very specific algorithm and data descriptions that are more easily expressed as code. The code in question should not be published by the patent office, but kept in archives to assist with any future dispute resolution by the courts.

      Defense of a software patent may require comparison of implementation code. The patent holder making the accusation should be required to provide access to their development archives for the court's experts (not public.) Failure to provide a reasonable history archive should be considered sufficient to prove the patent holder did not take reasonable steps to protect their copyright implementation of the patent.

      Like a trademark, failure to defend should result in loss of a patent, and it's previously protected content should become public.

      Most important of all, the onus should be on the patent holder to demonstrate that they attempted a "good faith" negotiation to resolve their claim before filing with the courts. That includes demonstrating that they have prepared their evidence BEFORE court, not used the court as a fishing expedition to gain access to evidence that may or may not prove their allegations. The multi-year nightmare of SCO is a disgrace.

      "Good faith" also implies the discussion of reasonable licensing terms for the patent, not using them to try to acquire, take over, or bankrupt the purportedly infringing legal entity.

      --
      I do not fail; I succeed at finding out what does not work.
    5. Re:The issue with obviousness is this: by ortholattice · · Score: 4, Insightful
      I firmly believe that software patents should require a functional implementation be submitted within 2 years of an initial application. Hardware patents require engineering diagrams; software patents should require very specific algorithm and data descriptions that are more easily expressed as code. The code in question should not be published by the patent office, but kept in archives to assist with any future dispute resolution by the courts.

      I would propose that the code in question should be published if a patent is to be issued for it. It will already have the dual protection of copyright and patent. Isn't one purpose of patents to promote the arts and sciences by disclosing inventions, instead of keeping them trade secrets, in exchange for the temporary monopoly granted?

    6. Re:The issue with obviousness is this: by Manchot · · Score: 1

      That method's pretty good, but it still has a major flaw. Namely, what happens if the thing being patented isn't so much the solution to a problem, but a solution without a problem? If that is the case, the solution might be obvious once the problem is clarified, even though the problem itself won't be. Let me clarify what I mean by this by providing an example: Post-It notes. If you assembled a panel of experts thirty years ago to examine the patent, and asked them, "How would you make some cheap notes that can be conveniently placed anywhere," you'd probably get someone to say that you should use some weak glue. And yet, using your standard, this would make the Post-It note obvious. If that was the case, though, why hadn't anyone created them yet? Clearly, it wasn't an obvious invention.

    7. Re:The issue with obviousness is this: by radtea · · Score: 2, Insightful

      Hardware patents require engineering diagrams; software patents should require very specific algorithm and data descriptions that are more easily expressed as code.

      "Engineering diagrams" is a big overstatement of what hardware patents require. Most hardware patents contain sketches, but nothing any engineer would be willing to sign and stamp.

      The digrams in patents are explantory, and for clarity of explanation they frequently leave out major features that would be required to actually build a device. The assumption is that anyone reading the patent has enough "skill in the art" to know those features are needed. I'm talking about things like bolts to fasten parts together and so on.

      This is one of the reasons why workability is not a criterion for patentability, because the hardware does not actually have to be engineered to any reasonable level of detail before a patent can be granted. For example, you might submit a patent that to be built requires materials that are impossibly strong or light. That won't show up anywhere in your patent documents, and anyone who tries to engineer such a device on the basis of your patent will rapdily discover they are wasting their time.

      Software and process patents simply should not be granted, anymore than patents should be granted on the plots of novels, and for the same reason. A novel, after all, is nothing more than a machine for inducing a particular state in the reader. But giving patent protection to particular designs of such machines does not "promote the useful arts" any more than giving patent protection to software does.

      --
      Blasphemy is a human right. Blasphemophobia kills.
    8. Re:The issue with obviousness is this: by bit01 · · Score: 1

      If that was the case, though, why hadn't anyone created them yet? Clearly, it wasn't an obvious invention.

      For the millionth time; being new is a necessary but not sufficient condition for something being obvious.

      ---

      Creating simple artificial scarcity with copyright and patents on things that can be copied billions of times at minimal cost is a fundamentally stupid economic idea.

    9. Re:The issue with obviousness is this: by DarkVader · · Score: 2, Interesting

      I would go as far as saying that in no circumstances should it be permitted to have both a dual copyright and patent on anything. If you're going to allow software patents at all (not a good idea, but that's a different discussion) then a software patent should be required to contain implementation code, and that code should be uncopyrightable.

    10. Re:The issue with obviousness is this: by msobkow · · Score: 1

      Unfortunately the publication would mean that nations which ignore foreign patent policies would easily and happily rip the source code from the archives, use it, and thumb their noses at the fool who thought a foreign legal policy would stop them.

      --
      I do not fail; I succeed at finding out what does not work.
    11. Re:The issue with obviousness is this: by g2devi · · Score: 2, Insightful

      A problem with this approach is that many problems can't be solved in a day (unless you've experienced the same problem before), but they can be solved in a week or a month. Giving a 20 year patent for something that can be independently invented in a week doesn't make sense.

      Another key problem is that if there are 6 obvious ways of solving the problem and you hire 5 experts, you'll let one slip.

      Another problem is that how do you know you've hired the right experts? Some problems are dead obvious to anyone who knows graph theory, but opaque to someone that knows cryptography. If the problem is presented as a cryptographic problem, you'll hire the wrong experts and the experts will agree that it's not obvious.

      Another problem is that it doesn't capture the case of patenting file formats since there are an infinite number of ways of encoding them but only one way to interoperate with them (the patent pending way).

      Another problem is patenting standard business methods. Something nonobvious (because of regulations) was done "in the real world" but it gets patented because it's done in a computer.

      The key problem with patents is the basic assumption. If they can be reinvented independently, then the patent added no value to society and adds a cost to society, so the patent should be invalidated. If it's required for interoperability or for legal regulations or common business practices, it adds no value and adds a cost to society, so the patent should be invalidated.

    12. Re:The issue with obviousness is this: by msobkow · · Score: 1

      There are rare occasions where a patentable algorithm crops up. Distasteful though it was, the GIF patent was a valid definition of a specific data structure and accompanying algorithm descriptions for it's use.

      On the contrary, a recent patent about double-linked lists of images is ludicrous. Double-linked lists are a very old general purpose data structure. The fact that they happen to be used for a general or specific image format is nothing new.

      Had they come up with a new image compression algorithm dealing with n-space fractals or something, that would be a potential software patent.

      Software does not suffer from the "workability" issues of hardware. You can implement solutions that cannot complete a computation using modern hardware, for example. Most of the graphics algorithms and techniques implemented by modern hardware were born as software 20 years ago. The fact that no one could afford to use those software implementations does not make them any less effective at describing the algorithms, data structures, and data flows required to implement the approach.

      I suggest using code to express the algorithms because there are several modern programming languages that clearly express such algorithms and structures, not because it will necessarily run to completion in under a thousand years on a modern PC.

      --
      I do not fail; I succeed at finding out what does not work.
    13. Re:The issue with obviousness is this: by mrchaotica · · Score: 1

      So what? That's exactly how the situation is supposed to be now, with normal mechanical patents! Considering that removing the requirement for disclosure would defeat the entire purpose of patents, what you're actually saying is that we should simply stop issuing patents altogether!

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    14. Re:The issue with obviousness is this: by Lonewolf666 · · Score: 2, Insightful
      This is one of the reasons why workability is not a criterion for patentability, because the hardware does not actually have to be engineered to any reasonable level of detail before a patent can be granted. For example, you might submit a patent that to be built requires materials that are impossibly strong or light. That won't show up anywhere in your patent documents, and anyone who tries to engineer such a device on the basis of your patent will rapdily discover they are wasting their time.

      Unfortunately, not demanding workability offers another avenue for abuse:
      People can now patent ideas that are not feasible yet, without actually contributing to the art. But as soon as someone else does the hard work and makes it possible, that someone can be sued for patent violation when he tries to market his design.

      --
      C - the footgun of programming languages
    15. Re:The issue with obviousness is this: by KDR_11k · · Score: 1

      Not that they couldn't implement it themselves since the patent has to be specific enough to describe an implementation.

      --
      Justice is the sheep getting arrested while an impartial judge declares the vote void.
    16. Re:The issue with obviousness is this: by kimvette · · Score: 1

      And not publishing the source is preventing them from using SoftICE to decompile the actual implementation HOW?

      --
      The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
    17. Re:The issue with obviousness is this: by Anonymous Coward · · Score: 0

      For each patent application that might be considered obvious, a small number of people skilled in the art in question are hired for one day.

      So if it can't be independently re-thought up in 24 hours, someone deserves a 20 YEAR monopoly? No. What if it takes 48 hours to re-invent? Should they get a 40 YEAR monopoly instead? it's obviously "twice as hard", right?

      The only solution is to eliminate patents. They're anti-market, pro-corporate bullshit. No-one deserves the power over ME (never mind others) that patents give them.

    18. Re:The issue with obviousness is this: by jbengt · · Score: 1

      I doubt that the very fact of a removeable note is patented. The forumaltion of the weak glue would be.

    19. Re:The issue with obviousness is this: by Bob+of+Dole · · Score: 1

      I'd argue that while the concept of having long filenames through some sort of extension mechanism for blindingly obvious, Microsoft's weird-ass way of actually implementing them (Which you have to emulate if you want to read or write these names) is not at all obvious.
      I don't think I could come up with that, I haven't taken nearly enough drugs. (Seriously, volume labels? using random FAT fields as checksums?)

    20. Re:The issue with obviousness is this: by radtea · · Score: 1

      People can now patent ideas that are not feasible yet, without actually contributing to the art. But as soon as someone else does the hard work and makes it possible, that someone can be sued for patent violation when he tries to market his design.

      Yeah, the patenting of currently non-workable devices can actually have a depresseve effect on development in the area.

      I once had some of my own research killed by a newly-published patent that described in general terms what I had under development. The company that held that patent was an "idea factory" that was claiming all kinds of general ideas, but to make any of them viable required a lot more work (ideas are easy, products are hard.) There was no way my company was going to continue to invest in developing something when there was no way we'd ever own the IP, as owning the IP was part of the business plan at the time.

      So far from "promoting the useful arts", patents without prototypes can definitely have the effect of "retarding the useful arts."

      --
      Blasphemy is a human right. Blasphemophobia kills.
    21. Re:The issue with obviousness is this: by StikyPad · · Score: 1

      So what happens when one of the experts comes up with an even better solution?

  2. must be slow weekend by jackb_guppy · · Score: 0, Flamebait

    If you been reading GROKLAW, you would have already seen this posting.

    Then again it shows how the patent system seams to works today:
          Take an idea that is new some where else and patent it to claim money.

    Never thought Slashdot would become an annology of the something in the real world!

    1. Re:must be slow weekend by foobsr · · Score: 1

      annology

      It is annoylogy, you insensitive clod :)

      CC

      --
      TaijiQuan (Huang, 5 loosenings)
    2. Re:must be slow weekend by SnowZero · · Score: 1

      It is annoylogy, you insensitive clod :)

      No, it just seams to bes that way.

    3. Re:must be slow weekend by foobsr · · Score: 1

      You open seam tube, you, and this on the internets!

      CC.

      --
      TaijiQuan (Huang, 5 loosenings)
  3. legal systems and false positives by cucucu · · Score: 5, Insightful

    Most reasonable legal systems are tuned to avoid "false positives". That is, it is acceptable that some number of people who actually committed crimes walk away unpunished, as long as those who are punished are done so justly.
    If a country's legal system does not attain to this rule, then it is probably not deemed safe to visit there.
    It is a principle well known to legislators, law enforcers, lawyers and citizens in generals.
    And I think it should be applied to patents as well. Only if you prove beyond doubt that your patent is non obvious, innovative, and all the criteria apply, it should be granted.
    In exactly the same way that nobody is (or at least nobody should be) sent to jail if there are doubts. If there are doubts then you are free.
    The patents system is not flawed per se. The problem is that it is being abused with a high noise to signal ratio.

    1. Re:legal systems and false positives by Anonymous Coward · · Score: 0

      What a totally stupid way to look at the situation. If every patentee had to prove beyond reasonable doubt that their application was novel and inventive, nobody but the big corporations would be able to afford to get patents granted. The system of the patent office searching and examining what can reasonably be found in a limited time is the best compromise. Any "false positives" should be weeded out post-grant, which is done in Europe either through opposition or revocation proceedings. The problem with the US is that the patent examiners are often much too slack with the existing law and, due to the presumption of validity of a granted patent, it is very hard and expensive to overturn an invalidly granted patent. If the US had a sensible post-grant system for revocation this would help to reduce the number of invalidly granted patents that hang around threatening others. Stopping abuse of the continuation process would help too, but that's another story.

    2. Re:legal systems and false positives by Anonymous Coward · · Score: 0

      It's not stupid at all if your goal is to reduce the number of patents granted, which I would say is an excellent goal.

      You could accomplish a similar thing without burdening the applicant if you take a two step approach of limiting the number of patents granted (say to 1000 a year) and require the patent office to extensively research each patent granted to see if it's eligible.

      You could pay for the increased costs of examining patents by charging a token application fee as a gatekeeper (say, $100) and then taxing a percentage of the income derived from the granted patents.

      If you wanted to be truly fair with the application process, you could alter the application fee based on a means test, charging a large corporation millions of dollars to apply, but an individual inventor making only $20k/year or less a fee starting at $100.

  4. The founding fathers saw patents by rolfwind · · Score: 4, Insightful

    as a way to advance science and copyrights the arts.

    In exchange for opening the information, inventors were given a limited time monopoly on said invention. What the founding fathers wanted to get beyond were secretive guilds and the hording of information - instead encouraging a free flow of ideas. One historical objective is to avoid the technological stagnation that accompanied the middle ages.

    But with the original aim of inventions in mind - now that it seems that there is a lot of unintentional infringing of patents - it suggests that the original intention is outdated - the patents are protecting knowledge not worth protecting since others stumble onto the ideas at roughly the same time, negating the need to open the information. Even if it is not stumbled upon, reverse engineering can and does often provide the information needed for someone to duplicate many of the results - again negating the original need for patents.

    Could it be that patents should only have been training wheels for the industrial revolution until a technological society is achieved - because once a certain level is achieved, there is no easy way of going back, of ceasing the competition for better products, advances, etcetera? That they should have been discarded after a time?

    Could there be another way to promote an open exchange of ideas? Which was the original intention of patents. Because it seems that patents, in their current state, are setting us behind other countries (China) in terms of the future, dragging our economies down, and not at all fulfilling their original purpose. And from what I have read - the purpose of the patent was an ultimately social function, not to protect businesses or let them rest on their laurel in perpetuity (Atari).

    1. Re:The founding fathers saw patents by jackb_guppy · · Score: 2, Insightful

      This clause:

      Even if it is not stumbled upon, reverse engineering can and does often provide the information needed for someone to duplicate many of the results - again negating the original need for patents.

      Shows the reason why a patent is needed. To allow an intentor the right to make reasonable return on his work.

      Now a days with large mega-corporations, the use of patents should may be restricted. Since pharmaceuticals will patent one drug and just as the patent runs out changes a minor element and patents the next to extend the patent and profit from it.

      My personal suggestion would be patents/copyrights are restricted to living breathing persons only. They can not be assigned to corporation. Corporation can use trademark to protect their things.

    2. Re:The founding fathers saw patents by ronanbear · · Score: 3, Informative

      Some sort of patent system is necessary to protect genuine innovators. The problem with the current system is that is has been gamed so that it now does almost nothing to help innovation in some cases.

      The system clearly needs reform. Talking about the founding fathers wanted with patents is a bit misleading though. Modern patents were invented (sic) in Venice in 1474 http://en.wikipedia.org/wiki/History_of_patent_law

      --
      the more they over-think the plumbing the easier it is to stop up the pipe
    3. Re:The founding fathers saw patents by Znork · · Score: 1, Interesting

      "Some sort of patent system is necessary to protect genuine innovators."

      Some sort of incentive system may be necessary. A patent system isnt.

      Just as patents were originally covert taxation, their nature hasnt really changed; it's still a covert taxation of the economy for specific purposes. Only it serves those purposes even worse than usual taxes, hinders competition, hinders production of some combinatory inventions, slows down the rate of technological adoption, the effective 'taxation rate' is decided by barely qualified civil servants (who have even been rated on how high they effectively jack the rate), it has no accountability and has no way to measure cost vs benefit ratios.

      We'd be better off with an actual outright tax system with a general innovation VAT, where any inventors of specific parts of a product obtain their innovation incentive as monetary grants (related to use levels, or whatever) by a state agency responsible for that particular budget. If the patent office runs amok, well, then that budget runs out and nobody gets anything. And next year, we could politically dicker about wether we need to divert 1.5 or 1.6% of the budget to innovation, everyone could use any 'patented' matter without fear, and inventors could concentrate on innovation, not litigation.

    4. Re:The founding fathers saw patents by Alef · · Score: 2, Insightful
      Could it be that patents should only have been training wheels for the industrial revolution until a technological society is achieved

      Yes, perhaps. I think the key difference between the 18th and 21th century, with regard to the usefulness of patents, is that today, through the advent of information technology, we have become a network society. It is now more important how information and ideas flow than the thoughts and inventions of each single individual. In the 18th century, a brilliant individual could invent a complex machine all by himself -- today, that is almost impossible.

      It is no longer possible to isolate yourself, being secretive and hoarding information while remaining in the technology front. If you disconnect from the network (so to speak), you will die. Therefore, I would say that the incentive to share your ideas no longer needs to be provided by patents. Instead, patents have become an obstruction to the flow of ideas.

    5. Re:The founding fathers saw patents by dfghjk · · Score: 2, Informative

      "Shows the reason why a patent is needed. To allow an intentor the right to make reasonable return on his work."

      That was never the intention of patents. That was the reward offered to the inventor in exchange for his disclosure and it is a restriction to a free market.

      The original poster was right, patents are offered to encourage the development of knowledge. If no such encouragement is needed any longer, then the need for patents is called into question.

    6. Re:The founding fathers saw patents by Dausha · · Score: 1

      "But with the original aim of inventions in mind - now that it seems that there is a lot of unintentional infringing of patents - it suggests that the original intention is outdated - the patents are protecting knowledge not worth protecting since others stumble onto the ideas at roughly the same time, negating the need to open the information."

      It suggests no such thing. The original intent is still valid, to reward publication of good ideas (as opposed to trade secrets). The problem suggests that the current implementation of original intent is defective and needs remedy. Wow, you mean the Court's going to address this defect on Tuesday? Whoda thunkit?!

      Clearly, the Founders had no idea of a modern technological society. If so, maybe they would have thought about trademarks (recognized in the U.S. in 1835). Your comment suggests there is no longer a need for a patent office---the same idea a fellow had almost a century ago ("everything worth inventing has been invented"). It was a moronic thought then. Look at societies without patents (some do exist) and tell me how much _more_ innovative they are than us. I assert our technological progress reaffirms the validity of patents. However, I agree with you that the current implementation of patent law (as it relates to software) is defective.

      What is more disconcerting about this defect is the cause is of recent mint. The Court allowed patent of business methods in the 1990s stating that the established precedent was wrong. Congress should have stepped in and revised patent law to rectify this, but over-reliance on the Court has led it to be less active than it should. Quite clearly, the Court could reverse that holding and return to the prior, established precedent that would effectively nullify software patents.

      However, reversing would effectively strip away patent protection, which I assert is not a bad thing in-and-of-itself. So, the Court should instead lower the bar of obviousness for software patents---making it harder to distinguish a new idea from prior art. This would extinguish all those lame claims based on simple mixing of prior art. Funny that, the Court will be considering this on Tuesday. I suppose we should just wait for the holding.

      --
      What those who want activist courts fear is rule by the people.
    7. Re:The founding fathers saw patents by OakLEE · · Score: 1
      The original text of the Constitution is:
      To promote the progress of science and useful arts, by securing for limited times to authors and inventors the exclusive right to their respective writings and discoveries;

      "Science" in this clause has been interpreted to refer to creative works (i.e., copyright), while "useful arts" has been interpreted to include works of utility (i.e., patents). This is due to the changing definition of science, which used to be synonymous with just "knowledge" rather then use of the scientific method with which it is currently associcated.

      While this seems trivial, it is relevant if you want to talk about the Framers' original intent. For example, if "useful arts" were interpreted to encompass copyright law, the word "useful" would specifically imply that any copyrightable work had to be useful, which we know is not the case in current law since copyright law encompasses creative works with no requirement of utility. Likewise, if "science" were deemed to grant the authority of patent law, there would be no constitutionally mandated requirement of utility to obtain a patent. That is something I'm sure no one wants to see.
      --
      The sun beams down on a brand new day, No more welfare tax to pay, Unsightly slums gone up in flashing light...
    8. Re:The founding fathers saw patents by Bastard+of+Subhumani · · Score: 0
      Just as patents were originally covert taxation
      As are bad weather, spam emails and soufflés that don't rise. I am right in guessing that you define anything that annoys you as taxation, aren't I?
      --
      Only three things are certain; death, taxes, and apocryphal quotations - Ben Franklin.
    9. Re:The founding fathers saw patents by pacalis · · Score: 1
      Maybe this is how you make sense of things, but its not really supportable...

      First, founding fathers put not conditions on the patents and copyrights as vehicles -- the patent system as we know it evolved much later in the US (about 80 years).

      Note that Article I, section 8, does not say anything about patents or copyright "Congress shall have power . . . to promote the progress of science and useful arts, by securing for limited times to authors and inventors the exclusive right to their respective writings and discoveries." -->

      Second patents and copyrights have a rich history {european} in the CONTROL of information, and tacit knowledge, not the free flow of ideas. Ignoring early mining patents, patent terms as we know them were given in the UK in the Statute of Monopolies, with terms set as 2x the standard apprentiship, or 14 years, theoretically preventing apprentices from using or teaching others if they left the employ of their masters.

    10. Re:The founding fathers saw patents by hairpinblue · · Score: 1

      > it suggests that the original intention is outdated

      The original intention was subverted when lawyers and the courts decided that the 100% ownership of a patent could be exchanged for an amount of money. After that it's only a matter of time until the segment of society represented loosely as landlords manage to hedge their tenants into enough debt such that the general gist of the conversation goes something like this:

      "I see you're three months behind on rent. I see you've just invented a steam engine. How about I buy the rights to that from you in exchange for two months worth of rent. If you agree then you only have to work in the coal mine long enough to pay off one month of rent. If you don't agree then I'll have the local authorities evict you, your wife, your son, and your new baby daughter tonight and you can go sleep in the woods. By the way, I've had my thuggie guards trash the native settlement just down the river--so they'll be looking for some easy revenge in the near future. Whaddya say, chum?"

      It's not technically extortion if there's no direct threat. The local authorities are most likely to side with the fellow who holds the title deed to the property which their home sits on anyway.

      The only way to fix the patent/copyright system is to legally mandate that the original author/artist/inventor must always retain a controlling share (=> 51%) of their own creation.

      --
      Hustlers exist solely through charity. I see their scams, lies, and deceit: I'm too charitable to outright shoot them.
  5. acquire patents ?? by Anonymous Coward · · Score: 0

    How do you "aquire a patent"? Yo have to INVENT SOMETHING.
    So "Some Companies INVENT THINGS in order to"... MAKE MONEY!!!
    Its called an ECONOMY *STUPID*!

    1. Re:acquire patents ?? by dfghjk · · Score: 1

      "How do you "aquire a patent"? Yo have to INVENT SOMETHING."

      No, inventing something is a necessary part of the creation of a patent. To acquire one, you could simply buy one or employ people to develop one for you. Patents may be bought and sold like any other property (since that's what they are).

  6. Patents should be restricted in scope. by Anonymous Coward · · Score: 3, Insightful

    They should be restricted to practical engineering for physical objects.

    They shouldn't include things like stories or tax shelters or mathmatics or software. That's just BS.

    But practical sciences need them because the only way some things is going to happen is by throwing money at them. Stuff like automobile engine optimizations and safty improvements. Space flight. Drug research. Advances in electronic design. New chemistry breakthroughs, etc etc.

    Patents are the only way your going to get certain technologies to remain out in the open while providing funding over it. Especially things that require huge amounts of capital such as drug research. Otherwise people will be forced to close everything and innact trade secret insanity which benifits nobody. Imagine corporations having to move to third world nations and hire private armies to protect their billion dollar secrets. That is the bullshit we'd have to look forward to. Patents are much better solution.

    Also it avoids the need for government to control funding, which produces generally pretty bad results per amount of money (money also as a reflection of real time taken out of people's lives to deal with governmental bullshit).

    Software patents are a very good indication of what is wrong with the system. Should be done away with and as far as reform for the rest of the system I don't know enough about the details to realy comment on it.

    1. Re:Patents should be restricted in scope. by Anonymous Coward · · Score: 0

      Just to add a comment, the vast expense of drug development is normally due to advertising, rather than research itself (a lot of which is funded by Universities).

    2. Re:Patents should be restricted in scope. by Jeff+DeMaagd · · Score: 1

      Just to add a comment, the vast expense of drug development is normally due to advertising, rather than research itself (a lot of which is funded by Universities).

      I have not seen a more ignorant comment in a long time.

      Last I saw, drug ads only account for about 12% of of the expenses.

      Also, Universities don't just fund the research on their own, they do it with outside money, sometimes private funds, such as through businesses and philanthropy, sometimes through public funds. For university research with promising results, if they don't already own the rights, the drug companies buy the rights to that research from the group that financed the research and refine it. Drug testing also costs a lot and takes a long time too. Not all all drugs make it, I think in the end, only 10% make it to the approval phase, so there's a lot of research and money spent that doesn't directly pay off.

      There are a lot of public misconceptions about drug research, and science in general too. I suggest you at least listen to shows like NPR's Science Friday or CBC's Quirks and Quarks.

    3. Re:Patents should be restricted in scope. by Anonymous Coward · · Score: 0
      Last I saw, drug ads only account for about 12% of of the expenses.
      Only?! Also ads are just a part of marketing.
    4. Re:Patents should be restricted in scope. by mavenguy · · Score: 1

      You are arguing a different issue, which is what kind of subject matter
      might qualify for patent protection, which is whether what is being
      patented falls within one of the four statutory
      classes (utility) for which patenting is permitted. The KSR case
      being argued on tuesday concerns the question of obviousness,
      more particularly if there is no single disclosure in the prior art
      that exactly "reads on" the claims applicant/patentee make, is it yet
      "obvious" over the "prior art" that did exist at the time the invention
      was made. If the invention is not within one of four statutory classes
      then the question of obviousness is moot. Of course, if both utility
      and obviousness are in dispute (either during prosecution in the PTO
      or, as a patent, in court) then both issues will be generally be
      treated, since both are necessary (but not sufficient) for a valid
      patent claim.

    5. Re:Patents should be restricted in scope. by DRJlaw · · Score: 1

      They should be restricted to practical engineering for physical objects.

      They shouldn't include things like stories or tax shelters or mathmatics or software. That's just BS.

      Software running on a general purpose CPU is often pratcial engineering for a physical object. Software + CPU + display can equal portable DVD player. Software + CPU + actuator can equal electronic stability control. Software + CPU + nozzle can equal ground penetrating intercontinental ballistic missile.

      Often it is no longer the assemblage of parts, but the software controlling those parts that constitutes the necessary part of a manifest technological effect. There is no rational difference between inertial guidance and GPS guidance that should have made the former patentable and the latter not.
  7. Obvious is too obvious by Anonymous Coward · · Score: 0

    The majority of patents would be obvious to those skilled in the art, if they happened to be facing the problem solved by a given patent.

    I say that these should all be invalidated and good bye software patents.

  8. Patents and what is obvious by CherniyVolk · · Score: 2, Interesting


    For any device, meant to be controlled and travelled... inherently some way to navigate the device is in every way obvious. So, why are steering wheels patented?

    It gets even worse, because somethings aren't "obvious" yet they remain inherent of the essence. Example: So a steering wheel for a car is obvious... but is a power steering device? Yes it is, for any person that has drivin a car without power steering, it certainly is.

    Back a long time ago, there was much more sense and rationale. Another example, Henry Ford's claim to fame is not the car, but his development and application of an assembly line and in lesser known circles... a pioneer in the dawn of a viable credit system (Model-T, even from an assembly line was still too expensive for most people. Henry Ford was one of the first to develop and provide what we now know as "credit" so everyday people can have one).

    I think most people have a hard time identifying what might be a legit claim on development. Sometimes, the claim would be far too broad. For example, not much of the details of space exploration is remarkable or what I might consider a legit patent. From the design of the shuttle, to the booster flaps... if you were a rocket scientist or astro-physicist all of it would make sense. However, what is remarkable is with all that together the ability itself to travel into space. You can't really pinpoint a cause or a crucial component for "space travel", and ONLY "space travel" in any and all the technology integrated to accomplish that task. Even to this day. Rockets were around for thousands of years before we took a human into space... so "rockets" obviously have alternative purposes and not soley for space travel.

    But, here's the bottom line.

    If someone found the cure to cancer, that knowledge and application is NOT their own property. Such property belongs to Man, as with any other detail or specific peace of knowledge. It's hard for people to understand what I'm getting at here, partly becuase they don't want to face the reality of it in fear that it would invalidate financial incentive, claims or some granted "Right" to legally extort money from someone else. Aspirin is aspirin, for example, but there is Bayer who will sue the crap out of you if you don't pay them for making and distributing it. Is that right? Such a basic biological compound, well known, and some twenty year old schmuck has the audacity to think it's HIS? Riiight. Noone owns their so-called "inventions", the moment you spawn an idea, in the end a thousand years from now, you're name won't be remembered but maybe the idea will be. That's becuase you never owned the idea, it's not yours, it belongs to everyone around you. Even now, while there are people that were alive before during and after landing on the moon, some history books broadly refer to it as "Man entered the space age". A thousand years from now, most "historians" won't even know "Neil Armstrong" to associate him to Space Flight, and if they did, it's probably they won't even pronounce it correctly. And they certainly wouldn't have a clue about much deeper detail than that; such as an Engineers name who came up with the one idea that made it all work. Today... how many names do you know that had anything to do with developing the technology for space flight? Zilch... don't bother looking it up, this is the reality of the situation, this is the point. But then again, go ahead and try to look it up. There were thousands of people that worked on it, you might find just a handful of names.

    Point is, whether it's you, or some other guy... noone gives a shit as long as it comes to be. And, most things are destined to materialize from the efforst of Man... becuase THAT is WHY we are HERE!

    As for the individual who finds the cure to cancer, he doesn't need to pull a patent on it. He would be very well taken care of, voluntarily by many people if for no other reason than to say "thanks", from across the world. So much, that there would be no roo

    1. Re:Patents and what is obvious by Anonymous Coward · · Score: 1, Insightful

      the fatal flaw in your logic is assuming that an "individual" would find a cure to cancer or some other similarly complex task.

      no corporation is going to want to rely on the goodwill of the public to "keep them alive" bla bla socialism bla bla bla

    2. Re:Patents and what is obvious by jonbryce · · Score: 1

      Taking some of your points in turn -

      Henry Ford's car

      Selling things on credit is a method of carrying on business, and so shouldn't be patented. That is certainly the case in Europe. Likewise, making things on a production line, though some of the specific items of machinery used might be patentable.

      As for the cure for cancer, it will depend what the cure is. Treatment methods are not patentable in europe, however chemicals and equipent used in the treatment can potentially be patentable. Some drug companies in the US have patents for things like looking at particular types of cancer cells under the microscope to see what happens when you apply chemicals of any sort to them. That ought to be prevented by the obviousness rules.

      As far as I'm aware, nuclear related stuff is not patentable in the US for public policy reasons. The kid who made his own reactor managed it because he looked at how other reactors were made. It probably wasn't obvious to the likes of Marie Curie when she first discovered it though.

    3. Re:Patents and what is obvious by Anonymous Coward · · Score: 0

      Aspirin is aspirin, for example, but there is Bayer who will sue the crap out of you if you don't pay them for making and distributing it.Well if Bayer can't patent it, then they might as well not invent it. Bayer would simply not have the incentive to create Aspirin because it knows that the generic drug companies will do an NMR and determine the structure of the chemical compound, figure out how to make it (which is really not that hard) and *boom* all of Bayer's research is down the drain. We won't even have aspirin (or would have had it much later) if patents on chemical compounds aren't allowed. Riiight. Noone owns their so-called "inventions", the moment you spawn an idea, in the end a thousand years from now, you're name won't be remembered but maybe the idea will be. That's becuase you never owned the idea, it's not yours, it belongs to everyone around you.A patent doesn't last forever either. It lasts just for 20 years. If that was not the case, you won't see generic prescription drugs on the market nowadays. Ah, you found a new way to heat water.... gee wiz.And why shouldn't a new way to heat water be patented? In your example, it is non-trivial to build a safe, usable nuclear reactor unless you are trained in the science of nuclear enginnering. Heck, even those "trained in the art" sometimes screw things up, like Three Mile Island or Chernobyl. A thousand years from now, most "historians" won't even know "Neil Armstrong" to associate him to Space Flight, and if they did, it's probably they won't even pronounce it correctly. And they certainly wouldn't have a clue about much deeper detail than that; such as an Engineers name who came up with the one idea that made it all work.So what? We live in the present, not one thousand years in future. We don't care if people remember us a millenia later. Man is in his nature greedy, and needs incentive *now* to do things. Ask anyone whether he would like a billion dollars today (from say finding the cure to cancer) or a mention in history books in the 31st century, I'd say most would choose the former.

    4. Re:Patents and what is obvious by the+eric+conspiracy · · Score: 1

      So, why are steering wheels patented?

      Please supply patent numbers so we can determine the answer to your question.

    5. Re:Patents and what is obvious by kanweg · · Score: 1

      "If someone found the cure to cancer, that knowledge and application is NOT their own property. Such property belongs to Man,"

      Yes, and the good thing about the patent system is that it gives an incentive to make sure it belongs to Man. There is an incentive to share the info (monopoly) and after 20 years (max), that . Even before that, any one is free to build upon the knowledge. As a side note, compare that to the copyright law where the artist 75 years after his death still has an incentive to create new works.

      "As for the individual who finds the cure to cancer, he doesn't need to pull a patent on it. He would be very well taken care of,"

      Sorry, it doesn't work that way in real life. Want to know how many shareware authors earn? Most people settle for "free", and "nothing in return". Not to mention the people that dare to harass the developer about new features and bugs.

      Bert

    6. Re:Patents and what is obvious by StikyPad · · Score: 1

      Today... how many names do you know that had anything to do with developing the technology for space flight? Zilch...

      Wernher von Braun and Robert Goddard spring immediately to mind. Just because you happen to be ignorant of history doesn't mean everyone is. The names Pascal, Newton, Pythagorus, Bernoulli, and Einstein are enshrined in history, familiar to every schoolchild, and barring the total collapse of civilization, it's not likely they'll be forgotten in another 1k or 10k years either.

      It's true that names are becoming less prominent in modern society, but only because they've been replaced by organizations and businesses. John Q. didn't invent the Core 2 Duo processor -- Intel did. Whether or not that trend continues remains to be seen.

      If someone found the cure to cancer, that knowledge and application is NOT their own property.

      Yes it is. You can wax philosophical all day, but the point of the matter is that IF someone created a cure for cancer, they could just as easily keep it to themselves as share it, and granting a limited monopoly for their invention is a perfectly reasonable compensation for their choice to disclose it. If I had the choice of saving only my friends and family, or saving everyone equally, I'd probably be biased toward the former. If I just hated people in general, maybe I'd keep it to myself and laugh. Patents are a decent mechanism for balancing self interest with public interest. Public interest may override self interest in theory, but in practice it's not always that simple.

  9. A favorable ruling from THIS Supreme Court?!? by kcbrown · · Score: 4, Insightful
    Hopefully soon we'll see some changes to the patent system for a better concept of intellectual property.

    From the same Supreme Court that in Eldred vs. Ashcroft ruled, in essence, that a copyright term remains "limited" and thus is in keeping with the Constitution as long as it has a stated limit, even if the limit increases over time at the same rate that time passes? You must be on some other planet if you think that same Supreme Court will make any improvements (from the point of view of actual practitioners in the various fields, as opposed to the patent attorneys) to "intellectual property" (gad, how I hate that phrase) law.

    I think it's at least as likely that they'll decide that "obvious" really means "obvious to even the greatest of morons in the field", and thus that pretty much anything you care to name is patentable.

    Of course, that assumes that they'll issue any sort of meaningful ruling whatsoever. It's entirely possible that they'll simply say that it's up to Congress to define in greater detail what it means, and until then leave things as they are. Just like they did in Eldred.

    --
    Use 'slashdot stuff' in the subject line in any email you send me if you want to get past the spam filter.
    1. Re:A favorable ruling from THIS Supreme Court?!? by Dausha · · Score: 1

      "From the same Supreme Court that in Eldred vs. Ashcroft..."

      No, that Court no longer exists. We've got two young pups on board now. So, it's a different ball game. This is unfortunate.

      Besides, it's Congress' plenary authority to determine patent law, not the Court.

      --
      What those who want activist courts fear is rule by the people.
    2. Re:A favorable ruling from THIS Supreme Court?!? by glitchvern · · Score: 1
      From the same Supreme Court that in Eldred vs. Ashcroft ruled
      It's not the same Supreme Court, Rehnquist and O'Connor, who both joined the majorty opinion, aren't there any more. Not that I'ld expect Alito or Roberts to rule any differently in Eldred, but this case is entirely different from Eldred. Eldred was over the meaning of "limited time" in the Constitution's Copyright Clause. It was a decision about overturning a law Congress had passed, this is a decision on if the Court of Appeals for the Federal Circuit's test for obviousness is a good test or not. According to the article most legal experts expect the Court to modify the standard in some way or possibly even set a new standard.
  10. Europe does it better by Anonymous Coward · · Score: 1, Interesting

    The USPTO has shied away from a formal approach to investigating Inventive Step. The European Patent Office more or less requires the Problem-Solution approach, which takes away some (but not all) of the subjective nature. The USPTO will be hard pressed to adopt something from Europe. From Europe? Horror! The revision after grant procedure couldn't be named an opposition procedure. That is a European term. Horror! The USPTO also has problems with logic. Logic is Greek logic. That is from Europe. Horror!

    A problem with obviousness is that because inventions rely on the laws of nature, in hindsight they are always logic. The reward should be for recognizing something that not the ordinary person skilled in the art would recognize. Now, try to make that objective! So, a gray area is bound to remain.

    While the EPO is arguably the best patent office in the world, unfortunately they know it and too frequently behave arrogantly like a very beautiful girl turned bitch. It is not beyond them to ignore the law, like, for example, yes, illegally grant patents on software.

    1. Re:Europe does it better by gnasher719 · · Score: 1

      '' A problem with obviousness is that because inventions rely on the laws of nature, in hindsight they are always logic. The reward should be for recognizing something that not the ordinary person skilled in the art would recognize. Now, try to make that objective! So, a gray area is bound to remain. ''

      Given that your average patent nowadays is written in such a way to make it impossible to glean any useful information off it, one could just measure the amount of effort that it took a so-called "infringer" to come up with the "invention" itself. Many patents that have been granted are on a level that I would expect to ask someone in a job interview "how would you do this" and expect some reasonable answer. Software patents have been issued for things that I would be expected to develop in the normal course of my job.

      Some court has come up with a ridiculous measure for obviousness: If it is obvious, then somebody should have found and published it, right? Of course not. If it is obviousness, then nobody should ever have bothered publishing it.

  11. Why this will never get fixed by Programmer_Errant · · Score: 2, Insightful
    This has nothing to do making patents and the whole concept of intellectual property logical, begging the fact that you could define logical in the first place. This is slashdot, remember?

    This is about vested interests, corporations, not individuals, trying to maintain a system that so far has been to their advantage. Most of them got to where they are by being good at the present set of rules and they're not about to radically change those rules and lose that advantage.

    The only chance you have of radically changing it would be to force it to break completely. You'd need to help the patent trolls get patents good enough to seriously threaten the present entrenched players, the big corporations. In theory the patent trolls could see through this scheme and realize that parasites that kill all of their hosts don't have long lifespans either. But trolls are greedy and they won't be able to help themselves.

  12. Jury of their peers by Baldrson · · Score: 4, Interesting

    "Obviousness" can be decided in a trial if the jury is made up of peers of the inventor -- those skilled in the art by some reasonable criteria.

    1. Re:Jury of their peers by Watson+Ladd · · Score: 1

      Some things are obvious in retrospect, like the modern automatic coupling.

      --
      Inventions have long since reached their limit, and I see no hope for further development.-- Frontinus, 1st cent. AD
    2. Re:Jury of their peers by Dausha · · Score: 1

      "'Obviousness' can be decided in a trial if the jury is made up of peers of the inventor -- those skilled in the art by some reasonable criteria."

      Except, obviousness is not determined by a jury. Courts have determined that patent claims are to be construed as though they were tiny statutes, so the meaning of the claim is determined as a matter of law---not fact so as to let a jury decide. Since obviousness is based on prior art, which is also based on statutorially interpreted claims, there is no "fact" for a jury.

      However, that does not mean I agree with that approach. Although, a jury of peers might decided it's better to loose the patent so they could use it rather than allow it to be protected---even if its not obvious.

      --
      What those who want activist courts fear is rule by the people.
    3. Re:Jury of their peers by marcosdumay · · Score: 1

      Experts are expected to know the difference.

  13. Does Europe do it better? by Anonymous Coward · · Score: 1, Informative

    The leading article in the current issue of OUP's International Journal of Law and Information Technology features quite a remarkable discussion of these issues in the context of software.

  14. Limits on Intellectual Property by PopeRatzo · · Score: 1

    It may just be that we have to re-think just how rich you're supposed to get for a given good idea or bit of creativity.

    Perhaps patents should only be allowed to be held for an individual, and for his lifetime (or maybe just 5 or 10 years), same with copyrights. Where does it say that just because somebody has a good idea that his grandchildren should get rich?

    And, I've said this before, NO corporate holdings of copyright or patent. Period. Let them pay license fees for those few years to the inventor, or composer, or not. Let them make good products and sell them in a reasonable way.

    If you think that intellectual property laws are the only thing keeping artists creative and inventors inventing, you've got too low of an opinion of your fellow human beings.

    --
    You are welcome on my lawn.
    1. Re:Limits on Intellectual Property by Anonymous Coward · · Score: 0

      I agree, however please stop using that phrase.

    2. Re:Limits on Intellectual Property by Bastard+of+Subhumani · · Score: 0
      NO corporate holdings of copyright or patent. Period. Let them pay license fees for those few years to the inventor
      If a corporation employs people to invent things, paying their salaries and providing the equipment and materials, why shouldn't the corporation hold the patent?

      "NO corporate holdings of land or vehicles" might not sound as good when you're standing on your populist soapbox making anti-corpoarate rants. But it has as much logical and economic justification.

      You seem to be a believer in the "one man in a shed" theory of invention, which suffers from one majotr flaw: in this day and age, it's nonesense.
      --
      Only three things are certain; death, taxes, and apocryphal quotations - Ben Franklin.
    3. Re:Limits on Intellectual Property by Bastard+of+Subhumani · · Score: 0
      Where does it say that just because somebody has a good idea that his grandchildren should get rich?
      It's a couple of lines down from the bit where it says that if your daddy was president you get to be too, if you want.
      --
      Only three things are certain; death, taxes, and apocryphal quotations - Ben Franklin.
  15. patent abuse and history by waterbear · · Score: 3, Informative

    Talking about the founding fathers wanted with patents is a bit misleading though. Modern patents were invented (sic) in Venice in 1474

    The actual lessons of history are often forgotten.

    Current concerns about patent abuse, especially abuse of overbroad patent claims, somewhat reflect concerns that lay behind the 1623 English statute of monopolies. That was an attempt to prevent future abuse, and it specifically said that, in future, patents should not be granted or valid where they would be "contrary to the law or mischievous to the state, by raising prices of commodities at home, or hurt of trade, or generally inconvenient."

    Wikipedia is rather misleading about patent law history, I'm afraid. Agreed, it has now become a commonplace to cite the 1474 Venetian ordinance about inventions as the 'progenitor' and so on of modern patent law, and chronologically it was the first. But it is only anachronistic hindsight reconstruction to say that it was also influential on the later developments -- because the Venetian history was only (re)discovered by scholars interested in origins of modern patent law within about the last century and a half. Way back before then, at the time and place of the founding fathers in the 1780s, nobody had heard of the Venetian history. What the founding fathers knew much more about then was English law. Many of them were lawyers trained in English law. The question they asked themselves was effectively whether they wanted patents on an English model. And in effect they said yes. The early US patent lawyers and judges looked to English legal practice for details of patent law or practice left open by the US statute. Fessenden's early US patent law textbook of about 1811, as well as Justice Story's Notes on Patent Law, make that very clear. (Even now, when the two systems have thoroughly diverged, it still occasionally has happened that senior courts in US, including the Federal Circuit and the Supreme Court, have referred back to old English 18th-century and 19th-century patent law reports, as in the 'Markman v Westview' and 'Warner Jenkinson v Hilton Davis' cases.)

    But in the US (as in England), the safeguards mentioned in the 1623 statute of monopolies became forgotten in law and in practice, and nowadays some patents do seem to operate as "mischievous to the state, by raising prices of commodities at home, or hurt of trade, or generally inconvenient".

    -wb-

    1. Re:patent abuse and history by mrchaotica · · Score: 1

      Not to mention that whatever rationale was behind patents in Venice or England is entirely irrelevant since the one and only purpose of patents in the US is "to promote the progress of science and the useful arts!"

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    2. Re:patent abuse and history by Dausha · · Score: 1

      I suppose I'm like most people who usually only comment when they disagree. I'm breaking that trend now to say thank you for a well-reasoned comment. The current implementation of patents is broken, not patents in general. I'm hoping the Court lowers the bar of obviousness making it harder to simply mix two ideas and produce a patent.

      What bothers me more is that ideas are not supposed to be copyrightable or patentable. Only a manifestation of that idea. Traditionally, a patent's protection was limited to the specific implementation of that idea as spelled out in the patent claims. Courts have recently softened that standard to allow a finding of infringement when the competitor attempts to re-engineer a "one-off" variant. Perhaps they courts have gone too liberal in this application as well.

      Imagine if you patented wiki technology. Now, any use of a browser with simple text-based markup to create a web page would infringe. Perhaps the patent claims said it used a database, and there was no mention of security. Then, I come around and write PmWiki---which uses a flat-file storage system and has a rather interesting mix of security options. Under the traditional approach, the flat-file and the security add-on would trump your patent. Under the more liberal approach, you could stop PmWiki from innovating wikis. Worse, you could then incorporate PmWiki technology as part of your patent.

      Patents are a great tool to innovate. However, there are flaws in the current system. I'm bothered that Congress, who has plenary authority under the Constitution in matters of patent, instead relies on the Court to legislate in matters of patent. I'm bothered more that we as citizens encourage judicial legislation, which chips away at the democratic principles our Constitution was founded upon (okay, it says "republican form of government," but republic comes from _res publica_ or "of the people" and was synonymous during the Ratification). "What those who prefer judicial activism fear is rule of the people."

      --
      What those who want activist courts fear is rule by the people.
    3. Re:patent abuse and history by Anonymous Coward · · Score: 0

      Could you please update the wikipedia article?

    4. Re:patent abuse and history by waterbear · · Score: 1

      Thanks for your reaction. I agree with you, it's conceivable the Supreme Court could now come up with a decision that raises the bar for patentability when claims merely combine two known things. Maybe they will require some showing from the applicant or patent owner, that the alleged invention in a case like that is more in its function than two separately known parts doing their known things.

      But while that may help some few of those who are unjustly pestered by undeserving patent claims, I doubt if it would solve, by itself, all current abuse problems stemming from overbreadth of patents.

      In regard to the contrast between patents for manifestations rather than patents for ideas, it's a curious thing, that after looking at very many patent claims, one notices that flexibility of verbal language allows an almost continuous series of ways of expressing a claim for an invention.

      Claims can range in particularity or generality, by degrees, from something so specific that it probably only covers one or a few very closely-related embodiments, to something else that is so broad, that it is hard to distinguish it from a mere expression of an idea. There is almost a continuum of degrees of generality, and many of the points on the near-continuum arise from the verbal skills (or maybe the wiles?) of patent attorneys and other draftspersons.

      It can be a very hard problem to identify and express an appropriate degree of generality/particularity for each invention. (The applicants/attorneys want and need to push the envelope as wide as they can, because the system usually only allows claims to be narrowed by amendment when found inadmissible after their first submission, and there is seldom a chance to widen them in any direction.)

      At one extreme, a few fundamental inventions may effectively create and open new fields and deserve highly-general claims to correspond with the contribution made by the inventor. At the other extreme, many run-of-the-mill innovations may contribute nothing beyond the examples that represent them, if as much. There are many gradations of merit between those two positions. Appropriate principles for measuring out patent claims for this whole range of situations are hard to identify and express.

      On the other hand, current institutional processes of law reform don't look like even beginning to address the ways in which current systems miss the target of awarding patent claims for inventions in an appropriate scope for their merits, not too wide, not too narrow.

      [Thanks to the poster who suggested that I put in a revision for the wikipedia article. I'll see what I can do! (But last time I tried something like that, the revision got taken off again within 24 hours!)]

      -wb-

  16. spurious counterargument by idlake · · Score: 1

    "Upending nearly a quarter-century of jurisprudence at this point would throw into question the validity of millions of issued patents

    Good, that's the point: there are millions of bad patents, and they must be invalidated. The longer we wait, the more painful it gets.

    Somehow, these companies are using the same kind of arguments little children would use: at first "aw, it's not that bad yet, let's just see what develops" and then later "aw, but we have been doing it so long, we can't change now".

    cause the reassessment of patent licenses worth billions of dollars

    As well it should: those billions of dollars have been forced out of companies for obvious inventions, and they should be restored to the victims.

    make patent litigation more difficult to settle, and inevitably create more litigation for the courts," the brief said.

    Well, I expect it will create more litigation to clean up the patent mess. But that argument is kind of like saying "well, we know the guy is innocent, but let's execute him anyway because it's so much cheaper and simpler".

  17. Hello one-click, nice of you to drop by. by Anonymous Coward · · Score: 1, Interesting

    And who gets to patent the other solutions? Anything solvable in a day by a small team is not deserving of a 20 year monopoly. The only use for these type of patents is to threaten, exclude or extort money from competitors, some way removed from promoting or encouraging innovation.

    Many combinatory software patents would fail an obviousness test if the problem was set for a 12 year old. US programmers should organize an amicus brief, reminding the court that with software, the USPTO has failed to apply the obviousness test in any meaningful way.

  18. The main problem with the obviousness standard by rollingcalf · · Score: 3, Interesting

    Currently the burden of proof is on the USPTO to show that something is obvious, rather than being on the applicant to show that it is nonobvious. Shift the burden to the applicant, and that will go a long way to solving the patent mess.

    When a patent is being applied for, the applicant is claiming that they invented something that others would be unlikely to figure out independently. Making such an assertion should require strong evidence and persuasive arguments to go with it.

    Obviousness will always be a grey area, but for everything to be considered nonobvious by default is ridiculous.

    I would go as far as saying that patents should be restricted to those things that are obviously nonobvious. If there is doubt as to its obviousness, don't grant the patent. It is better for 10 well-deserving patent applications to get rejected than for one undeserving one to get approved. Those with rejected patents can still produce whatever they developed without the patent; but when an undeserving patent is granted it prevents everybody else from producing the covered items, without requiring the grantee to produce it themselves.

    --
    ---------
    There is inferior bacteria on the interior of your posterior.
  19. If discoveries cannot, why should inventions by CDMA_Demo · · Score: 2, Insightful

    Seriously. If E=mC^2 cannot be patented why should anything else be allowed to be patented? If it wasn't for patents we'd have two different types of telephones, hence revolutionizing telecommunications altogether. Maybe we'd have arrived where we wanted to earlier that way.

  20. Things that cannot be patented. by 3seas · · Score: 2, Insightful

    Natural Law (laws that govern above the level of mans ability to enforce any law he may make against it)
    Physical Phenomenon (also something beyond mans reasonable control and ability to enforce)
    Abstract Ideas (that which has no physical property, though it may be expessed/communicated thru physical media).
    Mathmatical algorithyms are a fourth but in essence math is an association, not a thing, between abstraction and accounting of the concrete.
    Also that which is obvious to anyone skilled in the art of which the product is used.

    Patents also require inventorship and originality. You can't patent something someone else did.
    Same with copyright, if you are not the author, you can't copyright it, though originality is a little more flexiable with copyrights
    (not its only because you can get a copyright on something not so original, but prior art can later overcome your copyrights - the copyright office does notr require you to submit prior art and leves originality up to anyone interested in challenging it - of course in court)
    Exception to these is if the person of creation is employed to do so, for you. Still their name is attached.

    You cannot patent what has been made public for a given time before a patent application is applied for.
    Prior art issue apply in defence against originality.

    Now there is also the need to be novel and useful, though useful today may mean using it's to earn you an income from an infringment lawsuit (which should be grounds to dismiss such a claim as it does not contribute to the founding fathers heart intent.)

    Patents do not give you the right to produce the object of patent, as you can invent a bomb and it can meet all the requirement of patentability and you can even eran royalities off of it (perhaps selling a license to the government if they don't just take it from you), but you are not given teh right to produce it by being granted a patent. hat a patent does is give you the right to say "NO, you canno use" to others.

    Its this grant of saying "NO" that is also the basis of the above things that cannot be patented. If you cannot reasonable enforce "NO" then what is the point of applying for a patent (regardless of those who think getting a patent to protect an idea, that it stay open and free.... well there are easier and less expencive ways to do such as mentioned above.)

    The manifestation of the concept of granting a right to say "NO, you cannot use" has reached its apex of being more a tool to extract value, from others, then it is to earn directly off the product and sale of the product of the patent. Leave it to man to abuse others through the distortion and manipulation and interpretation of his own creation of laws, laws that other before him probably created.

    About that which is not patentable.

    Software!

    It is by the natural laws of human capabilities to create and use abstractions. It is also by the human rights of men to communicate with each other via such abstractions and that it is through the use of abstract communication that man is enabled to create a great deal, from building physical things such as homes, roads, vehicles, cloths, medicine and treatment of illnesses, even laws that dictate how a traffic light is to work, etc.. These all are examples of physical phenomenon. Not the traffice light, cloths, homes, etc. but the physical phenomenon of abstraction application, the conversion from abstract communication to physical movement. It is a human characteristic, to some degree found in other animals but only of a lower level of abstraction ability.

    Software is often argued to be pure mathmatical algorithyms and that this is reason enough for it to not be patentable. Though many might not grasp so easy the ideas that words can somehow be numbers too. But no-matter math and all other abstractions fall into the scope of what is abstraction.

    Natural law, physical phenomenon, abstract ideas, mathmatic......All of these non-patentable facets and more apply to software, so wh

    1. Re:Things that cannot be patented. by An+Onerous+Coward · · Score: 1

      A new field, indeed.

      Going for a full Google search, a search for "abstraction physics" yields about 100 more search results than "donkey physics". Further, it appears that you are the author of all the highest-rated links. Finally, you spend more time comparing your revolutionary approach to the switch from Roman numerals to Hindu.

      When proclaiming a new, revolutionary branch of Computer Science? Physics? New Age Mysticism? it seems that you should at least mention that you are the only person studying it.

      --

      You want the truthiness? You can't handle the truthiness!

    2. Re:Things that cannot be patented. by 3seas · · Score: 1

      Donkey Physics: The physics of being a jackass, stuborn, unreasonable and even deceptive (thanks for the deception example, BTW)

      Donkey Physics is not found on wikipedia, but it should be there for describing the action characteristics of human jackasses.

      The link you provided has no results as Abstraction Physics was loosely judged by a couple wikipedia controllers as being original research and even I supported it's removal, due a distorted entry about myself lasting over a year before I found out about it and later decided to correct it, while posting the article on Abstraction Physics as a supporting article as to the real me.

      So I know how wrong and biased wikipedia can be, personally and technically and politically. Wikipedia is in no way any sort of authoritive resource of information but rather should have a link to an disclaimer (on every page of every entry and change log) similiar to what you find in a typical software license.... Namely "Use at your own risk" wikipedia has no liability.

      There is also the policies of wikipedia designed to enforce the "no liability stand" as it only allows what is in essence "hearsay" entry.

      But even wikipedia uses abstraction physics. And even you noted that Google findings found more than than just from myself.
      Do you have a problem with Richard Stallman? Linus T., Steve Jobs, etc. If not then why do you have a problem with me? These guys started things, maybe I did too, or maybe I'm just the most outspoken voice on the matter (world authority?. Is linux an OS? Or why do some call it GNU/Linux?

      Only you'll have to do some genuine research to find out about me.
      If you'd do honest research you might just find how much you are applying donkey physics.

      Don't want to pay for the article "Physics of Computational Abstraction"? (google it) to help you find out about you?
      Well you don't have to. You too can get if for free along with other relevant articles by another researcher (who has sheep skins).

      http://www.matzkefamily.net/doug/

      And to think, I didn't know of his existance until researching for references to the wikipedia article. Certainly I'm not the only one knowledgable of what is in essence the application of abstractions and there are seem to be others comming to recognize a common term or phrase to describe what they otherwaise know via second nature.

      And about the wikipedia article I kept on my own site. Do you have problems understanding what is written? Do you deny the basic actions identified?
      If you have denial problems than simply don't use the actions you disagree with......if you can. Otherwise you are practicing your donkey physics.

      Have you practiced your donkey physics enough to make it second nature for you, yet?

    3. Re:Things that cannot be patented. by An+Onerous+Coward · · Score: 1
      All I can say is, you poor, persecuted genius you.

      I caught a whiff of the Wikipedia deletion "controversy". It's not at all controversial when you look at Wikipedia's policies towards novel research. Just because you believe your pet theory will eventually become successful doesn't mean that Wikipedia should be archiving it. Until "abstraction physics" has gone through a substantial peer review, and is at least deemed worthy of mention by a number of people in the relevant field, it really can't be called a branch of human knowledge.

      Compare that to what you've got: Dozens of posts to various mailing lists and web sites, all by you, trying to promote a theory. A link to a (pretty interesting) paper by a guy you seem to have decided to adopt as a fellow "abstraction physicist," presumably because he has credentials and you do not. I don't see that you've pointed to any successful applications of Abstraction Physics to real-world problems. I don't see that you've even defined the term in a coherent way. You keep saying that it's something human beings do all the time. Maybe you've just latched onto something painfully trivial. But you are such a poor communicator that I simply cannot tell.

      Just give me one example of a straightforward, concrete problem that is much easier to solve with Abstraction Physics. Not wild handwaving about how a proper understanding would make software patents irrelevant. Just a small, well-defined problem. I don't think you can do it, because I think all this talk of Abstraction Physics is just your ego outstripping your competence.

      And even you noted that Google findings found more than than just from myself.
      I said no such thing. In fact, every one of the results I looked at (barring a few spurious results and one or two that were secreted away inside pay sites) were all written by you.

      Final note: "Donkey physics" was not intended to convey any information. It was simply my attempt to gauge worldwide popularity of "Abstraction Physics" by substituting the first word with a randomly selected one, and comparing the results. It pains me that you would take the opportunity to besmirch the reputation of such a magnificent and dedicated animal.

      --

      You want the truthiness? You can't handle the truthiness!

  21. first by oohshiny · · Score: 1

    First, since we're never going to get it quite right, we need to decide whether we want to err on the side of sometimes giving out invalid patents, or whether we want to err on the side of sometimes not giving out patents that perhaps ought to be valid.

    I think it's pretty clear that we want to err on the side of sometimes not giving out patents that perhaps ought to be valid. After that, it follows fairly simply that the standard for unobviousness should be pretty high, and that demonstrating obviousness should be fairly easy.

    1. Re:first by the+eric+conspiracy · · Score: 1

      After that, it follows fairly simply that the standard for unobviousness should be pretty high, and that demonstrating obviousness should be fairly easy.

      One of the reforms that I would back is a revision of the standard of obviousness which is set by current patent law to be pretty low - i.e. "obvious to one with ordinary skill in the art".

      To me the case under litigation SHOULD fall into that classification. When I was pursuing patents as an inventor I'd always be looking to have some unexpected synergistic benefit from combining two or more other inventions before considering that I had something worth patenting. And if I wasn't capable of this the patent examiner would generally reject my application besed on it being anticipated by combining the materials in two other references.

      So I don't hold with either the idea that this brake pedal should be patentable, OR with the idea that making it unpatentable would lead to a revolution in the patent system.

      So let's hope SCOTUS rules his way.

  22. Obvious Patents - Slippery Slope! by wdhowellsr · · Score: 1

    The last thing we need is new ideas put through some bureaucratic nightmare to determine if it they are obvious. If a product were that obvious why haven't the millions or perhaps billions of people constantly coming up with new ideas applied for a patent or even placed it in the public domain? Let the normal prior art and legal procedures handle any new patents. I have a patent pending that one could say was obvious to an electrical engineer and uses modifications of previous ideas but there is no prior art or patents. Let's worry about obvious patents that are currently being used or have twenty-five years of prior art as in most of the rediculous patents currently being filed by computer companies.

    1. Re:Obvious Patents - Slippery Slope! by Cassini2 · · Score: 1

      I bumped into an electrical circuit that was dead easy. It was one of the simplest things that I built in a long time. It got patented.

      Essentially, anyone skilled in the field knew that the technique didn't work for the application intended. As such, no one bothered patenting (or even documenting) it. Along came a professor one day. He used a limited sample, and concluded the technique worked great. If you expanded the sample size, the technique failed: in every test run we did.

      The big problem for me was this: The professor essentially created a blocking patent. Any device used for the application would need to have much in common with his implementation. In fact, it would be difficult to create a new device that didn't use some of the same key ideas of his circuit. Interestingly, all the commercial products in the field were more complicated than his, and all used similar technologies.

      The patent office issued a patent that can be used to annoy (and perhaps make money from) everyone else in that field. The professor succeeded in doing two things: a) wasting a whole of research and industry money, and b) creating a legal obstacle for anyone else creating a better solution.

      I am a firm believer in making the obviousness test tougher.

  23. One day? by SecurityGuy · · Score: 1

    The problem, IMO, is that the grant of rights is often extreme relative to the cost of developing the "invention". If I puzzle out how to do something in my spare time in 5 days, it seems outrageous to grant a 17-20 year monopoly. On the other hand, if I'm a drug company and I spend 10 years and billions of dollars developing a drug does deserve a chance to recoup those costs and reap some profit.

    Bad patents is only half the problem.

    1. Re:One day? by FLEB · · Score: 1

      That (theoretically, assuming the system was applied correctly) sorts itself out. If it's something that anyone could think up in 5 minutes, then either someone else has thought of it (prior art) or it would be considered "obvious". If it isn't obvious and it isn't prior art, than this person apparently had something that everyone else didn't, is bringing new value into the world, and their monopoly will grant them the fruits of their innovation.

      To discount 5-minute inventions is to discount things like "Eureka!" moments, the collected education and intelligence that allows someone to come up with a solution in 5 min, or the unique skill of insight that may have led to a simple solution to a previously unrealized problem.

      --
      Information wants to be free.
      Entertainment wants to be paid.
      You just want to be cheap.
    2. Re:One day? by kimvette · · Score: 1
      On the other hand, if I'm a drug company and I spend 10 years and billions of dollars developing a drug does deserve a chance to recoup those costs and reap some profit.


      You picked a bad example, because many pharmaceutical companies seek government grants (YOUR and MY hard-earned dollars which were subsequently extorted by the IRS) to pay for the R&D of these drugs. If ANY tax money subsidized the development of any drug, the drug should either be barred from being patented, else the company should be compelled to grant royalty-free licenses for competitors to manufacture and distribute.
      --
      The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
    3. Re:One day? by hairpinblue · · Score: 1

      > because many pharmaceutical companies seek government grants (YOUR and MY hard-earned dollars which were subsequently extorted by the IRS) to pay for the R&D of these drugs

      Same for the .com boom. Government initiatives (tax dollars) primed the pump, our 401(k) funds kept the pump working, then the boom in day traders and the keep up with the Jones appeal of casual stock trading (made easier by online stock trading) continued to fuel the pump mechanism and, when the .com bubble was beginning to deflate, prices on everything from insurance to gasoline went up to shore up the profits of the diminishing tech sector to keep the scam from being so obvious and, when even that couldn't hide the impending .com bust, we had Senators and Representatives proposing that we dump Social Security money wholesale into the stock market. Meanwhile the profits from all of the taxpayer and blue-collar working man investments went directly into the pockets of the CxOs, VPs, board members, and major stockholders (often investment clearinghouses or business conglomerates) who smartly used their social networks to clobber the real estate market into submission at a time when they were flush with capital and the rest of the nation was watching their retirement funds flush down the tubes. Those who engineered the scam took their profits and bought real estate, turned it into condos, apartments, or housing communities and now rent/mortgage it back to those same blue collar workingmen (who, if we've paid attention and followed the money trail, were the ones who actually provided the capital to get the whole thing going) at three times the cost.

      It's not just the pharmaceutical companies screwing over the American public. In terms of how much money the .com bubble was used to launder (or funnel through the pyramid scheme, however you choose to see it) while it was the hot sector on the stock market it should be obvious that IT has screwed the population far worse than the pharmaceutical companies ever could hope to dream of doing.

      --
      Hustlers exist solely through charity. I see their scams, lies, and deceit: I'm too charitable to outright shoot them.
  24. Re:Require Technical Judges by arthurpaliden · · Score: 1

    What is required for patent cases is Judges that are trained technologists in various fields instead of lawyers. So your patent case would be heard by a Judge that was knowlageable in the field in question instead of just the intricicies of the law.

  25. That one is obvious by Anonymous Coward · · Score: 0

    Patent lawyers are strongly opposed to code in software patent applications. Firstly because it then becomes obvious the work should be protected under copyright, secondly because grey areas are what keep them employed.

  26. Combinatory patents by Frizzle+Fry · · Score: 1

    The need for combinatory patents was best explained by George Carlin: "If you nail together two things that have never been nailed together before, some schmuck will buy it from you".

    --
    I'd rather be lucky than good.
  27. Is the patent system a failure already? by Mongoose · · Score: 2, Interesting

    The patent system ties up many resources for US companies, and blocks progress in fields for years. China however can have companies come in and use patented designs without penalty. In fact the US will allow imports of such goods. I remember the idea behind patents, but now patents need to be more realistic with their time frames and perhaps a 'will to implement' or just go away completely.

    1. Re:Is the patent system a failure already? by Courageous · · Score: 1

      I think it likely that if a good were shown to be infringing, US customs might take a dire eye to it. Regardless of this speculation, once a patent-infringing item is imported, its domestic resellers are fully subject to litigation. Actually, so are the owners and users of such devices, its just that all to often these are little guys who aren't worth litigating.

      C//

    2. Re:Is the patent system a failure already? by DRJlaw · · Score: 1

      In fact the US will allow imports of such goods.



      In fact, the US will not.

      Except as otherwise provided in this title, whoever without authority makes, uses, offers to sell, or sells any patented invention, within the United States, or imports into the United States any patented invention during the term of the patent therefor, infringes the patent.

      35 U.S.C. 271(a)



  28. The Medicines issue... by itsdapead · · Score: 3, Insightful

    One of the frequent objections to patent reform seems to come from the drug companies which (if you reconfigure your brain to enable "feeling sorry for poor impoverished multinational companies mode") is sort-of understandable, given the amount of work needed to establish what might be an easy-to-replicate chemical as a drug. Its also a field where disclosure of information is likely to advance science.

    Couldn't some of the protection currently offered by patents be made part of FDA and similar approval processes instead? I.e. make the investment needed to get a drug FDA approved: get an N-year monopoly on its sale?

    --
    In a survey of 100 programmers, 111111 thought that duck-typing was a good idea.
  29. What are patents really for? by mjs0 · · Score: 1

    In my opinion the problem is with the way the patent system as a whole has been warped over the years into something it was not intended to be. The patent system is not something that has to exist, it is something that we as a society agree to have in order to incent individuals and companies to perform activities that are of benefit to society.

    There appear to be two basic uses for the patent system that unfortunately are sometimes at odds with each other.

    1. Incent investment in innovation...The benefit to society is clear...by granting a temporary monopoly on an innovation, individuals and companies are incented to invest in areas that would otherwise not have a decent return on investment due to the ease of duplicating any innovation.
    2. Retroactively profit from innovation...The benefit to individual companies is clear in the form of profits...however the benefit to the general economy and society is less clear but possibly present in the form of eliminating duplication of effort. A company or individual can retroactively identify innovations (that were not the primary goal of the investment) and patent these in order to license the technology to others. The societal benefit of this activity is significantly lower than (1) and certainly does not require or deserve the massive incentive that a patent delivers in the form of a monopoly on that innovation.

    [Aside: When I worked for a large s/w company we were incented to regulary trawl through our developed code for potential patentable algorithms, this is clearly a case of (2) not (1)]

    Surely the only useful purpose for a patent system is to incent companies to make investments that would otherwise not have been made. If a company got a clear benefit from an investment and would continue to benefit whether granted a patent or not then there is no point in society (i.e. the rest of us) granting them a patent! What they have is a trade secret that is protectable by other laws (copyright?), not a patentable innovation. Other companies should have the right to make a similar investment to develop a similar solution (or license the technology from the original company if that is agreeable and makes more economic sense)

    So, this is the tricky part...if the company has a trade secret that they feel they could make money off the way this works today is to patent the trade secret and then license it. This is behaviour that should be incented but not using the same system as incents investment in innovation.

    Patents should be reserved as a way to protect investment that will otherwise be rendered valueless (thus disincenting the original investment).

    A separate system that allows companies to profit from trade secrets as commodities not monopolies is what is needed and far more in keeping with a truly capitalist approach to this, i.e. let the market decide if the innovation is valuable. It would avoid the negative effect of a making these trade secrets patentable, which actually makes innovation in related areas harder to achieve. After all, projects which have a decent return on investment without patents will continue to get investment without patents. Why would we as a society give free profits (effectively simply raising the price for all of us) for work that would be done anyway.

    This proposal would drastically reduce the number of innovations that qualify for patents, but continue to encourage the licensing of incidental innovations as commodities, exposing them to market forces that would determine how obvious they were (i.e. if they truly have value people will pay for them, if they are obvious or exist elsewhere then they won't pay for them...simple.)

  30. This combination is obvious in this case by Anonymous Coward · · Score: 0

    I actually RTFA'd to me it's pretty damn obvious combining the two features together. They both improve the experience independently. It's standard practice in the auto industry to combine features. For example, seatbelts and airbags. Anti lock brakes and traction control. For example, does the first car company that puts together anti lock brakes and traction control REALLY deserve a patent on the idea? The patent that was issued in this case is for putting adjustable height pedals with a "brake by wire" system. I'm sorry, but an 8 year old kid can come up with the idea of getting an adjustable height pedal and "brake by wire" in the same car (once they are told both ideas separately).

    Think about it this way .. you are super tall and your wife is super short. So you are told about this car with adjustable height pedals .. so you buy a car with adjustable height pedals. It works out great.

    Then, one day you get in a minor accident in this car because you couldn't brake in time.. you are all upset ..you go to the dealer saying "that last car you gave me was crap .. the braking sucks" ..the dealer says "oh I have just the perfect car for you", and he lets you test drive a car .. although the new car you are test driving has not got the adjustable height pedals it drives much better since it has "drive by wire brake technology" however you feel uncomfortable because you cant adjust the brake height like you are used to doing in your previous car.

    Are you REALLY not going to ask the dealer if they have a car that has both adjustable height pedals and drive by wire brakes because it's non obvious?? Or, are you going to buy this new car with the brake by wire and forever suffer in discomfort .. yet never thinking "man, I wish this thing had adjustable brake pedals like my old car!"

    Now I am willing to concede that in some cases combining features may not be obvious. But in THIS particular case, combining the two seem obvious.

  31. Are we now going to have methods of combinatory by 3seas · · Score: 1

    Are we now going to have patents issued for methods of combinatory invention?

    If So I claim patent rights on + (plus), - (minus) concepts and any complexicated use of them up to but not excluding any advanced combinatory method parralleling our most advanced methods of mathmatics or symbolic calculation equivilance. I license them to anyone under the same terms of which they either license their patents or in the event of a user, then the terms of the license of applied to their use of the patent that usinsh mine. Including all the licensing fees, consumer costs typically imposed or incurred thru such license.

    So make me rich financially or make us all rich in the values we are able to experience in our life or stop thinking.

    The point is: The article seems to be about the decussion of simple combinatory patents. But don't we all exist upon the inventions and discoveries of centuries of man before us?

  32. Poor understanding of the subject by Conficio · · Score: 1

    This sounds to me like an article based on poor understanding of the subject. Patents are something different than copyright infringement. Patents do cover an invention, that has to be documented publicly in order to receive patent protection. This means that a patent is not covering a particular source code implementation, like a copyright does. It rather covers a way of doing things. For software only so called business process patents are relevant. It also means who ever implements something in violation of a patent had the chance to examine the patent first. To clarify, you can't patent a mathematical formula or a specific piece of source code. However you can patent a chemical compound and the way to produce it or you can patent a protocol of computer communication. Amazon even patented the "one click purchase" as a given business process. So IBM's grant of licenses to 500 of its patents did not bring any new discovery if Linux violated any patent that IBM held or not. The same way no one needs to look at the MS source code in order to determine if one of MS's patents is violated. However, if MS has patented the way their NTFS file system can be accessed remotely (the protocol), or any particular aspect of it, and if an open source project uses these series of messages then it could violate the patent. Just my understanding of patents and I'm not a lawyer.

    --
    Busy helping non technical users of OpenOffice.org - http://plan-b-for-openoffice.org/
    1. Re:Poor understanding of the subject by Anonymous Coward · · Score: 0

      What are you wittering about? Poor understanding of the subject indeed, moron!

  33. Another thing.. by Anonymous Coward · · Score: 0

    Let's say even then the idea escapes him and he buys the new car without the adjustable pedals .. he takes it home .. explains to his wife all about the fancy shmancy new "drive by wire" brakes the 1970 model (which is when the first patent dates to) old car did not have ... What's the FIRST thing his wife will ask when she sits in the car going to test drive it?

  34. RE the aspirin example... by tcgroat · · Score: 1
    Aspirin is aspirin, for example, but there is Bayer who will sue the crap out of you if you don't pay them for making and distributing it.

    A century ago that may have been true, but the patent on acetylsalicylic acid expired in 1917 and the trademark "Aspirin" was ruled to be a generic name a few years later. The history of aspirin, from Hippocrates' use of willow bark, through its chemical synthesis in the late 19th century, to the competing claims for that invention, shows that problems with prior art and and originality are nothing new!

  35. Obviousness: High or low burden of proof by mavenguy · · Score: 1

    he basic issue here is, given that no one "piece" of the prior art shows the invention (which would render the claim unpatentable for lack of novelty), would the invention be obvious to one of ordinary skill in the art at the time the invention was made. The problem is, how does one determine what such a hypothetical person would think? This, then, is a construct that must be made by whomever is interested in it, including patent examiners, judges, juries, competitors, etc. The prior art has to be determined by finding concrete evidence, namely, public disclosures (printed publications, prior use, certain activities of others, etc.).

    The key question is how far the one evaluating obviousness can draw inferences from the explicit teachings of each piece of prior art. In court cases it's possible to have "expert testimony" given which can help (but of course their credibility has to be evaluated, particularly if both parties use experts with opposing opinions), but the PTO must rely strictly on things like printed publications. In this circumstance the evaluator has to draw inferences: a "low" standard permits the evaluator to make many implicit inferences; a "high" standard requires that the prior art, itself, must have explicit explanations of disclosed features and how and/or why they could be used. It is believed by many that traditionally, the courts, including the SCOTUS (as the final arbiters of each controversy) used a relatively low standard, but the Court of Appeals for the Federal Circuit (CAFC), now the sole patent court below the Supreme Court, has evolved a standard which is relatively high.

    The problem with the PTO, which for decades has been obsessed with cranking out work first over stressing the thorough gathering and assessing of prior art, is that the higher burden to prove obviousness means more and broader claims get issued. The references not only have to literally describe the subject matter, but need to have need to have some discussion of why something is done. Where previously one might find a couple of references showing, among them, all the claimed features and then make a sustainable rejection one must now get references that, while literally showing nothing more, have explanations to support "combining" the features to meet the patent applicant's claims. Now given enough time perhaps better prior art could be developed, but this time is not provided, so it ends up being that the search get cut off, the art is applied as found, then it's off to the next application so that production and timeliness quotas are not missed. The same burden, of course, applies in an infringement case, but most accused infringers will have access to loads more time to find better prior art, secure expert testimony, etc.

  36. speaking of 'obvious'... by Anonymous Coward · · Score: 0

    Like many visitors from outside the U.S. I had absolutely no idea what 'SCOTUS' was until I googled it.

    I only clicked in because it sounded naughty.

  37. Regrettable, courts defining ambiguous laws again by OldHawk777 · · Score: 1

    I find it extremely regrettable that the courts are defining ambiguous economic federal laws which the USA Congress has failed to write correctly over the past two (1986-2006) decades.

    The impact has been that EU, Japan, and many other nations have been coerced and/or followed the USA down an economic dead-end road of corporatist Luddite-oppression (DRM, DMCA, software patents, stem-cell research, opt-out-privacy, vapor-process patents ...) . I suspect, from the aggressive protectionist tactics used by corporatist, that part of the Global-GDP will be lost to corporatist-governments market-share protectionism opposing Open-Competition. Governments-for-hire presently have a strangle hold on the socio-economics of the public/citizens (Mockery-Democracy in the USA, EU ... does look a great deal like Chinese Faux-Communism.

    Governments that are not elected by the public, do not represent the citizens, and/or predicate value on religious/political dogma are fiat-plutocracies [AKA: Legitimate DeMockery].

    Democracy will never fail humanity; However, historically citizens have failed democracy. Democracy Citizens' are always responsible for their own welfare, because democratically elected representatives may serve personal/self-interest, and should suffer sever repercussions (not death, just prison) for their evil actions, but if the PUBLIC-/-CITIZENS do not enforce their defense of democracy and freedom, then they devolve to a totalitarian "Legitimate DeMockery" nation. You can make a "Legitimate DeMockery" look good in books, news, TV, radio, media ..., but the fact remains a Legitimate DeMockery nation of servile death-fearing fools. Death before dishonor is no longer as option, patriotic-death is now the road to redemption.

    When politicians refuse to revolt (make real changes in government) and address the needs of citizens, then in the USA, EU, Japan, Australia, Israel ... citizens still have the right and duty to vote all politicians out of office. There are no Politician psychological profile (sanity and mental aptitude) tests and/or careers (BA, MFS, or PhD). There are only Leaders (I wish, eight years max and only common-public retirement benefits) or varying presentable crooks in politics (Local, State, National) for a maybe didn't get caught career. Vote them out, Vote them out, Vote them all out forever and always. PLEASE, This is a peaceful civilized citizen revolution, why remain a fool for any politician, use the Internet for organizing peaceful protest until real change (Education, Health-care, Politics/religion/dogma ...) happens!

    Whoops, due to my AADD I am always getting side-tracked to slightly off-topic.

    Referring back to the first line; to many politicians believe themselves experts in technology or believe corporatist are the experts for writing (special-interest) technology legislation for any USA Congress of the last 20 years; also, eduction, health-care, economics, telecommunication, IPR ... over the last 40 years. This is why the USA continues to slip down all the international socio-economic list (Education, Telecommunications, Health-care, Representative and Responsible Government ...). "We The People" are becoming the biggest loser culture/nation in history. From our Top-Global-Leadership position too international insignificance in less than 100 1945-2045) years, what a pitiful nation we are becoming. The "Rise and Fall of US, 1945-2045" history book is being authored by US Citizens believing and listening to political, corporatist, and religious dogma as truth today and doing nothing/wrong. We have only ourselves/politicians to blame for our failures in Vietnam, Iraq, Enron, S&L Debacle, 2000-2006 political scandals, Religious/political pedophiles and deceivers ..., failing education, health-care ..., dilapidated electrical, water ... utilities, telecommunications, transport

    --
    Unaccountable leaders are masters, and unrepresented people are slaves. How do US and EU fare?
  38. The patent system _is_ flawed by Anonymous Coward · · Score: 0

    The very premise that patents foster innovation has never been proven. The only way to solve it IMHO is to shoot all patent lawyers.

  39. The first thing to fix... by gr8_phk · · Score: 1

    The first part of any patent reform should be to stop the flow of money from the PTO back to the rest of the government. The PTO has been a revenue source for some time now. Rather than sending the money off to other things, it should be used to fund better examinations and such. Or they could just lower the cost of a patent so I can play games too.

  40. Another use by grahamsz · · Score: 1

    A particularly incidious use of patents is found in cross licensing.

    Say you have three companies, called A B and C. The account for 99% of the widget market and all file assloads of useless patents. Normally you'd expect that if company A files a patent saying widgets are black, then the other giants in the field would fight it and have it struck down as obvious. Instead they can agree to cross license their portfolio and each pay the others a trillion dollars.

    The end result is that it's impossible for a new-comer to break into the market because the are unable to pony up the licensing fee or pay for enough legal consul to fight the massive portfolios of useless patents that can be used against them.

  41. There is no by Master+of+Transhuman · · Score: 1

    "better concept" of intellectual property because IP is a "non-concept", flawed at its root.

    The only "IP" is a SECRET I know and you don't. As soon as I tell it or sell it to you, it's no longer "IP". That simple.

    Anything else is trying to use contract law to control someone's behavior for someone else's benefit.

    The proper response to that "someone else" is: fuck you.

    --
    Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
  42. Nooooo! The hell you say! by Anonymous Coward · · Score: 0

    Small companies suing larger ones for mere profit? Nooo! Say it aint so! Not like Research In Motion and their blackberry (crackberry) vs. NTP, essentially a company entirely consisting of about a dozen lawyers, suing for billions because of a perceived patent (or not), and after they win, and get billions will they use it to advance their product? What product? NTP doesn't make anything, as stated, they are only a bunch of lawyers! RIM actually makes stuff, has engineers, designers. NTP are lawyers. They do nothing but sue! How perverted the US patent system is! How utterly perverted it is! If I recall correctly, RIM also has prior art showing that they did create all of their ideas first. So how is the patent process helping them? And how about software. Mixing and matching is as easy as cut and paste (literally). Its not far from mathematical algorithms, but the big software companies will argue otherwise, and bribe anyone with any brain that works that its otherwise. They will also argue that patents (all patents) must be extended to three millenia past the death of the great great great grandchild of the authors 6th generation (or another millenia past that if Disney had its way).

  43. Patent review instead of jury duty? by said_captain_said_wo · · Score: 1

    How about making patent review take the place of jury duty? A group of peers could decide by vote if a patent is worth granting or keeping based on obviousness.