Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Microsoft Patents

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.
This discussion has been archived. No new comments can be posted.

Microsoft's Bold Patent Move

Comments Filter:
  • by Limburgher ( 523006 ) on Friday August 12, 2005 @12:14PM (#13304550) Homepage Journal
    Wouldn't the context highlighting capabilites of, say, Emacs, Joe, and countless others be considererd prior art? It couldn't be that hard to created An Emacs Major Mode that did this, if there isn't one already. I don't see anything worthy of a fresh patent here. That it's MS doing it is irrelevant.
  • Re:Well... (Score:3, Interesting)

    by ConceptJunkie ( 24823 ) on Friday August 12, 2005 @12:18PM (#13304600) Homepage Journal
    Now, whether Microsoft (or anyone) should be allowed to patent such thing... I don't know.

    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. Hopefully, the economic damage won't be too great before our chumpresentatives decide to take a few minutes from their lobbyist-financed caviar and Dom Perignon snack-break and return the implementation of patents to something within the same area code of what was originally intended.

    The system is screwed, you can't blame MS for using it. If they don't someone else, like SCO, perhaps, will do it.

  • Re:Well... (Score:3, Interesting)

    by slavemowgli ( 585321 ) on Friday August 12, 2005 @12:20PM (#13304629) Homepage
    Being unique is not enough for something to be patentable - it also has to be novel in a non-obvious way, i.e., it has to be something that someone working in the field would not be able to come up with after two seconds.

    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 painkillers, or that if you wanted a painkiller, using that class of substances would be the natural way to go.

    On the other hand, if I take an established kind of painkillers and modify it slightly (for example, by replacing a hydrogen atom with a CH3 group somewhere) to get a new substance, then that's not patentable, since I didn't do anything fundamentally new and non-obvious.

    The same thing seems to apply here (although it's hard to tell, as the server's currently slashdotted). Even if you take the article summary with a big grain of salt (which is advisable on Slashdot), it's hard to imagine that making numbers stand out in a document is something non-obvious - or, for that matter, something new.

    Remember, the purpose of patents is not to give businesses a way of extracting money from everyone; the purpose is to further science and technology by encouraging research. The 20-year monopoly that comes with the grant of a patent is a reward for doing that research, if you will - but that also means that the contribution to science and technology should be big enough to justify this reward.
  • Re:Well... (Score:4, Interesting)

    by AKAImBatman ( 238306 ) * <akaimbatman@gmaYEATSil.com minus poet> on Friday August 12, 2005 @12:27PM (#13304714) Homepage Journal
    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.

    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.
  • Re:Well... (Score:5, Interesting)

    by dilute ( 74234 ) on Friday August 12, 2005 @12:31PM (#13304762)
    That's right. However, it is only an APPLICATION - it may not be granted, but you never know. It would be an infringement of this "patent" - if it ever issues - to perform the claimed "method" by hand - manually bolding (say) all the numbers in a document. In fact, this process is perfomed in the usual process of writing a patent application - by convention, in a patent application, all of the numeric references to the drawings are put in bold face. So, someone revising a draft patent application so as to bold all of the figure references would infringe this patent (assuming there were no other numbers in the document, which is quite possible). Absurd.
  • by Anonymous Coward on Friday August 12, 2005 @12:42PM (#13304866)
    Oh well [google.co.uk]

    Yeah, so I'm going to hell. Still, someone had to do it. :) Few bugs with this implementation however. :/
  • by NetSettler ( 460623 ) <kent-slashdot@nhplace.com> on Friday August 12, 2005 @12:52PM (#13304960) Homepage Journal
    Symbolics Genera (a descendant of the MIT Lisp

    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 'integer :data 5.3) (write-string "a bit more than five" stream))

    This 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 'integer :prompt "Please input a number")

    then 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].

  • Re:Well... (Score:2, Interesting)

    by CKnight ( 92200 ) on Friday August 12, 2005 @01:44PM (#13305465) Homepage
    I did this a couple years ago:

    http://www.watacrackaz.com/misc/php/competition.ph p [watacrackaz.com]

    here's the source:

    http://www.watacrackaz.com/misc/php/competitionsou rce.php [watacrackaz.com]

    Prior art?
  • Re:Well... (Score:2, Interesting)

    by robertjw ( 728654 ) on Friday August 12, 2005 @02:44PM (#13306010) Homepage
    They bought their way out of an antitrust conviction. If they don't like the patent system, bribe the same assholes to change it.

    First, I don't believe Microsoft committed widespread bribery of the federal government to get out of their antitrust conviction. AFAIk, they were actually found guilty in that case. Now their sentencing may have been a little light, but I believe that was more due to the change in administration to a more pro-big business president.

    Microsoft did make some very strong proposals for patent reform [microsoft-watch.com] about 6 months ago. They have lost several cases recently over patents, I really don't think they are fans. My theory is they are so fed up with the patent system that they are going to file every patent possible so they either
    • Won't get sued for patent infringement every again or
    • Will bring the patent system to it's knees by their flood of ridiculous patents


    Microsoft has a lifelong reputation for stealing things, last thing they want are patents on other people's ideas.
  • Re:Well... (Score:2, Interesting)

    by bbc ( 126005 ) on Friday August 12, 2005 @04:57PM (#13307353)
    "Now, if you can show an instance of somone doing that (not highlighting SOME data, but highlighting NUMERICAL data) than you will have prior art. But, I am gonna guess you cant."

    I guess I can, because I built a scanner like that some ten years ago. I don't have the code right here, though, so you'll just have to believe me.

    My scanner (which, with a hard word, is called a natural language tokenizer, although the text-to-speech people call it a pre-processor) also scanned for names, abbreviations, mathematical formulas and other things that some linguists would call "noise".

    Scanners for names had already been around for awhile, because they were used in stock news abstraction generators. The idea behind my scanner was to build something that would allow corpus linguists to build more complex grammars that were rooted more in reality than what had come before.
  • by Inspector Lopez ( 466767 ) on Saturday August 13, 2005 @12:20AM (#13309636) Journal
    Perhaps ... but a number of years ago I had the occasion to assist a student in patenting something he did for me as an "independent study" project (in electrical engineering). I hadn't had any real excuse to look at patented material before, but in the course of looking at relevant patent background in this case, I was ... horrified.

    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 that any reasonable practitioner of the art would think to try. I did not see a single instance of an idea that struck me as fundamentally revolutionary. I resented the idea that I would actually have to seek some sort of costly licensing arrangement if I actually wished to produce a gadget that used these ideas, ideas which had been "patented" not because they were stupendously innovative, but simply because they had been identified.

    The notion that patent examiners all have a minimum BS in our field makes me chuckle. I don't doubt it, but there is such a thing as Judgement which comes from experience and practice.

    It has been said that the young think that they have invented sex. Fortunately none have, so far, been permitted to patent it; although I wouldn't put it past the USPTO.

    -----

    The contemporary USPTO is primarily useful for enabling IP lawyers to fart through silk.

"May your future be limited only by your dreams." -- Christa McAuliffe

Working...