• 1 Post
  • 722 Comments
Joined 1 year ago
cake
Cake day: December 20th, 2023

help-circle

  • Nice to see Lemmy is not just a place for complete nerds!

    FOSS is free and open-source software. In simple terms, it is any program for which the source code (i.e. the actual code that forms the program, its entire backbone) is available for anyone to see and modify as they see fit, without any technical or legal limitations.

    This is normally seen as very positive, because everyone with the knowledge of respective programming languages can inspect the program to see it doesn’t do anything malicious, and everyone can change the program to their needs. Also, the original creator of the program does not have power to put any limitations on its use, like introducing payment requirements, or deleting important features, because everyone can immediately spawn a version of the program that doesn’t have these changes, while still having the rest.







  • Allero@lemmy.todaytolinuxmemes@lemmy.worldthe perfect browser
    link
    fedilink
    arrow-up
    54
    arrow-down
    3
    ·
    5 days ago

    Basically, it allows you to steal all the code and use it in your closed-source programs, giving a green light for corporations to use open-source code without giving anything back.

    GPL doesn’t allow that, forcing you to open-source anything that was produced using other GPL-licensed code. That’s, for example, why so much of Linux software is open-source - it commonly relies on various dependencies that are GPL-licensed, so there is no other legal option other than sharing the code as well.