• 9 Posts
  • 158 Comments
Joined 9 months ago
cake
Cake day: September 23rd, 2023

help-circle




  • The author of JSLint wrote:
    "So I added one more line to my license, was that, “the Software shall be used for Good, not Evil.” And thought: I’ve done my job!
    /…/
    Also about once a year, I get a letter from a lawyer, every year a different lawyer, at a company. I don’t want to embarrass the company by saying their name, so I’ll just say their initials, “IBM,” saying that they want to use something that I wrote, 'cause I put this on everything I write now. They want to use something that I wrote and something that they wrote and they’re pretty sure they weren’t gonna use it for evil, but they couldn’t say for sure about their customers. So, could I give them a special license for that?

    So, of course!

    So I wrote back—this happened literally two weeks ago—I said, “I give permission to IBM, its customers, partners, and minions, to use JSLint for evil.” "




  • People seem to think that those who choose permissive licences don’t know what they’re doing. Software can be a gift to the world with no strings attached. A company “taking” your code is never taking it away from you, you still have all the code you wrote. Some people want this. MIT is not an incomplete GPL, it has its own reasons.

    For example, OpenBSD has as a project goal: “We want to make available source code that anyone can use for ANY PURPOSE, with no restrictions. We strive to make our software robust and secure, and encourage companies to use whichever pieces they want to.







  • There’s a difference between stability and reliability. Stable means that functionality is the same over a period of time, no major changes to how it works. Reliable means that it doesn’t crash all the time. If something crashes the same way for the same reason, it’s stable but not reliable. If something changes a lot but doesn’t crash, it’s reliable but not stable.
    In practice what it comes down to is a choice if you want outdated but known bugs or new surprise bugs.