Patent #7028023: Linked List
41–50 of 64 posts
Re: Patent #7028023: Linked List
#42Earlier quoted context omitted.
How do you get a patent regarding "A method includes addressing, through a command generated by an application [...] based on an appropriate communication link" to be issued? All I read was "This patent regards using a software-controlled computer to communicate with another computer in an arbitrary manner which can allow for data statistics and performance tracking. Oh, wait, that's not specific... Hmm... Oh wait! Y…
"How do you get a patent ..." The only way I can make sense of these ridiculous patents is if the patent examiners are under pressure to grant patents as part of their yearly performance metrics.
Re: Patent #7028023: Linked List
#43I've complained about patents once before, and I think this sort of patent is a perfect example of something that wouldn't be worth a single day of patent protection. It's a colossal over-payment. Does it really make sense for our society to "pay" 20 years of protection for an idea that is so trivial to most of the practitioners in the art?
It's like a street magician selling the secret to their cup and ball routine for $100,000. It's not a mystery, and it isn't worth the price. But for some reason, the USPTO reasons, "well, I haven't seen your cup and ball routine before, so here's the check." They have far too low a standard, and we are paying far too high a price for the vast majority of patents. We can't keep doling out decades of protection for such common-place "inventions".
http://news.ycombinator.com/item?id=4153732
...
Re: Patent #7028023: Linked List
#44Re: Patent #7028023: Linked List
#45Earlier quoted context omitted.
First, it should be obvious that I was not defending this patent. Attacking the patent as "a cartoon of a half-baked idea" is pointless, and doesn't answer my question at all. Second, the patent describes an implementation that allows multiple traversals. That it doesn't cover addition or removal seems irrelevant. The patent is for the structure that allows the traversals. You could build up the structure in a number…
"The implementation of a data structure usually requires writing a set of procedures that create and manipulate instances of that structure." ( http://en.wikipedia.org/wiki/Data_structure ) If you gloss over construction and modification details, this "invention" is entirely covered by "Fortran-style" linked lists which have been in common use since the 1950s. (Store the primary list in an array, then have one or mor…
This invention is obvious and trivial and there seems to be lots of prior art. I'm not sure why you still seem to think I'm defending it. Regardless, describing how these lists should be constructed would not make this any less trivial or obvious.
Re: Patent #7028023: Linked List
#46Additional pointers are trivially implied so I don't think that this patent should not stand.
What a mess!
Re: Patent #7028023: Linked List
#47Earlier quoted context omitted.
> However, exaggerating this patent by claiming it is a "linked list" patent diminishes the conversation around patents. The title of the patent is "Linked List". How is that an exaggeration? > If Subaru were issued a patent for a new method of fuel injection, would it be appropriate to claim that they were issued a patent for the internal combustion engine? I think you misunderstand my point. I did not claim that th…
> The title of the patent is "Linked List". How is that an exaggeration? Now you are being disingenuous. The title has no legal significance. The only thing that has legal significance is the list of claims, and the are to be read as a conjunction (A & B & C...)
At no point in his comments do I see him say "A linked list has been patented" or something similar.
Re: Patent #7028023: Linked List
#48Earlier quoted context omitted.
"The implementation of a data structure usually requires writing a set of procedures that create and manipulate instances of that structure." ( http://en.wikipedia.org/wiki/Data_structure ) If you gloss over construction and modification details, this "invention" is entirely covered by "Fortran-style" linked lists which have been in common use since the 1950s. (Store the primary list in an array, then have one or mor…
I don't think the patent office or judicial system generally refers to Wikipedia for what constitutes an implementation. This invention is obvious and trivial and there seems to be lots of prior art. I'm not sure why you still seem to think I'm defending it. Regardless, describing how these lists should be constructed would not make this any less trivial or obvious.
Re: Patent #7028023: Linked List
#49So, unless it s open source software, how would they know who implements their patented list?