EFF Runs Patent-Busting Challenge
markclong writes "Every year numerous illegitimate patent applications make their way through the United States patent examination process without adequate review. The problem is particularly acute in the software and Internet fields where the history of prior inventions (often called "prior art") is widely distributed and poorly documented. As a result, we have seen patents asserted on such simple technologies as One-click online shopping (U.S. Patent No. 5,960,411.), Online shopping carts (U.S. Patent No. 5,715,314.), The hyperlink (U.S. Patent No. 4,873,662.). The EFF is hosting a patent busting project to fight the most egregious abuses of the patent system."
How about a Wiki-type thing that lists some previous art for patents that a watchdog group lists out? Get some serious evidence and archive it in one place so the masses can check and see what patents they don't really have to pay attention to.
I hope every
Apparently the current US patent system does not want to spend the time/money to carefully check new patents. Now the EFF and volunteers are doing the USPTO's work for free.
It might remove the most harmful and obviously insane patents, thus making the idiocy of the current system less visible.
When they say fight the outrageous patents, are they referring to the ones that already exist, or future ones? Or both? How would you combat a patent that already exist? Show prior art? Anyway, I think it's rediculous that we have to go as far as to create an organization to stop what should be common sense. Come on, a patent for double click? Oi..
Then again, if life were perfect, I'd have better things to do than rant on slashdot at 2 am in the morning. Hehe =)
well, the most nafarious patent of them all was when an ozzie man decided he wanted to patent the wheel, and actually succeded.
the lawyer patented the " circular transportation facilitation device". so that means anyone who ever produced car, bike, even unicycle in australia would have to pay royalities.
dont believe me, well check the BBC or CNN
personally this is a prime example of intellectual rights gone amok. i would rather convert my car to square wheels before paying any damn royalites on a wheel. but i dont think it will be a problem. but just in case, im going to go patent the spherical rolling device. lets see MR. Keogh drive home without any ball bearings.
There was a recent slashdot post about Microsoft's patent on the autogenerated TODO list in an IDE. They filed in 2000. Well, as usual, it's pretty easy to find prior art for something like this, if you just search google on the grand-daddy of IDEs.
I was so confident, I went with "feeling lucky". Sure 'nuff, the very first hit, automated TODO lists in 1999, From Tulane University.
Your politicians will do anything for a vote.
Ah, if only.
It has turned out to be simpler to block the people most likely from voting a certain way so they can't vote at all.
The legislators will really do anything for... a campaign contribution.
Unfortunately, most people can be counted upon to vote for the incumbent, or the slate from the same political party with which their parents identified themselves. And patent reform is too esoteric of a subject to capture the interest of most folks.
Democracy was great, in theory...
<grrr>
Why not implement a deposit sum for patent to be granted to the person that found prior art or faults invalidating it. This would probably end all talk about underpaid or overworked reviewers and spawn a new profession on the internet.
I like this idea quite a bit actually. It sounds a bit like this project is trying to do half of the patent office's job. But even if they were doing their own job, having a full fledged project of this nature would be a boon. Forums, mailing lists, wiki, the whole nine yards. If I was a bit older, and had lived through a little more history, I would gladly help patent bust as a hobby. I think there are many here on slashdot who feel the same.
It could just fix one problem this way. Without the type of feedback/interaction mechanisms you mention, projects like this tend to disappear from view. If there was a following to the project, there would likely be more items submitted to slashdot, drawing the long term attention of a fair percentage of slashdot users (and other news/forums). The effects could be a mild domino effect, not becoming the best known project in existence, but making its presence felt to those most able to help.
I won't join Slashcott. OTOH, If Beta goes live, I just won't be back until it's fixed. Sorry Dice.
IBM got a patent on CAPS LOCK status indicator: Here's the link
It's patent 5,924,098. It's owned by Sun and it's basically on using the Boehm style GC to do well known lock-free programming techniques, one of which RCU is based on. I even commented on the obviousness of the technique before Sun was issued the patent here. It's not prior art but it does show obviousness to someone (me) versed in the art of lock-free programming. It's a standard technique that depends on some mechanism to delay deallocation of data nodes until they are no longer referenced. Which is by definition Garbage Collection. Specifying a known form of GC in conjunction with this technique is not an invention. Coming up with a new form of GC or proxy GC is an invention.