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

help-circle





  • 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.