Slashdot Mirror


FTC and JD Holding Hearings on IP

hondo77 writes "The U.S. Federal Trade Commission and the Justice Department are holding hearings on intellectual property laws over the next few weeks (the first one was Feb 6). They're looking at the balance between IP rights and the free market."

3 of 192 comments (clear)

  1. to free or not to free by xtstrike · · Score: 5, Interesting

    I'd tend to agree on abolishing many of the copyrights, IP, etc... on the internet, but the fact still remains that someone somewhere must be paid for something to be developed or innovated and that particular person/company will want people to know and maybe even pay for something that has taken them so much time to develop. Think about the music industry, if someone said, OK you can copy the music as much as you like then the recording industry would simply stop releasing music, then there would be nothing to copy! maybe im on completely the wrong track here, but the way id understand this particular article is that everything should be free, I just dont know if that could be, as i said, someone somewhere has to foot the bill to pay someones wages to develop whatever is being trade marked.

    --
    http://www.webhostingtalk.com
    Make it idiot proof and someone will make a better idiot.
  2. Software patents aren't a problem by cperciva · · Score: 4, Interesting

    Stupid patent examiners are a problem.

    There are certainly some ideas which are sufficiently new and non-obvious that they deserve patent protection. I think the Fast Fourier Transform would have been one of them. But right now there's a huge number of patents being issued for stuff which is neither new nor non-obvious... and that is where the problem lies.

    Let's take an example... searching for patents which include the phrase "hash table" in their title reveals ten patents.

    The first patent (Dec 2001) is on a hash table which uses key mod N as an index and stores key div N inside the hash bucket (instead of storing the complete key). Hello set-associative content addressable memory. Every major cpu manufacturer has prior art on this one.

    I can't make any sense out of the second patent.

    The third patent is on using a hash table inside a switch to speed up finding a MAC address/port combination. Obvious to anyone with a background in algorithms: If you want to find something quickly, stick it in a hash table.

    The fourth patent is on using two hash tables, and placing records into the second if they encounter a collision in the first. Prior art: Any 1st year data structures & algorithms textbook.

    I can't make any sense out of the fifth patent.

    The sixth patent is on inserting data into a hash table by writing the data first and the key last, in order to maintain thread safeness. Obvious to anyone who has written multi-threaded code.

    The seventh patent is on growing and shrinking a hash table when it gets too full (or empty). Prior art: Any 1st year data structures & algorithms textbook.

    The eighth patent actually looks like something intelligent; the ninth patent seems to be a duplicate.

    I can't make any sense out of the tenth patent.

    Ok, so out of nine distinct patents, we have five which should clearly have never been granted based on prior art or obviousness; three which I can't understand; and one which looks to be worthy of patent protection.

    Here's an idea: If the USPTO grants a patent, and someone later demonstrates prior art or obviousness, the person who invalidates the patent should get to claim all the fees paid by the patent filer. I have a feeling that if this happened, we'd see a very rapid deflation in the number of dumb patents on the books.

  3. Spooky prediction by Rogerborg · · Score: 4, Interesting

    The Great Rogerborgio will use his mysterious powers of prediction to determine what will happen in this debate:

    • Much confusion between strictly limited copyright on specific content (good), unlimited time copyright (bad), the protection of ideas (very bad) or even the protection of markets (pronounced "corruption").
    • Kindergarten comments about how you need to pay for content, or you won't get good content. Flick through your 100 cable channels. Find the one channel with quality original (first showing) content. Explain why you are paying for 100 channels at that moment, or why the good content should only get 1% of your money. You're not paying for content, you're paying for access to 100 channels running commercials intersperced with "content breaks" to keep your eyes on the screen. The model is already broken. Advertisers or marketing execs decide how much money we're going to give them, then the content producers churn out exactly enough content to convince us that we've got our money's worth.
    • Much ranting about fair use by people who have never so much as read a brief overview of it, and who probably don't even know how copyright actually works.
    • "Write your elected representatives" / "Don't write your elected representatives, they're all corporate whores, do XYZ instead" / "Stop writing this on here and go do something useful" / "No, you go do something useful" / "No, you go do something useful" (...)
    • Much sound and fury about IP in general, none of which will translate into WIPOUT essays.

    Flame away, but far better if you get over to WIPOUT and actually write it down where someone other than the /. regulars might read it.

    --
    If you were blocking sigs, you wouldn't have to read this.