Slashdot Mirror


Who Owns The Facts?

windowpain writes "With all of the furor over the Patriot Act a truly scary bill that expands the rights of corporations at the expense of individuals was quietly introduced into congress in October. In Feist v. Rural Tel. Serv. Co. the Supreme Court ruled that a mere collection of facts can't be copyrighted. But H.R. 3261, the Database and Collections of Information Misappropriation Act neatly sidesteps the copyright question and allows treble damages to be levied against anyone who uses information that's in a database that a corporation asserts it owns. This is an issue that crosses the political spectrum. Left-leaning organizations like the American Library Association oppose the bill and so do arch-conservatives like Phyllis Schlafly, who wrote an impassioned column exposing the bill for what it is the week after it was introduced."

490 comments

  1. Who owns the facts? by grub · · Score: 4, Interesting


    [T]he Supreme Court ruled that a mere collection of facts can't be copyrighted.

    Would the Linux people, then, be able to assert that their C code is merely programmable facts which generates certain (MD5|MD4|SHA1|etc) hashes? Chew on that one, SCO.

    --
    Trolling is a art,
    1. Re:Who owns the facts? by benna · · Score: 3, Insightful

      This would not be a good thing at all. GPL require copyright. This would open linux up to being incorperated into closed source derived work without distributing the linux source.

      --
      "It is not how things are in the world that is mystical, but that it exists." -Ludwig Wittgenstein
    2. Re:Who owns the facts? by Anonymous Coward · · Score: 0

      Cant Copyright:
      A peice of paper with my name, birthday, and current year on it.

      Can Copyright:
      A peice of paper with your opinion of my name, birthday, and current year.

      So, as long as you express yourself creatively, then its copyrightable. Unless you copy someone else.

    3. Re:Who owns the facts? by Peyna · · Score: 4, Informative

      From the bill:

      (1) PROTECTION NOT EXTENDED- Subject to paragraph (2), protection under section 3 shall not extend to computer programs, including any computer program used in the manufacture, production, operation, or maintenance of a database, or to any element of a computer program necessary to its operation.

      --
      What?
    4. Re:Who owns the facts? by KrispyKringle · · Score: 4, Informative
      A number of people pointed out that code is excluded from the bill, but they miss the point. The court ruled that they can't be copyrighted prior to the proposed bill. The bill has nothing to do with it. grub's point is that copyright law would, in this case, not extend to code. But that's still a tough sell.

      C code is no more a set of facts than poetry is a set of facts. C does more than generate hashes, for one thing (at least the Linux code does more than that, else there'd be a lot of coders who've wasted a lot of time). Code is a set of instructions, which are together part of a process. It's creative, in the sense that you put together programs in a language the same way a writer puts together a book. A collection of, say, reserved names in Java may be merely a collection of facts; an original creation is not. It's also inventive, in the patentable sense (`look-and-feel' patents, of course, raise some big controversy). But it's not simply a collection of facts.

    5. Re:Who owns the facts? by beacher · · Score: 4, Interesting

      Okay now here's a riddle - Let's say that Microsoft comes out with Longhorn and WinFS. My files are now in a database. Can they take even the smallest form of data out (ie a subset as per the definitions) without violating this law? Neat

    6. Re:Who owns the facts? by xmedar · · Score: 1
      --
      Any sufficiently advanced man is indistinguishable from God
    7. Re:Who owns the facts? by nutznboltz · · Score: 1

      (1) PROTECTION NOT EXTENDED- Subject to paragraph (2), protection under section 3 shall not extend to computer programs, including any computer program used in the manufacture, production, operation, or maintenance of a database, or to any element of a computer program necessary to its operation.

      When does it stop being a bunch of facts and start being a computer program?

      Would using lame code like
      echo fact 1
      echo fact 2

      etc. to store your facts as an executable program be enough to make the claim that it was a computer program.

    8. Re:Who owns the facts? by pavon · · Score: 4, Insightful

      No, it would be a good thing. It has always been the position of the FSF that software hoarding is unethical, and that software copyright should be abolished. The GPL is a mid-term tool used to prevent people from restricting the use (/modification/distribution) of GPL'd software.

      From the contents of your post, I see you are aware that if we were to just release software into the public domain, modifications could then legally become propietary. So instead we it release under the GPL which prevents that from happening. But if there was no legal basis for restricting software - if all software was pubic domain, then there would be no need for the GPL. Copyleft is only necisarry because of the existence of copyright.

    9. Re:Who owns the facts? by Anonymous Coward · · Score: 2, Insightful
      But if there was no legal basis for restricting software - if all software was pubic domain, then there would be no need for the GPL. Copyleft is only necisarry because of the existence of copyright.
      However, you would have no way of getting access to the source code if a company didn't release it. You couldn't get it even if 90% of it was PD software + their changes.

      Sure copy the binary to your heart's content, but you pay for the upgrade, or the annual key for the binary licencing system (which as it's not software still is covered by copyright), etc...

      Somewhat unrelated, but that 10% proprietary would still be covered by trade secret law too, so you would possibly be in a worse position than with the GPL.

      You would need to have mandatory full disclosure of source laws to have an equivalent situation to the GPL now.
    10. Re:Who owns the facts? by innocent_white_lamb · · Score: 1

      It's creative, in the sense that you put together programs in a language the same way a writer puts together a book.

      To expand on this a bit more, when writing any non-trivial program (basically, anything more complex than PRINT "HELLO WORLD") the programmer engages in exactly the same creative process as the author of any novel. An author makes a more-or-less arbitrary decision as to whether his protagonist shoots to kill or shoots to wound the antagonist in chapter 3. And he decides if it's worthwhile to describe the picket fence in detail; maybe it's an important clue in chapter 10.

      In a similar vein, a programmer makes numerous more-or-less arbitrary decisions as to whether to use a for loop or a while loop to deal with a user's input, and he makes the same decisions as to what exact wording and screen design/layout to use when asking for that input. Variable names? Sort the data? How? Print the report? To the screen? Printer? What's the layout? Column headings? Order?

      It seems obvious to me that both occupations embody a similar creative and artistic activity. In fact, most programmers that I know are or can be reasonable writers when they put their mind to it. I suspect that many authors could also be reasonable programmers if they chose to learn how it's done.

      --
      If you're a zombie and you know it, bite your friend!
    11. Re:Who owns the facts? by Afty0r · · Score: 4, Insightful
      From the contents of your post, I see you are aware that if we were to just release software into the public domain, modifications could then legally become propietary. So instead we it release under the GPL which prevents that from happening. But if there was no legal basis for restricting software - if all software was pubic domain, then there would be no need for the GPL. Copyleft is only necisarry because of the existence of copyright.

      If software was not copyrighted, the world of software development would be free to take and use any code they wanted from anywhere, at any time, and do anything with it they pleased.

      This would lead to the distribution of much of what is now "free" software, but in compiled form, sold only after being compiled with a compiler which would completely obfuscate the resulting executable making it exceedingly hard to reverse engineer/decompile the code.

      Essentially, we would live in a world where the highest paid engineers were those who know how to obfuscate well. "Free" software wouldn't gain anything, and indeed may be eclipsed by closed source versions of software which have proprietary modifications to make them more attractive. Unlike todays situation where closed source companies cannot make effective business use of GPLd (or similar) code, we would enter into an era of unparalleled code theft and plagiarism. Legal, of course.

      What I think the FSF wants to get to, is a point where copyright *does not apply* to software, and in addition, it becomes a legal requirement to distribute copies of source code with all software.

      In return for the legal protection of copyright, developers should have to distribute their source code - this I do not argue with at all - but copyright (or copyleft) itself will still be required to keep free software free.

      Note, that I am primarily a closed source user, but would prefer copyrighted software with mandated source code distribution.
    12. Re:Who owns the facts? by Anonymous Coward · · Score: 0

      Last I heard Mumia was already dead, you can't get much freer than that. Wanna buy some "let's segregate politics from sport" T-shirts?

    13. Re:Who owns the facts? by aastanna · · Score: 1

      And the point of that would be what? To prevent you from collecting treble damages?

      It's the people creating the data who want the extra protection, they aren't going to go out of their way to allow other people to take their data...hell, if they wanted to do that they could still use a database and just not file suit.

    14. Re:Who owns the facts? by anthony_dipierro · · Score: 1

      If software was not copyrighted, the world of software development would be free to take and use any code they wanted from anywhere, at any time, and do anything with it they pleased.

      Sure, that's the point.

      This would lead to the distribution of much of what is now "free" software, but in compiled form, sold only after being compiled with a compiler which would completely obfuscate the resulting executable making it exceedingly hard to reverse engineer/decompile the code.

      Sure, some would be distributed that way, but most wouldn't. Source code itself is obfuscated enough to kill competition. How often do you see real forks in GPLed products? Simple compilation is enough to kill the rest.

      Essentially, we would live in a world where the highest paid engineers were those who know how to obfuscate well.

      That's complete nonsense. Once obfuscation tools were written, they wouldn't need to be rewritten over and over again. The only shift in who is highest paid might be that system administrators would probably gain ground against software engineers. Since that brand new shiny firewall would be virtually free, a lot of the saved money would go to the person who maintains it.

      "Free" software wouldn't gain anything, and indeed may be eclipsed by closed source versions of software which have proprietary modifications to make them more attractive.

      I think free software would gain a whole lot. This would force everyone else to raise money for projects the same way as they do, through support, and with equal footing on the funding issues the benefits of having source code would start to shine. Of course, free software authors and advocates could no longer rely on forcing others to release source. They'd have to earn their keep just like everyone else. If you're an advocate of forcing "what's best for people" on them then this might be a bad thing. But I think choice is a good thing. You can choose to buy obfuscated software, or you can choose to buy open source software.

      Unlike todays situation where closed source companies cannot make effective business use of GPLd (or similar) code, we would enter into an era of unparalleled code theft and plagiarism. Legal, of course.

      No one said anything about making theft or plagiarism legal. Only copyright infringement.

      What I think the FSF wants to get to, is a point where copyright *does not apply* to software, and in addition, it becomes a legal requirement to distribute copies of source code with all software.

      Yeah, that's essentially what they want.

      In return for the legal protection of copyright, developers should have to distribute their source code - this I do not argue with at all - but copyright (or copyleft) itself will still be required to keep free software free.

      You mean, to keep derivatives of free software to be free. Free software is always free, regardless of copyright protection.

      Whether or not free software is the only solution is more debatable. If an author wants to hide his source code, that should be his right. We don't need government getting involved in protecting consumers from themselves. If people want to buy binaries without source, that should be their right.

      Note, that I am primarily a closed source user, but would prefer copyrighted software with mandated source code distribution.

      I'd prefer abolishment of copyright on software. Mandating source code distribution accomplishes absolutely nothing.

    15. Re:Who owns the facts? by Anonymous Coward · · Score: 0

      No, they wan't no copyright on software. Also there would likely be no serious closed software industry because nobody would buy software anyway, becase Everyone could copy and use it binary or not. The only software industry would be supoprt services and contract work to build code to solve specific problems. The only software that could exist econmicly spleaking would be free software. There are lots of problems with the theroy, I imagine big firms would *try* to use copy protection technology to insure they could sell mulitple compies but with no legal tools to prevent people from makeing cracks, I doubt even M$ could last long in that war.

    16. Re:Who owns the facts? by Anonymous Coward · · Score: 0

      Oh man, asking for more government ha? Mandate everything to everyone the way you like it? Don't let the market decide, ha?

      Nobody stops you from buying just what you want. Tha fact that you cannot find it says something about your "wishes", doesn't it. What's next - mandate that all foodmakers supply the full recipes of their goods, automakers publish their entire technology process in full details, it goes on and on. Everyone has to publish everything if you want the software industry to be on equal footing with the rest of the world. Now there is choice that you want to remove. Just why don't you move to Cuba anyway. This is exactly the way it is there. Your stupid idea would be a severe punishment for most creative people, but you are OK because you are not among them.

    17. Re:Who owns the facts? by poot_rootbeer · · Score: 1

      Would the Linux people, then, be able to assert that their C code is merely programmable facts

      The English alphabet is factual. Does that mean that anything written using the alphabet cannot be copyrighted?

    18. Re:Who owns the facts? by jacem · · Score: 1

      I think that the ramifications of this are being missed.

      Could Webster sue the OED?
      How much does each of us owe the phone company for our personal address books?
      What is the sir charge for getting a ladies number in a bar? (Unfortunately I probably don't have to much to worry about there.)
      Who do I owe for my e-mail address book?
      What about DNS records?

      The list just goes on and on. My inbound access logs must replicate some part several ISP's outbound logs.

      Actually, the more that I think about it the more I realize that the law is just non-functional. The only thing this can do is prove there is obviously a reason that facts must be excluded from copyright.


      JACEM

      --
      DOC Disinformation Obfuscation and Confusion
      The carrot to FUD's stick
    19. Re:Who owns the facts? by one-of-many · · Score: 1

      Help me out here.

      What is the negative effect of someone taking free software, modifying it, and selling it under copyright (with or without publishing the source code)?

      I recognize the gut instinct that it would be "unfair" for one to gain on the effort of another. But economics dictate that the modifier would only be able to sell the product for the value they add over the free product. A component of that value may simply be packaging, promotion and documentation - which does reduce the search costs of the buyer.

      Aside: Companies used to (and still sometimes) require a copy of the source code from suppliers. What a different world we would be in if corporate customers of software had demanded that of desktop applications.

      If the software package became important enough or costly enough, the buyer could pay someone else to make the neccessary modifications to the origninal free work.

      This seems to be the approach of PGP software that has a basic free component and proprietary versions.

    20. Re:Who owns the facts? by Anonymous Coward · · Score: 0

      if all software was pubic domain

      And I thought I knew what the "G" in "GPL" stood for...! (Alternatively: time to fire up Curl...)

    21. Re:Who owns the facts? by Anonymous Coward · · Score: 0

      > This would lead to the distribution of much of what is now "free" software, but in compiled form, sold only after being compiled with a compiler which would completely obfuscate the resulting executable making it exceedingly hard to reverse engineer/decompile the code.

      Even without obfusciating, it's really hard to reverse engineer any moderatly complex program. Any more obfusciation would end up just being a performance hinderance. The fact is, though, even if they obfusciated code to no end, people wouldn't bother paying the creator much more than anyone else who would make a copy, so all the work to obfusciate code wouldn't matter very much.

      I'm not saying that without copyright they wouldn't obfusciate the code. But, any mechanical obfusciation can be undone mechanically. And decompilation can be done, though the result probably won't be that readible. Anything done by hand will just take a lot longer to complete increasing development costs and decreasing the bottom line. Without copyright, I think only really small things would ever be written under the hope that a combination of first disks and a slightly elevated price above production costs and a small mark-up to compensate for production would occur. Then "pirates" would charge for the cost of media plus a small mark-up and might undersell the product. I'd think branding and a sense of fair play would motivate most people to spend the extra $1-$2 on the original author's work.

    22. Re:Who owns the facts? by ultranova · · Score: 1

      This is a joke, right ? I mean, I'm almost certain, but... You never know, these days.

      Hmm... I wonder, if I would describe it in obscure enough fashion, could I get the alphapet patented ?

      "A method of representing information in a human-readable digital format by using a limited set of graphical symbols arranged sequentially."

      It *is* digital, or have you ever seen a fractional letter ?

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    23. Re:Who owns the facts? by Anonymous Coward · · Score: 0
      Would the Linux people, then, be able to assert that their C code is merely programmable facts which generates certain (MD5|MD4|SHA1|etc) hashes? Chew on that one, SCO.

      No, there's at least as much creativity and thought in programming as in writing a novel. This legal principle grew out of a rural phone company that refused to share its phone list with someone who wanted to create a region-wide phone book. The second company went ahead and copied the names, numbers and addresses from the first, though I believe they were also clever enough to confirm each number on their own.

      The resulting ruling was reasonable. If our phone company owned the copyright to our phone number, they could literally sue us for giving that number out. Also, there's a 'public interest' in having competing phone books and business directories. Like fair use, public interest can trump copyright.

      The courts haven't extended facts much wider than that and there's been some messiness about moving sports news (which are facts) from one news source to another without paying. Plus, there is a very lucrative business in legal and economic databases based on court decisions and census data, which are both factual and in the public domain. Then there is the chilling possibility that even data about ourselves might become the copyrighted property of someone else.

      Read the Phyllis Schlafy article linked above for more details about the potential dangers. When she was headed for law school, the prestige law schools were 'men only,' but she was so brilliant, Harvard Law offered to make an exception in her case. Put her and Hillary in a debate and the latter wouldn't stand a chance.

      Note especially what she says about the law's vagueness. Like the DMCA, that leaves lots of room for nasty lawyers to attack those who don't have the money to defend themselves, even if they are in the right.

    24. Re:Who owns the facts? by johnnyb · · Score: 1

      It's called decompiling. It's not the easiest solution, but it certainly isn't impossible.

      I think having no copyrights would be more beneficial than GPL.

  2. Sigh... by i_am_syco · · Score: 1, Interesting

    Don't corporations own enough without owning random bits on some LaCie hard drive somewhere? Information is universal and it should be free. End of story.

    1. Re:Sigh... by Anonymous Coward · · Score: 0

      Information is universal and it should be free. End of story.

      Yet somehow, I have never been convinced by an argument consisting entirely of empty slogans.

    2. Re:Sigh... by Anonymous Coward · · Score: 0

      I dont know...

      I'm lovin it.

    3. Re:Sigh... by vwjeff · · Score: 2, Funny

      Not all information can be released to the public. I point to nuclear weapons as an example. If the plans for nuclear weapons ever got on the internet...bad example.

    4. Re:Sigh... by DShard · · Score: 4, Insightful

      No, information is not universal. Information is contributed by individuals whether paid for by corporations, or devised through his/her own means.

      The free-market system depends on scarcity of information. You cannot profit from something that everyone has a right to. FreeSoftware companies are not an example of this. They profit from service (i.e. a collection of information services provided by said company to an customer.) or proprietary innovation (MS is an example of expanding public information).

      Without resources you interests have no value to society in this context. The correlary is that only things that interest society get the most attention. That is why counting cow farts can only get supported by the government.

    5. Re:Sigh... by Anonymous Coward · · Score: 0

      Nuclear weaponry is a bad example... It's relatively easy to construct a nuclear bomb. Obtaining the weapons-grade fuel to power it is the hard part. The basic plans have been part of physics textbooks for years now.

    6. Re:Sigh... by michaeltoe · · Score: 1
      This would neglect the fact that modern economics is based on the existence of scarcity, and scarcity is not based on the existence of the economy.

      There is no logical need, reason, or purpose behind generating artificial scarcity. Many intellectual 'property' disputes raise barriers to productivity when they wouldn't previously have existed. If someone had patented the wheel then either patent law would have died then and there, or the course of history would have radically shifted.

      There is no point to artifical scarcity except to further contrive the rules of economics, in what amounts to a fragile house of cards. Sooner or later reality will set in, and these idiotic beliefs will collapse. The question is, should we be dependant on these beliefs when that happens?

    7. Re:Sigh... by schon · · Score: 4, Insightful

      The free-market system depends on scarcity of information.

      No, it doesn't.

      The free-market system depends on scarcity of material.

      That material may be 'intellectual property', or it may be physical goods.

      It's perfetcly possible to have a free market without scarcity of information.

    8. Re:Sigh... by corbettw · · Score: 1

      There is no logical need, reason, or purpose behind generating artificial scarcity. Many intellectual 'property' disputes raise barriers to productivity when they wouldn't previously have existed.

      Except that intellectual property laws are unconcerned with productivity. They are, however, very much concerned with *profit*, and profits can only be increased with scarcity due to the law of supply and demand (which has not be repealed, nor declared unconstitutional).

      --
      God invented whiskey so the Irish would not rule the world.
    9. Re:Sigh... by drsmithy · · Score: 1
      The free-market system depends on scarcity of information.

      Certain business models depend on the scarcity of information. The whole system only depends on scarcity of commodoties (that's why we have copyright - to impose artificial scarcity to information).

      You cannot profit from something that everyone has a right to.

      Lawyers don't seem to have any trouble profiting from the law. Or accountants from maths.

      Without resources you interests have no value to society in this context. The correlary is that only things that interest society get the most attention. That is why counting cow farts can only get supported by the government.

      It's much worse than that. Only things that are of *immediate interest* to certain aspects of society get the most attention.

    10. Re:Sigh... by ajs318 · · Score: 1

      Nuclear weapons aren't hard to make. Getting the materials is the awkward bit, but they can be filtered from sea water without fear of detection. Once you've got enough fissile material, all you really need to do is put it in one place and wait for it to get hot. The plans for - presumably patented, though their very existence might deter would-be IP violators - specific weapons may not be available, but the laws of physics on which they depend for their operation are taught in every secondary school. Actually, I remember my sister used to play with stacking wooden blocks when she was about 2 years old, and discovered that a stack higher than a certain number of blocks always falls over without being pushed, and the falling debris can topple nearby constructions. Nuclear fission depends on the exact same principle.

      Besides which, the 2nd Amendment says "the right of the people to keep and bear arms shall not be infringed" but it doesn't say what kind of arms; and elsewhere I think the constitution says something about rights not having to be specifically mentioned to be valid anyway; so, in the USA, you have a right to own a nuke!

      --
      Je fume. Tu fumes. Nous fûmes!
    11. Re:Sigh... by gnu-generation-one · · Score: 2, Insightful

      "It's perfetcly possible to have a free market without scarcity of information."

      Indeed it's required...

      If price, quality, and history information isn't perfectly and universally available, it's not a free market.

      So for example, trying to prevent the publishing of a shop's price list is an attempt to destroy a free market. People don't know enough to make a perfect choice, so the best supplier doesn't necessarily make the sales.

    12. Re:Sigh... by EllisDees · · Score: 1

      You mean like this?

      --
      -- Give me ambiguity or give me something else!
    13. Re:Sigh... by EllisDees · · Score: 1

      >Except that intellectual property laws are unconcerned with productivity. They are, however, very much concerned with *profit*, and profits can only be increased with scarcity due to the law of supply and demand (which has not be repealed, nor declared unconstitutional).

      But supply and demand are not really in effect when the supply is being artificially restricted. If the supply of something is for all purposes infinite, don't expect me to pay much (if anything) for it.

      --
      -- Give me ambiguity or give me something else!
    14. Re:Sigh... by the_consumer · · Score: 1

      hmm, you're right! It doesn't say which kind of arms! So let's interpret it to mean the kind that grow out of our shoulders.

      --
      "If you're thinking what I'm thinking, you're right." -
    15. Re:Sigh... by qtp · · Score: 1

      The free-market system depends on scarcity of information.

      In a truly "free" market, scarcity occurs because of limited supply, not through the machinations of government or cumpulsory licensing demanded by a corporation (the enforcability of which also depends on regulation). To say that the free-market depends on a scarcity of information is to say claim that free-markets will eventually fail due to thier dependancy of a commodity that cannot remain scarce without abandonong the free-market model.

      I find that it is difficult to understand how a supposed "free-market" promoter can be a defender of "intellectual property" (note: I am not implying that you are the former or that you are guilty of the latter) which is not property in the traditional sense, nor is violating the copyright of such "property" theft under any traditional definition.

      What seems to have been lost in these discussions are the knowledge that economies are an emergent property of the society which that economy supports, and that due to the vastly varying natures of goods in todays highly developed economies, no one ecconomic model will be suitable for governing the trade of all of the different classes of goods.

      The call to declare a "free-market" across the board of our economy is at most entirely disengenuous and has become little more for insincere market-speak for "apply regulations that hurt my compettitor and help me." At best it is a simple display of the ignorance of how complex economies have become now that they include goods that have no natural limits to thier supply and thus will be free or cost next to nothing in any truly "free" market.

      --
      Read, L
    16. Re:Sigh... by rarkm · · Score: 1

      Actually, the free-market system depends on the AVAILABILITY of information.

      Buying, selling and investing decisions can't be rationally made in a socialist economy because all decisions are subject to the whim or politics of the current government. Thus scarcity, environmental effects, consumer preferences, quality and other information are largely unavailable to consumers and end users at every level, there is no mechanism to encourage increases in efficiency or productivity. Free market societies have tons of information sources public and private.

      In addition, there is no skilled management of anything, because doing a good job just gets you into political trouble, or your production quota gets jacked up.

      The result: bad shoes, cheap suits, obsolete tractor factories and smoking slag pits everywhere.

      But at least the vodka is cheap.

      --
      [Insert pretentious and semi-clever sig here: ______ ]
  3. I'm guessing... by plnrtrvlr · · Score: 4, Funny

    ...that most of the people who post to slashdot don't need to worry about being in violation if this bill passes. Facts have never stopped anyone here yet!

    1. Re:I'm guessing... by Anonymous Coward · · Score: 0

      40% of your post was opinion!

    2. Re:I'm guessing... by Anonymous Coward · · Score: 0

      Is that a fact?

    3. Re:I'm guessing... by Anonymous Coward · · Score: 0

      The only known facts here is that somebody wrote something, and that you asked a question. Wait... did you really?

    4. Re:I'm guessing... by Anonymous Coward · · Score: 0

      Wrong.

      Everything I have ever said is true

      (..maybe not in this universe, but trust me, there exists an alternate universe out there where all I have said is true.)

  4. His true calling? by Anonymous Coward · · Score: 1, Insightful

    "arch-conservatives like Phyllis Schlafly"

    Sound's like MC Frontalot's little brother.

    1. Re:His true calling? by Anonymous Coward · · Score: 0

      How is sound like MC Frontalot's little brother?

    2. Re:His true calling? by Anonymous Coward · · Score: 0

      Phyllis is a woman's name.

  5. Question.... by herrvinny · · Score: 2, Interesting

    Then nobody can copy the yellow/white pages either.

    Quick question: does it have to be a corporation owning the database, or can it be a private individual?

    1. Re:Question.... by s20451 · · Score: 4, Interesting

      In particular, what if I copyright all facts concerning myself and refuse to grant any company a license? Surely no entity could have a better claim to their "authorship". Say hello to free unlisted telephone numbers.

      --
      Toronto-area transit rider? Rate your ride.
    2. Re:Question.... by shivianzealot · · Score: 2, Insightful

      Quick question: does it have to be a corporation owning the database, or can it be a private individual?

      Why worry about it? If you feel strongly enough about this, and want to illustrate your point, incorporation is well within the means of the "private individual."

      --

      Bored with karma, be a fan/freak

    3. Re:Question.... by sysopd · · Score: 3, Insightful
      If you can prove...

      (1) the database was generated, gathered, or maintained through a substantial expenditure of financial resources or time;

      ...then you might have a case. This is meant to protect big business.

    4. Re:Question.... by drinkypoo · · Score: 4, Interesting

      I've spent all my life generating, gathering, and/or maintaining every fact about it; it has taken all my money, and all my time.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    5. Re:Question.... by Jeffery+McGrew · · Score: 1

      Oh heck. Looks like my parents then are gonna own my copyright... and jsut when I thought I was outta the house, and doing well on my own!

      My Wife's gonna be upset about this.

    6. Re:Question.... by John+Hasler · · Score: 1

      Of course it can be private individual. The use of the word "corporation" in the article is just political polemic.

      The bill is bad enough as it stands. Nothing is gained by using loaded and misleading language to describe it.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    7. Re:Question.... by jc42 · · Score: 1

      does it have to be a corporation owning the database, or can it be a private individual?

      Yeah, and also, what's a "database"?

      To combine the two: I'm a human, not a corporation. If I put a lot of stuff on my web site, and some corporation downloads it into their Oracle database, am I suddenly (and unknowingly) a criminal for having a copy of their database?

      From what I can tell, this permits open theft by corporations of any individual's information.

      What is there in the bill that says otherwise?

      Maybe we must all incorporate ...

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    8. Re:Question.... by ender's_shadow · · Score: 1

      you can copy the yellow pages. That's what Feist says. This is a misappropriation bill, aimed at protecting time-sensitive data that requires effort to collect and is time-sensitive, and on which a company is founded.

    9. Re:Question.... by Richard_at_work · · Score: 1

      From what I can tell, this permits open theft by corporations of any individual's information

      To use the same arguement that comes up in software copyright infringement stories on slashdot, this is not theft because you have not actually lost anything. You still have the information to hand, and can use it in any manner you want.

    10. Re:Question.... by waegelein · · Score: 2, Informative

      In Europe there are few cases ongoing, where a company Fixtures Marketing (who decides when and where the football (soccer) games are played) wants money from gambling comapnies because they are using the publicly available information about the games.

      The Hogsta Domstolen seeks a preliminary ruling on the following questions:

      1. In assessing whether a database is the result of a "substantial investment" within the meaning of Article 7(1) of Council Directive 96/9/EC of 11 march 1996 on the legal protection of databases (the "database directive") can the maker of a database be credited with an investment primarily intended to create something which is independent of the database and which thus does not merely concern the "obtaining, verification or presentation" of the contents of the database? If so, does it make any difference if the investment or part of it nevertheless constitutes a prerequisite for the database?

      AB Svenska Spel contends in this case that Fixtures Marketing Limited's investment is primarily concerned with the drawing up of the fixture lists for the English and Scottish football leagues and not with the databases where the data are stored. Fixtures marketing Limited, for its part, argues that it is not possible to distinguish the work for the purpose of planning the game and that the purpose of drawing up the fixture lists.

      The rest of the story...

      --
      -- .signature
    11. Re:Question.... by irc.goatse.cx+troll · · Score: 1

      "You still have the information to hand, and can use it in any manner you want."
      No, you cant actually, as it becomes their data. Publish it, they sue you for copyright infringement.

      --
      Pain lasts, kid. Its how you know you're alive. Sometimes I think this growing up thing is just pain management-TheMaxx
    12. Re:Question.... by danila · · Score: 1

      In particular, what if I copyright all facts concerning myself and refuse to grant any company a license? Surely no entity could have a better claim to their "authorship". Say hello to free unlisted telephone numbers.
      Except for the telephone provider. :)

      --
      Future Wiki -- If you don't think about the future, you cannot have one.
    13. Re:Question.... by gnu-generation-one · · Score: 1

      "Then nobody can copy the yellow/white pages either"

      Worse than that. Try drawing a map when Harveys claims protection on the position of Washington...

    14. Re:Question.... by aborchers · · Score: 1
      This is meant to protect big business.


      It may or may not be a stupid piece of legislation, but that assertion is ridiculous. It would protect small businesses, non-profits, and any other database owner equally so long as they have put considerable effort (note the "or" between "financial resources" and "time") into creation of the database.

      Once it gets to the courts and the lawyer money starts flying, then it might end up favoring big business de facto, but that a weakness of the courts process, not the law.
      --
      Trouble making decisions? Just flip for it.
    15. Re:Question.... by arkanes · · Score: 1

      It depends a very great deal on what a court decides "considerable effort" or "fincancial resources" are, and it may very well, particularly in a case by an individual against a corporation, side with the corporation simply because there were MORE resources put into it - if XYZ Corp spent 10 million and 10 man-years on it's database, you're going to have a hard time finding an individual who can meet that same standard. The wording of the bill makes it pretty clear to me that its mainly intended for use by corporate entities. In fact, I would doubt that even the authors of the bill would disagree with that - individuals and small buisnesses don't exactly have a huge problem keeping thier massive information databases secret.

    16. Re:Question.... by the_mad_poster · · Score: 1

      You'll have a heck of a time convincing a judge of that.

      Consider you've had at least one credit card for the last 25 years and you've spent, on average, $1000 a year on it. That's $25,000. Assume all credit cards are now paid off.

      Consider, if you will, all the checks you've written. If you've written $10,000 a year worth of checks for 25 years, that's $250K.

      Unless you have reciepts for all of these transactions, especially the cash ones, organized in a logical system of some sort, you have no database.

      In 25 years, you've spent, say, 1/2 a million dollars collecting data about yourself if we include other miscellaneous expenses, assuming you can prove all of the expenditure.

      Consider, if you will, a corporation that has 100 customer service folks collecting and processing data at 25K a year. Consider they have a 2TB database of customer data for 6 million people maintained round the clock by 5 DB specialists who have been employed for 10 years at an overall average salary of $40K.

      Not only do they have a "real" database (think of a non-techie judge for a moment... 'duhhhh... what's a database? You mean like Access?') that's much, much, much larger than yours and includes you in it, they've spent at least a good 20x what you have in half the time.

      Who do you think is going to win rights to your data?

      --
      Alito: A vote for Alito is a punch in the eye to put that bitch back in her place!
    17. Re:Question.... by jc42 · · Score: 1

      ... this is not theft because you have not actually lost anything.

      On the contrary, this seems to be saying that after a corporation copies my stuff into their database, I can be sued for continuing to publish it myself. They can legally deny me the right to use information that I've put together. This seems to me to qualify as "theft".

      There is precedent for this, of course. But in the past, it's been in the form of "work for hire". It's common for publishers to require a contract that says they own their writers' text. What's unusual about this new bill is that it seems to be saying that a corporation that I don't work for (and may not have heard of) can claim what I've written as their own merely by putting the same information into their own database. They can then deny my the right to publish it myself, although it was my work.

      I wonder if a working writer could challenge this on 13th Ammendment grounds? After all, if I'm a writer, and my work can be claimed by a corporation without my consent, that sounds a lot like "involuntary servitude".

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    18. Re:Question.... by des09 · · Score: 1

      IANAL. It has been explained to me that the biggest differences between holding copyright in a corporation as opposed to a person is that people die, and corporations can be aquired. Other than those cases, people and corporations are both legal entities with the right to hold copyrights.

      --
      .sigless since 2003
    19. Re:Question.... by nolife · · Score: 1

      It's a shame to see a legal document with such vague terms. Issues like this keep trial lawyers in business!!
      Is substantial relative and to what? $1000 may not be substantial to a big 5 marketing firm but that would be a substantial amount for me to spend on data collection. Assuming a company profits $10 million a year and they spend $10k on data for a report, that would be the same as an individual making $50k/year spending $500. If the court does not assume "substantial" as a relative term, then this legislation is most definatley biased toward big business.

      --
      Bad boys rape our young girls but Violet gives willingly.
    20. Re:Question.... by schlick · · Score: 2, Insightful
      Well there is one problem with the phone number thing. The phone company doesn't have to sell you service unless you agree to their terms, and if their terms state that they can publish your number then thats that.

      BUT other information like your home address or in many cases your email address is, what I believe, your proprietary information. If some company (spam or whatever) includes your address in something they sell and they have not licensed it then they are stealing from you. If "company a" sells your info to "company b" then "company a" is effectively preventing you from selling that info to "company b" thus actually stealing your property. Also when a company legally obtains your information buy doing business with you, (for instance Amazon.com gets my info because I buy something) there is an implication there that you are providing them with your information for a specific purpose, namely that transaction. If I buy software then sell it over and over I'm breaking the law. If amazon.com gets my info and then sells it over and over their stock goes up. We should take back our personal information.

      --
      "It's because they're stupid, that's why. That's why everybody does everything." -Homer Simpson
  6. Re:Mississippi Ghostse by i_am_syco · · Score: 0, Offtopic

    Man...go AC or something before you go and make yourself look like an ass like that. Tha's not coo', j0.

  7. In that case by boobsea · · Score: 4, Insightful

    You can say goodbye to the GPL being enforceable.

    If it goes one way, it can go the other in this situation.

    1. Re:In that case by Azadre · · Score: 0

      That's true, but when you intend to release something under the GPL, you are still providing the source. I don't really care if some company takes the source then after, as long as it's there, why worry?

    2. Re:In that case by boobsea · · Score: 3, Insightful

      The OP said that if Linux devs can get code to be judically consdidered as a "mere collection of facts" then they can use that to nullify SCO's code copying claim.

      Conversely, some company can come in and take your source, change it, use it in a commercial product and use this doctorine to justify not releasing the code.

      Be careful what you wish for (to OP).

    3. Re:In that case by boobsea · · Score: 2, Insightful

      As an addendum to my previous post, if you are OK with someone taking your code, making changes, and using that in their product sold commercialy, why didn't you use the BSD license in the first place?

    4. Re:In that case by Anonymous Coward · · Score: 1, Funny

      Well, we would have, but we heard that BSD was dying.

    5. Re:In that case by anthony_dipierro · · Score: 1

      As an addendum to my previous post, if you are OK with someone taking your code, making changes, and using that in their product sold commercialy, why didn't you use the BSD license in the first place?

      Isn't that what RedHat does? The GPL doesn't prevent this.

    6. Re:In that case by TRACK-YOUR-POSITION · · Score: 1
      If it were legal to take commercial software and code, copy it, and give it away for free, then many GPL developers might switch to BSD. There are lots of reasons why you would oppose all software restrictions and still use the GPL on your code--essentially, the GPL is a weapon to force other people to have fewer restrictions on their code (if it is derived from yours.)


      I doubt there are many people in this world who want to abolish all copyright who would still want to retain the GPL in that copyrightless world. And if any such people did exist, and they had the political power to eliminate copyrights, they would probably also have the power to pass a GPL-like law that required all distributed software to come with source.


      In conclusion, the argument that we should support the existence of copyrights because they are neccessary for the GPL is the most worthless possible argument you could make in support of copyright. The GPL accomplishes a specific goal within a particular set of laws, but that does not mean that this particular set of laws is the best way to achieve that goal.


      My own position is to support copyright, but I also think the system falls apart if enforced too rigidly. After all, legal systems are far slower than computer systems, so if every time I do a computation I have to defend against a lawsuit, Moore's Law will reverse itself quite fast.

  8. my db by erikdotla · · Score: 4, Funny

    insert into facts (object,property) values ('sky','blue')

    There we go.

    --
    # Erik
    1. Re:my db by AntiOrganic · · Score: 4, Funny

      This comment is a ridiculous overexaggeration of the point. Ownership of the sky, sun and moon has been traced back to a group of individuals from an area of Scandinavia now known as Norway, circa 700 A.D., when they filed an international accord stating that Valkyries under their dominion had claimed the sky in their name. Interestingly enough, they did not claim ownership of any stars or planets, so it will be interesting to look back through the archives and see who did.

      To this day, all countries utilizing airborne vehicles flying in excess of 20,000 feet must pay royalties to Norway for the commercial use of their property.

    2. Re:my db by Idarubicin · · Score: 2, Funny
      To this day, all countries utilizing airborne vehicles flying in excess of 20,000 feet must pay royalties to Norway for the commercial use of their property.

      Since the most recent surveys of Mount Everest place its altitude at 29,035 feet (8850 metres), the Nepalese have applied for an exemption from this policy for Sherpas working commercially below 30,000 feet.

      Negotiations are ongoing. There is no word yet on the legal status of climbers who become inadvertantly airborne while still above the 20,000 foot mark.

      --
      ~Idarubicin
  9. What's onerous? by ObviousGuy · · Score: 2, Informative

    From the text:

    (a) LIABILITY- Any person who makes available in commerce to others a quantitatively substantial part of the information in a database generated, gathered, or maintained by another person, knowing that such making available in commerce is without the authorization of that person (including a successor in interest) or that person's licensee, when acting within the scope of its license, shall be liable for the remedies set forth in section 7 if--

    (1) the database was generated, gathered, or maintained through a substantial expenditure of financial resources or time;

    (2) the unauthorized making available in commerce occurs in a time sensitive manner and inflicts injury on the database or a product or service offering access to multiple databases; and

    (3) the ability of other parties to free ride on the efforts of the plaintiff would so reduce the incentive to produce the product or service that its existence or quality would be substantially threatened.

    (b) INJURY- For purposes of subsection (a), the term `inflicts an injury' means serving as a functional equivalent in the same market as the database in a manner that causes the displacement, or the disruption of the sources, of sales, licenses, advertising, or other revenue.

    (c) TIME SENSITIVE- In determining whether an unauthorized making available in commerce occurs in a time sensitive manner, the court shall consider the temporal value of the information in the database, within the context of the industry sector involved.

    --
    I have been pwned because my /. password was too easy to guess.
    1. Re:What's onerous? by Bagheera · · Score: 4, Insightful

      Interesting, and thanks for posting part of the text from the bill here. I wonder if this bill isn't being snuck through to give the likes of Wal-Mart, K-Mart, Target, etc., more ammunition in their once and future suits against folks such as fatwallet.com - particualy around this time of year. (Amungtst all the other "Corporate entitities" who'd love to see something like this)

      If they can successfuly claim the publication of their price lists ("facts" in anyone's book) is somehow part of a " database (that) was generated, gathered, or maintained through a substantial expenditure of financial resources or time;" it'll just be more ammunition for them to keep simple facts "secret."

      Of course, considering how much influence large corporations have over the legislature in protecting their interests at the expense of the Public Good, is a bill like this any real surprise?

      --
      Never attribute to malice what can as easily be the result of incompetence...
    2. Re:What's onerous? by Anonymous Coward · · Score: 2, Interesting

      Copyright in the US is not based on "sweat of the brow" as it is in other countries, but on creative content. The intent of copyright is to encourage the creation of creative works, by providing an incentive. (That incentive has become rediculously larger than necessary, but that's another discussion.) The white pages are not copyrightable because anyone who collects the same data will have the same result - you have done work to compile them, but no creativity is involved. With this law, any arbitrary collection of data would have restrictions similar to those of copyright, but without any protections for the general public such as fair use, and without a strict time limit. This law seems to protect a data set as long as releasing the data would harm the companies business model - in other words, it is yet another "Bad Business Model Protection Act", just like the DMCA and the Broadcast Flag.

      The most important question to ask for any law is:
      "Will this benefit the general public?"
      If the answer is no (which it is for this law, since large data sets are already produced without such restrictions in place), then the law should not be passed. Unfortunately, Congress will ask one of three completely different questions, depending on if the congresscritter in question is corrupt, gullible, or simply moronic:
      "Will this benefit those who pay me?" (corrupt)
      "Is this what the nice lobbyist told me was a good idea?" (gullible)
      "Will this benefit big corporations, and therefore benefit the general public?" (moronic)

    3. Re:What's onerous? by Aneurysm9 · · Score: 1
      Copyright in the US is not based on "sweat of the brow" as it is in other countries, but on creative content.
      You're absolutely right, American copyright law isn't based on the "sweat of the brow" doctrine. That, however, is absolutely irrelevant to discussion of this bill since, after a cursory inspection of the text, the bill is predicated on the commerce clause and not the copyright clause. Speaking of my cursory inspection, it seems troubling that the language doesn't speak of copying data but of making data available. It would seem then that anyone who, through separate expenditure of financial resources and time, creates a database substantially similar to one already in existence would be liable for damages.
      --
      There was Cowboy Neal at the wheel of a bus to never-ever land.
    4. Re:What's onerous? by Anonymous Coward · · Score: 0

      Well, it is clear from your duplication of the facts contained in the bill you don't really understand the obvious. Anywas, here is a good place to insert another fact: there are certain individuals responsible for introducing this proposed legislation. It is our job as the readers /. to remove these individuals from their positions of "leadership" by any means possible. Let the games begin.

    5. Re:What's onerous? by Anonymous Coward · · Score: 0

      So what you are saying is that unless a law conforms to your socialist ideals that it ought not be considered.

      Just trying to make sure we understand what you're trying to say.

    6. Re:What's onerous? by Anonymous Coward · · Score: 0

      Listening to you.

    7. Re:What's onerous? by Cragen · · Score: 1

      Seems to me that one would have to prove that the info presented was collected as a result of an unauthorized access to the database in question. Am I reading that right? If so, that makes sense to me. Legally. Morally (a whole 'nother issue), depending on the data itself, if the data "needs" air, one will just have to debate whether he/she is willing to pay the price of publishing it. That's the game. Mostly sincerely, *cragen

  10. the copywrite laws... by maxdamage · · Score: 1, Funny

    are starting to make me seriosly consider living inside a cardboard box... unless ofcouse it would be a copywire violation to use the word cardboard or box, maybe a coragated cube... then again apple could sue me for using the word cube...

    1. Re:the copywrite laws... by Anonymous Coward · · Score: 0

      you need to be sued for not knowing how to fucking spell

    2. Re:the copywrite laws... by maxdamage · · Score: 1

      Yes, your right... someone MUST of copywrited all those commonly misspelled words!

    3. Re:the copywrite laws... by maximilln · · Score: 1

      I already tried living in a tent in the Yukon for three months. It just wasn't worth the hassle. The scenery was beautiful and the air was clean but, in today's rapidly modernizing world, it just wasn't worth it to deal with the street bums just to try and find a day's work so that I could continue to buy bread for the next week. The Salvation Army was helpful but the clientele that hangs around that place is simply intolerable.

      --
      +++ATHZ 99:5:80
    4. Re:the copywrite laws... by FLEB · · Score: 1

      Perhaps taking a copywriting class would help?

      --
      Information wants to be free.
      Entertainment wants to be paid.
      You just want to be cheap.
  11. Well then Webster owns the world already then by Charcharodon · · Score: 4, Interesting
    If it only has to be in a database somewhere then the dictionary would be considered a database so by that logic Webster ownes the rights to pretty much anything done in the English language.

    Too bad guys (greedy corps and stupid politians) they beat you too it!

    1. Re:Well then Webster owns the world already then by Anonymous Coward · · Score: 0

      Actually, dictionaries are copyrightable, since they require creative effort to generate. So is any abridged word list, since choosing the words to include is creative. An unabridged word list would not be copyrightable, since there is no creativity involved.

    2. Re:Well then Webster owns the world already then by Anonymous Coward · · Score: 0

      dictionaries are copyrightable, since they require creative effort to generate

      Yes, but the individual words aren't.

      What's being discussed here is the ability for someone to take a list of words, and say "it took me a long time to collect and define these words, so therefore each one belongs to me."

    3. Re:Well then Webster owns the world already then by Anonymous Coward · · Score: 0

      Sig: No mater where you go, there you are...about a block from Taco Bell.

      I'll assume you've mis-spelled "matter" as a deliberate troll? And for the enlightenment of your narrow world, Tacko Bell doesn't exist in my country, or the one next door, or the one next door to that. So, what exactly is the point of your sig, other than to make you look like an idiot? Seriously.

    4. Re:Well then Webster owns the world already then by pdabbadabba · · Score: 0

      The point is that you have to duplicate a substantial portion of the "database." Thus, you only run into trouble if you decide to duplicate all of Webster's work and publish your own dictionary. Or, to apply a more appropriate example, if someone scoured Google and duplicated their database for the purpose of setting up a competitor, Google would have redress under this bill. The bill itself reads, in relevent part: LIABILITY.--Any person who makes available in 15 commerce to others a quantitatively substantial part of the information in a database generated, gathered, or maintained by another person, knowing that such making available in commerce is without the authorization of that person (including a successor in interest) or that person's licensee, when acting within the scope of its license, shall be liable for the remedies set forth in section

    5. Re:Well then Webster owns the world already then by Anonymous Coward · · Score: 0

      Ahh dumbass, unless you're reprinting a dictionary, using words that happen to be in a dictionary does not mean you used their database. There's no short suppy of stupidity in comments or moderation here.

    6. Re:Well then Webster owns the world already then by wraith0x29a · · Score: 1

      Why Webster? The first large monolingual English dictionary was published in 1656 by Thomas Blount a century before Noah Webster was born and a century-and-a-half before he published 'A Compendious Dictionary of the English Language'.

      --
      ~ Better a freak than a sheep. ~
  12. Who does not own the facts? by Anonymous Coward · · Score: 0

    Slashbots.

  13. bibliographies by potpie · · Score: 1

    "Using facts" seems a little vague to me... but what about bibliographies? "These data were obtained from....." This is already how we do it when getting facts from books; isn't that good enough?

    --
    Esoteric reference.
    1. Re:bibliographies by tepples · · Score: 1

      ObviousGuy has pointed out an exception for hyperlinking and bibliographies.

  14. When I remember Poland... by SharpFang · · Score: 1, Insightful

    ...in times of "communism", there was far more freedom than it gets to be in the US. It's sad that a country that boasts to be the most 'free' in the world, slowly becomes another empire of evil, democracy no longer fulfilling its purpose, law in hands of corporations, money being the highest value, crime and violence becoming leading powers driving the economy.
    It's just sad.

    --
    45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    1. Re:When I remember Poland... by DShard · · Score: 1

      I seem to like feeding trolls today so here goes...

      Seeing how "Capitalism" flurished in Poland with it's toady economy well after a decade of reforms I don't see it as some free wonderland. Poland has strugled like most eastern block countries to rid themselvs of the tyrannies they existed in during communism. I wouldn't seriously consider them a paragon of freedom.

      We (the US) have something that doesn't exist in the rest of the world, which is a jury of your peers. This has been occasional currupted but it is still better than other systems.

      Money has always existed, and has always been valued because it is literal representation of interest. You show your interest by buying something. The corperations who spend that money in washington a literally spending your interest. If you are not interested in a policy quit spending money on it.

      Crime and violence exist everywhere it is just the type that matters. Statiscally there is very little difference between the US and any other country. At least in the US you have an option of having your day in court.

    2. Re:When I remember Poland... by SharpFang · · Score: 5, Interesting

      Ok. So piece of freedom in Poland.

      Except of really absolutely necessary laws, the only limitation was: Don't fight the system. At least, not from outside. Which means: You could join the party, climb the career ladder and once gaining significant power, help guiding the system towards something more 'accessible'. And that was often done. They stopped condemning rock music, instead they pursued engaging it on their side (see the Manaam band), they had to ballance giving as much freedom to people against becoming "too liberal" in eyes of Moscow, especially giving real show in "fighting the enemies of the system" - the oppression of the opposition news were often bloated purposedly, just to show "how faithful we are". The police was really effective, and while you had to carry your ID with yourself at all times and show it to the police on demand (often), nobody really minded that - "Thank you citizen, you are free" was what you always heard if you weren't a criminal.
      What is really important, the laws were extremely liberal. Nobody even thought about banning homosexuality. Marriages? No, not really, but prison? What for? Real law. Pornography allowed 18+, sex - 16+. No fiction of "sex since 18, alcohol since 21". Soft drugs allowed in small amounts for personal use. Hard drugs illegal and mostly unknown. Besides, the youth had far more interesting stuff to do than to drug themselves, start gang wars, rob people. Ever heard about The Palace of Culture and Science, by name of Stalin? A big building in the centre of Warsaw, impressive for its times. A network of such institutions worked thorough the whole country. Purpose: clubs, for mostly every hobby you could ever think of. Computer labs, car models, plane models, chorus, radioelectronics, carpentry, aquariums, all kinds of sport sections, games, theatre, dance, a section for any good activity you could think of for your child, could be found there - and children loved it. Funded in great part by the state, well equipped workshops, decent instructors/trainers, place for every kid and teenager to spend their time in interesting and creative way.
      And criminals were really looked down upon, because people knew these do what they do just because they are too lazy for a honest job. Not to get their bread. Because despite the fact I could eat bananas maybe once or twice a year, when they appeared at the shop, everyone could afford their living, food, nobody was homeless, nobody was without work. If you happened to be without work while able to work, you were quite suspect. So called Blue Bird (polish Niebieski Ptak, russian Sinaya Ptica), either you lived from some money your family abroad sent you, or you performed some illegal activity... unless you just asked the social support for help. It was substantial enough to provide living to anyone too lazy to work, not high-standard though. Besides, it paid to work really. Forget the money, they didn't mean really much. But privledges. Vacations in your firm's contracted or owned hotel (Black Sea? Yugoslavia? Romania?), discounts on multitude of services, "christmas gifts", coupons to buy poorly available goods, countless other profits other than financial. You didn't HAVE TO work. You were just pretty much encouraged to do so.
      And one wonderful thing I miss really deeply: Honesty and trust. You could travel whole eastern europe by hitchikng. You could leave your tent out in the wild for whole days without fear somebody would steal anything. You could ask a perfect stranger in the country to let you sleep overnight at their place and they would greet you warmly. Of course the unwritten rule of "do not steal" applied only to private property. Public property was stolen at will, and that's one of several reasons why the system collapsed. And if you were an artist, writer or such, you just belonged to an association which would pay you a monthly salary for writing books, playing music etc, and then provided them to the public for funny money. A record (vinyl) for as much as a loaf of bread. A book for about the same.

      --
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    3. Re:When I remember Poland... by Brandybuck · · Score: 1

      ...in times of "communism", there was far more freedom than it gets to be in the US.

      Gross hyperbole. Although this new bill is disgusting, it hardly approaches the infringements of freedom that communist nations imposed.

      Yes, the US is travelling down the road to totalitarianism. If the direction or speed doesn't change, we may reach it in twenty years. But right now, today, I have more freedom that I would have ad in Poland twenty years ago. I can start an independent newspaper, just like any of the thousands now available, without asking the government's permission or subjecting it to any government censorship. I can go to a church that isn't licensed by the government. I can criticize the goverment without fear of reprisal. I can own handgun for personal defense. I get a trial by a jury of my peers. Etc, etc, etc. It's not perfect, but still much better than old world communism.

      --
      Don't blame me, I didn't vote for either of them!
    4. Re:When I remember Poland... by Anonymous Coward · · Score: 0
      Seeing how "Capitalism" flurished (flourished) in Poland with it's (its) toady economy well after a decade of reforms I don't see it as some free wonderland. Poland has strugled (struggled) like most eastern block countries to rid themselvs (themselves) of the tyrannies they existed in during communism. (Communism) I wouldn't seriously consider them a paragon of freedom.

      We (the US) have something that doesn't exist in the rest of the world, which is a jury of your peers. (blatantly false) This has been occasional (occasionally) currupted (corrupted) but it is still better than other systems.

      Money has always existed, (false - barter preceded the concept of money) and has always been valued because it is (a) literal representation of interest. You show your interest by buying something. The corperations (corporations) who spend that money in washington (Washington) a (are) literally spending your interest. If you are not interested in a policy quit spending money on it.

      Crime and violence exist everywhere it is just the type that matters. Statiscally there is very little difference between the US and any other country. (false - recorded crime per 100,000 population statistically almost double in the US what it was in Poland, for example) At least in the US you have an option of having your day in court.

      Presumably we can at least agree that the Polish education system was better?

    5. Re:When I remember Poland... by rzbx · · Score: 1

      I neither totally agree with you nor the parent, but you must be informed. My parents are both Polish and I've lived here all my life, but I speak Polish fluentely and have been around many Polish people from young to old. If there is one thing I've heard from many of these older people that actually lived during this time is that they felt in many circumstances that certain freedoms during those times were greater than what they are here in the U.S. and crime was nill. Not that communism was great, but neither is our system. Obviously, freedom can not be easily evaluated and it must first be defined. "Communism" has its freedoms and "capitalism" has its freedoms, neither is more free unless you state specifically what you mean by free and take very careful objective analysis.
      You must see that the parent poster does have some insight. For example, which countries have the largest percentage of its people locked away behind bars? Also, the point he made about crime and violence being leading powers driving the economy is not too far from the truth. Leading? I wouldn't agree with that one, but substantial and larger than many other countries? Yes.

      "The corperations who spend that money in washington a literally spending your interest. If you are not interested in a policy quit spending money on it."

      People don't pay for products and services and keep track of where that money goes once it is in the hands of corporations or government agencies. Sure, some organizations do and some people actually do pay attention, but how many? Corporations and government agencies and even non-profit organizations spend money according to their own personal interests. Especially when their source of money doesn't pay attention to what they are spending their money on.

      Btw, I recommend you work on your spelling, you made many mistakes. Maybe your foreign born like me? A lot of reading and writing helps. If your not sure, then double check the spelling and look at it a good while.

      --
      Question everything.
    6. Re:When I remember Poland... by Anonymous Coward · · Score: 0

      If you are not interested in a policy quit spending money on it.

      I am not interested in supporting the insurance industries' agendas, the farmers' agendas, the power company's agenda (singular, b/c there is only 1 I can buy from). I should show my non-support by dying b/c I can't afford medical treatment, can't grow my own food, and have no way to keep warm in the winter? When the system allows me to actually choose how and where to spend my money, then I will accept that buying a product = supporting a company's political agenda.

    7. Re:When I remember Poland... by js7a · · Score: 5, Interesting
      it wasn't freedom that people fought for. It was the shiny shop shelves bending under weight of wares, it was fast cars, big luxury houses that most of the people who fought thought they would have. Their mistake as to the character of capitalism appeared shortly after, and homeless, redundant, criminals came as a shock. Nobody who came from the US with a bag of dollars ever mentioned them. Nobody mentioned that people may die because they can't aford medicine; they can freeze to death because real estate agents get hold of empty houses and offer them for sale for the rich. Nobody thought they would burn alive because of home-made coal heating, because they can't afford gas for central heating.

      Some people earned lots. Some lost all. Not to mention most of state-funded institutions. Nowadays the best teenagers can do is to go and rob someone, watch TV, and drink beer. Build your own RC car? How? Tools! Parts! Knowledge! Cost! Completely beyond reach.

      Most of Eastern Europe fell from inefficient communism into brutal capitalism because of all the money to be made (for the very few rich), when what they needed was the efficient socialism of, e.g., Sweden.

      In Sweden, most people don't pay taxes, which are income based in two brackets -- the bottom bracket pays 0%, and the upper bracket, which begins at 10% above the mean wage earned amounts to a tax of 57% of the portion of income above that level. As you might imagine, Sweden's system compresses almost everyone into the middle class while still allowing for plenty of incentive. This has resulted in an economy that looks perfect from the perspective of a capitalist or communist nation, with ultra-low unemployment, inflation, national debt, poverty, and infant mortality, and ultra-high longevity, per-capita spending power, and literacy. They have a thriving economy at all sizes of business, from sole-proprietorships to multinationals (e.g., Ikea, Volvo, Ericsson.) Sweden frequently ranks as the #1 place in the world to live on aggregate quality-of-life rankings.

      I don't understand why so many of the post-communist countries aren't following Sweden's lead.

    8. Re:When I remember Poland... by Anonymous Coward · · Score: 0

      Because nobody likes Swedes?

      Just kidding.

    9. Re:When I remember Poland... by Tristan+Tzara · · Score: 1

      Out of curiousity, were you even alive during the time of the Solidarity Movement and martial law or before?

      Problems? Main problem was availablity of consumer goods, and their quality. Everything was poor quality, it was hard to find good stuff, not enough of everything but the very basic. Freedom? Who cares? We had mostly all the freedom we ever wanted, with one -tiny- exception. No jokes, no attacks, no bitching about the government. Taboo. Easy as that. So... it wasn't freedom that people fought for. It was the shiny shop shelves bending under weight of wares, it was fast cars, big luxury houses most of people who fought, thought they would have.

      Or maybe not? Maybe it was about the ability to travel where you wanted, to say what you wanted, to think what you wanted, to have rights, to be free from ceaseless monitoring/surveillance by secret police, to gather freely and without threat of being taken away, never to be seen again by your friends, to have a nation independent of the imperialist invaders who have knocked at your gates so many times before and been repelled, to be represented independently in your government, to negotiate a fair wage, to have, above all, LIBERTY. Perhaps those aren't an issue for mediocre consumerists like yourself, supposedly content with idle brain candy like hobbies and vacations at the Baltic, but don't tell me that they are the building blocks of a nation?! People tell me again and again how Poland is falling back to neo-Communism, and you are making me believe it.

      I couldn't help but laugh at this line:

      Build your own RC car? How? Tools! Parts! Knowledge! Cost! Completely beyond reach.

      Poland is easily one of the most wired Eastern European nations, so don't give me that bullshit about lacking tools, parts and knowledge. The best Polish teenagers are doing very much the same thing as the best European teenagers.

      And one wonderful thing I miss really deeply: Honesty and trust.

      And one final note: Some people miss trust, others miss honour, but they tend to become sorry very quickly when liberty goes missing. You might not care, but fortunately others did.

    10. Re:When I remember Poland... by Tristan+Tzara · · Score: 1

      Out of curiosity, do you have any data on the (un)employment rates for non-European immigrants in Scandinavian countries, and their proportion to the total population? (Just for the record, I'm NOT treating "Europeanness" as independently relevant here.)

      Let's not forget that Sweden had the slight advantage of not being crushed to smithereens by both the Nazis and the Soviets, so it actually has the long-term economic and social stability which is required for a full welfare state.

    11. Re:When I remember Poland... by Anonymous Coward · · Score: 0

      Let's not forget Saab, arms merchants to those dictators and police states wanting more "bang-for-the-buck" than US made weapons.

    12. Re:When I remember Poland... by innocent_white_lamb · · Score: 1

      But right now, today, I have more freedom that I would have ad in Poland twenty years ago. I can start an independent newspaper, just like any of the thousands now available, without asking the government's permission or subjecting it to any government censorship.

      Business license.

      I can go to a church that isn't licensed by the government.

      IRS charitable organization registration.

      I can criticize the goverment without fear of reprisal. I can own handgun for personal defense. I get a trial by a jury of my peers.

      Patriot Act. Military Tribunals. Etc.

      You were saying?

      --
      If you're a zombie and you know it, bite your friend!
    13. Re:When I remember Poland... by rokka · · Score: 2, Informative

      In Sweden, most people don't pay taxes
      You made this up yourself? The only ones who don't pay taxes in Sweden are students (if you don't count the 25% VAT).

      the bottom bracket pays 0%, and the upper bracket, which begins at 10% above the mean wage earned amounts to a tax of 57%
      Totaly wrong. Just isnt so.

      with ultra-low unemployment,
      Yeah, only like 7-8% or so.

      inflation,
      OK, you had a lucky guess....

      national debt,
      but just one :)

      I don't hate the country I live in... but trust me, it ain't heaven. A lot of your "facts" was true during the 70'-80'. High standards and low unemployment was kept by huge national debt. and many people where employed by the goverment. This ended with a minor krash in the begining of the 90'. Now it's more or less like any othe country in the EU.

      --
      I could be wrong. I'm always wrong...
    14. Re:When I remember Poland... by Geek_in_Marketing · · Score: 1

      We (the US) have something that doesn't exist in the rest of the world, which is a jury of your peers. This has been occasional currupted but it is still better than other systems.

      Perhaps you have never heard of the United Kingdom then?

      Strange, but we seem to have a jury system too

      And though we have a government that doesn't listen to us, at least ours hasn't introduced the Patriot Act.

      Personally, I think the US can no longer be held up as the global paragon of democracy and freedom. It's a corporate dictatorship hiding behind a facade.

      You'll get your day in court only if you can afford it. If not - well, hand over your house to the RIAA.

      --

      "This is your life - and it's ending one minute at a time" - Narrator, Fight Club
    15. Re:When I remember Poland... by Anonymous Coward · · Score: 0

      I remember Poland too, (not to mention Ukraine, Rumania, ...) when you had to bribe everybody just to get a normal contract. (Honesty ? Trust?) I guess the situation was a tad more complex than what you described and interestingly enough some people whould use almost identical words to decribe the situation under the Baathist regime in Bagdad. Recently someone claimed the conformism was worst than fundamentalism. At the time I was doubtful, but after a post like this I can start to see a point.

      Having said so I am quite aware of many problems in post-communist Europe not to say of some worrying trends in corporate led EU/US but the advantage of 'democratic' systems is that they tend to self-correct over time. In the sixties there was quite a scare about corporations but for the following twenty years the problem was hardly any more on the agenda.

    16. Re:When I remember Poland... by SharpFang · · Score: 1

      The best Polish teenagers are doing very much the same thing as the best European teenagers.

      That's the very point: the best. And anything from "poor" to "above average" is ears deep in shit I have described. Of course it's no problem to buy the tools, books, parts... with one tiny exception, an average family father would have to sacrifice about yearly salary to provide the kid with equipment similar to what they had in the workshops.

      to have, above all, LIBERTY.

      Ask your averagen Solidarity leader. He will claim it was a fight for the liberty from the beginning to the end. (if he ever stops his luxury car to answer your question). Ask average member and he will tell you "everyone was told we will be free and rich. I piss at this freedom, look how poor we are! - and he will point at his starving family.

      but they tend to become sorry very quickly when liberty goes missing.

      Yes, I'm sorry. Now, when people introduce really dumb laws, when suddenly many perfectly legal things get forbidden, when under flags of "liberty" our country kisses ass of yet another empire, when people are finally free to bitch at the government, but simultaneously they lost their freedom to have a decent life.

      --
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    17. Re:When I remember Poland... by SharpFang · · Score: 1

      Answer: Miracles of democracy + American propaganda.

      The problem is average IQ of 100 is damn low. People with this IQ and less have just enough votes to simply outvote the wise ones, and when their brains are being fed with pulp of "American Dream" and "Terror of Communism", seeing their boring, old, grey, average day [1], they just voted for the change, in hopes everyone could be some Easy Rider, Commando, Carrington, or whoever... So they voted capitalism.
      And what you suggested is represented nowadays by people voting left-wing party. Its purposes are just Sweden-style socialism, but unfortunately they aren't very eficient at that.

      [1]Yes, despite all it was all very often just plain boring. An old joke: "Man, the Russians are coming! Will they kill us?" "Kill us? Nooo. But they will bore us to death".

      --
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    18. Re:When I remember Poland... by Anonymous Coward · · Score: 0
      I can criticize the goverment without fear of reprisal.
      Tell that to the Dixie Chicks.
    19. Re:When I remember Poland... by stanmann · · Score: 1
      But right now, today, I have more freedom that I would have ad in Poland twenty years ago. I can start an independent newspaper, just like any of the thousands now available, without asking the government's permission or subjecting it to any government censorship.

      Business license.
      Available to all without question for one standard fee.



      I can go to a church that isn't licensed by the government.

      IRS charitable organization registration.


      Actually not required...


      I can criticize the goverment without fear of reprisal. I can own handgun for personal defense. I get a trial by a jury of my peers.

      Patriot Act. Military Tribunals. Etc.


      Ted Rall still flaps his trap and the NRA hasn't been emprisoned individually or en masse. And that ugly fat guy responsible for the fictional documentary about columbine is still flapping his trap


      You were saying?
      I'll say that you are mistaken...
      --
      Food not Bombs is a nice platitude but it breaks down when you notice that the Bombees are usually well fed
    20. Re:When I remember Poland... by stanmann · · Score: 1

      Are they in jail?? Oh, you mean they said something unpopular and it affected their popularity...

      Well DUH!

      --
      Food not Bombs is a nice platitude but it breaks down when you notice that the Bombees are usually well fed
    21. Re:When I remember Poland... by surstrmming · · Score: 1
      "In Sweden, most people don't pay taxes"

      Oh boy, you're so utterly wrong.

      Sweden is the most beautiful nation in the world, with the most beautiful women (they all look like Elin, Tiger's girl), and the friendliest people. We're the #1 nation in many respects.

      When it comes to taxes, we're #1 too. According to the traditional definition of taxation (sum of taxes as a percentage of the gross national product), the sum of taxes in the year 2002 was the highest in Sweden with 50,6 percent. The EU average was 40,5 percent. Denmark was second highest in the world with a taxation of 49,4 percent using the same definition. (source)

      Yes, we're #1 on taxes, and we strive to be #1 in social benefits too. We have not reached the goal, but most people are happy with the taxation level as long as the social benefits match up.

      You can read some facts about Swedish taxes in English at Swedish tax authorities web site.

    22. Re:When I remember Poland... by Tristan+Tzara · · Score: 1

      Sharp, do you have anything which would substantiate the notion that such workshops were available to the clueless rural youth you're championing, that the average salary is now below 500zl (parts would be cheaper in Poland, anyway), and that Polish society lacks upward mobility? On this last point, I can ask my uncle how things went as he moved from selling TV remotes off a blue cot at the stadium to running a profitable electronics partnership and owning a large, marble-filled home (the new rich, and their wives, especially, have no sense of taste).

      Ask your averagen Solidarity leader. He will claim it was a fight for the liberty from the beginning to the end. (if he ever stops his luxury car to answer your question). Ask average member and he will tell you "everyone was told we will be free and rich. I piss at this freedom, look how poor we are! - and he will point at his starving family.

      I can ask at least TWO former Solidarity members right now, and they'll say it was about liberty. That's why they came to the US.

      when suddenly many perfectly legal things get forbidden, when under flags of "liberty" our country kisses ass of yet another empire, when people are finally free to bitch at the government, but simultaneously they lost their freedom to have a decent life.

      So you plan to cut off your nose to spite your face? Plenty of people are living a decent life, arguably many many times better than in other Eastern European countries (just look at the average monthly income), and international involvement is a much a Western import as your familiar leftist fear-mongering.

    23. Re:When I remember Poland... by Brandybuck · · Score: 1

      Even if your rebuttals were true, it's still better than under the typical communist regime of the last century.

      I need a business license to start up a commercial newspaper. But this license is uniform for all businesses in a locality, and typically very small. It's the same fee if you're a newspaper or a carwash.

      Most churches are indeed registered with the IRS as non-profit charitable organizations. But this still isn't licensing. If you want to start a church, you simply start one. Period. Indeed, there many churches that are not registered as charitable organizations at all, as a principle of their faith. They lose some of the tax perks, but they gain considerably in freedom and peace of mind.

      The patriot act is indeed distressing, and it is indeed a huge step away from freedom and liberty. But I can still criticize the government in press and in speech without reprisal. I can write a letter to a newspaper harshly criticizing governement policies, and I will not fear any harassment by the state. I can set up a soapbox on the street corner and start ranting about Bush and I will not be arrested.

      I'm not saying that the US is perfect. Far from it. But we've got a long ways to go before the US approaches the level of authoritarianism exhibited by the communist nations of twentieth century Europe.

      --
      Don't blame me, I didn't vote for either of them!
    24. Re:When I remember Poland... by js7a · · Score: 1

      Right, so I should have said: Just over half the Swedes don't pay national income tax, and in some regions, more than half don't pay any regional income tax either. I completely forgot about the VAT, which is a horribly regressive sales tax.

    25. Re:When I remember Poland... by SharpFang · · Score: 1

      Sharp, do you have anything which would substantiate the notion that such workshops were available to the clueless rural youth you're championing,

      Yes. mostly every village had some kind of 'culture centre'. Usually that was at the fire service station, where certainly not -as- much as in the cities could be done, but still libraries, art groups, meetings with celebrities of art and culture were often held there. But rural was never the worst problem, people always can feed themselves from their own crops, they own their houses, they always find at least temporary jobs. The problem is the youth in cities. Nowadays the cities are dangerous. And yes, poorest worker's kid could go and learn Logo, learn playing violin, or win a sport event, without noticable loss in 'house budget' of the family.

      that the average salary is now below 500zl (parts would be cheaper in Poland, anyway),
      Country average of about $2/h, seriously blown up by those who learn really lots, and if you were to take a median, it will be more like $1/h.
      About 1000zl/month.

      Soldering station: 800zl.
      servo: 90zl
      set of wheels: 60zl
      battery charger: 240zl
      controller: 300zl
      motor: 50zl
      gearbox: 30zl
      accumulator: 100zl

      1670zl for now. That list is by far incomplete. Add RC diagnostic tools, add multimeters, add all parts that will get broken during assembly and will need to be replaced... I think 4000zl as a good (as good as it was there) 'starter set' (parts+tools) is a good bet.

      I can ask at least TWO former Solidarity members right now, and they'll say it was about liberty. That's why they came to the US.

      But we have liberty now! Why are they still there then?!
      Ask some who stayed HERE and actually tried to work for their own country!

      Sure, your uncle was successful. He had a good sense of when and how to earn. If he was trying to start now, it would be MUCH harder for him.

      Plenty of people are living a decent life,

      Look at all those brave soldiers! Look how many of them returned from the war with but a scratch or at worst a limb missing! Look at the victory!
      (and don't look at all that black bags with bodies.)

      --
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    26. Re:When I remember Poland... by Anonymous Coward · · Score: 0

      Most of Eastern Europe fell from inefficient communism into brutal capitalism

      Bullshit. The Eastern European countries which had a bad time suffered from theft from the state by cronies of the politicians. Capitalism was not possible in these countries because capitalism needs a functioning legal system.

      Capitalism is the creation of wealth, not the concentration of existing wealth.

    27. Re:When I remember Poland... by Trurl's+Machine · · Score: 1

      Sir, what you write mostly is not true and I honestly doubt if you really do remember the People's Republic of Poland. Let me focus on some particular points:

      They stopped condemning rock music, instead they pursued engaging it on their side (see the Manaam band)

      And what exactly should we see about it? (BTW: it's Maanam, not Manaam). Maybe the fact that in 1980's its music was banned from public radio (and there was no private radio) for the band's refusal to participate in some stupid Polish-Soviet Friendship gathering? Their song "Tango" was occupying high position on the popular Top Twenty radio list, but they couldn't play it - they played only a brief staccato of percussion instead. Some freedom, eh?

      Nobody even thought about banning homosexuality.

      Simply not true. Even in the late 1980's, secret political police launched a so called Operation Hyacinth, aiming for massive arrests of active homosexuals. For the whole period of communism in Poland, homosexuals were invigilated and generally treated as criminals by the police ("indecent behavior" was banned as such). Details in the link attached (sorry - in Polish)

      Pornography allowed 18+, sex - 16+.

      Neither is true. Pornography was explicitly banned by the Censorship Act (officially known as "Ustawa o kontroli publikacji i widowisk" - "Control Of Publications And Spectacles"), namely by paragraph 10 of the 2nd article. As for sex, it was legal from 15+, but then again, what is and what is not "indecent" was up to arbitrary decision of any policeman.

      Hard drugs illegal and mostly unknown. Besides, the youth had far more interesting stuff to do than to drug themselves, start gang wars, rob people.

      Not true. In late 1970's, a domestic method for production of a "poor man's heroine", known as "kompot", was developed and succesfully applied wasting thousands of young lifes. Poles are generally ingenous in inventing strange homebrew methods of manufacturing virtually anything, especially means to get knocked down. There were many "poor man's hard drugs" manufactured from incredible stuff, like bathroom cleaners or paint dillutants. As for the young gangs, they were as active as today, especially in the "mean neighborhoods" of major cities.

      You didn't HAVE TO work.

      Absolutely not true. In 1980's work was mandatory. It was against the law not to have any job. Everyone had to have a stamp of his employer in his ID and show it to any policeman on demand. Lack of a stamp could lead to arrest, high fine and having a compulsory job ordered by the authority (usually digging trenches etc.).

      Vacations in your firm's contracted or owned hotel (Black Sea? Yugoslavia? Romania?)

      In most cases, a derelict, sub-standard bunkhouse somewhere in the Polish countryside - that would not even be counted as "one star" in any contemporary tourism rating. No bathroom - wash in cold water, defecate in a shared outhouse.

      It was the shiny shop shelves bending under weight of wares, it was fast cars, big luxury houses most of people who fought, thought they would have.

      No, it was more than that. It was the fact that you don't need to fear the policeman if you didn't break any law. It was the fact that you actually have some rights and can even succesfully defend them in court against the state institutions. It was the fact that you can legally buy foreign currency (illegal under communism). It was the fact that you can actually have a passport and travel wherever and whenever you want (under communism, you could get a passport after explaining where do you want to go and what do you want to do; the authorities could simply refuse without any explanation; you were obliged to return the passport within seven days upon return).

    28. Re:When I remember Poland... by SharpFang · · Score: 1

      Why argue... twisting facts, stretching the truth...

      Like the Hiacinth Action. I'm reading about it now, I didn't know it.
      True, arrested, put on record and... released. Nobody was really hurt. All they had to do was to sign statements that they -are- gays. The documents were classified. And the action was a measure against spreading AIDS, to help lower crime rates in homosexual environment (higher than hetero, and detection rate lower) and against leaders of -underground- gay organisation. Besides that, it was tolerated.

      "Indecent behaviour"? Yeah, sure. If you did it on the street. So is hetero sex in most places of the world. In privacy of your home you are free to do whatever you wanted.

      The rest is just the same.

      --
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    29. Re:When I remember Poland... by Anonymous Coward · · Score: 0

      You are fucking idiot talking completely out of your ass.

      I spend fucking 23 years in Poland .... while it is a much better place now than it used to , it is still a shithole compared to US.

      You are the fucking reason Polish Jokes were invented.

    30. Re:When I remember Poland... by Anonymous Coward · · Score: 0

      You just lost your protection from double jeopardy.
      UK is sliding down very fast .. much faster than US.

  15. Hasavoosavah?!?!? by OrthodonticJake · · Score: 5, Insightful

    What, so now I can't talk about something that a company thinks it owns? The question of whether or not people can own ideas or material has been pervasive for a long time (i.e., RIAA lawsuits with intellectual music property, DMCA restrictions on undermining copy protection), and I have to wonder where it's taking us. With the computer, we've seen a mass 'liberation' of thought and media, and a while ago it was considered a good thing that people could have access to culture so easily. But there have been major arguements as to what should count as a marketable product. Companies are insisting that they should be paid for their wares, and I guess from that viewpoint I agree. They should be paid for what they do. However, if what they do is think of an idea, and then if they tell everybody about that idea, I expect them to not charge me for thinking about it. I think our culture will go down the drain if it doesn't accept that some things are not private property.

    --
    I regularly report MSN spam to the Hotmail admins.
    1. Re:Hasavoosavah?!?!? by zoloto · · Score: 1

      marketable. that's a pathetic word. prostitutes do the same thing.

      corperations and many businesses that think they own the information simply because they keep it private, and when someone hints at the similiarity of any idea they sue until that company can't afford it anymore because they're paranoid and refuse to even think about changing their own business methods.

      this world is pathetic and becoming more so as the years and laws become even more intolerable. what are we to do. ignore them. and keep moving. i could care less about most laws like the dcma, the **aa's and major corperations trying to scare the "CUSTOMER", the very people they NEED TO SURVIVE.

      I'm going to give them a big middle finger they can chew on if they think they're going to screw us forever.

    2. Re:Hasavoosavah?!?!? by h4rm0ny · · Score: 4, Insightful

      and I have to wonder where it's taking us.

      It's taking us nowhere. All ideas are built on previous ideas and the reason they are built at all is to get ahead. When a small group owns the latest ideas then (a) no-one else can build on them for their own gain and (b) the owning group has no incentive to.

      There is no moral justification for granting exclusive ownership to someone - it implies that they alone were responsible for the idea rather than it being a product of every idea and event preceding it and that it wouldn't have been reached by others for the same reason.

      Try this to hear it put better.

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
    3. Re:Hasavoosavah?!?!? by maximilln · · Score: 1

      -----
      There is no moral justification for granting exclusive ownership to someone
      -----
      Pardon me but I disagree. I spent 4 years working for a major pharmaceutical company as the FNG (fsckin' new guy). I'm a gunner, an alpha, an overachiever. My management picked up on this very quickly. Every time I had a new idea which addressed a problem on a project or outlined a method of designing a pharmaceutical I was wholistically beat down. I was verbally harassed, told to mind my own business, and bitz-slapped because,"We have PhDs. You have a BS. What can you possibly know."

      Time and again, two or three months down the road, those same PhDs would be pitching my ideas as their own and using it to influence the direction of the project. At the same time they would gladly accept the social benefits of coming up with ways to advance and direct projects.

      I would really like to have had an opportunity to have exclusive ownership of my ideas. If I wrote the ideas down in my notebook to be cross-signed then they were company property. If I didn't write them down then I was criticized for not participating with the group. If I kept my ideas to myself then I was harassed as feeling isolated, being a sullen lazy slacker, and any number of other unpleasantries. I watched my boss score two promotions in three years while he was allowed to blacklist my career.

      --
      +++ATHZ 99:5:80
    4. Re:Hasavoosavah?!?!? by tych0 · · Score: 1

      The bill states that anyone can independently compile their own database, even if it contains the same information that is in someone else's database. It is not the information but its arrangement in a database that is being protected.

    5. Re:Hasavoosavah?!?!? by Anonymous Coward · · Score: 0

      Sounds like you were just a bit lacking in social skills, actually. Geez. If you're so smart, get yourself an undergraduate psychology textbook or two and learn to emulate conciously what non-aspergers humans do instinctively. If the PhDs think they're smart and "elite", that makes them PISS EASY TO MANIPULATE. Again, Geez.

    6. Re:Hasavoosavah?!?!? by h4rm0ny · · Score: 1


      Ahhh, pharmaceuticals. You have a valid point and I have considered this but I was just addressing the previous comment and I didn't have much time.

      The thing that the pharmaceuticals industry illustrates (although it can apply to other areas) is a particular scenario - a high level of effort to make something possible and then a much lower level of effort to produce it - a good parrallel to the software industry too. And this was long ago the original justification for patents - why should anyone put time and money into producing something if there is nothing to keep the benefits of that research in-house.

      That's the strongest argument for patents. My feelings however are that it is still not necessary to enforce patent controls. The research would still get done and it would be less of a land-grab fight between the companies. Any reduction in development speed would be offset many many times by the fall in drug prices. The third world in particular would benefit massively both in terms of health and in terms of stimulating local industry. Besides, they get patents not just on the methods of manufacturing certain molecules but on the molecules themselves. That is definitely wrong.

      As regards your situation, I don't think the patent system would have helped you at all. I'd be surprised if the company you worked for had allowed you to keep the rights to anything you came up with while you were there, particularly in a process orientated industry like pharmaceuticals. In fact, re-reading your post, they didn't. Loosening of the patent system would actually help you.

      By the way, I have also been in the situation you describe. I think a lot of us here have had to deal with idea-stealing colleagues. It's not pretty and there are only two options - find somewhere better (they exist) or fight back, which in my experience gets you sacked but it can feel good.

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
  16. Who's really looses out here? by Anonymous Coward · · Score: 5, Insightful
    "...expands the rights of corporations at the expense of individuals."

    Wrong. It limits the rights of everyone, period. Why do people so consistently miss the fact that less government involvement neatly solves problems like these?

    1. Re:Who's really looses out here? by goodie3shoes · · Score: 2, Insightful

      Government, and laws, are neither good nor bad per se. Good laws protect people from being screwed, and bad laws, like this one, enable the screwing of people.

      --
      BSA: "Would you like a free Software Audit"? me: "No, thanks. My software is all Free".
    2. Re:Who's really looses out here? by Anonymous Coward · · Score: 0

      friggin libertarian, go smoke some weed

    3. Re:Who's really looses out here? by DarkSarin · · Score: 3, Insightful

      I have to agree here, and this is one of the areas that Libertarians have it right-and both of the other parties are so far off base it is frightening. BOTH Dems and Reps are for big brother, and that is what scares me.

      Laws like this are pathetic, and should be axed before they even get on the books. My personal policy is that if you are voting, look up who votes for laws of this and DON'T support them. This is the ONLY way that we Americans will be able to maintain a reasonably free society--by removing those politicians who repeatedly support government intervention in areas that don't need it (which by the way is the vast majority of our lives).

      I will probably vote Libertarian in the next election. The only thing that turns me off is the Libertarian polits whose main platform is the legalization of marijuana as a recreational drug. This platform, although popular in certain subcultures, scares the daylights out of so many people that it will never be a winning platform.

      Personally, I would rather see an emphasis placed on deregulation of many things, lowered (or eliminated) taxes, and increased fiscal responsibility. This of course means reducing and /or cutting certain programs, but many of these should be removed from the gov't's hands in any case.

      As for ownership of data, it is my personal opinion that ANY data belongs to the person or entity which it describes. Therefore, if a company has data which describes me, I should be considered the sole OWNER, and they are permitted to use such data only insofar as I deem it permissable.

      This gets tricky, such as in the case of surveys, but essentially, if data is not traceable to a particular individual (as should be the case in surveys), then it belongs to the entity that generated such data--until such a time as they make it public. Once data is aired to the public as a fact (as in a news report, or whatnot), it should now be considered public domain, and freely usable by any who are interested.

      This does not mean that one should not cite sources, or that we should be able to access any database, but that we should have the opportunity to use information that is available.

      (As a note, I just took a Loritab and a Skelaxin(?sp), so if this doesn't make any sense or is totally crazy, just ignore me--it's the medicine talking.)

      --
      "We don't know what we are doing, but we are doing it very carefully,..." Wherry, R.J. Personnel Psychology (1995)
    4. Re:Who's really looses out here? by Anonymous Coward · · Score: 0

      All property is theft.

      All laws are bad. Per se.

      Deal.

    5. Re:Who's really looses out here? by Malcontent · · Score: 3, Insightful

      "Why do people so consistently miss the fact that less government involvement neatly solves problems like these?"

      Because it does not. In this case if there was no govt regulation then all data collected would be de-facto property of whoever collected it. In a world without govt you would have absolutely zero control over what a corporation could do with "your" information. The best that you could possibly hope for would be to try and sue the corporation which would go nowhere because the corporation would not be breaking any laws.

      --

      War is necrophilia.

    6. Re:Who's really looses out here? by volkris · · Score: 1

      And what would be the least bit wrong with the situation you describe?

      If the corporation (or the guy next door!) collects some information then great, it doesn't harm me at all. If he then uses the information in a way benefiting him, then that's not really a bad thing.

      Sure in the end it may be bad for you, but hey, sometimes the truth hurts.

    7. Re:Who's really looses out here? by Anonymous Coward · · Score: 0

      Due to the disservice that is the "Voice Vote", you cannot simply look up who is voting for what law. You can't hold your representatives accountable. Look at the DMCA. Look at the votes against giving Iraq all of the money they wanted (the media said that they did a voice vote so the presidential candidates in office wouldn't have to look like they're anti-troops).

      It's impossible under our current system to do what you suggest. Sadly.

    8. Re:Who's really looses out here? by volkris · · Score: 1

      As for ownership of data, it is my personal opinion that ANY data belongs to the person or entity which it describes. Therefore, if a company has data which describes me, I should be considered the sole OWNER, and they are permitted to use such data only insofar as I deem it permissable.

      On what do you base this opinion?

      I mean that's a serious claim you're making; you should have some rock solid argument to back it up.

    9. Re:Who's really looses out here? by Anonymous Coward · · Score: 0

      This opinion is naive about the implications of data control. It's a duty to study recent history, even if it can be scarying
      cheers.

    10. Re:Who's really looses out here? by Malcontent · · Score: 1

      "Sure in the end it may be bad for you, but hey, sometimes the truth hurts."

      That's why we have invented things like governments and laws.

      --

      War is necrophilia.

    11. Re:Who's really looses out here? by DarkSarin · · Score: 1

      it's my opinion, so I don't really have a great answer for that.
      However, I personally think of it as the right to privacy. Many people would disagree, but if you accept that we have a right to be private people (which most people seem to think we do, unless we are deliberately public, such as is the case with politicians), then you should logically have control over anything that compromises this privacy, such as data that describes you.

      of course, this opinion is not likely to be popular with certain organizatians, but hey, that's fine with me.

      Note, please, that I do not wear a tin foil hat. Generally I think most corps and the gov't use data of this nature with fair degree of responsibility--but there are enough exceptions to this to make me nervous, and therefor I believe that an individual should have the control I describe in my OP.

      --
      "We don't know what we are doing, but we are doing it very carefully,..." Wherry, R.J. Personnel Psychology (1995)
    12. Re:Who's really looses out here? by SnatMandu · · Score: 3, Interesting

      I will probably vote Libertarian in the next election. The only thing that turns me off is the Libertarian polits whose main platform is the legalization of marijuana as a recreational drug. This platform, although popular in certain subcultures, scares the daylights out of so many people that it will never be a winning platform.

      I know it's offtopic (mods, hammer away), but SO MANY PEOPLE smoke marijuana (and so many people use other drugs (many illegal) too), that it really ought not be a losing platform. The liberals are already for decriminalization, mostly; the conservatives ought to give it whirl based on the tax savings alone.

    13. Re:Who's really looses out here? by Anonymous Coward · · Score: 0

      "Why do people so consistently miss the fact that less government involvement neatly solves problems like these?"

      Yeah. Theft would be so much easier if it weren't for that pesky government.

    14. Re:Who's really looses out here? by Anonymous Coward · · Score: 0

      You describe laws as being neither good nor bad then go on to talk about good laws and bad laws. Which is it? Or do you not know what you are talking about?

    15. Re:Who's really looses out here? by Anonymous Coward · · Score: 1, Funny

      Are you mad? Everyone knows drug users are addicts and are all sociopaths that will kill you in your sleep and rape your wife and sell your tv for crack (unless that drug addict is White & wealthy, in wich case He's just misunderstood victim of what's really a desiease and we should support him as he works through rehab and returns to the AM airwaves). Besides, it's not like those taxes are coming out of their pockets, most of it comes from those they're throwing in jail for non-violent crimes. Fucking hypocrytes to the core.

      *disclaimer: I don't do any illiceit drugs, hell, don't even drink. I'm not a real doctor, but I do play one of TV. Do not taunt happy fun ball. Supositories should not be taken orally.

    16. Re:Who's really looses out here? by Anonymous Coward · · Score: 0

      Personally, I would rather see ... lowered (or eliminated) taxes...

      Yeah, great idea. As long as you're one of the rich people who aren't actually depending on tax revenue to provide them with, e.g., basic education, sanitation, healthcare, and housing.

      In your tax-free utopia, who is going to pay to maintain the roads? Who is going to clean the sidewalk? Who is going to pay for the police to keep law and order? Who is going to pay for the military to defend your country?

      Libertarianism inevitably towards plutocracy. Which is great if you're one of the rich, but those of us on low incomes actually rather appreciate a strong government making our lives bearable.

    17. Re:Who's really looses out here? by arkanes · · Score: 1

      I've always wondered why people who won't think twice about dosing a kid so he'll sit still in school will freak out when an adult smokes pot.

    18. Re:Who's really looses out here? by volkris · · Score: 1

      it's my opinion, so I don't really have a great answer for that.

      If you cannot backup your opinion you should seriously reconsider it, especially when the opinion has such large implications.

      but if you accept that we have a right to be private people [...], then you should logically have control over anything that compromises this privacy, such as data that describes you.

      First you need to justify your statement that "we have a right to be private people" with respect to this situation. I mean, where is this right specified?

      But then the entire statement has a huge jump of logic. How does being private people imply that you must own the data the describes you? I can see how you'd suggest that, how you'd move in that direction, but that's not enough. It MUST be rationally proven for such a significant charge.

      It's one thing to demand that nobody be able to invade youre privacy to extract informaiton, but it's an entirely different thing to assign ownership to that information.

    19. Re:Who's really looses out here? by volkris · · Score: 1

      Nice skirting of the question.

    20. Re:Who's really looses out here? by volkris · · Score: 1

      Wow, this was a vapid reply.

      I can assure you that the reason we have governments and laws is not because people can do things that are bad for them.

    21. Re:Who's really looses out here? by DarkSarin · · Score: 1

      as i said, this right (to be private people) is not specified anywhere, but I do believe that it is a right that we should have.

      the reasoning behind this could take hundreds of pages to justify, and I'm not certain that I have thought it through enough to justify it (and maybe I should reconsider it--there are certainly reasons to do so).

      I understand your position, and I think it is a smart one. I certainly wouldn't expect anyone to implement my idea without serious consideration of the implications--I, as much as anyone, am not infallible, nor would I wish that anyone think that I am--it is too much liability.

      I am curious, though, what do you see, if my opinion were generally accepted, as some of the consequences thereof?

      --
      "We don't know what we are doing, but we are doing it very carefully,..." Wherry, R.J. Personnel Psychology (1995)
    22. Re:Who's really looses out here? by stanmann · · Score: 1

      Healthcare and housing are not fundamental rights, although if you want to live somewhere, the government will give you land... on which you can build a house and subsistence farm... Or did you want housing without working for it... basic education is IMO a marginal issue and should be handled by the local community... and if the local commmunity does not value education... so be it. Roads are necessary for commerce.. and so are the purview of the goverernment... ditto for law and order and a small defense force..

      it is your responsibility to make your life bearable, not mine...And no, I've never been one of the rich, and I have handled basic farming/gardening so that there would be edibles on the table...

      --
      Food not Bombs is a nice platitude but it breaks down when you notice that the Bombees are usually well fed
    23. Re:Who's really looses out here? by Anonymous Coward · · Score: 0

      exactly. so many people already smoke weed that if marajuana eroded society, society would have dissolved long ago. the numbers alone speak for the safety of the drug -- forget all the science that backs up the numbers.

    24. Re:Who's really looses out here? by Anonymous Coward · · Score: 0

      Be careful. A right to privacy and an expectation of privacy are very different things. A legally enshrined right to privacy is a shield for the powerful and useless to the oppressed (the powerful can just ignore the privacy law).

      An expectation of privacy in many situations is desirable, but a RIGHT to privacy is catastrophically bad for society.

    25. Re:Who's really looses out here? by Anonymous Coward · · Score: 1, Insightful

      But that's not so bad. The CORE PROBLEM is people confusing "all copies of some data" with "one copy of some data". Data simply does not act like physical matter - If a corporation has a database, and I take a COPY of that database, the corporation still has its copy. But if the corporation has a legal right to restrict the dissemination of COPIES of information, that means people cannot keep track of what the hell they are up to without facing constant legal intimidation. Not good.

      Information is not property. A copy of some information should be property. But other copies should NOT be the same property.

    26. Re:Who's really looses out here? by ces · · Score: 1

      Because it does not. In this case if there was no govt regulation then all data collected would be de-facto property of whoever collected it. In a world without govt you would have absolutely zero control over what a corporation could do with "your" information. The best that you could possibly hope for would be to try and sue the corporation which would go nowhere because the corporation would not be breaking any laws.

      Yes and no. If there is no law saying data collected is the property of the entity collecting it then there is nothing really to prevent me from obtaining a copy of the data and using it for my own purposes.

      While those with collections of data containing information about you would have few legal restrictions on what they could do with the data there would still be some restrictions based not on law but on the data collector wanting to maintain a certain reputation and what information people were willing to share with the data collector.

      Consider for a moment how utterly reluctant many people are nowdays to share their real telephone numbers or email addresses with businesses, non-profits, or anyone else they don't know personally. True it's not everyone, but as someone who has done some volunteering for various non-profits it seems like well over half the people I encounter are reluctant to divulge phone numbers or email adresses until I explain exactly how we plan on using them and how often they will be contacted. Even then roughly 1/5 people still refuse to give us any information and about 20% of the email addresses and phone numbers we collect are bogus. For businesses the percentages of valid data can be even worse. At my last employer again about 1/5 of the emails and phone numbers we got off the "please contact me I'd like to learn more about your product" form on our web site were bogus. Remember these were people who wanted to be contacted by us. Based on the server logs nearly half of the visits to that page never resulted in a completed form. This is dispite having a very clearly stated privacy policy at the top of the page.

      Lastly, although IANAL, I believe that even if there isn't a law explicitly prohibiting an activity you can still file a civil suit against someone as long as you can show you have been harmed somehow. This is the legal basis for many personal injury lawsuits for instance. If I recall correctly the legal term for this concept is "tort" and it goes back quite a ways in English common law.

      --
      Happy Fun Ball is for external use only.
    27. Re:Who's really looses out here? by revscat · · Score: 1

      You think modern conservatives give a rats ass about fiscal policy? Man, hell no. They only care about (a) maintaining power, (b) preparing for the imminent return of Jesus Christ, (c) making sure gays don't marry, and (d) abolishing taxes and the government and government programs which those taxes support. Everything else can go fuck itself.

      You THINK I'm kidding.

    28. Re:Who's really looses out here? by mforbes · · Score: 1

      Personally, I would rather see an emphasis placed on deregulation of many things, lowered (or eliminated) taxes, and increased fiscal responsibility. This of course means reducing and /or cutting certain programs, but many of these should be removed from the gov't's hands in any case.

      I mean no offense, but this is something I often hear from those with Libertarian leanings... but never with any concrete suggestions as to what should go. If you're going to argue that the Federal government should shrink, please at least let us know what parts of you think could go. Suggesting the Dept of Education doesn't count, that's a neocon argument.

      --

      Allegedly real newspaper headline from 1998:
      Man Struck by Lightning Faces Battery Charge

    29. Re:Who's really looses out here? by praedor · · Score: 1

      No, the losing parts of the libertarian platform is the sexual worship of private property above life itself so that they hate the environment and all its protections. A libertarian would rather see every forest, river, and the very atmosphere we breath, be destroyed or polluted beyond redemption than have a single persons fictional private property right violated. Yes, fictional, because it is not evolutionarily/biologically encoded. It is purely a social construct, a social idea, not some inherent right. ALL rights are merely a social contract which absolutely requires give and take amongst those in the society - to reach a happy medium - whereby the most good is done for the most people, minimizing the real harm.


      Get over the idea that parks, wilderness, and wildlife are mere bits of property to be owned and disposed of as the owner sees fit and you might have a more winning platform. Drugs, schmugs.

      --
      In Bushworld, they struggle to keep church and state separate in Iraq as they increasingly merge the two in America.
    30. Re:Who's really looses out here? by Anonymous Coward · · Score: 0

      Who's really looses out here?

      Wow, what wonderful English, you looser.

    31. Re:Who's really looses out here? by taphu · · Score: 1

      Right. And "corporations" (or whoever) would have less control over what we did with "their" information. That's the way we wan't it. This is not an "expantion" of any "right". This is only a limitation applied to everyone.

      In this case if there was no govt regulation then all data collected would be de-facto property of whoever collected it.

      I think you are confused here. This bill is formalizing this concept. According to this bill, if I were to collect a bunch of information, you could be liable if you in any way used all or part of that information. This bill does not limit the "colector's" use of the information, it only limits the rest of us. This is despite the fact that the supreme court has already stated that this is wrong.

    32. Re:Who's really looses out here? by silicon+not+in+the+v · · Score: 1

      You say it's immpossible to vote against the pols who support this because of the voice vote process. Some people in this country, though, do already have a chance to express some outrage because there is a list on the bill of 9 cosponsors:
      COSPONSORS(9), ALPHABETICAL [followed by Cosponsors withdrawn]: (Sort: by date)

      Rep Delahunt, William D. - 11/20/2003 [MA-10]
      Rep Greenwood, James C. - 10/8/2003 [PA-8]
      Rep Hobson, David L. - 10/8/2003 [OH-7]
      Rep Portman, Rob - 11/20/2003 [OH-2]
      Rep Sensenbrenner, F. James, Jr. - 10/8/2003 [WI-5]
      Rep Smith, Lamar - 10/8/2003 [TX-21]
      Rep Tauzin, W. J. (Billy) - 10/8/2003 [LA-3]
      Rep Turner, Michael R. - 11/20/2003 [OH-3]
      Rep Wexler, Robert - 11/20/2003 [FL-19]

      So, if you live in one of these states, you can send a letter of disapproval.

      --
      We may experience some slight turbulence and then...explode. -Capt. Mal Reynolds
    33. Re:Who's really looses out here? by silicon+not+in+the+v · · Score: 1

      No, I think you're trolling.

      --
      We may experience some slight turbulence and then...explode. -Capt. Mal Reynolds
    34. Re:Who's really looses out here? by Malcontent · · Score: 1

      "This bill is formalizing this concept."

      If so then it's a bad bill. The answer to a bad bill is not a lack of oversight. The bill should be restructured to provide more control and power to the people that the data is being collected on.

      --

      War is necrophilia.

    35. Re:Who's really looses out here? by Malcontent · · Score: 1

      "Lastly, although IANAL, I believe that even if there isn't a law explicitly prohibiting an activity you can still file a civil suit against someone as long as you can show you have been harmed somehow."

      You are right. In America anybody can sue you for anything. I can sue you because I think you are ugly if I want to.

      This "you can always take it to court" argument is used very frequently by the liberterians and I find the argument bogus. The founding fathers set into place a careful balancing of powers by the three branches of govt. The liberterians want to gut two of those branches (executive and legislative) and transfer all the power to the judicial. What's worse is that they want to concentrate that power in the civil branch of the justice system.

      Anybody who has been through a civil trial will tell you how long it takes to get any kind of a justice and how much it costs. Sure you can sue some big corporation but don't expect a result for decade or so while the case is being appealed and expect to go bankrupt in the meantime.

      Sounds like a recipe for the worse kind of distopia to me.

      --

      War is necrophilia.

    36. Re:Who's really looses out here? by ces · · Score: 1

      If so then it's a bad bill. The answer to a bad bill is not a lack of oversight. The bill should be restructured to provide more control and power to the people that the data is being collected on.

      I suspect you are likely thinking of various European regulations that give ownership and control of some types of personal information to the person who's information it is.

      The answer if you would like to see that sort of regulation here is separate legislation specificly granting those privacy rights.

      As I understand the proposed legislation mentioned in the story it applies to most types of factual data one might collect into a database. Not just personal information like Visa purchases but sports scores, player stats, stock quotes, phone directories, election results, card catalogs, or building codes.

      The legislation would give ownership of the data and the right to disseminate it to the entity who first collected it.

      One example of a potential abuse would be for the NFL to claim it "owns" the rights to scores and stats from NFL games. It would have the right to sue anyone who attempted to report this information even if they got the data not from the NFL database but by watching the game in person or on TV.

      --
      Happy Fun Ball is for external use only.
    37. Re:Who's really looses out here? by Malcontent · · Score: 1

      "ne example of a potential abuse would be for the NFL to claim it "owns" the rights to scores and stats from NFL games."

      If they claim that then it's truly ridiculus. It just shows what a slippery slope the concept of intellectual property is.

      --

      War is necrophilia.

  17. fuckedcompany? no.. fuckedrepublic by 1nt3lx · · Score: 3, Interesting

    Someone should make a fuckedrepublic website so that we can predict when our rights are revoked and for which reasons.

    Illegal search and seizure, May 8, 2005: Homeland Defense.

    Right to Private Property, September 19, 2006: Corporate Bottom Lines.

    Freedom of Speech, December 2, 2003: This post.

    1. Re:fuckedcompany? no.. fuckedrepublic by strike2867 · · Score: 1

      Personally I cant wait for:

      Public right to search suspected opposite sex, February 28,2007.

      --

      Vote for new mod!!! Score:-2,Imbecile
    2. Re:fuckedcompany? no.. fuckedrepublic by demachina · · Score: 3, Interesting
      I think a case could be made that Illegal search and seizure was largely legalized in the Patriot Act. Of course when you pass a law legalizing it, it is no longer illegal search and seizure. The FBI can now legally break and enter to sneak in to your home without your knowledge or the serving of a warrant. These first began in the 1980's under the Regan administration but it wasn't made explicitly legal until the Patriot act.

      The FBI can also subpoena a vast array of private information about you by merely writing a letter to themselves branding you as a terrorism suspect. They no longer need the involvement of a judge so they have shredded the constitutional checks and balances the judiciary held on the executive branch.

      I really wish the Republican party and conservatives would stop spouting rhetoric about how they are the party against big government. They seem to only want to limit government intrusion in to money making by wealthy party members and to end social programs that benefit the poor. Though, as the recent Medicare bill shows they are now even in favor of big government social programs as long as most of the money is going in to the pockets of their rich friends.

      When it comes to the military, spying, dirty tricks, law enforecemnt and shredding the rights of individuals the Republican party really loves the biggest, most malignant government imaginable. Of course the Democrats were bulldozed in to going along with the Patriot act so are almost equally to blame.

      --
      @de_machina
    3. Re:fuckedcompany? no.. fuckedrepublic by volkris · · Score: 1

      I think a case could be made that Illegal search and seizure was largely legalized in the Patriot Act.

      Anyone actually informed about the act and the state of law enforcement before and after its passing would know that this line is a load of BS.

      The rest of your post contains a number of inaccuracies that are simply flat out the opposite of what's in the PATRIOT Act.

    4. Re:fuckedcompany? no.. fuckedrepublic by demachina · · Score: 3, Informative

      Perhaps you would care to actually make your case as to what was wrong in what I said instead of just saying it was BS. I'm always open to learn from my mistakes, but telling someone they are full of shit but not actually saying in what way is about the weakest form of debate you could engage in. Well its not even really debate.

      The sneak and peak search provision of the Patriot Act is widely regarded as one of its most detestable parts and will be the first thing called in to question if Congress ever gets around to revisiting the Patriot Act, something I doubt they will find the backbone to do anytime soon.

      Did you actually read the link in my post to the University of Georgia. I'll quote since you must not have read it before you started ranting:

      Section 213 of the USA Patriot Act not only specifically grants the federal judiciary power to issue sneak and peek warrants, but also, by allowing their use for every federal crime and by placing no meaningful limits on their issuance, encourages their issuance. It may be expected that as time passes the use of such warrants will become the rule rather than the exception in federal court, and that when a conventional search warrant is issued it will almost always have been preceded by a sneak and peek warrant. ...
      Nearly two decades ago a prescient federal judge, in a dissenting opinion, warned that sneak and peek search warrants "constitute ... a dangerous and radical threat to civil rights and to the security of all our homes and persons."16 Echoing this sentiment, a law review note published three years later emphasized that sneak and peek search warrants "bestow on law enforcement agents unlimited license to rifle through a person's private residence without the owner's knowledge or consent. There is no check on agents' actions to ensure they comply"17 with protections for individual rights, and "the risk of abuse and the subsequent intrusion into privacy is ... severe."18

      --
      @de_machina
    5. Re:fuckedcompany? no.. fuckedrepublic by JonKatzIsAnIdiot · · Score: 1

      IANAL, and it may be different in the US, but in Canada there is very little protection of a person's right to own, use and enjoy property, a fact that our current Liberal government is exploiting to the fullest. Rights cannot be revoked if they are not given in the first place.

    6. Re:fuckedcompany? no.. fuckedrepublic by Abcd1234 · · Score: 1

      LOL! If you're going to make a ridiculous statement like that, the least you can do is back it up. Hell, I live in Canada, and, frankly, I think that, these days, our government has a better grasp on the concept of humans rights than the US.

    7. Re:fuckedcompany? no.. fuckedrepublic by Anonymous Coward · · Score: 0

      "A provision of an intelligence spending bill will expand the power of the FBI to subpoena business documents and transactions from a broader range of businesses -- everything from libraries to travel agencies to eBay -- without first seeking approval from a judge.

      What's more, the target institution is issued a gag order and kept from revealing the subpoena's existence to anyone, including the subject of the investigation."

      http://www.wired.com/news/politics/0,1283,61341, 00 .html?tw=wn_tophead_1

    8. Re:fuckedcompany? no.. fuckedrepublic by JonKatzIsAnIdiot · · Score: 1

      Sigh.
      from Wikipedia
      The inclusion of a charter of rights in the constitution was a much debated issue. Prime Minister Pierre Trudeau very much wanted it but many of the provincial leaders did not. Trudeau thus was forced to include the notwithstanding clause to allow provinces to opt out of certain areas of the charter. Pressure from the left in the country, especially the New Democratic Party, prevented Trudeau from including any rights protecting private property

      from McGill Law Journal
      the Charter does not prohibit the "establishment" of religion, nor does it protect property rights explicitly.

      also links from here

      really good discussion of property rights in Canada here
      Read this one if your ignore all the rest - good article.

      I suggest you find something other than Slashdot for your research.

    9. Re:fuckedcompany? no.. fuckedrepublic by volkris · · Score: 1

      Read the law, not the errant analysts.

      Plenty of people out there are just as misguided as these guys.

    10. Re:fuckedcompany? no.. fuckedrepublic by mforbes · · Score: 1

      Illegal search and seizure, May 8, 2005: Homeland Defense.

      This is already in place. It's called "sneak & peak", and is "allowed" under the (un)Patriot Act.

      --

      Allegedly real newspaper headline from 1998:
      Man Struck by Lightning Faces Battery Charge

    11. Re:fuckedcompany? no.. fuckedrepublic by Anonymous Coward · · Score: 0

      Private property is a right? How do you figure?

      Private property is in fact an anti-right. It is a policy of restriction. It gives you the right to deny the rights of others. You really need to define what you mean by 'right.'

    12. Re:fuckedcompany? no.. fuckedrepublic by Abcd1234 · · Score: 1

      Who said I had to do any research? I wasn't the one who made a decidedly inflammatory statement without ANY evidence to back it up (which you kindly provided, although the last two sources seem rather biased). All I ask is that, if you're going to make a statement like that, BACK IT UP. It's not that hard.

      Incidentally, my response to your post is that, yes, while Canada, in theory, doesn't protect property rights, the US, also in theory, protects the right to free speech, thus proving yet again that theory is very much divoced from reality.

    13. Re:fuckedcompany? no.. fuckedrepublic by demachina · · Score: 1

      Another insightful comment from Volkris. If you can't make your case why don't you stop wasting the bandwidth.

      --
      @de_machina
  18. How does this affect acadmic research? by Anonymous Coward · · Score: 0

    What if the database contains genomic data, physic constants, scientific observations, historical facts, etc?

  19. Read the fucking bill by Anonymous Coward · · Score: 0

    RTFB.

    Then you don't have to ask such silly questions.

  20. Joe Friday by _Sprocket_ · · Score: 1

    "I'd like to cooperate, Detective. But... you see... there's the issue of copyright..."

  21. I don't get it... by ninejaguar · · Score: 2, Funny
    If the Left is against this, and the Right is against this, who's pushing it? The Middle?

    = 9J =

    1. Re:I don't get it... by operagost · · Score: 1

      The Corrupt and Evil. Whoever finds it to their advantage. Greed is bipartisan.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    2. Re:I don't get it... by Henry+V+.009 · · Score: 1

      Something far more powerful than either. The Inertia party.

    3. Re:I don't get it... by KillerHamster · · Score: 1

      Greed. Money knows no political ideology.

    4. Re:I don't get it... by PCM2 · · Score: 1
      If the Left is against this, and the Right is against this, who's pushing it? The Middle?
      My bet says the Stonecutters!
      --
      Breakfast served all day!
    5. Re:I don't get it... by commodoresloat · · Score: 1

      It's the extremist centrists up to their old tricks again.

    6. Re:I don't get it... by smittyoneeach · · Score: 1

      And is not the Inertia party the political arm of the Semi-Conscious Liberation Army?

      --
      Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
    7. Re:I don't get it... by h4rm0ny · · Score: 1


      "Hey, Wait a minute! It's one guy holding up both puppets!"

      Seriously though - most rich people are rich people first and whatever else they are second. It's best not to get too caught up what it said to the public.

      If you really want to scare them, you could always vote for the Greens. A single green MP (or congressman?) may not be able to do much, but those bastards ain't half loud. :)

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
    8. Re:I don't get it... by Anonymous Coward · · Score: 0

      I'ts fine and dandy for you to provide a long and in-depth journal entry extolling the value of requiring actual ingenuity in the patent process.

      However, if you want to get the most out of Slashdot journalling, you need to enable comments so that the rest of us can tell you how far off the mark you are.

    9. Re:I don't get it... by gnu-generation-one · · Score: 1
      "If the Left is against this, and the Right is against this, who's pushing it? The Middle?"

      Rest of world:
      Left | Center | Right

      U.S.
      - | - | - | "Far Left" | "Left-leaning" | Reasonable

    10. Re:I don't get it... by mordejai · · Score: 0

      Yep. The middle finger.
      And it's pushing HARD.

    11. Re:I don't get it... by JKConsult · · Score: 1

      Congressmen.

  22. Loophole by sysopd · · Score: 2, Informative
    (c) HYPERLINKING- Nothing in this Act shall restrict the act of hyperlinking of one online location to another or the providing of a reference or pointer (including such reference or pointer in a directory or index) to a database.

    PHP db hook and you're home free

  23. Connections by plnrtrvlr · · Score: 4, Insightful

    Innovation and invention rely on the exchange of ideas in order to happen. The more freely ideas are echanged, the greater the pace of innovation and invention. There used to be a wonderful show on TLC that illustrated this idea called "Connections", back in the day when TLC still carried original and interesting programming... It would seem to me that political interests -being wholly owned subsidiaries of corporate interests- are trying to legislate innovation and invention out of existance. Furthermore, this isn't a partisan problem: Dems and Repubs alike are more interested in serving the corporate dollars that have elected them than they are interested in serving their constituents. While we all yell about Bush, Haliburton and Diebold we are ingnoring the real problem of election reform, and if and when the Dems ever regain the high office, the problem will be as negleted as it is under the current administration. If we are to restore the free exchange of ideas to stimulate invention and innovation, we need to sperate the politicians from the corporate dollar.

    1. Re:Connections by Anonymous Coward · · Score: 0

      "Connections" came before TLC. The original was carried on PBS in 1979. (Burke wore a brown leisure suit, even.)

      And that show was generally far better than Connections 2 and Connections 3. Much more depth, and many of the later shows were just rehashed of topics previously covered.

      Try "The Day the Universe Changed" for more James Burke.

    2. Re:Connections by UpLateDrinkingCoffee · · Score: 1

      Definitely a great show, as many from the BBC are (I think this was). James Burke is the creator and host

    3. Re:Connections by Anonymous Coward · · Score: 0

      "Innovation and invention rely on the exchange of ideas in order to happen."

      Yes, but without trade secrets, innovation is stifled as well. It's not as simple as you make it. If someone hacks into your database and puts it on the web, they can destroy your company. If you think corporations aren't responsible for the vast majority of technological development, you're a fool.

  24. What? by /dev/trash · · Score: 4, Insightful
    quietly introduced into congress



    99% of bills introduced into Congress are quiet ( unless you watch C-SPAN. No where in the Constitution does it say that a loud proclamation of all bills must be made.

    1. Re:What? by benna · · Score: 1

      I DO watch c-span you insensative clod!

      --
      "It is not how things are in the world that is mystical, but that it exists." -Ludwig Wittgenstein
    2. Re:What? by DShard · · Score: 1

      Makes me wonder if there is a good congress agenda tracking site out there. Of course if I had that much time to pay attention to issues I'd be an activist.

    3. Re:What? by Anonymous Coward · · Score: 0

      opengov.us was going to have some of this stuff but they still don't have their p2p thing set up so I don't know whats going on with them.

    4. Re:What? by Anonymous Coward · · Score: 0

      There's no point. They routinely hide who is voting on what, who is present for votes, etc. There's no accountability for our government.

      Until the Voice Vote is abolished, there will be no democracy in the United States.

    5. Re:What? by /dev/trash · · Score: 1

      Well then, you can attest that bills are not introduced quietly.

      And why should we free a convicted cop killer?

  25. I don't see what's wrong here by Meridun · · Score: 4, Informative
    Ok, I was all ready to go ballistic over this one, but after reading the text of the bill, I'm not really seeing the issue.

    A few quick notes:
    SEC. 4. PERMITTED ACTS.

    (a) INDEPENDENTLY GENERATED OR GATHERED INFORMATION- This Act shall not restrict any person from independently generating or gathering information obtained by means other than extracting it from a database generated, gathered, or maintained by another person and making that information available in commerce.

    (b) ACTS OF MAKING AVAILABLE IN COMMERCE BY NONPROFIT EDUCATIONAL, SCIENTIFIC, OR RESEARCH INSTITUTIONS- The making available in commerce of a substantial part of a database by a nonprofit educational, scientific, and research institution, including an employee or agent of such institution acting within the scope of such employment or agency, for nonprofit educational, scientific, and research purposes shall not be prohibited by section 3 if the court determines that the making available in commerce of the information in the database is reasonable under the circumstances, taking into consideration the customary practices associated with such uses of such database by nonprofit educational, scientific, or research institutions and other factors that the court determines relevant.

    (c) HYPERLINKING- Nothing in this Act shall restrict the act of hyperlinking of one online location to another or the providing of a reference or pointer (including such reference or pointer in a directory or index) to a database.

    (d) NEWS REPORTING- Nothing in this Act shall restrict any person from making available in commerce information for the primary purpose of news reporting, including news and sports gathering, dissemination, and comment, unless the information is time sensitive and has been gathered by a news reporting entity, and making available in commerce the information is part of a consistent pattern engaged in for the purpose of direct competition.


    I won't annoy all of you by requote the whole text of the bill (which I highly recommend you read before flaming). However, from my reading of it, all it seems to prohibit is for someone to make available significant amounts of a commercial database for their own profit. Basically, you can't spider Lexis-Nexis or the like and sell the info, but you CAN independently collect that data from direct sources and compete with them.

    If I'm missing something here, PLEASE tell me. Again, read the bill first though, before you spew fire.
    1. Re:I don't see what's wrong here by GoofyBoy · · Score: 2, Interesting

      One recent example is a store's sale prices.

      If I know them before hand, I can't tell anyone unless I am a news organization.

      Why should I be prevented from telling anyone? Aren't I just saying facts?

      --
      The surprise isn't how often we make bad choices; the surprise is how seldom they defeat us.
    2. Re:I don't see what's wrong here by Meridun · · Score: 1

      Unless you're ripping these prices off of the store's own database, then you have no issue. If you somehow collect these prices independently, then go for it.

      If you ARE ripping this data directly out of their database, then yes, you are liable. But then again, they've spent time and money preparing such a list of prices, so they have a case about not wanting people to republish them in bulk.

      However, note the provision allowing for hyperlinking (and specifically, deep-linking). If you were to give a list of hyperlinks that showed pages for identical items from Best Buy and Circuit City, that would be permitted.

      Finally, the intent to which you use that price data would also probably be significant. If you were using them specifically to show price comparisons in a non-biased manner, you might be able to make a convincing argument that you were reporting news.

    3. Re:I don't see what's wrong here by gcaseye6677 · · Score: 1

      Its about time that some law cleared up the fact that it is not illegal to post a link. I can think of no good reason why any link should be illegal.

    4. Re:I don't see what's wrong here by chezmarshall · · Score: 5, Insightful

      What's wrong here is that it makes it easy for big corporations with deep pockets to keep the little guy from being a nuisance/competitor.

      Who can afford to litigate against a Fortune 500 company whether his database is or is not misappropriated from theirs? How can you ever establish that you independently generated your database?

      When ownership of fact can be the basis of a civil suit, the individual is shut out. Like software patents, the big corporations will own portfolios of databases that they will cross-license to each other while they collectively collude to keep everyone else out.

      When I see that the phone company and building-code associations are going out of business because bad guys have misappropriated their "databases," it may be time for such a law. Until then, what's the rush?

      I wish legislators would include at least a token discussion on exactly what the problem for which they're providing a "solution." Whose databases are currently being misappropriated?

    5. Re:I don't see what's wrong here by 1ucius · · Score: 1

      I agree - this bill is much less scary than people seem to think. The basic idea is not "corporate ownership of the facts," its "protect investment in compiling the facts in a user-friendly form." In other words, you can't leach off someone else's work, but can create your own identical database.

      Either way, the basic idea has been kicked around for about 20 years, but never gets a lot of support. Not much reason to expect a different result this time.

    6. Re:I don't see what's wrong here by Bartgroks · · Score: 1

      The permitted acts are vaguely described and will result in countless lawsuits. Particularly troubling is the phrase "if the court determines" in the middle of a sentence containing so many phrases it could be construed to mean just about anything. Jeez I dont know if there are any sentences in Mein Kamph that long.

    7. Re:I don't see what's wrong here by Anonymous Coward · · Score: 0

      Guess you overlooked Section 3:
      (a) LIABILITY- Any person who makes available in commerce to others a quantitatively substantial part of the information in a database generated, gathered, or maintained by another person, knowing that such making available in commerce is without the authorization of that person (including a successor in interest) or that person's licensee, when acting within the scope of its license, shall be liable for the remedies set forth in section 7 if--

      (1) the database was generated, gathered, or maintained through a substantial expenditure of financial resources or time;

      (2) the unauthorized making available in commerce occurs in a time sensitive manner and inflicts injury on the database or a product or service offering access to multiple databases; and

      (3) the ability of other parties to free ride on the efforts of the plaintiff would so reduce the incentive to produce the product or service that its existence or quality would be substantially threatened.

      (b) INJURY- For purposes of subsection (a), the term `inflicts an injury' means serving as a functional equivalent in the same market as the database in a manner that causes the displacement, or the disruption of the sources, of sales, licenses, advertising, or other revenue.

      (c) TIME SENSITIVE- In determining whether an unauthorized making available in commerce occurs in a time sensitive manner, the court shall consider the temporal value of the information in the database, within the context of the industry sector involved.

      Bill H.R.3261 doesn't restrict usage by others in commerce BUT WILL (MOST LIKELY) FACE POSSIBLE CIVIL SUIT, if the plantiff can prove SECTION 3.(a) is satisfied. In other word, if the DataBase worth keeping in-house, expect the company's lawyer are on stand guard, ready to prevent/discourage any potential usage by others.

    8. Re:I don't see what's wrong here by Alsee · · Score: 5, Interesting

      Welcome to my database of Elements:
      Hydrogen: Atomic weight 1.00794
      Helium: Atomic weight 4.002602
      Lithium: Atomic weight 6.941
      Beryllium: Atomic weight 9.012182
      Boron: Atomic weight 10.811
      Carbon: Atomic weight 12.0107
      Nitrogen: Atomic weight 14.0067
      Oxygen: Atomic weight 15.9994

      I spent nearly an hour researching sources for all one hundred and thirteen items in that database! Do you know it took me almost eight minutes to find a source for the atomic weight for Darmstadtium alone? Element 110, Darmstadtium, atomic weight 281!

      I invested TIME and WORK into building my database! I'm trying to SELL these facts! I have a RIGHT to make money selling these facts! Now, with this law I can finally sue anyone who tries to infringe my god-given right to make a profit! These are MY facts! I OWN them! Anyone who copies these facts is a THIEF! That's right! Bob over there STOLE the FACT that Oxygen has an atomic weight of 15.9994! He STOLE it from me!

      And don't you dare try to STEAL the speed of light out of my database! I own that too, and I'm damn well going to make money selling it!

      [/sarcasm]

      Note that the mere fact that I attempt to sell this info automatically qualifies it as a "commercial database". I could have a database with the facts that 'M' is the 13th letter of the alphabet and 'N' is the 14th letter. That's a "commercial database" too, if I say it is.

      The Supreme Court ruled that you cannot copyright facts, and with damn good reason. Congress is forbidden from granting copyright protection to databases of facts so they are making an end-run around the Supreme Court. They are inventing some new "right" out of thin air. A right to own facts. It's a dumb idea. You cannot "own" the speed of light. You cannot "own" the height of Mt. Everest. You cannot "own" the fact that Bob Miller lives at 8192 Binary Lane. You cannot "own" the fact that Bob Miller is 5-foot-4. You cannot "own" the fact that Bob Miller's phone number is (429)496-7296.

      That last item - Bob Miller's phone number - is particularly signifigant. This whole issue started with a battle over the PHONE BOOK. The Supreme court ruled that the listings of people's phone numbers in the phone book can't be protected and can't be owned by the company publishing the phone book. This new law is an attempt to "fix" that problem. It grants the phone book publisher ownership over the fact that Bob Miller's phone number is (429)496-7296.

      As for the exemptions you list, yeah, the law would devestating with out them. But it's not about what is permitted, it's about what is prohibited. The law prohibits the "misappropriation of facts". You can't "misappropriate" a fact.

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
    9. Re:I don't see what's wrong here by pavon · · Score: 1

      No this is still a bad law, like the DCMA, which both give blanket rights to priviledged minority (thus taking away rights from the majority) and then provide a few exceptions to keep it from being completely unreasonable. One of the general problem with laws like this is that congress will never think of all the ways that people will misuse this law, and thus will never be able to come up with enough exceptions. If you were to create a law like this at all (which I don't think you should because even the 'legitimate' uses of the law are questionable), you should not give someone blanket power and than enumerate the areas where it does not apply. That is entirely backwards. Instead you should enumerate the few areas where they do have power and then declare everything else not specifically listed as off bounds. The writers of the constitution spelled out the powers of the federal government this way; why are we being more generous when spelling out the powers of the corporations?

    10. Re:I don't see what's wrong here by Anonymous Coward · · Score: 0

      Phone books. You named it. Private companies scarf the white pages and sell their own yellow pages glued to the back.

      Because there is so much free phonebook info online, the phone companies are unable to sell web-based lookup. They'd like to do that. Thus this law.

    11. Re:I don't see what's wrong here by ender's_shadow · · Score: 1

      WRONG. The table of elements is not time-sensitive (at least i hope not...).

    12. Re:I don't see what's wrong here by MoneyT · · Score: 1

      IOW, you can't take a competators data and resell it. That's nothing new.

      --
      T Money
      World Domination with a plastic spoon since 1984
    13. Re:I don't see what's wrong here by in7ane · · Score: 1

      I guess the burden of proof would be on the accuser in this case. And there are precedents for what kind of proof is required - phonebooks and classifieds have fake entries (i.e. could not have come from anywhere else) which can easily be checked for to prove that the database / large portion was copied. If there is not proof like this (read: it was not implemented but the records match 100%, it was implemented, and everything except those records matches) the case would have little to stand on.

      I'm not dismissing the fact that an individual has less money for lawyers, and who knows, in the US it may be enough to have a bigger legal budget to get a decision in your favor even if there is no proof.

    14. Re:I don't see what's wrong here by danila · · Score: 1

      If I'm missing something here, PLEASE tell me.
      Well, the main thing you are missing is that this law is intended to create and strengthen monopolies, which, while not beign evil per se, is usually considered harmful to the society.

      Information is easily copiable, that's why basing the information economy around the premise that it is not is stupid. Artificially increasing transaction costs and trying to change the information exchange into a zero-sum game is bad, bad, bad!

      The fallacy that everyone makes here is the idea that people (companies) are entitled to compensation for something they did in the past. Well, they don't, they are only entitled to what they agree with their customers in a fair contract. In some cases, such as creation of music, art in general, or useful inventions, copyright protection is in order, because without it there is a risk this particular item will not be created. But with facts there is no such risk. Phone directories are compiled, even though they are not protected by law, giant databases of news articles and other publications have been created. In short, there is no shortage of accorately compiled information. We don't need such laws to stimulate database creation. The only reason it was suggested is because the information industry is already well-developed and its members want to prevent new competitors from appearing.

      So, the problem with the proposed law is that it is harmful for the society, even though it looks like it's "protecting intellectual property" at first look.

      --
      Future Wiki -- If you don't think about the future, you cannot have one.
    15. Re:I don't see what's wrong here by maximilln · · Score: 1

      Here's a guy with the correct take on the issue.

      None of this really matters unless you have a legal expense budget. Once again politicians have passed a bill which gives big corporations more ammunition in their pyramid scheme of greed.

      I'm all for natural selection but I really don't want my taxpayer dollars to continue funding someone else's advancement at my expense. Then again, what can we do about it? Vote? *snicker* That was the first system to be rigged thousands of years ago.

      --
      +++ATHZ 99:5:80
    16. Re:I don't see what's wrong here by maximilln · · Score: 1

      The burden of proof in any situation always rests on the person with the lesser resources. Resources, in this case, being defined as the combination of political influence, legal representation, and money.

      --
      +++ATHZ 99:5:80
    17. Re:I don't see what's wrong here by ThosLives · · Score: 2, Insightful
      I happen to agree with this guy to some extent. This law, contrary to what my fellow /.'ers seem to think, is not about the content of the database at all - it is simply about the database. I think the interpretation is you can't use the database as a free source of information and then resell the same information. It doesn't seem to say anything about using the information in other proudcts, et cetera.

      Granted, I agree that laws should be written to be far less vague (as this one does indeed leave a lot of room - "to be decided by the courts" and such). They should have to be written so they are *cough* specific and measurable. But that's a side argument.

      I guess the point of all this is, if you don't like the way laws are written, become a politician. If you don't like the way they're enforced, become a lawyer. You could also always build, from the ground up, a new worldwide network that isn't the Internet and so would be exempt from all the laws applying to the Internet...

      <cynical>
      My Database of Math: I now own everything!
      0+n = n
      1*n = n
      </cynical>

      --
      "There are a dozen opinions on a matter until you know the truth. Then there is only one." - CS Lewis (paraprhase)
    18. Re:I don't see what's wrong here by Reziac · · Score: 1

      [laughing] I know a Bob Miller online. Who is big on misappropriating stuff. I don't know how tall he is, but he certainly seems to have short-man's complex. [runs off hooting madly]

      Seriously, good points on just how ridiculous it can get. Also occurs to me that one use for "protection" from "misappropriating facts" could be to prevent anyone from reading the text of bills under consideration (such as this one). Uh-oh!!

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    19. Re:I don't see what's wrong here by silicon+not+in+the+v · · Score: 1

      Wow! Is there a +2 Funny AND Insightful ?

      --
      We may experience some slight turbulence and then...explode. -Capt. Mal Reynolds
  26. Set time limit on First Amendment? by anti-tech · · Score: 1

    From the bill: (b) TERMINATION- Subsection (a) shall cease to be effective at the end of the 10-year period beginning on the date of the enactment of this Act. Subsection (a) give the Supreme Court the right to declare the law unconstitutional, so in other words, the Supreme Court has 10 years to rule the law unconstititional. Otherwise, it sets aside the First Amendment and then can't be reviewed.

    1. Re:Set time limit on First Amendment? by shiffman · · Score: 1

      Nope, Congress can't do that. The whole section you quote makes no sense. Congress doesn't give the Supreme Court the right to declare a law unconstitutional; the Constitution does. And Congress can't take it away; that requires an Amendment, which has to be passed by Congress and then ratified by a super-majority of the states.

      So if what you quote is indeed in the act, it's somebody writing something that's unenforceable.

    2. Re:Set time limit on First Amendment? by Anonymous Coward · · Score: 0

      More like a ten year sunset clause on the law.

      After 10 years the law automatically repeals itself unless explicitly extended by Congress.

      These sunset clauses are usually written this way in order to clearly delineate the expiration date of the law.

    3. Re:Set time limit on First Amendment? by anti-tech · · Score: 1
      OK, so from the text of the law

      SEC. 10. NONSEVERABILITY.

      (a) IN GENERAL- If the Supreme Court of the United States holds that the provisions of section 3, relating to prohibition of misappropriation of databases, are invalid under Article I of, or the First Amendment to, the Constitution of the United States, then this Act is repealed, effective as of the date of the Supreme Court decision.

      (b) TERMINATION- Subsection (a) shall cease to be effective at the end of the 10-year period beginning on the date of the enactment of this Act.

      (a) ceases to be effective, but (a) isn't the law, just the rules for what happens if the Supreme Court deems the law unconstitional.

      So, what am I missing?

    4. Re:Set time limit on First Amendment? by Anonymous Coward · · Score: 0

      You're only missing an education in legalese.

      What it is saying is that if the Supreme Court finds this law to be unconstitutional, it will be struck down as so. And that this law will be in effect for 10 years.

      If after 10 years have passed and this law has been taken off the books (sunsetted), the SCOTUS cannot declare the law unconstitutional retroactively.

    5. Re:Set time limit on First Amendment? by Anonymous Coward · · Score: 0

      The severability clause is a hedge on part of the act being declared unconstitutional. If that happend, the severability clause makes it clear that the whole of the act is repealed and not simply the unconstitutional portion.

    6. Re:Set time limit on First Amendment? by fingusernames · · Score: 2, Interesting

      The section heading is "Nonseverability." What 10(a) means is that if within ten years the Supreme Court holds section 3 void, then the ENTIRE act is repealed, not merely the portion the Supremes find unconstitutional.

      10(b) means that after ten years, then the Supremes get to decide piece by piece whether the act is legal.

      Also, keep in mind that when the Supremes rule a law unconstitutional, that doesn't mean it became unconstitutional from the date of the ruling. It means that the law was *never* a valid law. From day one. So, Congress inserts things into laws to try to accomodate that possibility. Though the purpose of this particular section appears to be an appeasement to 1st amendment concerns. Very interesting language.

      Larry

  27. Legislation so bad and so unpopular.. by Anonymous Coward · · Score: 2, Funny

    You just know it'll pass.

  28. RTFA by Meridun · · Score: 1

    From the Bill:

    SEC. 5. EXCLUSIONS.

    (stuff deleted)

    (b) COMPUTER PROGRAMS-

    (1) PROTECTION NOT EXTENDED- Subject to paragraph (2), protection under section 3 shall not extend to computer programs, including any computer program used in the manufacture, production, operation, or maintenance of a database, or to any element of a computer program necessary to its operation.

  29. From Permitted Acts by ObviousGuy · · Score: 2, Informative

    (c) HYPERLINKING- Nothing in this Act shall restrict the act of hyperlinking of one online location to another or the providing of a reference or pointer (including such reference or pointer in a directory or index) to a database.

    So presenting the data via a reference to the original data is still allowed.

    --
    I have been pwned because my /. password was too easy to guess.
    1. Re:From Permitted Acts by corbettw · · Score: 1

      Interesting. There may be definitions provided elsewhere in the text, but if not, then any device used to reference external information would probably make your use of the information legal. Which means, if you decide to post the contents of Visa's mailing list, just be sure to include a footnote telling people where you got the information.

      --
      God invented whiskey so the Irish would not rule the world.
    2. Re:From Permitted Acts by FLEB · · Score: 1
      --
      Information wants to be free.
      Entertainment wants to be paid.
      You just want to be cheap.
    3. Re:From Permitted Acts by FLEB · · Score: 1

      The footnote's legal, the post isn't.

      --
      Information wants to be free.
      Entertainment wants to be paid.
      You just want to be cheap.
  30. ownership in general by potpie · · Score: 1

    It seems that the more people argue over intellectual property and now simple collections of facts, the more I find myself questioning property in a more general sense. What exactly is property? All these litigations are attempting to define it's edges, but to their own ends. There needs to be a distinction between what a person owns (house, car, dental floss, etc) and what a person has creditied to him/her (a book, music, anything reproducable really). From there, perhaps it will be easier to decide how the ownerships and credits of such things are to be handled... but not before.

    --
    Esoteric reference.
    1. Re:ownership in general by baneblackblade · · Score: 1

      the way it _should_ work is that anything you pay for; buy; or obtain ownership of, is that it is then yours to do with what you will. But many corporations *cough*microsoft*cough* seem to think otherwise. they grant you a _license_ rather than giving you the rights to the thing you just bought. the license only allows you to use it the way they want you to. no changes, unless they are changes the corporation wanted. I think that very soon we'll be seeing more than software and music handled in this way. within the next five (okay, I'm guessing here) years you probably won't be able to upgrade a computer without reading the licensing terms first to make sure that installing a new video card doesn't break the law somehow. The whole process is just shitty, and everything seems to be moving over in this direction. At this point corporations have more rights, and more freedoms than the "free" people who live in america.
      we can't fix this overnight, or even in 24.3 hours, but we need to fix it, before we're only given a _license_ to our children when they're born. how would you like to sign a contract with some corporation that dictates the methods and ways in which you can rais your own children. what you can say to them, where you can live with them, what you can and can't buy them. that kind of control is a long way off, but the corporations can't stop from expanding. that's all they really do anymore. and after they've taken control over every material product we can produce and buy, what else do you think is left? and do you think that will stop them from expanding even further?

    2. Re:ownership in general by Saeger · · Score: 1
      (house, car, dental floss, etc)

      At some point in the near future, even the notion of owning physical objects will change a bit. Once we're able to manipulate matter precisely on the atomic level, what is "your car" really worth if you can make ultra-cheap copies using only sunlight for energy and abundant raw molecular materials right beneath your feet?

      Ultimately what's scarce/rivalrous? 5 things: Time, Energy, Space, Matter, Intelligence. All are ownable to the extent that the next guy respects your ownership.

      --

      --
      Power to the Peaceful
    3. Re:ownership in general by Pofy · · Score: 1

      >But many corporations *cough*microsoft*cough*
      >seem to think otherwise. they grant you a
      >_license_ rather than giving you the rights to
      >the thing you just bought.

      The noteworthy part here is the "you just bought". That is how software is handled to day in most cases, it *is* sold in shops. Hence it is a sale according to the laws regulating sales and it is thus yours. The fact theat they want you to believe they did not sell it to you is irellevant, since they DO sell it. If they don't want to sell it, they have to do it the proper way, seting up a contract *instead*. They can't first sell it to you and *then* comming and take back what you sold, forcing you to waive the ownership of what you allready bought and making you sign some sort of license.

    4. Re:ownership in general by baneblackblade · · Score: 1

      how much have you read in the little boxes you click "I agree" to? most of them are pretty harmless, saying you're not allowed to use them for things like hacking or anything but the intended purpose, please install Gator, don't copy this software, etc. But if you own it, shouldn't you be allowed to do these things, as it is yours now? If they still own it, and are only licensing the use of it to you, then they are allowed to set rules on it, like installing gator and not copying it. I haven't actually read through the "agreement" for windows XP, but that's where the "contract signing" would be in this case. They make it so in order to use the software that you bought, and now own, you have to abide by their rules. for the most part the rules that are set are pretty decent rules, like don't delete the documentation and then sell it to someone else as your work. they could come after you in court without the license agreement for selling it. but when the rules include what you can and can't change, and where you can use it and how, how much of the software do you really own?

  31. I came up with this idea a couple of years ago... by Parsa · · Score: 2, Funny

    Kinda anyway.

    I wanted to copyright my demographic information then charge company's to use it to send me junkmail. Now someone else is goign to own my info. I wonder if they would sell me, or license me, the right to use my info.

    J

    --
    Abiit, excessit, evasit, erupit.
  32. Ownership and Marxism - a thought for 21st century by Anonymous Coward · · Score: 1, Insightful

    One reason Marxism came to be popular in the 19th century was that, particularly in Europe, most individuals were stripped of the means to own things. Marx point was this rapidly reduced society into two classes, one that was actually lower than the serf or slave, and a much smaller one that was wealthier than even the old aristocracy ever had been. While I dont nessisarly agree with his proposed solutions, I see similar parellels between the power of corporations today to own and use and the ability to restrict ever more individuals from the ability or means of ownership or use, whether it is ideas or physical things (yes, eula-like licenses are being used by some on commercial sale of physical goods already).

  33. Ma Bell has her hands in this one too by sysopd · · Score: 4, Funny
    Sec 6 (c) Nothing in this Act shall [...] restrict any person from making available in commerce or extracting subscriber list information [...]

    Yea! Thank God they thought of the poor telemarketers!

  34. More "IP" landgrabbing... by Saeger · · Score: 1
    The megacorps can try and legally grab all the "IP realestate" they want, but in the end it's the people that have to respect that "ownership" for it to be recognized. The balance between the benefit of the private few and the public good has been way out of whack for way too long, and claiming ownership of simple facts is yet another backwards step!

    Information wants to be free, but there's still big bucks to be made from plundering the commons and attempting to enforce more artificial scarcity.

    --

    --
    Power to the Peaceful
    1. Re:More "IP" landgrabbing... by GreyWolf3000 · · Score: 1
      Which megacorps pushed for this bill?

      Your post is nothing but pure speculation.

      --
      Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
    2. Re:More "IP" landgrabbing... by Saeger · · Score: 1
      It's well known that NewWorldOrder Industries, Illuminati, Inc., and ShadowGov, LLC. are the major backers of this bill, albeit behind the scenes, the sneaky little bastards.

      --

      --
      Power to the Peaceful
    3. Re:More "IP" landgrabbing... by inode_buddha · · Score: 1

      Well, I know for a fact that my employer has copies of my DOB, medical records, eye color, SSN#, driver's license, taxes, etc. And they're not even a megacorp. Speculation has nothing to do with it. Next question?

      --
      C|N>K
    4. Re:More "IP" landgrabbing... by GreyWolf3000 · · Score: 1

      Having information is not the same as owning it.

      --
      Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
    5. Re:More "IP" landgrabbing... by GreyWolf3000 · · Score: 1
      The Illuminati (if rumors are true) bloodlines date at least back to the age of Christ, possibly back to the age of Babylon. The concept of a New World Order has been created by the CFR, World Bank, etc, not MegaCorps. Although many CEOs of the media giant conglomerates are perhaps part of such a secret occult society (assuming it exists; it is likely that they do not), it is folly to both accept this view, AND believe that the MecaCorps are "in charge." If the rumors of the Illuminati and the NWO are true, then it is actually wealthy European families that are responsible for this crap.

      Unfortunately, it is really tough to sort any of this out as fact, as many of those who speak out against it all are disinformation agents. By that I mean they tell a whole lot of scary stuff that is indesputably true, and then tell you that aliens are responsible for it all (for example). Because of this, it is pretty tough to know to what extent these conspiracies are true.

      --
      Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
    6. Re:More "IP" landgrabbing... by EvilTwinSkippy · · Score: 1

      Now, are you one of the prisoners, or one of the jailers number 6?

      --
      "Learning is not compulsory... neither is survival."
      --Dr.W.Edwards Deming
    7. Re:More "IP" landgrabbing... by Dyolf+Knip · · Score: 1

      It is if this bill passes. Any corp can claim that becauso they put time and effort into having a piece of data, they miraculously own it.

      --
      Dyolf Knip
    8. Re:More "IP" landgrabbing... by GreyWolf3000 · · Score: 1

      I personally don't really think that the Illuminati exist. There are people who are seeking a New World Order, but I haven't seen evidence concluding that they are in any way powerful enough to make such a change. I believe, as most do, that corruption in Washington certainly exists, and that legislation such as the Patriot act is designed to infringe on civil liberties.

      --
      Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
    9. Re:More "IP" landgrabbing... by GreyWolf3000 · · Score: 2, Informative

      That's not true. Damages could be "levied" to someone trying to use information stored in a corporate database. The idea that they "own" the data is false, but they do own the database; hence, you can't use information illegaly gathered from their database. If you aquire the data elsewhere and by legal means, you are perfectly within your rights to use it as you wish. If the corp. actually owned the data, then you could not use data that exist in a corp. database but is aquired elsewhere.

      --
      Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
  35. Well, we the people can always Incorporate! by caveat · · Score: 1

    Crazy idea - /. incorporates, with all current users listed as directors, and all our personal info goes in a giant DB. Now, when any other corp. uses our name/address/telephone no./email/DOB/hair color/eye color/etc, we can just sue the living daylights out of them! Or maybe incorporate with your family, or your roommates, or whatever...the sky's the limit! Screw the DNC list, you can get TRIPLE damages for those annoying telemarketing calls...and just IMAGINE what we can do to spammers!

    --

    Facts do not cease to exist because they are ignored. - Aldous Huxley
    1. Re:Well, we the people can always Incorporate! by yourmom16 · · Score: 1

      read sysopd's earlier post

      --
      "We have got to make Stan understand the importance of voting, because he'll definitely vote for our guy." - South Park
    2. Re:Well, we the people can always Incorporate! by caveat · · Score: 1

      Yeah, I posted before I even read the comments, let alone TFA. Ahh, but what would slashdot be without dupes?

      --

      Facts do not cease to exist because they are ignored. - Aldous Huxley
  36. Not Everyone... by dbCooper0 · · Score: 1
    f) ACTIONS AGAINST UNITED STATES GOVERNMENT- Subsections (b) and (d) shall not apply to any action against the United States Government.

    And that's not the only place in the text that precludes any liability on the part of Government.

    Seems that this is being "snaked" through with clauses of immunity for the "skull and bones" people...Disgusting...

    --
    db
    Cig:
    ôô
    /`
  37. GPL for Data by dfn5 · · Score: 1
    If facts currently can't be copyrighted then does this mean that a GPL like license for data also can not exist, such as the opencontent license?

    A previous article about how maptech obtains their map data prompted a reader to propose an opensource type map data clearing house with the data being submitted by volunteers. I am working on trying to create just such a thing and I am looking for some kind of protection for the data to keep what happened to CDDB by Gracenote from happening to it.

    Now it sounds like if something is a fact, such as the location of something by lat/long, the titles of tracks on an album by some artist, or the square root of 144, it is in the public domain by default, assuming this bill doesn't go through. Am I interpretting this correctly?

    --
    -- Thou hast strayed far from the path of the Avatar.
  38. Significant damages by MobyDisk · · Score: 0
    ...neatly sidesteps the copyright question and allows treble damages to be levied against anyone who uses information that's in a database that a corporation asserts it owns. This is an issue that crosses the political spectrum.

    Those kind of damages could hurt your ears! Most laws are limited to triple damages. (In Timothy's defense, Slashdot topic misspellings are at an all time low.)

    1. Re:Significant damages by Anonymous Coward · · Score: 0

      Look up the definition of treble. At dictionary.com the first definition is "triple."

      The problem isn't that that the poster misspelled it. It's that you have a limited vocabulary.

    2. Re:Significant damages by sysopd · · Score: 3, Informative
      Most laws are limited to triple damages. (In Timothy's defense, Slashdot topic misspellings are at an all time low.)

      Check the dictionary sometime, treble is a synonym for triple. Also, look at the law-specific lingo.

  39. This is a call to art by Nadsat · · Score: 1

    As an experiment in thought or action....

    So your name, address and telephone number are facts that cannot be copyrighted? No one can copyright the telephone book?

    Truth is relative. We all know this. In this specific legal context, facts are the things defined outside of self, by an established authority, usually government or corporate. The name of a street is a fact, because it is named by government zoning committees. A phone number is a fact because Bell says so.

    What we need is ART and imagination to illustrate how what we believe to be facts are not facts. How facts are internal imaginative motions crystallized into The Other.

    A call to ART that mixes and redefines telephone numbers, streets, names, numbers, vital statistics. Replace one fact with another to show its arbitrariness--perhaps define your web domain name as your personal ultimate fact. Or network with others to create a new authority which renames all street names by some agreed upon code... and then send mail to that code and not the law's (even rejection will be interesting as it swells in numbers)

    Creative juices are flowing. And so on. Show these fascists that life isn't so binary.

  40. Open them eyes... by Anonymous Coward · · Score: 5, Interesting

    You need to read the case about the building codes. I suggest you go to the guy's site where he tried to publish the building codes, and the case went all the way to SCOTUS.

    Last time I checked (few months ago) the codes still weren't published even though he won.

    I've tried getting the codes myself, for my state. They're over $70. Think about it for a minute. These aren't just a collection of facts. These codes are the LAW. So I have to pay a private company to find out what the law is.

    What did the guy do? After searching through various retail locations and coming up empty, he decided to publish THE LAW of building codes for the particular town he was interested in, and he was taken to court by a private company.

    I thought I could search my state/city's web site to find out what the codes were, but thanks to the private company, virtually all states/cities/towns in the US "adopt by reference", and don't publish what the actual codes are, therefore you are forced to pay if you want to know what the law is.

    To make it simple, codes are necessarily published in a certain order, in a certain format. Changing the format wouldn't work. So if the private company publishes a book of codes (they do), you can't copy the book and put it on a web site, according to the proposed law. If the company also publishes the codes online, you can't do the same. So you'll go to their site you say? They don't publish all the codes. And the ones they do publish, you have to go through multiple directory trees, or they make it exceedingly and annoyingly difficult to get more than one or two sub sections at a time. If you are familiar with building codes, this is a non-starter.

    The other option is 1. going to the library (it's a reference book, you can't take it out. or 2. going to the county clerk (a major pita in most cities, and it's a reference, you can't take it home).

    Can you see it now?

    1. Re:Open them eyes... by Meridun · · Score: 2, Insightful

      Er, no, I still don't see it.

      Unless I'm misunderstanding you, you're aggravated because your city/county/state has building codes (and other laws) and they're being a bunch of slack bastards about publishing them in an easily used format. There are dead tree versions and unhelpful govt workers, but these are annoying to deal with.

      Now, some other company was started by someone who also noticed what a pain in the ass it was to deal with these codes and figured people might pay to be able to access them in an easy-to-use format. Problem is that they charge more than you want to pay.

      Therefore, unless I'm reading you wrong, you're mad that you can't take their data and republish it. Since that's all that I can see is prohibited; you're still free to hassle that clerk until they cough up the codes and then publish THAT. In fact, the only way you can get in trouble is if you republish a lot of this data and can't prove you got it from anything else except the commercial database.

      So, while I can sympathize with your dilemna, you might direct your anger more towards the useless govt workers who aren't publishing the codes in a useful manner than the DB company that spent a lot of time trying to make them more usable (if more costly).

    2. Re:Open them eyes... by Anonymous Coward · · Score: 0

      and the case went all the way to SCOTUS

      Fight acronym abuse! This may be slashdot, but my god must we all speak in acronyms whenever possible!

    3. Re:Open them eyes... by Anonymous Coward · · Score: 0

      Breaking the law was not the appropriate way to handle the situation. Petitioning the state for a redress of grievances, was. However, nobody really cared enough. Yet another case where the abuses of government simply were not egregious enough to turn public opinion so sour as to take any action.

    4. Re:Open them eyes... by Brandybuck · · Score: 1

      Unless I'm misunderstanding you, you're aggravated because your city/county/state has building codes (and other laws) and they're being a bunch of slack bastards about publishing them in an easily used format.

      No, the parent was aggravated because this new bill will make it AGAINST THE LAW to republish the law. Not someone's interpretation of the law, or their handy concordance of the law, or their nice formatted book of the law, but the law itself!

      --
      Don't blame me, I didn't vote for either of them!
    5. Re:Open them eyes... by gnuslov · · Score: 1

      Yes, you were reading the poster wrong. He couldn't republish the codes that the clerk gave him because those codes ARE the company's codes. It's true that "the only way you can get in trouble is if you republish a lot of this data and can't prove you got it from anything else except the commercial database." But the catch is that there is no other source for this information.

    6. Re:Open them eyes... by Anonymous Coward · · Score: 5, Insightful

      Unless I'm misunderstanding you, you're aggravated because your city/county/state has building codes (and other laws) and they're being a bunch of slack bastards about publishing them in an easily used format. There are dead tree versions and unhelpful govt workers, but these are annoying to deal with.

      You are misunderstanding, and that's what's annoying. The government entities, whether they are state, city, or town, are NOT publishing period. They have INCORPORATED BY REFERENCE the codes (laws), and they have purchased for the clerk (because the clerk is in the court) one copy for the clerk's use. Because everything that is in the clerk's office that is a law can be read by the public during certain business hours, the public can access if the clerk is not busy, if it isn't a lunch hour, if you can take time off during a work day...

      These are laws. Not a collection of facts like baseball statistics.

      Now, some other company was started by someone who also noticed what a pain in the ass it was to deal with these codes and figured people might pay to be able to access them in an easy-to-use format. Problem is that they charge more than you want to pay.

      More wrong. One organization put together the code. They make their money by selling the code to the trades that are forced to buy from their monopoly if they want to work. Forced to buy the law. Are you understanding this? Forced to buy the law. Not baseball statistics.

      Therefore, unless I'm reading you wrong, you're mad that you can't take their data and republish it. Since that's all that I can see is prohibited; you're still free to hassle that clerk until they cough up the codes and then publish THAT. In fact, the only way you can get in trouble is if you republish a lot of this data and can't prove you got it from anything else except the commercial database.

      Even more wrong.

      The only place you can get it is from buying their book, from the clerk (you can't take it out, you can't sit there and hand copy, you can't bring your own photocopy machine to the clerk's office) or from the library (sit there and copy, what by hand? Copy machine? Who's, yours? Theirs? How much paper/toner will they allow you? How much time?)

      And those are the three places, according to facts as came out in the court cases over the building codes case. Regardless of whether, and as it was listed in the case, you collected the code (LAWS) from buying the book, from the clerk, from the library, YOU STILL CAN'T PUBLISH YOUR OWN BOOK, OR ON THE INTERNET. WHETHER FOR PROFIT, OR NOT. The guy won the case, now the National Electrical organization, and joined by the Building Code organization are pushing this bill to overturn that case.

      So, while I can sympathize with your dilemna, you might direct your anger more towards the useless govt workers who aren't publishing the codes in a useful manner than the DB company that spent a lot of time trying to make them more usable (if more costly).

      As stated earlier, it isn't a government problem of not publishing codes in a useful manner. And it isn't a database company spending a lot of time trying to make them more usable. It is a private organization that is putting together, and publishing the codes (LAWS) themselves, and restricting anyone else from listing those codes (LAWS), and threatening/taking to court anyone who tries (the National Electrical Code Assocation was the case, the Building Codes association joined, and the National Fire Protection Association has threatened others).

      So get your facts straight.

    7. Re:Open them eyes... by macdaddy357 · · Score: 1
      Actually, scotus isn't an acronym. It's a noun.

      SCOTUS n. A highly sensitive patch of skin between the legs running from the genitalia, to the anus. Usage: Yo, Bitch! Lick my scotus.

      --
      How ya like dat?
    8. Re:Open them eyes... by kekoap · · Score: 1

      Supreme Court of the United States.

    9. Re:Open them eyes... by thisissilly · · Score: 1

      Perineum. Look it up.

    10. Re:Open them eyes... by MoneyT · · Score: 1

      So then the problem isn't this bill, it's the fact that we have a corporation making laws and not the government. Perhaps that is what needs to be addressed.

      --
      T Money
      World Domination with a plastic spoon since 1984
    11. Re:Open them eyes... by Anonymous Coward · · Score: 1, Interesting

      Waitaminute.
      Your local government has (through laziness) a body of law with references to a commercial document. What prohibits your local government from publishing that law explicitly, should it choose to do so? Is the government body contractually obligated not to publish the law explicitly? It strikes me that the error is with the government body for referencing someone else's IP in a law, and not with the company which is gleefully charging for it.
      Could you not seek legal aid to get a court order to compel the government body to publish the law in an explicit form, and not by reference to a commercial document covered by copyright? Or perhaps sue the government body for the $70 to purchase the book, plus costs, of course?

    12. Re:Open them eyes... by surprise_audit · · Score: 1
      The guy won the case, now the National Electrical organization, and joined by the Building Code organization are pushing this bill to overturn that case.

      I didn't think you could do that - get a new law, or have an existing one altered, and then retroactively apply it to previously settled cases.

      If true then, for example, if it became legal to smoke certain currently illegal substances, literally millions of people could flood the appeals courts to get prior convictions overturned or erased from the records. Or suppose that someone discovered absolute proof that the lsat election was rigged, and that in fact Ralph Nader won? Would the SCOTUS appointment of Dubya be reversed and Mr.Nader immediately installed in the White House?

      All kinds of chaos would ensue if that kind of thing were possible.

    13. Re:Open them eyes... by Wanderer2 · · Score: 1
      The guy won the case, now the National Electrical organization, and joined by the Building Code organization are pushing this bill to overturn that case.
      I didn't think you could do that - get a new law, or have an existing one altered, and then retroactively apply it to previously settled cases.

      I think what was meant was "overturn the precedent set by that case", not the case itself.

      --
      I say we take-off and slashdot the site from orbit... it's the only way to be sure
    14. Re:Open them eyes... by Anonymous Coward · · Score: 0

      I didn't think you could do that - get a new law, or have an existing one altered, and then retroactively apply it to previously settled cases.

      They are creating an entirely new law, a new property right. The prior decision is based on copyright and does not apply here. So NOW you could be sued for violating the NEW law, although you are fine under the OLD law. See, you can publish now UNTIL the NEW law takes effect and then you'll be sued again, DIFFERENT LAWSUIT althogether and you are going to loose that one cuz, um, the NEW law closes the OLD door.
      Man that was long

    15. Re:Open them eyes... by Rich0 · · Score: 1

      It happens in federal law as well. For example, the FDA has recognized several standards bodies such as the USP as being "blessed" in setting policy. If you follow these policies you won't run into trouble - if you don't you're on your own. And yet, if you want a copy of the USP, you have to pay an arm and a leg for it.

      I'm all for private companies selling guides to complying with regulations. But no regulator should endorse a particular standards body without making the standards public information.

      Often it is said that ignorance of the law is no excuse for breaking it. I'm always skeptical of this since we as a nation have regulations which fill collections of bookshelves, but even if you accept this as gospel you have to admit that on principle the regulations themselves should then be made public.

  41. this is already happening by Nick+haflinger · · Score: 1

    Biologists can already copyright dna and protien sequences w/o knowing what they are thats basically just a fact. IP thought truly requires complete destruction/reconstruction to focus things properly before we decide to throw out the bill of rights.

    Clause 8: 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;

    Its is important to note that this statement is basically greedy on the part of the public. The reason for USPTO is to benefit those of us without patents by making the technology curve keep going up. If the tech curve goes up with a one year monopoly, mission accomplished. What is not here even by implication is that the creator of an idea has any right to the profit from it. Those techies who disagree are free to send every scrap of everything you will ever have to the estates of either Turing or Plank depending on your hard/software affilliation. Anyway if corporations want real security they should use peer reviewed crypto like everyone else has to rather than try to outlaw knowledge.

    1. Re:this is already happening by Anonymous Coward · · Score: 0

      DNA sequences themselves cannot be obtain copyright protection, and can obtain obtain patent protection in certain circumstances. And to nitpick, copyright is not a verb. [at least according to my copyright professor]

  42. WTF? Something else is driving this by beacher · · Score: 1

    Okay here's the RIAA/MPAA Spin on it. Take i360, have them harvest p2p users and IP addresses and viola - something that's Excluded!-
    (B) EXCLUSIONS- The term database does not include any of the following:
    (i) A work of authorship, other than a compilation or a collective work.
    (ii) A collection of information that principally performs the function of addressing, routing, forwarding, transmitting, or storing digital online communications or receiving access to connections for digital communications, except that the fact that a collection of information includes or consists of online location designations shall not by itself be the basis for applying this clause.

    Hmmm.. what kind of subscriber lists are excluded?
    Damn this pisses me off.. time to read up...

  43. Oooo... I'm breaking the law. by GoofyBoy · · Score: 1

    INSERT INTO
    DontLetCongressSee
    (object,
    property)
    SEL ECT
    object,
    property
    FROM
    facts;

    --
    The surprise isn't how often we make bad choices; the surprise is how seldom they defeat us.
    1. Re:Oooo... I'm breaking the law. by Anonymous Coward · · Score: 0

      COULD YOU
      repeat
      that
      statement
      AGAIN
      using
      spacin g conventions
      THAT
      don't
      make
      YOU
      look
      like
      a
      RETARD;

    2. Re:Oooo... I'm breaking the law. by GoofyBoy · · Score: 1

      N
      O
      .

      --
      The surprise isn't how often we make bad choices; the surprise is how seldom they defeat us.
    3. Re:Oooo... I'm breaking the law. by ajs318 · · Score: 1

      Obviously someone around here hasn't used phpmyadmin much then .....

      --
      Je fume. Tu fumes. Nous fûmes!
  44. Is this bill really so bad? by belmolis · · Score: 4, Insightful

    While I am still concerned to some extent about this bill, as I read it the situation is not nearly as dire as the posting suggests. To begin with, the claim that the bill

    ...allows treble damages to be levied against anyone who uses information that's in a database that a corporation asserts it owns.

    is untrue. It imposes no liability on users of a database. It deals only with people who

    ...make[s] available in commerce to others a quantitatively substantial part of the information in a database...

    Unless I have missed something, you can make use of any data you can get your hands on. What you can't do is distribute to others the whole database or substantial chunks of it. Furthermore, the owner of the database can't just claim to own it; it has the burden of showing that it generated the database through a substantial investment of money or time.

    The bill is fairly restrictive. It exempts government databases, explicitly permits hyperlinking, and contains exceptions for news reporting and educational and research uses. Furthermore, the restriction only applies if the unauthorized redistribution "inflicts an injury", where this is defined as follows:

    For purposes of subsection (a), the term `inflicts an injury' means serving as a functional equivalent in the same market as the database...

    I'm not sure how this is to be interpreted, but it seems to me that it may permit derivative works insofar as they are not functionally equivalent to the original. In sum, I'm nervous about restrictions on databases too, but this bill seems to be pretty narrow. Its possible it prohibits things I wouldn't want to see prohibited, but it doesn't seem to be nearly as awful as suggested. I'd like to see a proper analysis of the intent and legal interpretation of this bill.

    1. Re:Is this bill really so bad? by Anonymous Coward · · Score: 0

      This bill is also unneeded. It's purpose is obvious - to begin ratcheting the ownership of all information and rights to such information to be controlled by a select-few.

    2. Re:Is this bill really so bad? by 4/3PI*R^3 · · Score: 3, Insightful

      Yes it is bad.

      For the first example consider public records. Yes another database provider may manually reconstruct the entire set of public records each government entitiy creates. What happens when the government entity then enters into contract with the database provider to submit an electronic dataset. For example check out MuniCode. I could go down to my local city hall and get an entire copy of the municipal codes and manually type them and post them. However, this places me at a severe disadvantage over MuniCode. In fact this bill could prevent government agencies from selling electronic data submissions to multiple vendors since once the first vendor receives the data he may claim copyright on the collection and sue the government agency.

      For the second example, consider telephone directories. The local telephone provider has a nice monopoly on this data since they are the creator and maintainer of the data. Once they publish the "phone book" it becomes a database. The only way another company can compete to produce directories would be to manually contact each home, business, etc. and collect the information from them. It would be illegal to simply copy the text of the phone book, rearrange it and publish with added value. BTW, check the link in the editorial linked to in the /. story post -- this happened!!! With this law it would be illegal!!!

    3. Re:Is this bill really so bad? by belmolis · · Score: 1
      For the first example consider public records. Yes another database provider may manually reconstruct the entire set of public records each government entitiy creates. What happens when the government entity then enters into contract with the database provider to submit an electronic dataset. For example check out MuniCode . I could go down to my local city hall and get an entire copy of the municipal codes and manually type them and post them. However, this places me at a severe disadvantage over MuniCode. In fact this bill could prevent government agencies from selling electronic data submissions to multiple vendors since once the first vendor receives the data he may claim copyright on the collection and sue the government agency.

      No. This case falls squarely within the public records exclusion of the bill:

      (A) a database generated, gathered, organized, or maintained by a Federal, State, or local governmental entity, or by an employee or agent of such an entity, acting within the scope of such employment or agency;

      Your second case, telephone directories, is valid if it is a matter of distributing the same information in essentially the same format. However, as I pointed out in my original post, the requirement that the infringing distribution be a functional equivalent of the original arguably permits derivative works, insofar as they are not functionally equivalent to the original. Your example of a rearranged, value-added telephone directory would seem to fall into this category.

    4. Re:Is this bill really so bad? by 4/3PI*R^3 · · Score: 1
      (A) a database generated, gathered, organized, or maintained by a Federal, State, or local governmental entity, or by an employee or agent of such an entity, acting within the scope of such employment or agency;

      This exclusion would prevent the Library of Congress from naming a compilation copyright on legislative data it publishes on Thomas. Any entity may freely wget all the data from the Thomas site and republish it. However, if somebody did this from MuniCode, I'm sure MuniCode would sue!

      This exclusion only provides for the actual governmental entity or its employees or agents maintaining the database within the scope of the entity.

      I'm sure MuniCode is not an employee of any governmental entity. MuniCode probably specifically prohibits their employees from being employed by any governmental entity they service or holding elected office in such entity. I'd bet their contract with the governemtnal entity specificially states they are not an agent of the governmental entity but private service provider. MuniCode IS a private for profit making money off pubulic information.
    5. Re:Is this bill really so bad? by 4/3PI*R^3 · · Score: 1
      Your second case, telephone directories, is valid if it is a matter of distributing the same information in essentially the same format. However, as I pointed out in my original post, the requirement that the infringing distribution be a functional equivalent of the original arguably permits derivative works, insofar as they are not functionally equivalent to the original. Your example of a rearranged, value-added telephone directory would seem to fall into this category.

      This may be so, but I would not want to go in front of a judge and explain the subtleties of this argument as he stares at the legislation that state:

      C) DISCRETE SECTIONS- The fact that a database is a subset of a database shall not preclude such subset from treatment as a database under this Act.


      Even if I add additional data to the database, if I have a subset of the original database incorporated in my database then the original provider gets protection of this subset.

      This subset clause is perhaps the most vicious clause in the entire bill. Since now I get to play legal Power Sets with my databases. So theoretically the local phone company could claim copyright infringement on a local chamber of commerce publishing a directory of local businesses since some subset of this directory would be a subset of the directory published by the phone company.

      Power Set : Given a set X then P(X) is the set such that x a subset X implies x is an element of P(X). In other words P(X) is the set which contains all subsets of X as its elements.
    6. Re:Is this bill really so bad? by belmolis · · Score: 1

      The language of the contract between an outfit like Municode and a government entity is not what controls; its the actual situation. If Municode is acting on behalf of the government entity, it is its agent. So, if publication of the information is construed as a service provided by the government, which it contracts with an outfit like Municode to perform, Municode is an agent of the government and the exclusion applies. In the case of information that it is the role of the government entity to provide, publication is a government service. This contrasts with information that somebody might want but that from the point of view of the government is incidental. For example, it is not part of the function of municipal governments to supply lunch recipes. If a business wants to compile a collection of municipal cafeteria recipes, it isn't acting as an agent of any municipal government in publishing that information.

    7. Re:Is this bill really so bad? by ender's_shadow · · Score: 1

      read the bill. it requires the db to contain time-sensitive data. it's just an extension of a misappropriation cause of action to the internet & dbs. no biggie.

  45. Incorporate! by cspenn · · Score: 1, Funny

    Here's an idea - why not incorporate yourself? Filing fees aren't that terrible - at least not if you file in the state of Delaware - and then you can enjoy all the rights and privileges of fellow corporations like Enron, Worldcom, and SCO! File abhorrently incorrect taxes! "Restate" your earnings to the IRS!

    In all seriousness... if you're not a corporation or affiliated with one, you might be in a bit of trouble as the current pro-business administration continues its legislative agendae.

    Chris Inc.

  46. Connections is still on Discovery Science by caveat · · Score: 1

    The Discovery Science Channel (170 on iO digital, Cablevision) still plays Connections rather a lot, sometimes for marathons. It's a great way to spend a late night on the couch with whatever supplies you see fit ;D

    --

    Facts do not cease to exist because they are ignored. - Aldous Huxley
  47. Big friggin' deal by jhylkema · · Score: 1

    Bills get introduced all the time to do all kinds of shit. Every session of Congress, for example, some idiot introduces a bill to repeal the Second Amendment. Some other schmuck introduces one to repeal the 22nd Amendment. Neither of then go anywhere, neither will this one.

    Of course, we'll see 3-4 dupes of this on /. before it's all over . . .

    1. Re:Big friggin' deal by 4/3PI*R^3 · · Score: 1

      Exactly, this happens every session. This is why it's so dangerous. Fortunately every past attempt has failed. However, no matter how many times some moronic bill like this fails, the PTB only need to get this to pass once.

      When was the last time Congress actually repealled a law? If this bad bill becomes a bad law, the only way to get rid of it will be through a court challenge? Who will spend thousands of dollars to fight for the right to copy factual databases?

      Political activism is free! Judicial remedies cost money!

  48. I don't think its a problem with timothy my friend by blach · · Score: 1

    I'm afraid it's your limited vocabulary when combined with your bad attitude.

  49. How does this apply... by inode_buddha · · Score: 1
    to the motor vehicle dept., for example? (They are allowed to lease *cough* sell *cough* info here in NY state USA.) Or when I go to see the doctor? Hell, I *still* get snail-mail for my mother, *even though she died a year and a half ago*. Me thinks there may be a good job market for some *truly qualified* DBA's. What part of "Deceased, here's the papers." do marketers and Gov't not understand?

    Sorry, end rant.

    --
    C|N>K
  50. For the same reason... by Dynamic+Ranger · · Score: 2, Insightful

    ...probably, that some people think less government solves all problems "like these" neatly, as if idealogical consistency were more important than evaluation, analysis, and good judgement.

    Also, and I realize I'm just guessing wildly here, it could be that the stated "fact" is often disguised as an opinion, as in the parent post, thus making it easily missed.

  51. what 4 by scorilo · · Score: 1

    sooooooooooo... If the only way to protect your info is to incorporate and compile it with significant money/time investment, then perhaps the result of this law would be a "rush to compile" as many DBs as possible. Now, who would have to gain from having more and more DBs?

    --
    "One of the symptoms of an approaching nervous breakdown is the belief that ones work is terribly important." -BRussell
  52. Re:tsarkon reports i think this is a serious argum by Anonymous Coward · · Score: 0

    Just think, some corporation could copyright the steps to yoda doll insertion! Oh noes!
    This post is on topic damnit

  53. "Corporation"? by John+Hasler · · Score: 2, Insightful

    > ...against anyone who uses information that's in
    > a database that a corporation asserts it owns.

    This legislation is certainly objectionable, but nothing in it singles out corporations.

    --
    Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
  54. Too late by CrystalFalcon · · Score: 1

    I jumped right at it, but somebody had beaten me to the task already. Looking forward to the results...

  55. Re:I came up with this idea a couple of years ago. by BiggerIsBetter · · Score: 2, Funny

    I wonder if they would sell me, or license me, the right to use my info.

    Probably not. I'm sure they'll happily license the right to use your info to a marketing company though.

    --
    Forget thrust, drag, lift and weight. Airplanes fly because of money.
  56. Treble IS triple! HAH! by caveat · · Score: 2, Informative

    treble - adj.
    1. Triple: "treble reason for loving as well as working while it is day" (George Eliot).
    2. Music. Relating to or having the highest part, voice, or range.
    3. High-pitched; shrill.

    Good god boy, one would almost think you ain't never been fishing! (If you actually haven't...well, I truly pity you. But anyway, a triple-hooked fishook is called a "treble hook".)

    --

    Facts do not cease to exist because they are ignored. - Aldous Huxley
  57. well then... by geekoid · · Score: 1

    " This is an issue that crosses the political spectrum. Left-leaning organizations like the American Library Association oppose the bill and so do arch-conservatives like Phyllis Schlafly, who wrote an impassioned column exposing the bill for what it is the week after it was introduced.""

    then it will die...however, the authors had to know this,, so what they really want will be in a 'rewrite' of the bill.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    1. Re:well then... by demachina · · Score: 2, Insightful
      The same thing was said about the Medicare bill that just passed. The right wing hated it because it is a hugely expensive social program being funded out of deficit spending. The left wing hated it because the prescription drug benefit it was supposed to be all about is piss poor, it outlawed importing drugs from Canada, outlawed Medicare from negotiating fairer prices for drugs like the VA already does, which ensures windfall profits for drug companies, gave huge subsidies to health care coporations, created tax free shelters for the wealthy and it starts trial programs to privatize Medicare.

      Didn't matter that both sides of the political specturm hated it. As soon as the drug companies, HMO's and insurance companies started spreading campaign contributions around and sent in an army of lobbiest they bought a slim majority in the house and big majority in the Senate, enough to block a fillibuster.

      Passing laws in the U.S. is very rarely about doing anything in the public interest any more. Laws are usually bought and paid for by lobbyists, and under the Republicans these are usually corporate lobbyists whose goal is to further increase the wealth of the wealthy. For the Democrats they tend to be things like unions, environmental groups etc. Unfortunately for the Democrats all of their special interest groups have started to suck in the face of the wealth and power of corporate lobbyists and the wealthy.

      --
      @de_machina
  58. Re:Wild mares or those that have been artificially by Anonymous Coward · · Score: 0

    have had peoples arms in their cunts

    In that case Kathleen Fent is a wild mare.

  59. Wow, you really are a lawyer! by Anonymous Coward · · Score: 0

    The way you interpret a proposed law!

    Amazing!

    You should go clerk for the Supremes!

    Your deep linking argument is flawed. Try deep linking to the National Electical Code.

    And as for everything else, try strolling down your local Best Buy, then posting their prices on your website. Before you do, go talk to FatWallet about BestBuy. Then go talk to the other corporations that aren't mentioned in this slashdot article, who are also pushing this to prevent price comparisons, something you would know if you were following the issue.

    Then go read up on the lexis/nexis issues over this proposed law.

    Then go read up on the building codes issues, and public laws issues on this proposed law.

    Then maybe you should read the Library Association's position on the law.

    Then go take a law 101 class.

  60. Google by FreakinHippie · · Score: 1

    Googles database covers nearly everything on the internet. They would instantly own the internet!!

    1. Re:Google by 4/3PI*R^3 · · Score: 3, Insightful

      WRONG!!

      This bill does not give ownership of the data to the database maintainer. It simply gives copyright protetion to the collective work.

      Google could not clain ownership of any data on the Internet (other than its own). Google could claim copyright of the index and search results.

      What Google could do is DMCA sites for posting Google link results. However, posting a URL to Google to get the same link results is explicitly permitted in the legislation.

    2. Re:Google by ender's_shadow · · Score: 1

      WRONG. This bill does not give (c) protection to anything. It protects against misappropriation. Read the bill - it requires the db to contain t-sensitive info, require effort to form, etc.

  61. Write The Republican Rep, and then write the GOP by Anonymous Coward · · Score: 0

    And then let them know that you are going to do everything in your power to see that:

    (a) The public knows as much about this as possible and their true intentions behind it;

    (b) You are doing everything humanely possible and legal to see that they are never re-elected or hold office again.

    Yes. The legislation *seems* mild, but this legislation provides no benefit to the public or general welfare and is an excellent handmaiden to the DMCA. It DOES provide welfare to the very rich/powerful elite - and YOU are not part of that equation.

    I think a lot of us who are involved with open source in one form or another are fast concluding that this is no longer about the freedom to choose technology, or an operating system, or even the right to share information among our peers - but about freedom from tyranny.

  62. Whither Choicepoint? by hawkestein · · Score: 1

    Did anyone catch the NPR story on Choicepoint today? They're the folks you go to if you want a background check done on somebody. They get some (all?) of their info from publicly accessible government sources, like court records. I don't know how directly relevant it is to this particular discussion, but I hadn't heard of these folks before, thought they were worth mentioning.

    --
    -- Will quantum computers run imaginary-time operating systems?
    1. Re:Whither Choicepoint? by surprise_audit · · Score: 1
      Isn't Choicepoint the group that bungled background checks on some of the freshly minted Homeland Security people? Some were not completed properly and at least 85 felons were subsequently employed in Airport Security.

      I forget where I read that - probably in some magazine at the doc's office yesterday...

  63. Copyright my data by 4/3PI*R^3 · · Score: 1
    I hearby announce the Compliation Copyright of all data that belongs to me.

    Definitions:

    ME -- The collection of the person who I am, my physical, psychological, empotional, and spiritual being as relates to any physical, fantasy, on-line, or spiritual realm, any characteristic of who I am, any description of who I am or of any characteristic of who I am,

    DATA -- Any piece of factual information

    BELONGS TO -- Any data that describes ME or any of the individual characteristics of ME

    This set of data consitutes a database. As such any unauthorized commercial appropriation, use, or distribution of these data are subject to sever legal penalties.

    1. Re:Copyright my data by Anonymous Coward · · Score: 0

      So basically all our data are belong to you?

  64. All U by Anonymous Coward · · Score: 0

    All you us is belong to us now.....

  65. read the EULA by b17bmbr · · Score: 1

    they can do whatever they want. it's your haradware, but not your OS. and it's also not your word processor (MS Word). so in reality it's not your data. thus, and the word processor does, and the OS does, it doesn't really belong to you. the last XP service pack said that microsoft can pretty much do as they please with your computer. WMP keeps a database of every media you listen/watch. and with the new DRM, they are limiting what you can with your comptuer even further. so since it's their database, then it's their data. sorry to rain on anyone's parade...

    --
    My problem? I was perfectly gruntled, until some numbnuts came by and dissed me.
    1. Re:read the EULA by Azadre · · Score: 0

      I honestly cannot see them implementing a DRM that you hint at. If Microsoft wanted to own your computer, they could, but why would they want to? The publicity alone would put Linux OS not only into the mainstream as the best choice, but you'd probably see a lot of your non-geek friends asking for it. Would Microsoft honestly want this?

    2. Re:read the EULA by Anonymous Coward · · Score: 0

      Microsoft's lawyers may wish it otherwise, but in reality, what Microsoft owns is the copyright on Windows, Word, etc. You own your copy of the software, but you don't have the rights to create and distribute copies of it. Their crazy EULAs may make all kinds of claims, but in the end, the documents you create are YOUR data, and any attempt Microsoft may make to enforce otherwise will undoubtedly lead to failure. After all, an unreasonable contract agreed to under coercion is clearly invalid.

    3. Re:read the EULA by b17bmbr · · Score: 1

      The publicity alone would put Linux OS not only into the mainstream as the best choice, but you'd probably see a lot of your non-geek friends asking for it.

      given everything that microsoft has already done, people would have longed left them. no, they are the 800 pound gorilla. besides, all the major hardwre manufacturers are scared shitless of them. in fact, they need to do this, or something like it. they realize the real battle is in the server room, the data center. and they aren't winning that battle. so the next move is to make the integration so tight, that windows clients can't work with anything but windows servers. as for themowning the computer, they own the OS. you get a license to use it, at their discretion. and has this caused anyone besides /.'ers to abandon them?

      --
      My problem? I was perfectly gruntled, until some numbnuts came by and dissed me.
  66. Internal memos? Diebold by phorm · · Score: 3, Insightful

    This is where I wonder what could be covered by this act. Maybe if it were only concerned with databases containing, say, financial or such information it wouldn't be so bad, but how about if a company is archiving most or even all of its internal communication?

    Sounds to me like the leaked diebold memos would have been a great chance for a smackdown lawsuit in this case...

    Even better, how about if you are emailing something to yourself at home, maybe on a break. Even if your company didn't contractually claim exclusive rights to anything coming out of your head, if it was archived from corporate email then wouldn't this give them rights to it?

    Just throwing around some basic doom+gloom, I'm sure the professionals (corporations) would be able to come around with some more advanced methods of screwing us over...

  67. Exclusion for Independently Generated Info by OldSoldier · · Score: 3, Insightful

    I read most of the bill and Phyllis Schlafly's article. I'm scared by her example of Veeck vs SBCCI, but then again I was heartened to read this passage from the bill.

    (a) INDEPENDENTLY GENERATED OR GATHERED INFORMATION- This Act shall not restrict any person from independently generating or gathering information obtained by means other than extracting it from a database generated, gathered, or maintained by another person and making that information available in commerce.

    By way of example suppose...
    CASE 1
    The phone company in my town prints its DB of customers and phone numbers and sells that book. I buy a copy of that book and take it to kinkos and give it away for free. Should I be punished?

    CASE 2
    Same town and phone company, but this time I go to every person in my small town and ask what their phone number is, collect that info into my own book and give that book away... "INDEPENDENTLY GATHERED INFORMATION" Seems like I'm in the clear.

    On the surface I'm OK with this, but at least one problem is that the book from case 1 may be indistinguishable from the book in case 2. Will burden of proof lie with me or them?

    1. Re:Exclusion for Independently Generated Info by Lucky_Norseman · · Score: 1

      The classic way of distinguishing between case 1 and case 2 is to insert dummy entries with non-existing information.

      For instance they can add one John Smith with an unused phonenumber living in a non-existing street.

      This entry will only exist in case 1.

    2. Re:Exclusion for Independently Generated Info by surprise_audit · · Score: 1

      The person executing case 2 ought to do the same, to avoid having the phone company "reverse engineer" his book and then attempt to prosecute for infringement. Of course, it would be in his best interests to actually look up his dummy entries in the "official" book, to make sure he wasn't accidentally inventing the same dummy data as the phone company...

  68. So who owns the Fact to end all facts? by bersl2 · · Score: 2, Funny

    In other words, who owns "*BSD is dying!"?

    1. Re:So who owns the Fact to end all facts? by Hektor_Troy · · Score: 1

      Slashdot. It's been in their database for at least five years.

      --
      We do not live in the 21st century. We live in the 20 second century.
  69. Re:I came up with this idea a couple of years ago. by OYAHHH · · Score: 1

    Perhaps the solution to this is to use the proposed law to make what you want to do possible.

    What we need is some sort of an "Organization that is run By the People For the People" (OBPFP) which collects their personal info for placement into a DB.

    Since this org would be working for the people most persons would want to join. See $$$ making opportunity below.

    Then when Joe Marketer uses this info in a manner that you don't like you have the OBPFP sue the crap out of them.

    Any funds retrieved would be divided up to pay the necessary lawyers (of course a majority of the funds, unfortunately), then a bit for jumpstarting the next average joe's lawsuit, and then a bit to compensate you.

    --
    Caution: Contents under pressure
  70. Not seeing it by SuperKendall · · Score: 1

    If it were against the law to re-publish (which implies a publication in the first place) then the company publishing the laws would also have to stop publishing...

    I'm more in agreement that this is a case where someone is taking data compiled by someone else and publishing that, which should be against the law. If you can point to the section that says that no-one has the right to look up the text of the law and re-publish that... but to me it seemed the law was only about re-publishing someone elses database (like via a database scraper). I'm not sure what that would do to price-watching sites though.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:Not seeing it by IthnkImParanoid · · Score: 1
      If it were against the law to re-publish (which implies a publication in the first place) then the company publishing the laws would also have to stop publishing...
      Not if they owned the exclusive right to publish, ie copyright.
      but to me it seemed the law was only about re-publishing someone elses database (like via a database scraper)

      But it's not "like via a database scraper." It's more like "looking up the law at the library, copying it down, and putting it on a website."
      I'm more in agreement that this is a case where someone is taking data compiled by someone else and publishing that
      The law is not just data, it's the frickin law. No entity, public or private, should be able to claim exclusive publication or distribution rights to the text of the law.

      My god man, do you have any idea how slippery that slope is?! I think I broke something just thinking about it!
      --
      It's nothing but crumpled porno and Ayn Rand.
    2. Re:Not seeing it by SuperKendall · · Score: 1

      Not if they owned the exclusive right to publish, ie copyright.

      That's what I mean, I don't see how the law is saying that is disallowed - the law is the law and not copyrightable! Only a work based on the law would be copyrightable, in this case the database. You would always be able to go back to the original musty tomes that make up the law and publish that if you liked. You just can't copy the work of someone else who did so. I don't see where this new law is saying anything like there's a landrush for the law, and the first publisher wins...

      --
      "There is more worth loving than we have strength to love." - Brian Jay Stanley
    3. Re:Not seeing it by IthnkImParanoid · · Score: 1
      From "I'm feeling lucky" google search for 'building codes publish court case', or here. (article dated last Feb 10.)
      The U.S. Supreme Court has agreed to decide whether building codes, once enacted into law, retain copyright protection. The Supreme Court's decision to hear the issue came after the 5th U.S. Circuit Court of Appeals held that building codes, when enacted into law, could not be copyrighted.
      skip skip skip
      The Southern Building Code Congress International, Inc. (SBCCI) is a non-profit organization that develops and promulgates model building codes and then encourages local governments to enact the codes into law by reference. Rather than charge local governments a fee for the right to adopt its model building codes, SBCCI asserts a copyright by which it has the exclusive right to publish the codes or license their reproduction and publication.
      --
      It's nothing but crumpled porno and Ayn Rand.
    4. Re:Not seeing it by Grail · · Score: 1

      The "you can't copy my database" law covers the content, not the context.

      Thus it doesn't matter if you got your version of the building code from some musty tome - the fact that you are publishing the information in any form at all means that you've "stolen" the information that the database compiler "owns". This isn't a case of copyright infringement - it's not the presentation of the information, it's the information itself that is covered.

      Think about that the next time you write your friend's name and address on a parcel.

    5. Re:Not seeing it by martinX · · Score: 1

      So, basically the local government is being lazy (or cost efficient...) by allowing someone else to develop the building codes that they should be developing.

      In a weird way, it sort of works out: gov't spends taxpayers money developing building codes then tries to recoup it through ?taxes, OR allows someone else to develop the building codes and lets them worry about paying for development costs (in this case, by selling it to those who use it.) It's the ultimate user pays system.

      Either way, someone is going to pay for the creation, printing and distribution of these building codes, whether it be taxpayers or those in the building industry. Don't like it, vote out the politicians. Don't forget to vote them more money so they can hire experts to develop building codes ... maybe they can make some money back by selling them ... DAMN caught again in that infinite loop.

      --
      When they came for the communists, I said "He's next door. Take him away. Goddam commies."
    6. Re:Not seeing it by 1ucius · · Score: 1

      I don't think you have this one quite right - IF the codes were copyrighted (currently not possible per the 5th Circuit's en banc decision, but under SCOTUS review), then you would not be able to copy or distribute the codes w/o permission. The db law would not change anything in this imaginary world - it would be a straight forward application of copyright law. The proposed db bill only comes into play if someone compiles non-copyrighted/non-exclusively licensed material into a convenient form. The db law would prevent you from copying the database, but you could still create new db using the origional sources. Basically, this bill is designed to prevent people from leaching off someone else's hard work.

    7. Re:Not seeing it by geoffspear · · Score: 1
      Hell, why not subcontract out all lawmaking and have Congress meet once a year to update all the references to the corporate databases of laws? It would save taxpayer money in so many ways. Congress wouldn't need to employ so many staffers to get things done, the Federal Register could be reduced to a few pages telling people where to go to find the laws.

      And anyone who actually wants to know the previously perfectly legal action they're about to take is now a felony, all they'll need to do is pay the Law Company $100 to look through their database.

      --
      Don't blame me; I'm never given mod points.
    8. Re:Not seeing it by martinX · · Score: 1

      OH NO! It's the Slippery Slope Of DOOOOOOOOOOOOM!

      If you don't like it, get out there and vote vote vote!

      --
      When they came for the communists, I said "He's next door. Take him away. Goddam commies."
  71. WTF by UltraSkuzzi · · Score: 1

    A Rublician and a Democrat in agreement, when did that happen?

    --

    ~UltraSkuzzi
    This comment is liscensed by SCO.
  72. Get a grip, people by RealProgrammer · · Score: 3, Insightful

    IANAL, but this law looks OK.

    It looks, on its face, to be carefully crafted to keep people from taking large chunks of other people's databases and selling them as their own.

    In effect, it gives copyright-like protection to formatting information into a database. It's the format, and the particular collection of the data that is owned, not the information itself.

    You must to yield now. We have own all your databases.

    --
    sigs, as if you care.
  73. Wha..? by Anonymous Coward · · Score: 0

    "With all of the furor over the Patriot Act a truly scary bill that expands the rights of corporations at the expense of individuals was quietly introduced into congress in October."

    Quick, someone find us a Grammar Nazi!

  74. USA is still the best by argoff · · Score: 2, Interesting

    A few years ago I did alot of research about countries all over the world - and came to the conclusion that the US is still the best when it comes to freedoms other than maybe Switzerland and Finland. As much as I hate the taxes, regulations, war of privacy^H^H^H^H^H^H oops I mean terror and other restrictions here ... believe it or not in most other places it is actually worse.

    While many countries have strengths in a few areas, overall the US is still the strongest. For example, Hong Kong has some of the best free markets anywhere, but being part of China it is not a good option. Other countries have great tax opportunities, like Belize, but the US came down hard on them with it's mighty economic and political strength - and that was that. Believe it or not, if you're NOT a US citizen, the USA can even be a massive tax haven.

    Anyhow, after lots of study I came to some conclusions. All the great frontieers, xcept for perhaps the ocean and antartica, (space... other planets...) are taken. The US is really the last frontier of freedom, and the next frontieer is most likely not to be a political landscape, but rather a technological one. For example, use encryption, freenet, and p2p technologies on the internet to secure your right to copy until the enemies pitter out. (which they will, because things that thrive by taking away freedom are never long term tenable)

    By doing it this way, especially in the US, you can take advantage of the fact that political/economic forces already in place will make it impossible for them to shut down the internet, but will also make it just as impossible to enforce copying restrictions. Some countries like China might go so desperate as to pop a bullet in the head of anybody who views unauthorized data without trial, but once again political realities in the US more or less make that impossible. In a way, we have the government check-mated.

    1. Re:USA is still the best by Anonymous Coward · · Score: 0

      There is two way to control a population : control what people do (with laws and police forces) or control what people think (with religion, morale value and pledges of allegiance).

      Freedom in the US is only an illusion and, to me, the fact that you believe the US is the "last frontier of freedom" only means that you're a sheep.

    2. Re:USA is still the best by Anonymous Coward · · Score: 0

      Jesus, that was a very ignorant comment. This person wasn't parroting the bush administration party line, and he was no supporter of authority. To him, USA's strength doesn't exist because of its government, but despite it.
      And he actually put some effort into supporting his claims.
      and "You're a sheep" is a really edgy and witty way to slam someone... geez. I already know for a fact that you've never smelt a pussy in your life.

    3. Re:USA is still the best by geoffspear · · Score: 1
      Strangely enough, Amnesty International has done similar research on an ongoing basis, spending a lot more time and money on it than you did.

      Guess what. They disagree with you.

      --
      Don't blame me; I'm never given mod points.
    4. Re:USA is still the best by argoff · · Score: 1

      For some parts of the war on drugs and for the massive incarceration rate it leads to - I see where they're comming from. But when it comes to other things, especially economic freedom issues like taxes and regulations, forget it. I'm talking about all forms of freedom, not just their narrow definition of human rights.

    5. Re:USA is still the best by HeghmoH · · Score: 1

      Amnesty International probably does not have the same priorities as the original poster.

      --
      Mod down posts with a "Free Mac Mini/iPod" sig, they're spam!
    6. Re:USA is still the best by geoffspear · · Score: 1

      Yes, well presumably Amnesty International's definition of human rights and freedom does not contain "America rulez!! Yeeeehaw!"

      --
      Don't blame me; I'm never given mod points.
    7. Re:USA is still the best by Anonymous Coward · · Score: 0

      you have the narrow definition of freedom.

      you only consider freedom from regulations and tax, 'negative' freedoms if you like.

      The are also positive freedoms, the freedom to have the same education, healthcare, road usage, clean environment etc etc etc as evryone else without having to pay for it yourself directly. That is a big freedom, in part in conflict with your freedom 'from' things, it's a freedom 'to' do things, and have things.

      For example, if you are very rich, London is a great place to live. You can have great space, fantastic entertainment and great food. If you are poor, it's a prison with crap food. How can Lodon be made 'more free'? You might say, take away regulations, reduce taxes. I believe that for most, this would make the city very very much less free.

    8. Re:USA is still the best by Anonymous Coward · · Score: 0

      Who cares about Amnesty International.

      People are not stupid - they vote with their feet.
      We are still winning that vote.

  75. Hyperlinking. by Trejkaz · · Score: 2, Funny
    --
    Karma: It's all a bunch of tree-huggin' hippy crap!
    1. Re:Hyperlinking. by Aneurysm9 · · Score: 1

      But there should be a law prohibiting hyperlinking to goatse!

      --
      There was Cowboy Neal at the wheel of a bus to never-ever land.
    2. Re:Hyperlinking. by Anonymous Coward · · Score: 0

      install Mozilla, take a really, really deep breath, go to goatse, hit stop before you are exposed to the full harshness of that gaping ass, right click on the little bit of the goatse man that has appeared, choose "Block Images From This Server", and voila! no more goatse man - even if you are redirected or click a misleading link and end up at the aforelinked domain.

      Doesn't help with the increasingly popular mirroring of goatse, but it blocks enough dodgy goatse troll links to stuff his ass full of them.

      There may be ways to block images with IE/your browser of choice, but I wouldn't know how to do that.

    3. Re:Hyperlinking. by Anonymous Coward · · Score: 0

      We need a bayesian ass-detector!

    4. Re:Hyperlinking. by Anonymous Coward · · Score: 0

      Come off it, it's just a picture. I spent years avoiding it, then morbid curioity got the better of me and I sneaked a look. It really isn't as bad as all that. It's just an arsehole, that's all. We've all got one, for crying out loud!

    5. Re:Hyperlinking. by Aneurysm9 · · Score: 1

      It's just an asshole and I was just being facetious. Perhaps someone needs a bayesian humor-detector.

      --
      There was Cowboy Neal at the wheel of a bus to never-ever land.
  76. Hmm.... by Rick+Zeman · · Score: 2, Funny

    Does this mean that Google now owns the world?

  77. what's wrong here by scoove · · Score: 3, Insightful

    it makes it easy for big corporations with deep pockets to keep the little guy from being a nuisance/competitor

    It's much more than that. Often, "big corporations" aren't the licensees of the data; smaller entities are (such as is the case in many state data distribution contracts, e.g. DMV databases which are auctioned off like radio spectrum in an irresponsible manner). Subsequently, the "evil big corporation" matter is a red herring. We need to keep the eye on the fundamental - the government's aspiration to implement a Stationer's register system that requires the authority of the crown in order to access public information. Imagine the absolute power politicians will have in defining who can and cannot see public records.

    Per the original post's critique link:

    H.R. 3261 ...would create a new federal property right in online and offline databases (collections of information), and give the federal courts power to police the use of information in databases.

    This is much more than a theft of public information (again, mirroring the FCC's approach to spectrum auctions). Much of this government information is necessary for ensuring compliance. Imagine, for instance, if driving laws were maintained in a Federal database, but access to that database required a $25,000 annual fee.

    Failure to have access to this database would result in recurring noncompliance; e.g. making normal citizens recurring lawbreakers.

    Certainly many politicians aspire to extend a political system that ensures all citizens are lawbreakers and subsequently dependents upon the system. Concealing public information which is necessary for legal compliance is a terrible move towards tyranny.

    H.R. 3261 would allow federal courts to impose stiff penalties if someone uses information from a database that a corporation claims to own.

    Almost sounds like it was written by Kafka:

    "I'm sorry sir, but to divulge what crime you have been charged with, absent proper licensing and permitting of your access to the Federal crimes database, would be a crime of itself. Certainly you wouldn't wish to compound matters, would you?"

    Incidentally, I see that Rep. Billy Tauzin, known as the loyal Representative from BellSouth, is a cosponsor of this bill. Good rule of thumb: if Billy's involved, it's probably not on the level.

    *scoove*

    1. Re:what's wrong here by Anonymous Coward · · Score: 0

      Certainly many politicians aspire to extend a political system that ensures all citizens are lawbreakers and subsequently dependents upon the system. Concealing public information which is necessary for legal compliance is a terrible move towards tyranny.

      Well this is something that that EVERYONE should read. But people are sooo complacent with the government always offering "to do good things for them". The gov never does anything good for anyone but themselves - if they are not forced by the public. We need to cut down the governmant size and authority. We need more and more accesible information not less. (laws, crime statistic, offenders, prices etc are vital for society) I'm thinking already about starting an open source information collection project - something like a public database filled by users

  78. stupidity, the disease by MoFoQ · · Score: 1

    It's amazing, stupidity is reaching epidemic proportions.

    And as the ancient saying (in various different languages) goes, only death cures stupidity, and these politicians prove that it's incurable.

  79. Re:Ownership and Marxism - a thought for 21st cent by yourmom16 · · Score: 1

    There are major differences here, as 'Intellectual Property' can be used by an unlimited number of people, while OTOH for example a million people sharing a single car would cause problems. Physical property can not be shared in such a way that everyone is rich, and this, along with a centralization of power, are the reasons communism fails. Removing IP would not cause massive poverty, because we could all share effectively, and a million people can use an idea at the same time. It would not cause the corruption communism has either, as there need not be a centralized distributer, a P2P model would work here(once again due to the fact it can indefinately be replicated).

    --
    "We have got to make Stan understand the importance of voting, because he'll definitely vote for our guy." - South Park
  80. Pardon? by JeanPaulBob · · Score: 1

    The free-market system depends on scarcity of information.

    Excuse me? A free market can't exist without open sharing of information. When information is hidden, people engage in transactions they wouldn't touch if they knew all the facts. E.g., lemon cars that break down a week after you buy them, or buying a computer for $1000 when you could have gotten the same thing for $300 at the shop down the street. Market forces can only operate when participants knows exactly what they're getting, and what their other options are.

    To be fair, you're talking about information as a commodity itself--trade secrets and the like, I imagine--as opposed to information about commodities. However, this law doesn't seem to have any way of distinguishing between the two. If a corporation says the info belongs to them, it's locked up. There's plenty of room for abuse here.

  81. MOD FUNNY by Anonymous Coward · · Score: 0

    ""To this day, all countries utilizing airborne vehicles flying in excess of 20,000 feet must pay royalties to Norway for the commercial use of their property.""

    that one is going in my quote file. heheh.

  82. Mission failed, then. by Anonymous Coward · · Score: 0

    > Its is important to note that this statement is basically greedy on the part of the public. The reason for USPTO is to benefit those of us without patents by making the technology curve keep going up.

    Not just greed by those "without patents". Everyone benefits from a world of controlled change. For people to build on the old, it must become old. The same argument FOR "IP" is the argument that is expire in a timely manner. Namely, nobody will invest if they cannot reclaim that investment.

    Why would anyone improve on a patent they have no control over? They won't because they can't assume to reclaim the investment. Just as a base patent wouldn't exist if the creator couldn't expect compensation.

    Progress is slowed when the time limits are too short AND when they are too long.

    Randomness is not good for anybody.

    Case in point. DVD is patented. Would it be better to improve on the DVD standard or invent a completely new one?

    Reality: China is inventing a completely new DVD standard. The media market will be bifurcated. Almost nobody wins. Not we "greedy public", not the well healed media companies, not the DVD patent holders, not the Chinese. This is the direct result of a dysfunctional patent system created specifically to suit targeted needs of select corruption over time.

    If only Congress had obeyed the Constitution, or the court would have held them accountable to it.

    > If the tech curve goes up with a one year monopoly, mission accomplished.

    And if Copyright had expired on The Mouse, Disney would have had to come up with something to replace it. Call it progress.

    Alas, Disney is now quite secure that they have to produce nothing new or progressive for the next 90 years, or whatever "forever really means limited" actually ends up meaning.

    If value and control remain absolute and forever, then there is exactly zero motivation to proceed. Ever wonder why I hated my parents odd form of music, yet 20 years later my generation's music is still "pop".

    1. Re:Mission failed, then. by Anonymous Coward · · Score: 0

      >If only Congress had obeyed the Constitution

      Likewise, if only the People would understand that this is a mandate to use any force necessary to change the situation. Not a privilege, but a responsibility.

  83. Sports... by Anonymous Coward · · Score: 1, Informative

    This is a little like the Football Association in England. I am not sure if it's still the situation, but they wanted to charge licencing fees from anyone who published their fixture lists.

    They couldn't copyright facts, but printed it in a certain format, and copyright that, and "force/encourage/whatever" people to use that format and pay the fee, or face legal action.

    Media outlets go along with the plan, and everyone else of course backs down in the face of the threat of legal action.

    1. Re:Sports... by Wanderer2 · · Score: 1

      This is the kind of thing I abhor:

      Reproduced under licence from Football Dataco Limited. All rights reserved. Licence no.INTERNET/ALL/BBCON103.

      These fixtures are copyright of the Football DataCo Ltd and must not be reproduced in whole or in part without consent of the Football DataCo Ltd and without the acquisition of a copyright licence.

      So, I would be infringing their copyright if I told you who Wolves were playing tonight, and the kick-off time. Instead, I have to direct you to the BBC (or any other site who've stumped up some cash)

      Stupidity like this should be eradicated

      --
      I say we take-off and slashdot the site from orbit... it's the only way to be sure
  84. What about "hobby" data collections? by jc42 · · Score: 2, Insightful

    There are quite a lot of online sites that are built by hobbyists who collect some sort of information. For example, there are many sites dedicated to old movies, old recordings, old books of various types, etc. Most of these are collected by the hobbyists via a lot of detective work.

    Does this mean that some big corporation can come along and claim that all of such a site's data is in their private corporate database, and is thus in violation? In most cases, the hobbyists will have had no access to the corporate database, and likely won't even know that it exists. But in such cases, the data will almost certainly be very similar, because we're dealing with published historical data.

    Note that this is the same sort of problem that SCO is bringing out. They claim that linux contains infringements of their private, secret code. Nobody is allowed access to their code, so it's impossible to avoid sometimes duplicating it. But they are successfully causing others to defend against infringement suits, which will be tremendously expensive (e.g. in lost sales) for the defendants even if they win.

    How could I ever defend myself against the charge of infringing the data in a corporate database, when I have no access to it? This sort of suit would probably bankrupt me in one or two months.

    Is my only option to never publish anything at all, until the time that I become a billionaire with the funds to defend myself?

    --
    Those who do study history are doomed to stand helplessly by while everyone else repeats it.
  85. Simply Unconstitutional by CedgeS · · Score: 1

    This bill is unconstitutional, because it restricts my freedom to say something. This absolute freedom of speach (even if I got it from someone else's database fo facts) is preserved by the 1st Amendment of the US constitution:

    Amendment I:

    Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the government for a redress of grievances.

    Copyrights and patents also violate the first amendment to the constitution. However they are strictly allowed under Article I, Section 8, Line 8:

    The Congress shall have power ... 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;

    This clearly does not include collections of facts, as ruled by the US Supreme Court in Feist v. Rural Tel. Serv. Co. From the Supreme Court Ruling:

    (a) Article I, 8, cl. 8, of the Constitution mandates originality as a prerequisite for copyright protection. The constitutional requirement necessitates independent creation plus a modicum of creativity. Since facts do not owe their origin to an act of authorship, they are not original and, thus, are not copyrightable. Although a compilation of facts may possess the requisite originality because the author typically chooses which facts to include, in what order to place them, and how to arrange the data so that readers may use them effectively, copyright protection extends only to those components of the work that are original to the author, not to the facts themselves. This fact/expression dichotomy severely limits the scope of protection in fact-based works. Pp. 344-351.

  86. basically by ShadowRage · · Score: 3, Interesting

    a fortune500 can steal your data.. republish it.. then scream it's theirs and you stole it.. and you can get in trouble, and there's no way in hell you're gonna be ale to scream it's them, becuase
    a) they have money
    b) they have money to get the best lawyers
    c) they have money to drag a case on until you're broke.

    that's another scary thought.

  87. Re:Wild mares or those that have been artificially by Anonymous Coward · · Score: 0

    that and the part about taking horse cock.

  88. Cosponsors of this bill by vonsneerderhooten · · Score: 1

    http://thomas.loc.gov/cgi-bin/bdquery/z?d108:HR032 61:@@@L&summ2=m&#status

    If one is local to you, I urge you to write them and tell them to discourage this bill.

    One word in the article that unnerves me is assert. This means that no proof necessary, we say it's ours: IT'S OURS. PERIOD>. Applied to common knowledge, in this case. So what if they've filtered out all of the 35-year-olds who masturbate to pictures of their mothers, that may qualify as common knowledge too.

    The link to the .gov site isn't much as far as telling you what the bill actually does. the second link is better, although biased.


    whoa. started out as a karma whoring post, but i may have actually had a point.
    final thoughts? The mere concept of this bill is insane, and I'm just plain pissed off about it.

    -D

  89. You don't realise by zoloto · · Score: 1

    ... you don't realize that most bills, when people refer to them as "quietly introduced into congress", usually have the connotation of being instigated against the collective will of those congressmen's constituents and the people that put them in office and rather have been introduced to appease their own bank accounts at the expense of their collective masters, known as the MPAA/RIAA and other major corporations.

  90. exactly by martin-boundary · · Score: 1
    A fact would be something for which it makes sense to ask "is this true?".

    An apple is green : is this true?

    A computer program is obviously not a fact.

    perl -e 'print "Hello\n";' : is this true?

    1. Re:exactly by KrispyKringle · · Score: 1

      Yes.

  91. Now would be a good time to checkout the EFF by Anonymous Coward · · Score: 0

    Bills like this have opened my eyes and I have joined the Electronic Frontier Foundation to help fight against such stupidity. www.eff.org
    These congress clowns won't hear a single voice but thousands unified will get their attention.

  92. Crazy EULA claims by jhantin · · Score: 1

    What about the stipulations on level editors included with many games *cough*Blizzard*cough* that forbids the commercialization of your own original levels?

    --
    ...when you're writing a game...tweak the difficulty of "Easy" to something [your mother] can cope with. -- onion2k
    1. Re:Crazy EULA claims by Zeriel · · Score: 1

      Those are your own levels...but their characters and terrain images and textures, after all.

      In other words, perfectly legit, because any map you make with their editor, unless you replace EVERY image, sound, texture, mesh, etc. is just a compilation (by you, admittedly) of their artwork and effort.

      --
      "America has done some terrible things. But I know that Americans don't cheer when innocents die." -Dave Barry
    2. Re:Crazy EULA claims by Yartrebo · · Score: 1

      It's just a set of pointers to their artwork. There is nothing in that map file that they made, or if there is, it's a poor map file design.

    3. Re:Crazy EULA claims by Zeriel · · Score: 1

      Hrm. I don't know, I think the map file is a bit big for just data--I'd think they'd pre-render some stuff in the map file if for no other reason than to justify their EULA, whether or not it causes a performance/disk space hit.

      --
      "America has done some terrible things. But I know that Americans don't cheer when innocents die." -Dave Barry
    4. Re:Crazy EULA claims by Anonymous Coward · · Score: 0

      But isn't your novel that you wrote using MS Word merely a "map of pointers" to microsoft proprietary information such as character data, formatters, etc.? Therefore, Microsoft has a reasonable expectation that it owns whatever you create using its software.

    5. Re:Crazy EULA claims by Zeriel · · Score: 1

      I can output my word document in a useful format using programs other than word, free fonts, etc. To my knowledge, the only program that can do anything useful with a Warcraft III map file is Warcraft III.

      And if I were going to write anything with any software, you can bet I'd check the damn EULA to see if they were even thinking about claiming my words as their own. Because that matters.

      Warcraft III maps, I don't give a shit about--they are only useful in one specific, very proprietary context. If that changes, I might be more upset--but if that changes, I bet there's a 3rd-party tool made to generate that filetype without restrictions too.

      --
      "America has done some terrible things. But I know that Americans don't cheer when innocents die." -Dave Barry
  93. Empty Set by Saint+Stephen · · Score: 1

    I claim ownership of the empty set.

    Since it's contained in every database, you are all using it without my permission. Send me your checks.

    Seriously, this is scary and dumb. I understand and agree with the intent (hassling assholes) but this is a dumb way to do it.

  94. Facts are... by Robotech_Master · · Score: 1

    All this talk about "who owns the facts" just brought to mind a snatch of verse I heard the other day while watching Stop Making Sense...

    Facts are simple and facts are straight
    Facts are lazy and facts are late
    Facts all come with points of view
    Facts don't do what I want them to
    Facts just twist the truth around
    Facts are living turned inside out
    Facts are getting the best of them
    Facts are nothing on the face of things


    --David Byrne/Talking Heads, "Crosseyed and Painless"

    --
    Editor Emeritus and Senior Writer, TeleRead.org
  95. Records in databases are not facts by dbuttric · · Score: 2, Interesting

    I've read the bill, and I agree with those that dont see the harm here. It seems to me that what this bill is trying to protect is the investment in the collection, storage and maintenance of data.

    The fact that some database contains my home address is not related to the fact that my home address is correct in that database. I guess what I'm saying is that my address never will be a primary key for whatever. It is not an absolute. But it is a fact. The owner of that data does not own that fact, they just own a character string. They cannot claim to own my address. If they do, I can easily move.

    The fact is that every Atom has an atomic weight. That is a fact. Do we know those atomic weights with any great precision? No - we can make approximations. But we dont have those facts. So, noone can own them.

    The fact is that most people have a home address, but just because I think I know what it is at a given moment does not make it a fact, and publishing that information in a database does not mean that I own it.

    I guess I just dont get how this is a question of who owns the facts.

    Someday, after the grand unification theory has been discovered, invented, whatever you want to call it - I bet someone will try to publish a database of real, actual facts - immutable properties of the universe. They may try to claim ownership of them. I hope they get the shit knocked out of them when they try.

  96. Thanks by SuperKendall · · Score: 1

    That does clear it up, though I think there are a number of vectors an angry citizen could use to force the matter and get free versons of the law that they could republish...

    Still, very irksome that they would publish laws by reference instead of by value!

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  97. Pricewatch illegal by Jeremiah+Blatz · · Score: 1

    Unless I'm mistaken, this law would make pricewatch and its ilk illegal.

    This is probably some of the motivation behind the bill, in fact. The point is that free information exchange increases competition, competition reduces profits, and profit is the American way. Ergo. free exchange of information (facts) is un-American, and must be stopped. Apparently market economies are no longer in vogue...

    1. Re:Pricewatch illegal by MoneyT · · Score: 1

      seems to me the bill specifies the work has to be in the same industry as the original database. The price database a store has is used for the purposes of attracting customers and is used in the retail industry. Pricewatch is used to educate consumers on the various prices availible, and I doubt you could claim Pricewatch is in the retail industry.

      --
      T Money
      World Domination with a plastic spoon since 1984
    2. Re:Pricewatch illegal by gratiartis · · Score: 1

      In a similar vein, I would expect that most comparison shopping sites (kelkoo, froogle.google, shopping.yahoo, etc.) would have to start paying license fees to display price information.

    3. Re:Pricewatch illegal by geoffspear · · Score: 1

      I doubt any retailer would demand a licensing fee from Froogle to receive free advertising. All of their competitors would be happy to steal their business by letting Froogle use their data for free.

      --
      Don't blame me; I'm never given mod points.
  98. Why did you by Anonymous Coward · · Score: 0

    wait until 9PM to post this? More people would see it if you posted it tomorrow morning.

    1. Re:Why did you by Pofy · · Score: 2, Interesting

      >wait until 9PM to post this? More people would
      >see it if you posted it tomorrow morning.

      Yes, the whole world lives in your time zone too. besides, do you only read news that is a few hours old??? To bad for you.

  99. You must have just stepped off the ship.... by Anonymous Coward · · Score: 1, Interesting

    Hope your trip went well :-).

    A few updates...

    While you were gone, the US pretty much renounced their Constitution - in the entirety. Some of it was this air attack on 9/11, the day the Terrorists won a war that hardly even was. History will probably record it as the shortest and cheapest victory in the history of Superpower defeats. Anyway, the mere idea of privacy is actively disparaged now and every means of search, seizure, and detainment is pretty much legal, without a great deal of judicial oversight.

    Then Disney was about to lose rights to The Mouse and some 15 year old so happened to "steal" a song electronically, and they used that to kill off another big chunk. That wasn't enough, tho, so the Corporations are bringing out full-on "DRM" so Congress need not further abuse The People by blatently overstepping their authority and ignoring every intent. And we thought Corporations were insensitive.

    Anyway, we thought our election rules were still clear enough, but the Supreme Court trompled that to death too. Probably just as a matter of functional completeness. You know judges, they're born closure freaks.

    Just thought you should know.

    On the religion thing, they've pretty much been denying homosexuals equal protections under the law becuase they're, um, "abominations under God" Last I checked, "God", and his "abominations", would be a religion thing. The 10 Commandments are still banned from public display, but we're thinking it's becuase they don't like the "rules" more than them having much to do with "God".

    On the speech thing, money is the new definition of speech. Relatively speaking, 99% of Amerians are now officially mute. Well, not technically, but comparatively speaking, the volume control for most is set a few billion dB to the low side. If you care to vote otherwise, fine, the machines are run by Dibold and, well, subject to, um, "upgrades" in real time.

    On the patent and copyright things, the Supreme court says it's up to Congress to define what "limited" means. Oh, and what "promote" means. Yea, and "useful" too. So, pretty much, we figure Congress is free to define all the various words in the Constitution to mean whatever they want them to mean, as needed at the time. Unless, of course, it conflicts with the Court's politics that hour.

    1. Re:You must have just stepped off the ship.... by geoffspear · · Score: 1

      The Constitution was killed off by the National Security Act in 1947. Nothing that's happened in the past 50 years has really had much of an effect beyond that.

      --
      Don't blame me; I'm never given mod points.
  100. Check for yourself by sbszine · · Score: 2, Funny

    if( print "Hello\n" )
    {
    print "True!\n";
    }
    else
    {
    print "False!\n";
    }

    --

    Vino, gyno, and techno -Bruce Sterling

    1. Re:Check for yourself by geoffspear · · Score: 1
      The number 1 is not a fact, even if it evaluates to "true" in a computer language.

      Reading a bad definition of what it is to be a fact on slashdot is not a legal argument.

      --
      Don't blame me; I'm never given mod points.
  101. You folks are barking up the wrong tree by Dalcius · · Score: 4, Insightful

    "What's wrong here is that it makes it easy for big corporations with deep pockets to keep the little guy from being a nuisance/competitor.
    Who can afford to litigate against a Fortune 500 company whether his database is or is not misappropriated from theirs?"


    What follows is a general rant about "the system":

    Don't blame the law (unless you think it's wrong in and of itself, of course).
    Don't blame the lawyers, they're just mouthpeices: everyone (even the bad guys) needs a voice in a civil society.

    Blame the elected representatives who pass bad legislation which screws up the system.
    Blame the elected judges who hear ridiculous cases and who let bad legislation pass which screws up the system.
    Blame the citizens making up juries who make some of these stupid court decisions.

    See where this is going?

    Government (and economics, for that matter) is just a way of controlling power. No matter which party you belong to, it doesn't get any more basic than this.

    If you don't play the game, the folks who make the rules (your fellow citizens) will fuck you over. Democracy, capitalism, whatever -- NONE of it works if the people sit around and let a minority run the show.

    Personally, I'm of the opinion that less government is a good thing: I feel that sane courts and capitalism are more effective than legislature (I trust my vote more among 200,000 corporations than than I do 2,000 politicians). I think less government could solve problems like this, but it will never happen unless lots of folks like me vote.

    The same goes for you and what you believe. Welcome to the rest of your life. Put your hands on the wheel.

    --
    ~Dalcius
    Rome wasn't burnt in a day.
    1. Re:You folks are barking up the wrong tree by Anonymous Coward · · Score: 0

      Blame the elected judges who hear ridiculous cases and who let bad legislation pass which screws up the system.

      You are right about the rest but this is a big mistake. The federal judges are not elected - they are appointed. I blame the system here and the people who don't keep silent instead of screeming like mad to change thie. There is a huge hole in the US SYSTEM of government - the unelected, appointed for life, unacountable judges. Why the people don't know about it? Well it might be a fact from a private database or such. I hope I don't get sued.

    2. Re:You folks are barking up the wrong tree by Whumpsnatz · · Score: 1

      "Blame the elected representatives who pass bad legislation which screws up the system".

      And the central elected representative in this situation is Rep Coble, Republican in North Carolina, who introduced this measure. If you feel strongly enough about it, send money to the Democratic Party in North Carolina, with the express purpose of helping someone run against him. Choose the lesser evil, because you sure ain't gonna get to choose the greater good.

    3. Re:You folks are barking up the wrong tree by Dalcius · · Score: 1

      Federal judges yes, sorry for the oversight. A lot of my focus here was on civil.

      I can agree with some of the idea behind keeping these judges out of harms way. Moral and constitutional judgements, IMO the most important kind, need to be protected from negative influence (campaign funding, scratch-my-back-I'll-scratch-yours games, etc.), but I do think that judges who aren't up for reelection every so often should be forced to be more accountable.

      Cheers

      --
      ~Dalcius
      Rome wasn't burnt in a day.
    4. Re:You folks are barking up the wrong tree by Dalcius · · Score: 1

      "send money to the Democratic Party in North Carolina, with the express purpose of helping someone run against him. Choose the lesser evil, because you sure ain't gonna get to choose the greater good."

      I don't know that I like this game either. Folks who "choose the lesser evil" are voting, which is great, but they are letting their power as voters be quarantined. If everyone actually stood up and told their representative/party, "Look, do things this way or I go to another party", politicians might be in more of a hurry to please their consituents. But no, people insist on squabbling about republicans or democrats and refuse to even think about what another party's stances are -- and thus we get presented with two horrible candidates who know that they only have to compete with each other; to be the lesser of two evils. They know this, and that is why they're not as responsible to their constiuents. As long as they behave just a little better than the other guy, they're still in office.

      And we all fight over them like a bunch of monkeys flinging feces at each other in hopes that we'll be the monkey to get the prize: a rotten banana.

      If people keep limiting their own choices to two bad apples, we'll never go anywhere but down... save a miracle.

      I hope this made some form of sense.
      Cheers

      --
      ~Dalcius
      Rome wasn't burnt in a day.
    5. Re:You folks are barking up the wrong tree by yourmom16 · · Score: 1

      In theory the legislature is accountable to the people. The unpopular and unfair laws then would not need to be declared unconstitutional; they would be repealed. It is the popular but unfair laws that need to be found unconstitutional. Thus in the case that the legislature actually listens to the people, appointed judges are better.

      --
      "We have got to make Stan understand the importance of voting, because he'll definitely vote for our guy." - South Park
    6. Re:You folks are barking up the wrong tree by Dalcius · · Score: 1

      If I had a mod point, I'd throw it your way. Thanks for the comment, I hadn't looked at it that way before.

      Cheers

      --
      ~Dalcius
      Rome wasn't burnt in a day.
    7. Re:You folks are barking up the wrong tree by staplovich · · Score: 1

      I completely agree with dalcius here--not only on this issue, but in general. People bitch and complain all the time, but never DO anything. They expect that it is their right to have a fair and functioning government that someone else will maintain for them.

      Anyway, back to reality...if people have power and we don't look over their shoulder, check on them, threaten them with loss of power (voting them out) then they will run with and abuse that power. Period. Regardless of party or their stupid rhetoric, that's reality.

      Politicians are not your friends. They have their own agendas. Even idealogues--no, ESPECIALLY idealogues. American democracy has increasingly become a spectator sport. This isn't just undesirable, it's very, very dangerous. Democracy isn't set in stone, and the bulwarks against it have been eroded severely in the past 50 years. If you want to see change, start voting--not just in presidential elections, but in all elections, and in primaries. Furthermore, get involved. If you care about an issue, start or join an organization. Educate the public about it. Get the truth out there. /. has so many smart people, and yet I feel like for the most part, you all spend 8 hours a day ranting on here instead of doing something in the "real" world.

      I recommend that that be changed.

  102. What about google? by Anonymous Coward · · Score: 0

    How would this not apply to google? They are for profit. Many of the forums and other stuff they cache and catalog seem to be stuff that could be included in this.

  103. This is a valid misappropriation statute by ender's_shadow · · Score: 1

    The poster's invocation of Feist w/o reference to INS v. AP, or NBA v. Motorola, is very misleading. The limitations below make the legislation constitutionally valid. Policy-wise, that's a different question (indeed, whose interests are we trying to protect?). Also, this legislation is probably unnecessary, given the state law misappropriation causes of action out there. But the framing of story as a constitutional abomination is simply meant to rile the crowd. Have a nice day!

    ----


    FROM THOMAS:

    SEC. 3. PROHIBITION AGAINST MISAPPROPRIATION OF DATABASES.

    (a) LIABILITY- Any person who makes available in commerce to others a quantitatively substantial part of the information in a database generated, gathered, or maintained by another person, knowing that such making available in commerce is without the authorization of that person (including a successor in interest) or that person's licensee, when acting within the scope of its license, shall be liable for the remedies set forth in section 7 if--

    (1) the database was generated, gathered, or maintained through a substantial expenditure of financial resources or time;

    (2) the unauthorized making available in commerce occurs in a time sensitive manner and inflicts injury on the database or a product or service offering access to multiple databases; and

    (3) the ability of other parties to free ride on the efforts of the plaintiff would so reduce the incentive to produce the product or service that its existence or quality would be substantially threatened.

  104. Re:Wild mares or those that have been artificially by Anonymous Coward · · Score: 0

    I like boys too.

    -Michael Jackson

  105. labels have become meaningless by Qrlx · · Score: 1, Interesting

    When I, a "socialist" "liberal" "secular humanist" am in agreement with Phyllis Schlafly, or even Pat Robertson for that matter (who was spot-on when he said that there's very little difference between Bob Dole and Bill Clinton), something has come unglued.

    What exactly are "conservatives" conserving? It's surely not the budget, the environment, or our soldiers. Why do most "liberal" "intellectuals" I know own guns?

    I would carry on, but now it's time to stampede some bitch at wal-mart so I can spent my welfare check on something shiny.

    1. Re:labels have become meaningless by ChristTrekker · · Score: 1

      That's what happens when the voting system forces the preeminence of two parties, who then pander to the middle to win votes. You wind up with a single two-headed monster, the only difference between them being (sometimes) the rhetoric. The sooner we ditch plurality voting for something like Condorcet's method, the happier I'll be, for that is the day the Duopoly will die.

  106. Been There, Done That, Must Fight by John+Leeming · · Score: 4, Informative

    I worked for a web firm that was hit with a threatened lawsuit for "copyright infringement", and did the legal research for my boss that included a guerilla study of the FEIST v RURAL decision about eight years ago...

    I don't think many of the comments truly understand just how much information is on a typical web site, both on the page and in the server, that would be subject to a reversal of FEIST.

    In our case, to give an idea, we presented a "how to" for homeowners on repairing common appliances and when to call the professionals.

    Consider this...there are only so many ways that you can say: "Replace the worn part."

    That's what we were threatened over; C&D letters and responses flying around, and out of the midst of this, researching for an attorney on our side, I ran across FEIST and Shepardized it out.

    We ran with it, pointing out the case, reinforcing the decision, and having the weight of a unanimous Supreme Court decision behind it.

    We won. The other guys backed down. We passed the word to a few other web sites being similarly threatened, and the attornies ran like vampires in sunlight.

    But this _simple_ of an example, where a common and expected phrase becomes part of a "database", shows how HR 3261 can be applied to us all if it should pass.

    This bill needs to be stopped...not just for the threat to the internet, but to basic research, to common students trying to do term papers, to authors trying to write, to even repeating breaking news from a web site or the TV.

    --
    "Eustace? Eustace? Are you there? Are you there?" = John Leeming
    1. Re:Been There, Done That, Must Fight by Anonymous Coward · · Score: 0

      a guerilla study
      I ran across FEIST and Shepardized it out.
      -----

      Sounds almost like you've been using the fish...

      Then again, I'm starting to wonder if parent was generated by a karma whoring Markov chain program? (e.g. taking highly moderated posts and mixing & matching from them to create another post, one which hopefully makes a marginal amount of sense, for the purpose of gaining karma).

    2. Re:Been There, Done That, Must Fight by staplovich · · Score: 1

      Yeah, the real threat here has nothing to do with linux (i know many /. readers relate EVERYTHING to linux, but there are, infact, more important issues...) With such a bill in place, companies could stop organizations and individuals from releasing damaging reports--whoever collects the data can simply copyright it, and then the data is locked away. I'm all for capitalism--but for it to work, both sides of any transaction must know all the data about the transaction. Therefore, if a given product is defective or harmful, etc., consumers need to know. Hopefully this bill will be dropped in court at some point, although considering the Supreme Court's performance in the last few decades, I have to admit I'm not too terribly optimistic...

    3. Re:Been There, Done That, Must Fight by TekPolitik · · Score: 1
      This bill needs to be stopped...not just for the threat to the internet, but to basic research...

      Not to mention that it is most likely unconstitutional, given that Feist was heavily influenced by the copyright & patent clause of the US Constitution. The Bill also lacks the fair use clause present in the Copyright provisions in the US Code.

  107. factland.ca by Anonymous Coward · · Score: 0

    factland owns the facts.

  108. The Australian position by jyg1234 · · Score: 1

    I thought I might just inform readers that the Australian position on copyright in a compilation of facts is that it is protectable subject matter as long as effort was expended in its compilation or there is some sense of order in the compilation. I think this is an important point for this discussion because no other Common Law country has a similar position to Australia.

    The decision was handed down in the Federal Court decision of Telstra v Desktop Marketing and upheld on appeal in the Full Court of the Federal Court here. It was found in that case that the phone company Telstra had exclusive rights to its compilation of the White Pages residential telephone directories. The US case of Feist was mentioned but not followed and the UK case of Hotten was distinguished.

    I personally think that it is, on the one hand, ridiculous that people should get people can get copyright for compiling facts, but on the other hand, sensible considering that copyright protects the expression of the ideas or facts rather than the ideas or facts itself (ie protectable if the way in which the facts are expressed is original).

  109. Get your facts straight... by danro · · Score: 3, Informative

    I'm swedish, and I like living here, but get your facts straight!
    Living here is good, that is true, but it is not the utopia you make it out to be.

    You are describing Sweden in the 70's, not in the 00's. (Being completely intact after WWII gave us a good head start...)
    After a slight crisis in the 90's national debt is up, unemployment is up a bit, and we are over all more on par with other western european countries.

    --

    "First lesson," Jon said. "Stick them with the pointy end."
    1. Re:Get your facts straight... by js7a · · Score: 1

      Please correct me if I'm wrong, but I'm told that Sweden's unemployment is 4% and national debt is 30% of annual GDP, or about US$7500 per capita.

    2. Re:Get your facts straight... by danro · · Score: 1
      Well...
      The open unemployment rate was around 5% in october 2003.

      And, concerning the debt:
      • The CIA Worldbook uses old numbers (1994).
      • It only counts external debt, not internal.
      The total Swedish national debt is 50% of GDP (end of 2002) and currently sinking slowly.
      It may sound like a lot, but is actually less than the total would have been during the period the CIA Worldbook covers (we had a economic crisis in the early 90's. Since then, the administration has made a point of getting rid of the debt, particulary the external debt.)

      If you want something to compare with, the US had at that point (2002) a national debt amounting to 60% of GDP, so the Swedish debt may not be high, but 30% it is (unfortunatly) not.
      --

      "First lesson," Jon said. "Stick them with the pointy end."
    3. Re:Get your facts straight... by Anonymous Coward · · Score: 0

      I remember reading on yahoo news that an average Swede earns less than African Americans - the lowest earning group in USA.

      And that's before tax ...

      I am sure they are getting a bit more perks from the government than one can expect to get in US, but I like to consider myself an responsible adult and therefore I value my right to decide how am I going to spend MY money.
      If Swedes prefer to surrender that right to some faceless bureaucrat - that's their problem.

  110. C-Span by pommiekiwifruit · · Score: 1
    Hey, I watched that when I was in Los Angeles, since it was the only program on TV.

    IIRC all the other channels were just advertisements.

  111. And I forgot to add.... by Afty0r · · Score: 1

    That software *patents* should be abolished, in so far as they only extend ideas from other mediums.

  112. Then What About... by FearTheFrail · · Score: 1

    ...the guy who figured out the Colonel's 11 secret herbs and spices, then made a clone recipe? Is he going to get sued to hell for fried chicken?

    --
    ___ In the words of Gen. Douglas McArthur: "I'll be right back."
  113. The solution is obvious!!!! by torpor · · Score: 1


    Every single individual who wants to protect their data must become their own legal corporation, and assign all rights and ownership of all personal details to that corporation.

    From that point on, any corporation that wishes to use such details must negotiate a contract with the Person Corp., and fight it out, corporate-style.

    --
    ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
  114. Close call by a!b!c! · · Score: 1

    I was about to lose all faith in the Slashdot massiv when it looked like more people would be posting about the Roman D20 then about this bill. But finally, the good guys game through.

    A jorb well done.

  115. Here are the bill's sponsors by serutan · · Score: 1

    Anybody surprised to see Tauzin's name here? Add these to your list of corporate lapdogs.

    Sponsor:
    Rep Coble, Howard [NC-6]

    Co-sponsors:
    Rep Delahunt, William D. - 11/20/2003 [MA-10]
    Rep Greenwood, James C. - 10/8/2003 [PA-8]
    Rep Hobson, David L. - 10/8/2003 [OH-7]
    Rep Portman, Rob - 11/20/2003 [OH-2]
    Rep Sensenbrenner, F. James, Jr. - 10/8/2003 [WI-5]
    Rep Smith, Lamar - 10/8/2003 [TX-21]
    Rep Tauzin, W. J. (Billy) - 10/8/2003 [LA-3]
    Rep Turner, Michael R. - 11/20/2003 [OH-3]
    Rep Wexler, Robert - 11/20/2003 [FL-19]

  116. Why this is good for someone like Apple... by adzoox · · Score: 1
    On Yahoo and eBay auctions I see people selling Apple Computer Manuals for $10 - $20.

    First, this HAS to be a violation of copyright law.

    Second, it is against NDA's to hand out Apple Part #'s. As a developer, I pay for the right to get Apple to mail me official documentation (more recently in PDF form on a CD)

    eBay doesn't crack down on the sales of these manuals either, but they fall under the "CDR Duplication/copying" clause in the "Auctions That Aren't Allowed Section"

    I would find it indefensible for someone to say that they are allowed, without consent, to print an Apple logo or even the Apple name in the Garamond or Lucida Font (and have it be associated with Apple Computer) on anything and sell it for a profit. (Where no licensing fees are given to Apple)

    Further, the sale of these manuals promotes fraud. Many people buy these manuals for units that are still under warranty or AppleCare. AN INDIVIDUAL CAN NOT work on his own machine under warranty. (Even if qualified) Apple gives you specific things that you can upgrade or replace in a list called; "User Installable Parts" If a customer works on a unit, they will often not tell the tech they go to get it fixed with, under warranty. It is typically the case, that the "novice with the manuals such as this" has ruined the unit even further, or at the very least, cost more time in repair. Repair costs the service provider often has to eat.

    Besides, most manuals are on the web.

    http://home.wanadoo.nl/manual.man/manuals.html

    I would hope that Apple uses this new law to end manual sales on eBay and Yahoo.

    --
    Yell & scream & rant & rave... it's no use... you need a shaaaave ~ Bugs Bunny
  117. Better than that.... by Anonymous Coward · · Score: 0

    You have the money/credit issue.

    Teehee, sue the credit info companies for taking YOUR data.

  118. Oh Yeah? by Jaysyn · · Score: 1

    Then I guess the company I work for owns the "facts" on the 5,000+ resumes we have in our database?

    Jaysyn

    --
    There is a war going on for your mind.
  119. Facts are overrated. by roman_mir · · Score: 1, Offtopic

    Facts are meaningless. You could use facts
    to prove anything that's even remotely true.

    1. Re:Facts are overrated. by roman_mir · · Score: 1

      The parent post was completely on topic and funny, since it references both: the name of the /. article and a relevant Simpson's quote.

  120. facts by sglines · · Score: 1

    I score a 1 just for replying. That's a fact. If I take the trouble to collect statistics about scores on Slash dot that is copyrightable information. The act of assembling data is a copyrightable act. After all it takes work to assemble facts. So while no one owns the facts someone can indeed own a collection of facts. Score 1 - interesting ... unless someone reads what I just said and comments on it.

  121. Re:Nice by strike2867 · · Score: 0

    I like your comments about how Bush is an honest leader, and cheney's views on civil rights are among the best in the nation. Oh wait, you did not say that, you went after attacking me as a person. But I in fact am not a total left wing. I am just against bush. I agree with most republican stands on economics, many of which are the exact the opposite of what bush is doing right now. As a republican bush should be doing more to seperate the fed gov't from the state gov'ts, but he is doing the opposite. He is passing things like the patriot act which give the federal organizations more power over the people. This is another part where I would like to be republican, because I believe that state gov'ts should be seperate. In addition I am in no way an extreme left wing on abortion. I agree that in the early trimesters abortion is fine. But having the babys head come out and then using a needle to suck out the brain and then delivering the dead baby after 9 month is just horrible. Look it up, you will find that under the current law this is legal, and done all over the nation.

    --

    Vote for new mod!!! Score:-2,Imbecile
  122. Shopping for Felons? by handy_vandal · · Score: 1

    Isn't Choicepoint the group that bungled background checks on some of the freshly minted Homeland Security people? Some were not completed properly and at least 85 felons were subsequently employed in Airport Security.

    Are you sure that was a bungle, and not the intent? Maybe those felons have useful security skills ....

    -kgj

    --
    -kgj
  123. Has been in Europe for long by infolib · · Score: 1

    It's known as the database directive.

    Being european doesn't make it good though - it seems as if USA and the EU are competing for the title of "worst knowledge legislation". Any "advantages" one party might have is quickly "harmonized" away.

    A well-written introduction to how it came this far is "Information Feudalism" by Drahos and Braithwaite.

    --
    Any sufficiently advanced libertarian utopia is indistinguishable from government.
  124. allegedly, we're still a democracy by argStyopa · · Score: 1

    so remember these names:
    Rep Coble, Howard [NC-6]

    (cosponsors of HR3961)
    Rep Delahunt, William D. - 11/20/2003 [MA-10]
    Rep Greenwood, James C. - 10/8/2003 [PA-8]
    Rep Hobson, David L. - 10/8/2003 [OH-7]
    Rep Portman, Rob - 11/20/2003 [OH-2]
    Rep Sensenbrenner, F. James, Jr. - 10/8/2003 [WI-5]
    Rep Smith, Lamar - 10/8/2003 [TX-21]
    Rep Tauzin, W. J. (Billy) - 10/8/2003 [LA-3]
    Rep Turner, Michael R. - 11/20/2003 [OH-3]
    Rep Wexler, Robert - 11/20/2003 [FL-19]

    --
    -Styopa
    1. Re:allegedly, we're still a democracy by argStyopa · · Score: 1

      aargh. HR 3261, not 3961. What a dope.

      PREview, people. It's not just a good idea, it should be a law. :(

      --
      -Styopa
    2. Re:allegedly, we're still a democracy by Anonymous Coward · · Score: 0

      We're not a democracy ... contrary to popular belief, we live in a "representative republic".

    3. Re:allegedly, we're still a democracy by argStyopa · · Score: 1

      Actually, I don't think so.

      The definition of "democracy" that I find is:

      1. Government by the people, exercised either directly or through elected representatives.
      2. A political or social unit that has such a government.

      Being a "republic" does not disqualify a system from being a democracy.

      --
      -Styopa
  125. "crosses the political spectrum" by jafac · · Score: 1

    That's just a code word for;
    "doesn't make any freaking sense, no matter what twisted ideology you try to slap onto it, except to the congressmen who got money"

    --

    These are my friends, See how they glisten. See this one shine, how he smiles in the light.
  126. Close by IronTomFlint · · Score: 1
    The free market depends upon the legitimacy of private property, and of the property owner's freedom to dispose of his property as he chooses.

    If private property rights are abridged, you don't have a free market. If property owners aren't free to do what they want with their goods, you don't have a free market. It doesn't matter how scarce or abundant things are if private property rights are non-existent. It wasn't scarcity or abundance of material that made the Soviet economy so horribly broken; it was state ownership of everything.

    In the present context, however, it's plainly silly to pretend that information can be "owned". What happens when two competitors "own" the same fact? Or who owns the "fact" that the sun set at 5:15pm yesterday? This is sheer idiocy.

    --
    Arrr!
  127. Who is a troll? Maybe you should look in a mirror by Charcharodon · · Score: 1
    Spelling Nazi? Hmmmm. My country is better than your country, cause we don't have Taco Bell. Hmmmm.

    It's a signature not published scientific paper, accuracy is not important. You are actually about a year and a half short on noticing my signature being miss-speled.

    As far as Taco Bell not being in your country, well whoop de do! If you had ever been out of you "narrow little world" then maybe you might have seen one and have gotten the joke.

    So please go back under your bridge.

  128. Takes one to know one :P by Charcharodon · · Score: 1
    It was a supposed to be a funny comment not a statement of fact, so if you can't realize that then you need to check to see where you left your sense of humor.

    I do agree with you on the moderation, how did it get moderated to Interesting-5?! Stupid or funny but interesting?

  129. Sweet! by Anonymous Coward · · Score: 0

    This means my company can sue the local telco for using the "Propritary Copywriten information", we are forced to submit to them to have DSL service installed for a customer.

    They of course use that info to try and get the customer to use thier ISP service instead of ours.

    Heh. no more of that.

  130. Not true by Charcharodon · · Score: 1
    Free-market does not depend on scarcity, it depends on freedom from government interference in the various markets. The whole point of a free market is that the most efficient source of the product will be used rather than one dictated by, as in the case of state run industries, or influenced by, such as the US steel tariff, who ever is trying to control or influence the market. This leeds to politically motivated economic decisions which usually cost more than a free-market based approach.

    I'll give you two examples of comodities that are absolutely free and are not in the least scarce yet large industries have grown up around them. Oxygen and sunlight. The two obvisous uses for them is breathing and not having the planet freeze. If you take it a step further then you get into metal fabrication and medical O2 as well as water heating and solar based electricity.

    The true value of a product is not it's raw form, but what it can be made into. Companies would like everyone to believe information should be protected, but in reality what they are really after is the reduction or elimination of competition through the control of the raw materials, ie information. If all companies had to give up all their raw information then they would have to compete on the merit of the products they can produce from the raw material alone rather than their ability to collect and hoard information.

    Anyway it may seem like I am saying that all information should be free, though I'm not. A companies ability to gather information is as important as how it uses it. Companies that cannot do this well will be driven out of the market in a free-market system. What I am saying is that something does not need to be scarce to be valuable or usefull, though I would question any entitiy or individual's motives for trying to make commodities more scarce than they really are. All they are trying to do is create a monopoly which they can control.

  131. nice bias by rugadillo · · Score: 1

    "Left-leaning organizations"

    (Oh they're only left leaning)

    and

    "arch-conservatives"

    (ooh, watch out for the Arch conservative)

  132. Re:I came up with this idea a couple of years ago. by geoffspear · · Score: 1
    So you want the government to control all data? Yeah, that would work well.

    Or are you suggesting that everyone get together democratically to create an entirely new entity and somehow prevent it from becoming exactly like the democratically-created entity we already have?

    --
    Don't blame me; I'm never given mod points.
  133. Re:what's wrong here -- RTFB by mwa · · Score: 1
    SEC. 5. EXCLUSIONS.
    • (a) GOVERNMENT INFORMATION-
      • (1) IN GENERAL- Except as provided in paragraph (2), protection under this Act shall not extend to-- (A) a database generated, gathered, organized, or maintained by a Federal, State, or local governmental entity, or by an employee or agent of such an entity, acting within the scope of such employment or agency; or
      • (B) a database generated, gathered, or maintained by an entity pursuant to and to the extent required by a Federal statute or regulation requiring such a database.

      (2) EXCEPTION- Nothing in this section shall preclude protection under this Act for a database gathered, organized, or maintained by an employee or agent of an entity described in paragraph (1) that is acting outside the scope of such employment or agency, or by a Federal, State, or local educational institution, or its employees or agents, in the course of engaging in education, research, or scholarship.
    This is even better than copyrights, which the federal government is not allowed to produce, but are allowed to "acquire" and (afaik) there is no restriction on local or state governments creating copyrighted works. This bill actually prohibits any governmental agency from exercising the protection of this bill, even if they only "maintain" (as in those pesky copyrighted buiding codes) them.

    I'd like to see the exclusion to the excemption (only in legalese can such double-talk make sense) for educational institutions removed though. We're paying for their research too.

    The other exclusion, that of allowing "off-duty" government employees to own what they do "outside the scope of" their employment to maintain owership of their work would also be nice if it were added to copyright law. As it is now, the application of the "work for hire" doctrine pretty much means your employer owns the brilliant idea you come up with while sitting at home taking your morning dump.

    As it stands, this bill is not the threat to public information you make it out to be. Whether or not it's actually good, I'm not so sure.

  134. Re:Who is a troll? Maybe you should look in a mirr by Dave2+Wickham · · Score: 1

    Can you explain what the joke actually is? I don't remember seeing many Taco Bells when I was in the US (I assume that's what you are talking about).

  135. Re:Who is a troll? Maybe you should look in a mirr by Charcharodon · · Score: 1
    Actually it's fast food in general. All the companies are so bent on capturing the market that they are everywhere even within sight of of the same resturant. Taco Bell and McDonalds are the worst at the moment. It was also a reference to the Demolish Man where all resturants in the future are Taco Bell.

    In the town I grew up in there were two McDonalds within about 10 minutes drive. Now there are close to 15 with several being accross the street from one another.

    Taco Bells are like that too. Seems like about every 4-5th cross street you'll find one.

    While I love fast food, personally I see them as a plague on the world. It seems the bigger they get the worse and more generic the food becomes.

  136. Re:Who is a troll? Maybe you should look in a mirr by Dave2+Wickham · · Score: 1

    Ah, I've seen two versions of Demolition Man, and the first one's stuck with me - Taco Bell was replaced with Pizza Hut throughout for most non-US releases IIRC (I saw a Chinese subtitled one). The UK one still uses Taco Bell, but having first seen it with Pizza Hut, that's what I think of...