Slashdot Mirror


User: Amazing+Quantum+Man

Amazing+Quantum+Man's activity in the archive.

Stories
0
Comments
2,377
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,377

  1. Re:Target your rant on MPAA to Senate: Plug the Analog Hole! · · Score: 2

    we need a bill o'reily interview of a great leader for our cause.

    Actually, I emailed O'Reilly, and suggested it. No response.

  2. Re:proof that DMCA is ambiguous.... on DeCSS' Continuing Saga · · Score: 2

    Sorry, DMCA was passed in late 98, the earliest reference to DeCSS I could find in groups was 7 Oct 1999.

  3. Re:Will this kill Slashdot? on DeCSS' Continuing Saga · · Score: 3, Funny

    What is it about Perl that tends to make its proponets enjoy making write-only code?

    They're frustrated APL wanna-bes?

  4. The most important part? on DeCSS' Continuing Saga · · Score: 3, Informative

    From the article:
    In addition, the court found that DeCSS is "pure speech" for the purposes of First Amendment protection.

    Say what you will about CA, our courts get it! This is from the CA State Appeals Court Ruling.

  5. Re:Makes me wonder ... on PVRs and Advertisers' Worries · · Score: 2

    Ssh! The next thing you know there will be ads in books.

    What do you mean, "will"? You haven't looked in the back of a mass market paperback recently, have you?

  6. Poetic... on KaZaA Collapses · · Score: 2


    It couldn't have happened to a nicer spyware distributor...

  7. Re:How far do you want to extend this argument? on KaZaA Collapses · · Score: 2

    Uh, that would be the Department of Defense.

    IP is MIL-STD-1777 and TCP is MIL-STD-1778.

    Somehow, I don't think that the RIAA want's to go up against guys with tanks...

  8. Re:How to spot bias on Microsoft Battles Free Software at Pentagon · · Score: 4, Informative

    Denning was one of the main professors pushing Clipper.

  9. UserFriendly on Augmented Reality Quake · · Score: 4, Funny

    Has anyone told Stef about this yet?

  10. Re:What a weird situation on ICANN Director Seeks Court Order to Review Records · · Score: 2

    3. I'm Karl's lawyers. ;-)

    <HUMOR>
    And just how does that give you this knowledge? ;-)
    </HUMOR>

    Seriously, I hope that you guys win. Good luck.

  11. Re:I'm hopeful on Eldred Attracts Heavyweight Supporters · · Score: 2


    Me Too!
    </AOL>

    Seriously... I don't pretend to understand legalese, and yet this brief was a brilliant piece of work, obviously fitting the "DTD" for a legal brief, with all the appropriate legalese, yet understandable, direct, and clear. A masterful work by the attorneys!

  12. Re:Here's mine... on Fair IP Laws? · · Score: 2

    And wealth goes to the heirs upon the death of the property holder. What's your point?

  13. Re:better idea.. on Pop-Under Ads Patented · · Score: 3, Funny

    The goatse.cx guy?

  14. Re:If Microsoft were smart... on Microsoft vs. Northwest Schools Part III · · Score: 2

    Wrong suit, dude. It was a settlement in a civil private antitrust lawsuit. Giving away to schools was never part of the RPFJ.

  15. Re:Here's mine... on Fair IP Laws? · · Score: 2

    Copyrights cannot be assigned to another entity
    -->Currently this can be done (and patents as well) under liscencing. Otherwise - you wouldn't see all the cool Star Wars toys made by Mattel, not-so-cool Episode II Crunch by General Mills, etc. Eliminate liscencing and you're limited to whoever owns the copyright having to promote and pay for all of their own stuff.


    Note that I had no objection to a copyright holder licensing use. I objected to a holder giving his copyright away to someone else. Since the purpose of copyright is enumerated in the Constitution in the copyright clause ("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;"), transfer of copyright does not promote the Progress of Science and the useful Arts.

  16. Here's mine... on Fair IP Laws? · · Score: 5, Insightful
    Copyright

    All copyrights must be held by a private individual. No corporate entity may hold a copyright.

    Copyright terms may vary up to a period of 17 years (depending on content type -- To Be Specified), with a single renewal for the same period of time

    Copyright expires upon the death of the copyright holder.

    Copyrights cannot be assigned to another entity

    If a work has some form of access control, that access control must be disabled when the work enters public domain

    Reverse engineering any sort of access control is legal

    Patent

    Patents must be held by individuals, not corporate entities

    Only physical objects and processes may be patented.

    (Corrolary) No patent shall be granted for algorithms or business processes

    A working implementation of the patented process must be provided (upon request of USPTO)

    Naturally occuring results of processes may not be patented (ex: DNA)

    The USPTO must conduct a good faith search for any prior art

  17. Re:You nailed it... on RMS Replies to "The Stallman Factor" · · Score: 2
    What hobbyist can put 3-man years into programming, finding all bugs, documenting his product and distribute for free?

    It turns out that the Internet makes that thing possible. A math whiz at MIT, a graduate student in Finland, a couple hundred thousand computer hobbyists all over the world can do this.


    At the risk of getting flamed, I suspect that that's a hell of a lot more than 3 man-years. 3 calendar years, maybe, but not man years. 3 man-years is 6000 programmer-hours.

  18. Re:Bad G forces on Coasters to Face G-Force Limits? · · Score: 2

    To all the mathematically challenged out there, he's 28.

  19. Re:There really is cause for concern on Coasters to Face G-Force Limits? · · Score: 2

    Principle of Equivalence (from GR -- slightly reworded): There is no difference between an accelerated frame of reference and a frame of reference in a gravitational field.

  20. Re:Someone better call Lance Bass ! on Window or Aisle? · · Score: 2
  21. Re:Classic Spellchecker Mistake... on Window or Aisle? · · Score: 2

    That's where they store all the Yuris in a huge garage!

  22. Re:Hayden Planetarium's list? on Window or Aisle? · · Score: 2

    Who got all Pan Am's assets? Wasn't that run by PanAm?

  23. Re:Check out how not to do it. on What is Well-Commented Code? · · Score: 2

    my contribution was...

    Abuse the preprocessor! Use global variables everywhere, and write the entire code in macros that manipulate those global variables!

    Disclaimer -- I once inherited code from a jerk who did this. First thing I did was run the preprocessor and essentially rewrite the code.

  24. Re:Because... on What is Well-Commented Code? · · Score: 2

    The one hungarian style habit that I picked up (from when I did VC for a living), and sort of still maintain is distinguishing class members from globals (and yes, I know I should use "::").

    I tend to have class members be m_this_member, but that's the only hungarian I still use.

  25. Re:Things to bear in mind on What is Well-Commented Code? · · Score: 2


    But then how can you use hungarian notation?

    char *lptstrSomeString, *lptstrTheOtherThing;
    </HUMOR>