Amazon Patents Getting Numbers Off a Check
theodp writes "After two rejections, Amazon was granted a patent Tuesday for the Extraction of bank routing number from information entered by a user, which covers the process of obtaining a routing and checking account number
from information entered by a user from the face of a check. The patent application was filed in the week preceding Amazon's Call for Patent Reform."
a patent for the act of accepting money from customers...
The idiocy continues...
a patent for passing stupid patents. That'll show em.
LOOP1: MOV CX,2 LOOP LOOP1
A means of doing the same thing without infringing on this patent (which should never have been granted) would be to check to see which 9 digits are in a list of all known RTNs. In case Amazon was going to patent that to, mark the time of this post as prior art.
One CPU cycle wasted on digital restrictions management is ONE TOO MANY.
From what I can tell, Bezos' statements can be summarized as "Don't hate the player, hate the game"--the same line that all the big players use--but it seems that AMZN in particular has gone far off the wrong end of the stupid-patent-o-meter way more than anyone else. (I have no actual data to back up this claim.)
I have heard that IBM alone files 10 patent applications a day. And yet it's Amazon that is the poster child for frivilous patents. I like to think a responsible tech industry giant like Amazon should be able to amass a defensive patent arsenal without stooping as low as they have.
... or is the USPO just really stupid?
I vote for the latter.
"Derp de derp."
Man, I *seriously* need to start patenting all the shit I come up with. Not because I want to sue people, but because one of these days I'm going to *get* sued.
I can't believe this is patentable. I do this stuff in my UI code all the time. It's a basic part of the "be liberal in what you accept" philosophy. Accept whatever is easiest for the user to type (or cut and paste), then pluck out what you need.
Here's stuff I've done in programs, I'm sure anybody writing UI code has come up with this kind of stuff:
* extract USA zip code from an address by searching for numbers backwards from the end and comparing result against the USPS database
* extract dollar amounts from text by searching for numbers and dollar signs
* extract email ID's from cut/pasted or forwarded emails by searching for headers: newline or start of string, string, colon before a double newline
* extract eBay item numbers from emails based on length of digit string
* extract URLs from emails based on heuristics (there is even a perl module to do this)
Yeah, I've never had to code something to find check routing numbers, but damn, this would be the first thing I'd come up with! Tell me some identifiable property of the data, and I'll come up with a way to pluck it out. A couple regexes and a function to calculate the checksum or whatever it is.
Cripes. This is no longer funny. All self-employed programmers, start patenting your shit!!!!
I mean, your inventions!! I think Bezos has already patented defecation!!!
Anyone want to co-author a patent with me on extracting the area code from a phone number? I'm sure it will take many years and millions of dollars of research so would be the perfect candidate for patent protection. If successful, next will be seperating the number from the street name in an address. Really tricky stuff.
. . . because *i've* already filed for it:
"A Novel Method Of Enhancing Consumer Privacy, By Preferentially Purchasing At Local Community Establishments, Using Uniquely Serialized Pieces Of Paper Currency Bearing Detailed Engraved Portraits Of Deceased National Leaders".
Soon to be followed by:
"A Method For Consumers To Alter Shopping Behavior, For The Purpose Of Undermining The Market-Strength Of Philosophically Objectionable Corporations".
Ok, so they filed for the patent on 2 March 2000 ... how far back were they actually using the method?
I ask because I -swear- that in the mid-90's I was able to use the exact same information to register an account on AOL. Perhaps AOL didn't use the information for -electronic- withdrawal but just printed checks using the info. If so, then ok, there are some differences but seriously not enough to make this valid.
It is more productive to voice thoughtful opinions (reply) than to judge (moderate) others.
I agree with Bezos' statements the effect of "hate the game, not the player". The patent system is a legal construct that happens to be broken. By exploiting it legally, you eventually force our inept legislature to do something to fix it. Similar to the tort reform problem, or MS security holes. If it gets exploited enough, eventaully even our elected officials won't be able to ignore it. Amazon has shown they wouldn't be adverse to a fix with their recent initiative for patent reform.
I'm assuming their version of patent reform would be "Everyone else has to give up their bad patents, but we get to keep them."
Maybe, maybe not. Bezos' comment does sorta imply that he understands the idiocy of the situation but is trying to "fight it within the system" by forcing it to an absurd extreme. There is precedent for this approach.
OTOH, it's entirely possible that his understanding is that absurdities like this will have the effect of eliminating all those pesky little competitors, while leaving his bigger company intact. This would happen if the legislators can't be persuaded to improve the mess they've made.
There is some history of business leaders pushing for legislation that would outlaw their own business practices. There were interesting articles about a case several decades back, when the state of Oregon was considering the legislation that would eliminate most of the pollution from the waters of the Willamette River system. A number of the biggest polluters were publicly pushing for the legislation. Their reasoning was straightforward: "We can't stop our own pollution as long as our competitors are allowed to continue polluting; we'd be out of business. Our only choice is to push for laws that will force everyone to stop polluting." It worked, and the Willamette River is now a lot cleaner than it was back then. It helped a lot that the entire drainage basin was controlled by a single state government.
The corporate world does have a few leaders who are socially responsible. There's a good chance that Bezos is one of them. We'll have to watch him and see. I wonder how much real evidence we have now?
Those who do study history are doomed to stand helplessly by while everyone else repeats it.
I think I found a prior art that can be used against enforcement of this patent. Text below:
...Please send your account number and routing number to this email address, and the money will be wired in tomorrow.
Hello,
Please allow me to introduce my self. I am Natanba Colunga, and my husband was until recently the president of the Central African Republic...
It's good to use your head, but not as a battering ram.