Microsoft's Bold Patent Move 571
theodp writes "On Thursday, the USPTO disclosed that Microsoft has a patent pending for displaying numbers in a box to make them stand out. " Check out the images to see the power of this breakthrough patent. That's almost impossible to do without patents.
Well... (Score:5, Informative)
Now, whether Microsoft (or anyone) should be allowed to patent such thing... I don't know.
Re:Well... (Score:4, Informative)
Re:Well... (Score:3, Insightful)
Obviousness criteria no longer applies (Score:5, Insightful)
-russ
Re:Obviousness criteria no longer applies (Score:5, Insightful)
I don't think so. The idea being that if something is obvious a person wouldn't bother to patent it.
I can think of many things that I've "invented" but would never bother pursuing a patent on because it IS obvious.
What they are trying to patent is basically a document search with the search crtiteria predefined (i.e. highlight numbers).
It's gotten to the point where companies are no longer trying to patent unique or original ideas; they are trying to patent ALL ideas.
Re:Well... (Score:3, Funny)
Re:Well... (Score:3, Funny)
Re:Well... (Score:5, Informative)
Re:Well... (Score:3, Funny)
Aren't the two mutually exclusive?
Re:Well... (Score:5, Funny)
Aren't the two mutually exclusive?
It's Perl we are talking about here...
Re:Well... (Score:5, Funny)
Re:Well... (Score:5, Funny)
Hell, no, they aren't mutually exclusive.
Look at George Bush.
Re:Well... (Score:3)
Re:Well... (Score:4, Informative)
It's simple because it's completely table-driven... it doesn't require the complicated set of if/length/substr/== commands that you'd originally think it would.
More formally, so people don't try to ding me when they don't see the difference... finite state automata [wikipedia.org] are clearly simpler things than turing machines [wikipedia.org]. This clearly explains the "aren't they mutually exclusive?" issue. The first thing you think of when you think of implementing number-matching for human-languages is that it can't be expressed via DFA's. It's a little surprising that it can be. But the fact that you can wedge something that otherwise would more naturally be expressed as a full algorithm into a DFA, means that it's going to be messy as hell.
Re:Well... (Score:3, Funny)
A perl regular expression beat her in a beauty contest!
Re:Well... (Score:5, Funny)
No it isn't. Although, to be fair, it does have exceptional support for write only programmers
It may look ugly? (Score:3, Funny)
Prior art + obviousness (Score:5, Insightful)
Re:Prior art + obviousness (Score:4, Informative)
Re:Prior art + obviousness (Score:3, Insightful)
How many bogus patents the USPTO rejects is irrelevant.
It's how many bogus patents they accept that's the problem.
---
You communist! Breathing shared air!
Re: (Score:3, Insightful)
Re:Prior art + obviousness (Score:3, Interesting)
In particular, there is the requirement that patents cover "non obvious" innovations, and yet what I saw was patent after patent after patent that covered techniques and ideas
Re:Well... (Score:5, Insightful)
No, because I (personally) can implement this in no fewer than 5 seperate programming languages, and literally thousands of different ways. This patent is bullshit. If they want to copyright their implementation of this, that's fine. But a patent? No.
For example, let's say I wrote a perl script that converted a text document to HTML. If I wrapped numbers and words believed to be numbers in bold tags, technically I'd be violating this patent.
Re:Well... (Score:4, Interesting)
Actually, you might not. According to the patent, one of the major features of the software is the ability to remove the highlighting. In fact, the highlighting is intended to be temporary, and is not embedded into the document stream. If you wrote software that embedded bold tags into the document itself, you'd be doing something similar yet quite different.
CSS (Score:4, Insightful)
OK, so what if I enclose all numbers in DIV tags, setting the class on each to "number"? That's something that you might well want to do (i.e. fairly bloody obvious), and then it's possible to toggle borders using one line of CSS. Come on, we have an entire style system devoted to handling this sort of change!
Re:CSS (Score:5, Funny)
Biggest lies ever told (apologies for off-color reference):
1. The check is in the mail
2. Don't worry, I won't come in your mouth
3. We're from the government and we're here to help
4. This patent is only for defense
Re:CSS (Score:3, Informative)
Really? *cough*SmartSuite [lotus.com]*cough*StarOffice [sun.com]*cough*
I think its more likely that the patent is targeted at the various free word processing programs.
I don't think it's actually *targeted* at anything. Targeting something with a patent would imply that the feature exists. (Which would invalidate the patent.) Instead, Microsoft is simply building a large portfolio. The idea is that if they cast a large enough net, they can eventually threaten
Re:CSS (Score:3, Insightful)
Nothing specific, certainly.
The idea is that if they cast a large enough net, they can eventually threaten any would-be attacker with hundreds of vague claims. While none of them would probably hold up in court, the claims would tie things up for long enough to bankrupt or entirely block the attacker.
And yet, once they have amassed a large enough portfolio, what would prevent them from launching an offensive against lesser competitors? I'd hate t
Re:CSS (Score:3, Informative)
That's why patents usually have a long list of claims, starting with the first, most general claim and ending with the last, most specific claims.
It's a defensive technique: prior art can invalidate the most general claims, but not the later, specific claims. Competitors' design-around-patent efforts can avoid the later speci
Re:Well... (Score:3, Insightful)
Re:Well... (Score:2)
Isn't non-obviousness one of the requirements of patentability?
Re:Well... (Score:3, Interesting)
No, this is laughable even among laughable patents. But you can't blame Microsoft, as much as you might want to, you need to blame Congress, which allows this complete farce of a department to slowly undermine the entire economy of the U.S.
It's just a matter of time before something like the alleged patent on hyperlinks by BT actually gets issued and some company decides to hold the entire computer industry hostage.
Re:Well... (Score:4, Insightful)
Yes, you can.
They bought their way out of an antitrust conviction. If they don't like the patent system, bribe the same assholes to change it.
I don't see them doing that.
Trust me, Gates LOVES the patent system. It's his last defense against OSS and he's going to use it.
Eben Moglen pointedly targeted Microsoft's patent acquisition program Tuesday at his talk at LinuxWorld. He KNOWS Microsoft is going to do this, and the OSDL Patent Commons Project and other methods for fighting the patent system are being put in place to make sure "SCO doesn't happen again."
Re:Well... (Score:3, Interesting)
Take medications, for example. IANAL, but my take on it would be that (for example), if I come up with, say, a new class of painkillers that are different from those we have today, then that's patentable, because it wouldn't be obvious that substances of the new class do function as painkil
Re:Well... (Score:2)
Now, whether Microsoft (or anyone) should be allowed to patent such thin
Re:Well... (Score:5, Informative)
Actually, you are misreading the patent. In a US patent, each claim stands on its own. If only have to reproduce one of them to infringe on the patent.
And claim 1 is: A method for emphasizing numerical data contained in an electronic document, the method comprising: determining whether a request to emphasize all of the numerical data in the electronic document has been received; and in response to receiving the request, locating all of the numerical data contained within the electronic document and emphasizing the located numerical data.
This is really as ridiculous as we beleive..
Re:Well... (Score:5, Interesting)
Re:Well... (Score:2)
Re:Well... (Score:2)
Can't this already be done? (Score:3, Insightful)
They're only extending the search to include all numbers and words representing numbers. Essentially instead of searching for just one word, number, or collection of symbols, they're searching for a whole bunch at the same time and emphasizing the results.
Essentially we get a preprogrammed search to pick out anything that might represent numerical data. I'm certa
Re:Well... (Score:5, Funny)
Re:Well... (Score:4, Insightful)
Microsoft isn't the only one guilty of this though. In the past few years, a lot of large (semi) monopolistic companies have gone on Intellectual Property acquisition sprees in attempt to collect royalties/settlements for patents and copyrights in a field that the USPTO had been far too unknowledgable of, previously. The courts are starting to get the USPTO and friends to play catch up after such debacles as some of the recent outlandish URL trademark rights lawsuits (i.e. Microsoft, Dell, etc.).
I just hope this blows over without any fuss.
Am I dumb? (Score:2)
Re:Am I dumb? (Score:2, Informative)
like putting a box around it or underlining it or boldening it or making it a brighter color.
so if you have a document with an underlined word in it now you are infringing on microsofts patent. you better pay them your $699 or they will come after you.
Re:Am I dumb? (Score:2)
Re:Am I dumb? (Score:2)
like putting a box around it or underlining it or boldening it or making it a brighter color.
Actually, no. Mr. Hope's patent (which he assigned to Microsoft) is for a method of scanning through text and auto-highlighting numbers (e.g. 1,2,3,4), numerals (e.g. I, II, III, IV), numerical text representations (e.g. "one", "two", "three"), and mathematical formu
Holy Offtopic Batman (Score:2)
A:Flatman & Ribbon!
Re:Am I dumb? (Score:2)
Re:Am I dumb? (Score:2)
so . . . they have patented synaesthesia?
Re:Am I dumb? (Score:5, Funny)
No
And even if a poster did such a thing, it would never get through
Re:Am I dumb? (Score:2)
Just kidding...
Next: Microsoft patents the patent (Score:4, Funny)
I'm sure they are working on a patent that covers the process of applying for a patent.
Quick, lets patent DNA! (Score:2, Insightful)
Re:Quick, lets patent DNA! (Score:5, Funny)
The claims made are:
"By inserting the gene into a compatible host via a retrovirus, that host becomes capable of using and activating advanced equipment left behind by our now dead anscestors who just happened to invent the Latin language."
I mean, does that sound rediculous or what? The patent office should go back to requiring working models of an invention as proof!
Uh oh! (Score:3, Insightful)
Re:Uh oh! (Score:5, Funny)
Not 5 minutes ago, I recieved an email consisting of, and I quote, "Goddamned slashdot linked the USPTO again during work hours, guess I'm staying late today..."
Post Text Missing? (Score:5, Informative)
Not trying to be a grammar nazi, but there's a whole friggin' word missing there...
Re:Post Text Missing? (Score:2)
Displaying what in a box? Since the website seems to be Slashdotted, it seems I won't know for at least several hours. What a useless story.
Context highlighting? (Score:4, Interesting)
Re:Context highlighting? (Score:2)
Re:Context highlighting? (Score:3, Informative)
From the patent application: (Score:5, Funny)
Thiti Wang-Aryattawanich
I'd just like to know his nickname, is all...
Re:From the patent application: (Score:2)
Re:From the patent application: (Score:2)
That's... um.... creepy, dude. (Score:3, Funny)
The topic text needs adjustment (Score:2)
"displaying in a box to make them stand out. ""
Display what in a box? I'm guessing numbers looking at the other posts but I can't reach the linked text.
Nice summary. (Score:5, Insightful)
Re:Nice summary. (Score:3)
Re:Nice summary. (Score:2, Informative)
As usual, nothing new (Score:3, Insightful)
Of course, by filing the patent, they want it to seem that Microsoft is the originator if this technique. If the rules the USPTO seems to apply to software patents were applied to 'real world' patents, you'd see the whole lot of them thrown out on their asses, and the whole office revised from the janitor on up to the chief.
I read the entire patent application. (Score:3, Funny)
Why not patent this: (Score:3, Funny)
If not, I'm filling out my forms right now, and someone around here's gonna owe me a lot of money.
Another Idea (Score:2, Funny)
Wow (Score:2)
BAH (Score:2, Insightful)
Re:BAH (Score:3, Insightful)
Images (Score:2)
I wonder... (Score:2)
If after a few stupid examples a number of patent examiners have gotten it into their heads to sabotage the whole process by granting increasingly more moronic patents? All being done in hopes of getting the whole process fixed...
Is it just me? (Score:3, Insightful)
I'm all for the Office of Patents, which was an idea to show who was the first with the idea, granted there's some flaws, (Bell is created with created the phone while there's a good amount of evidence where he's not the originator)
But the original idea was for people to get credit for their ideas, and be able to own them.
However The Corporate world we live in today, has made patenting a game almost. You can patent any abstract idea, and even if your version completely fails and you couldn't program for crap, you can sue anyone else who succeeds at your worthless attempt even if it takes them 10 years, because you own the patent?
I think we need to revise the patent system to at least show that head way is made or such and if the system never gets implemented, the patent is worthless.
Re:Is it just me? (Score:2)
http://portal.uspto.gov/external/portal/!ut/p/_s. 7 _0_A/7_0_CH/.cmd/ad/.ar/sa.getBib/.c/6_0_69/.ce/7_ 0_1ET/.p/5_0_18L/.d/1?selectedTab=ifwtab&isSu [uspto.gov]
So when will it be rejected? (Score:2)
newsflash (Score:2)
The end is near! Front row tickets still available!
Tom
Slashdot's Bold Writeup (Score:2)
Wow! Innovative! (Score:5, Funny)
+----------+
| Amazing! |
+----------+
I've got MS right where I want them... (Score:3, Funny)
Wow...just wow... (Score:2)
bad news/good news (Score:5, Funny)
The bad news is that the USPTO granted Microsoft assanine patent.
The good news is that we slashdotted the USPTO (and I just saved a bundle on my car insurance)
Prior art: Symbolics Genera & CLIM (Score:5, Interesting)
Machines)used something called "Dynamic Windows" which was later further developed as CLIM (the "Common Lisp Interface Manager"). Among the various features of that system was the ability to annotate output with its datatype. e.g., and I'll simplify notation here for presentational clarity (and to save me looking it up) but it's substantially like this:
(with-output-as-presentation (stream 'integerThis would cause the user to see the string "a bit more than five" but the system to have backing store information (kind of like the HREF that underlies a URL presentation in a browser, except that's really more imperative in nature rather than declarative) that says that if the user clicks on that, he's really clicking on 5.3 instead.
What was interesting about the way Genera did it was that there was a conceptual relationship between "presentation" (the analog of printing output) and "accepting" (the analog of reading input). If someone later did:
(accept 'integerthen the mouse would become aware of all the occurrences of things that had been presented as integers (or even things that could be coerced to integers). The system could be further abstracted so that if you output British Pounds and someone asked for input of American Dollars, translators ran so that when you clicked on the value in pounds, it got translated at input time to the appropriate representation (presumably the translator you wrote knew how to acceess the currency exchange to do this). Output in inches could be converted to feet or meters, of course, without such network appliances.
But the key feature which seems to have been "obvious" even decades ago when Symbolics did this work was the idea of highlighting data of various kinds with boxes. In that case, it wasn't even limited to numeric data. It could be any kind of data, even things of different types that were hierachically presented (such a filename listing being sensitive on its whole line as a file, but as only part of the line for this and that date mentioned in the listing).
And it didn't get patented then, which to my understanding of patent law means it's missed its chance...
The really sad thing is that so few people know about this I/O paradigm, which had some very cool features. And then such sadness is compounded when others come along and attempt to say they dreamt up the idea.
I mean, geez, people have been drawing boxes around in paper for a long time. I don't doubt there's some implementation of a kids' book that has a piece of cellophane you can pull back and forth to highlight something. I recall things that use red over red text to make the text "become invisible" being implemented in physical books when I was a kid. That's a form of emphasis through boxes, too!
The patent office is way overboard these days. I think software copyright serves a critical purpose, but I think software patents are an abomination. I'd like to see the software patent system overhauled completely [nhplace.com].
MS isn't the problem (Score:3, Insightful)
Apple's case against MS defined the legal benchmark by which you could protect any new features in an OS and by extension, I think, in an application.
Companies, especially public companies, now know that the only way to defend themselves against litigation, especially in the US, is to establish patents covering features. Even if those patents are utterly bogus.
MS might also be in a position where they could be held legally responsible by their shareholders for not trying their upmost to defend the companies work via patents.
Its stupid that companies can get these sorts of non-trivial patents but don't complain about MS or other companies that do this. Complain about the legal precedents and the patent system that allows it.
Re:Don't get out of hand... (Score:2, Insightful)
Re:Don't get out of hand... (Score:2)
This is not a ball game and you shouldn't require a defensive strategy. The patent system is seriously broken.
Re:Don't get out of hand... (Score:2)
does this qualify as defensive I wonder? (Score:2)
it was filed *after* the relevant technology was released by someone else...
Re:Don't get out of hand... (Score:2)
Yeah, we all understand the concept of defensive patents. We just don't agree with it.
Re:Prior art (Score:4, Funny)
Re:Prior art (Score:2)
Not saying that makes it patentable, just clarifying.
Re:How about patenting these images too? (Score:2)
Re:How about patenting these images too? (Score:2, Informative)
Re:How about patenting these images too? (Score:5, Informative)
Re:How about patenting these images too? (Score:4, Informative)
Firefox's automatic plugin finder is unlikely to work because even though the patent images meet the TIFF standard their format is not recognized by most TIFF viewers.