Slashdot Mirror


User: chromatic

chromatic's activity in the archive.

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

Comments · 2,306

  1. Re:I refuse to answer that question. on How Would You Refocus Linux Development? · · Score: 1

    If you really believe from reading "The Cathedral and the Bazaar" that ESR intended to kick out developers who don't totally fall in line with FSF ideals then you're crazy.

    Well yeah, but that's because CatB is a critique of the FSF's development process.

  2. Re:Best answer? think first on FOSS License Proliferation Adding Complexity · · Score: 1

    Most of the web work is in one of the GPL'd languages (Perl, Python, PHP, or Ruby), etc.

    Python and PHP have their own licenses. Perl is dual Artistic and GPL. Ruby is dual GPL and... something custom.

  3. Re:Tracing Of Users? on Drug Testing Entire Cities at Once · · Score: 1

    Good point. Big tobacco's much more efficient, if less quick, about killing people.

  4. Re:Tracing Of Users? on Drug Testing Entire Cities at Once · · Score: 1

    Legalization certainly removed the corruption from the tobacco industry!

  5. Re:Google's opinion on open source matters why? on Microsoft's New Permissive License Meets Opposition · · Score: 1

    What leads you to believe that Chris spoke officially for Google?

  6. Re:If OSI is to retain credibility, it must approv on Microsoft's New Permissive License Meets Opposition · · Score: 1

    Given that OSI have been talking about reducing license proliferation since at least last December, my inclination is to say "before". I'm as critical of Microsoft as anyone, but I'd be just as critical of a vanity license from my employer as I would one from Microsoft..

  7. Re:If OSI is to retain credibility, it must approv on Microsoft's New Permissive License Meets Opposition · · Score: 1

    How is it disingenuous for OSI to stop doing something that they now believe is harmful?

  8. Re:If OSI is to retain credibility, it must approv on Microsoft's New Permissive License Meets Opposition · · Score: 3, Interesting

    They have no choice but to approve it...

    Sure they do. The OSI could reject a license fundamentally identical to another license simply on the grounds that license proliferation is a bad thing.

  9. Re:Having a lack of belief versus its application on Putting Anti-Evolution Candidates On the Spot · · Score: 1

    ... foaming-at-the-mouth polemic to Dawkins...

    Wow, you can replace that preposition with so many others!

  10. Re:What's the point? on Putting Anti-Evolution Candidates On the Spot · · Score: 1

    No fair! That's the abiogenesis question, which is much more interesting, as the question "Did live arise from non-life?" is way outside the realm of empirical study.

    It's a pity no one ever asks that question.

  11. Re:Read about Luther. on Failing Our Geniuses · · Score: 1

    The Church ACTIVELY opposed printing the Bible in local languages.

    Meanwhile, plenty of Christians supported it even to the point of persecution (John Wycliffe is my favorite example).

  12. Re:Just say no to FUD on VMware May Violate Linux Copyrights · · Score: 1

    That's the way law works: death by a thousand nitpicks.

  13. Re:Just say no to FUD on VMware May Violate Linux Copyrights · · Score: 1

    ... what about Ubuntu distributing with preinstalled (nVidia) closed-source drivers?

    Those binary blobs aren't derivative works until you compile them--which the page you linked tells how to do. Creating a derivative work or telling someone else how to create a derivative work isn't a copyright infringement. Distributing a derivative work without permission from all copyright holders is.

    Ubuntu may distribute derivative works, but the link you gave is not an example of doing so.

  14. Re:This is clearly not the same situation on Open Source Community's Double Standard · · Score: 1

    The author has disregarded the admission by MySQL that they've willingly handicapped the software.

    Way to spin Urlocker's quote! You may have a bright future in politics.

  15. Re:Well on Why Make a Sequel of the Napster Wars? · · Score: 1

    Can an independent artist sell tracks on the iTunes Music Store (for example) without money going to one of the big four?

    I don't know the answer to that question. I'd like to.

  16. Re:Well on Why Make a Sequel of the Napster Wars? · · Score: 1

    When the only way to distribute your work is through a medium in which the distribution cartels always take their cut, even if they don't actually do a thing for you, something's wrong.

  17. Re:You've misread the terms on MySQL Ends Enterprise Server Source Tarballs · · Score: 1

    Then why on earth are we calling it open source?

    Because that's a popular term to describe software distributed under an OSI-approved license.

  18. Re:Official PostgreSQL fanboi thread here :-) on MySQL Ends Enterprise Server Source Tarballs · · Score: 1

    Replication's actually quite useful if you want to spread reads among multiple servers, if reads outnumber writes by a significant factor.

  19. Re:Yes, it's legal on MySQL Ends Enterprise Server Source Tarballs · · Score: 1

    Do you have a right to do that?

    Under copyright law, yes.

    Next question is the same except in this scenario other people have contributed but signed a waver giving you ownership of copyright (I'm not sure if that makes any difference)?

    Under copyright law, yes. That's how "works for hire" work, for example--how an employer can claim ownership of the copyright even if you're the one who created a work.

    Now if you want to discuss whether there's a moral or inalienable right to hold a copyright, that's a different question. I presumed you asked for the legal sense though.

  20. Re:In related news on MySQL Ends Enterprise Server Source Tarballs · · Score: 3, Insightful

    If you're using Ubuntu or Debian, for example, you will no longer be able to simply apt-get anything but the community version.

    I've worked on a fair few projects using MySQL, and I've never used anything but the community version. This raises in me no sense of indignation.

  21. Re:It's all in the in the marketing on MySQL Ends Enterprise Server Source Tarballs · · Score: 1

    What's interesting is to see all of the knee-jerk reactions to a really bad story summary.

  22. Re:Makes me glad that RubyForge... on MySQL Ends Enterprise Server Source Tarballs · · Score: 1

    C'mon Tom, you're smarter than that. Read the article.

  23. Re:Yes, it's legal on MySQL Ends Enterprise Server Source Tarballs · · Score: 1

    Of course, in order to get the privilege of paying for the binaries, you have to sign a contract commercially stating you won't ask for the code, and/or you won't distribute that code.

    As a copyright holder on software licensed under the GPL, I would consider this a violation of the license, as it's an additional licensing restriction. If you receive software and choose to redistribute it per the terms of the GPL, you cannot impose additional restrictions.

    ... without breaking the terms of the GPL for not distributing their modified code back to the community at large...

    That's not a requirement in the GPL. It's usually an effect of the GPL, but it's not a requirement.

  24. Re:In related news on MySQL Ends Enterprise Server Source Tarballs · · Score: 2, Informative

    You mean they actually went ahead and tried to use shady shenanigans to force developers who have no need for anything from their organization whatsoever beyond a copy of the community developed codebase to pay for access to the codebase?

    No. Did you read the article?

  25. Re:Copyright on MySQL Ends Enterprise Server Source Tarballs · · Score: 1

    On the other hand, who is the copyright owner of patches and bug fixes submitted to them?

    MySQL AB requires copyright assignment for submitted patches.