Domain: uspto.gov
Stories and comments across the archive that link to uspto.gov.
Comments · 5,413
-
Re:Compression to one bit
There are various patents on this or similar compression techniques, for example US #5,533,051, US #5,488,364, US #5,486,826, or US #5,594,435.
-
Re:Compression to one bit
There are various patents on this or similar compression techniques, for example US #5,533,051, US #5,488,364, US #5,486,826, or US #5,594,435.
-
Pi is InterestingHere is one of the websites of one of the guys listed on the companies website: Steve Smale. Interesting site. Light on details, but there is contact information.
The press release is light on details. A quick search of the US Patent database for BinaryAccelerator and Zero Space Tuner turned up nothing. I thought even pending patents were there. The CEO seems to be a mortgage broker. Interesting line of research.
Anyways, I thought the breaktrough in data compression would be using a mathmatical algorithem to express Pi and in index to the digit that your random string begins and a count of the data. That truly would be random, if those guys can prove there is a mathmatical formula for Pi.
-
I find these claims doubtfulYou can find the patent here. I find both the patent and the claims that Torng invented OOE kind of dubious. The idea of out-of-order execution goes back to at least the 1960s and has cropped up in several different areas of computer science. It may not have been applied much to microprocessors because until the late 1980s, it wasn't all that practical, and EEs are often unfamiliar with ideas in CS anyway. Overall, at least at first glance, this patent looks to me like so many recent patents where people patent ideas that have been around for a long time but simply hadn't been used in practice for practical reasons. Note that Torng has no prior patents in processor design, so it doesn't look like he had been inventing in the field much before then.
I certainly wouldn't assume outright that HP wilfully infringed this patent--HP may well have legitimate reasons to believe that this idea is in the public domain by now. The courts will have to work that out.
(BTW, the guy's name is "Torng"; shouldn't you know the name of your professor?)
-
Re:this is gonna be funAssuming we are talking U.S.A. I.P. Law and by extension all Berne Treaty signature countries):
However, in an interesting twist of ethics and morals, there are registered secrets ((trade secrets ) that are essentially the same thing as patents without the benefit to the general public (the military is not so restricted), except you can get sued something ugly for going public and trying to patent or use someone else's *secret* process no matter how original you though you were. Trying to prove you didn't get it from the owners of the *secret* technology is not very easy.
Considering how *new discovery* dependant Computer Science and its derived engineering disciplines are at this time, the ethical nature of I.P. and patenting are still under debate. Just look at the whole Open Source initiative: it almost tries to return the original meaning of copyright (protection of attribution) to the current twisted definition (protection of money). In both cases, the majority is hurt by the expansion of rights to the individual (i.e. corporation) whereas the individual only gets a small conjectured advantage (majority of patents are never actually implemented, just registered and defended (yet another source of income not derived from meaningful work)). Not a surprise for a system whose major originating proponent created such patents as the patent covering his *long arm* - a device that consists of a long pole with a grasping device at the end to help get books off tall shelves (even though such devices had been used for centuries by his contemporary farmers for occasional chores.)
"The fact that it works is immaterial,"
L. Ogborn. -
Here's the patent itself
Instruction issuing mechanism for processors with multiple functional units
Abstract: An instruction issuing mechanism for boosting throughput of processors with multiple functional units. A Dispatch Stack (DS) and a Precedence Count Memory (PCM) are employed which allow multiple instructions to be issued per machine cycle. Additionally, instructions do no have to be issued according to their order in the instruction stream, so that non-sequential instruction issuance occurs. In this system, multiple instruction issuance and non-sequential instruction issuance policies enhance the throughput of processors with multiple functional units. -
Link to Apple Quicktime view of Entire Patent
Or even this link to view the abstract. This requires Apple Quicktime.
-
The Patent Itself
The patent number for this is: 4,807,115
Surf on over to US patent and Trademark Office and do a search with the patent number here:
Search uspto.gov by patent numberOr read it here if I don't bung up the the HTML.
-
The Patent Itself
The patent number for this is: 4,807,115
Surf on over to US patent and Trademark Office and do a search with the patent number here:
Search uspto.gov by patent numberOr read it here if I don't bung up the the HTML.
-
The Patent Itself
The patent number for this is: 4,807,115
Surf on over to US patent and Trademark Office and do a search with the patent number here:
Search uspto.gov by patent numberOr read it here if I don't bung up the the HTML.
-
Re:Common Idea?
"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" At least thats what the constitution [usconstitution.net] says.
That section of the constitution gives Congress the power to enact laws for that purpose, it's not the law itself. Specifically, while the aim of patent law may be to "promote the progress ..." the patent law itself protects invention.Still I never claimed to be an expert in US law. I'm just going by what the people who hand these damn things out claim.
-
Just the facts ma'am...Let's try the intro to patent law again. The abstract is NOT the claim. The summary is also not the claim. In fact, there is a section, labelled "Claims" that are... well, the claims. The scope of the patent is defined solely by the language of the claims, as interpretted in light of any comments made during prosecution.
So, let's look at the broadest claim of the newest patent:
1. A document delivery system for delivering one or more documents between a sender and at least one recipient, said system comprising:
a server that temporarily stores said documents, wherein said server generates a URL for each intended recipient of said documents, the URL unique to each recipient, and sends each of the URLs to each respective intended recipient; and
a database which is associated with said server and which records log data describing which recipients accessed said documents;
wherein said server sends the log data to the sender of said documents.
What are the simple limitations in this claim that make it narrow enough to be uninteresting. Well, let's see:
1. The server must store "each of the documents" temporarily. So, dynamic URLs are pretty much out.
2. Log data must be "sent to the sender." This means that if you require the sender to log back on to your side (the traditional way of doing this) instead of sending them the log, you do not infringe this claim.
What do you want to bet that none of the prior art (from BlueMountain to standard email) meet all of these criteria? And this doesn't even take into consideration the fact that likely those limitations were discussed during the prosecution of the patent. If you really want to analyze the scope of the claims -- if for example you want to invalidate the patent -- order a copy of the file wrapper from the patent office, which includes every scrap of communication between the PTO and the company. Once you've reviewed that, we can get a real discussion going.
If you actually look at the patents, and in particular 6,192,407, you will find that they cited a huge number of references, including most of the references that you have discussed. This strongly implies that the patent office actually took a look at this patent, before allowing it. Now, whether patents should be permitted at all or not is a different discussion. But assuming that no prior art technology, articles, or patents were referenced is rather silly, when the patent is available for review.
I will agree that this claim is too broad in my (not-a-legal) opinion. However, it is not nearly as broad as
/. seems to imply.So... for future reference, read the bloody patent claims (not just the abstract) before starting to bitch.
Thank you,
Thalia
-
Just the facts ma'am...Let's try the intro to patent law again. The abstract is NOT the claim. The summary is also not the claim. In fact, there is a section, labelled "Claims" that are... well, the claims. The scope of the patent is defined solely by the language of the claims, as interpretted in light of any comments made during prosecution.
So, let's look at the broadest claim of the newest patent:
1. A document delivery system for delivering one or more documents between a sender and at least one recipient, said system comprising:
a server that temporarily stores said documents, wherein said server generates a URL for each intended recipient of said documents, the URL unique to each recipient, and sends each of the URLs to each respective intended recipient; and
a database which is associated with said server and which records log data describing which recipients accessed said documents;
wherein said server sends the log data to the sender of said documents.
What are the simple limitations in this claim that make it narrow enough to be uninteresting. Well, let's see:
1. The server must store "each of the documents" temporarily. So, dynamic URLs are pretty much out.
2. Log data must be "sent to the sender." This means that if you require the sender to log back on to your side (the traditional way of doing this) instead of sending them the log, you do not infringe this claim.
What do you want to bet that none of the prior art (from BlueMountain to standard email) meet all of these criteria? And this doesn't even take into consideration the fact that likely those limitations were discussed during the prosecution of the patent. If you really want to analyze the scope of the claims -- if for example you want to invalidate the patent -- order a copy of the file wrapper from the patent office, which includes every scrap of communication between the PTO and the company. Once you've reviewed that, we can get a real discussion going.
If you actually look at the patents, and in particular 6,192,407, you will find that they cited a huge number of references, including most of the references that you have discussed. This strongly implies that the patent office actually took a look at this patent, before allowing it. Now, whether patents should be permitted at all or not is a different discussion. But assuming that no prior art technology, articles, or patents were referenced is rather silly, when the patent is available for review.
I will agree that this claim is too broad in my (not-a-legal) opinion. However, it is not nearly as broad as
/. seems to imply.So... for future reference, read the bloody patent claims (not just the abstract) before starting to bitch.
Thank you,
Thalia
-
Re:So what you mean to sayPhew. Another One. Maybe this has been on Slashdot before?
"Method and system for dynamic server document encryption" - 1997
Thats just PGP isn't it?Abstract
A method and system are provided for secure document delivery over a wide area network, such as the Internet. A sender directs a Delivery Server to retrieve an intended recipient's public key. The Delivery Server dynamically queries a certificate authority and retrieves the public key. The public key is transmitted from the Delivery Server to the sender. The sender encrypts the document using a secret key and then encrypts the secret key using the public key. Both encrypted document and encrypted secret key are uploaded to the Delivery Server, and transmitted to the intended recipient. The intended recipient then uses the private key associated with the public key to decrypt the secret key, and uses the secret key to decrypt the document. In an alternative, equally preferred embodiment of the invention, the sender uses the public key to encrypt the document. In yet another embodiment, the server transmits the document to the Delivery Server for encryption.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Trademarks on "RDF" and "RSS"
I wonder if anyone has a patent on the "RDF" letter sequence?
You're thinking "trademarks." Here are a few trademarks on "RDF": RDF fiber optics, RDF REMOTE DISBURSEMENT FACILITY electronic payment systems, RDF cancer drugs, and ADRIAMYCIN RDF anti-cancer drugs. Under "RSS" I found RSS machine bearings, RSS ROLAND SOUND SPACE audio equipment, RSS telephone switches, RSS logo telephone switches, RSS rice syrup, RSS hypodermic needles, RSS-14 bar code standard, RSSCLUB clocks, cups, and clothes, G647 RSS tires, RSS LIMITED bar code standards guides, RSS LIMITED bar codes, RSS EXPANDED bar codes, RSS EXPANDED bar code standards guides, RSS-14 bar code standards guides, RSS NEEDLE GUARD hypodermic needles, RSS POINT GUARD hypodermic needles, RSS RAPID SCORING SYSTEM educational software, and RSS dns-zone for stopping unsolicited bulk e-mail. I don't see any trademark on "RDF" or "RSS" relating to XML description of a web site.
-
Patents in Question
-
Patents in Question
-
The figures are hidden in plain sight
The bottommost blue button, Images, at the top of the patent's web page, links to page images of the figures and text of the patent.
-
Patenting Mathemetics?The first working Draft of RDF was submitted Oct 1997
The Patent was awarded November 1997, but was filed in Dec 1994.
Scanning through the patent, the patent seems to be filed on a mathematical system. of course I may have this wrong, but the language of the patent is filled with it.
It is like trying to patent arithmetic, but making it so complex that it is not obvious to most people looking at it.
-
iWalk not a registered tradmark?
I may not be searching for it right, but I couldn't find any references to iWalk in in the US Trademark Electornic Search System, but iPod is there. I don't have any experience in product development, so I don't know if this means anything. I guess they could file the trademark the day of announcement.....
-
iWalk not a registered tradmark?
I may not be searching for it right, but I couldn't find any references to iWalk in in the US Trademark Electornic Search System, but iPod is there. I don't have any experience in product development, so I don't know if this means anything. I guess they could file the trademark the day of announcement.....
-
What convinced me..There's no trademark for iWalk under Apple's name anywhere. Try it yourself. Note that "iPod" appeared as a trademark on October 18, 2001 - not long before that device was announced.
Apple is very good about trademarking their brands. If this product even exists, it's a sure bet it's not called the "iWalk." And there's nothing else (aside from "Gigawire", which seems unlikely) that even suggests a PDA among the Apple trademarks.
Thank God.
-
Re:Issue I facedWell there, Sport, you are infringing their mark (TI is a registerd trademark) and they have to protect it, or they loose it.
The letters 'T' and 'I' used consecutively belong to them when used to describe their products. You didn't ask them to use it, and they have every right, moraly and legaly, to ask you to stop, or to use it in a manner they see fit.
There are lots of companies using TI in their marks without any problems. Why do you supose they like you best?
Theif.
-
Big Business abusing Trademarks to bully
I have been warning about this problem on WIPO.org.uk for some time now.
Virtually every word is trademarked, even the common words you learnt with your A B C's - apple, ball and cat. MOST share the same words or initials with MANY others in a different business and/or country. For example, the World Trade Organization (WTO) shares its initials with six trademarks - in the U.S. alone (please check). Caterpillar tractors claimed 'cat' is 'their' trademark on the Internet - even though hundreds of trademarks use the word 'cat' - again in U.S. alone (see for yourself).
Conflict with trademark and domain name is IMPOSSIBLE to avoid. Yet, the United Nations World Intellectual Property Organization (WIPO.org) and the United States Department of Commerce are hiding the simple solution. It was ratified by honest attorneys - including the honourable G. Gervaise Davis III, UN WIPO panellist judge.
Please visit WIPO.org.uk to see. -
Big Business abusing Trademarks to bully
I have been warning about this problem on WIPO.org.uk for some time now.
Virtually every word is trademarked, even the common words you learnt with your A B C's - apple, ball and cat. MOST share the same words or initials with MANY others in a different business and/or country. For example, the World Trade Organization (WTO) shares its initials with six trademarks - in the U.S. alone (please check). Caterpillar tractors claimed 'cat' is 'their' trademark on the Internet - even though hundreds of trademarks use the word 'cat' - again in U.S. alone (see for yourself).
Conflict with trademark and domain name is IMPOSSIBLE to avoid. Yet, the United Nations World Intellectual Property Organization (WIPO.org) and the United States Department of Commerce are hiding the simple solution. It was ratified by honest attorneys - including the honourable G. Gervaise Davis III, UN WIPO panellist judge.
Please visit WIPO.org.uk to see. -
SWIPO.ORG redirected to WIPO.ORG
The United Nations World Intellectual Property Organization (WIPO.ORG) and the United States Department of Commerce know how to solve trademark and domain name conflict. They hide the answer to 'consumer confusion', 'trademark conflict' and 'passing off'.
Virtually every word is trademarked, be it Alpha to Zeta or Aardvark to Zulu, most many times over. MOST share the same words or initials with MANY others in a different business and/or country. For example, the World Trade Organization (WTO) shares its initials with six trademarks - in the U.S. alone (please check). Conflict is impossible to avoid - surely they would have to be corrupt people not to use solution?
It is obvious a restricted TLD is required to replace the ® trademark symbol. The World Intellectual Property Organisation SWIPE domains from the lawful owner - so I got SWIPO.ORG to redirect to them.
Seen a domain name you would like to hijack? Order it now from SWIPO.ORG.
Please visit WIPO.org.uk to see the simple solution. -
Palm has patents, too...
Take a look at this patent. It seems like Palm has been trying to patent any kind of handheld that uses a separate, dedicated input area for handwriting or tapping on a preprinted keyboard. Here is another one that claims methods involving separate input areas for different character types.
-
Palm has patents, too...
Take a look at this patent. It seems like Palm has been trying to patent any kind of handheld that uses a separate, dedicated input area for handwriting or tapping on a preprinted keyboard. Here is another one that claims methods involving separate input areas for different character types.
-
Re:Graffiti's been around a while
According to US Patent # 5,596,656 and a Register article, the patent was filed on October 26, 1995 and was issued on January 21, 1997.