• rhabarba@feddit.orgOP
        link
        fedilink
        arrow-up
        0
        ·
        3 days ago

        People often use the OSI’s Open Source Definition when using the term “open source”.

        Which is one of the possible definitions. Mine is “you can see the code”. Everything else falls into “free software”.

        • thejevans@lemmy.ml
          link
          fedilink
          arrow-up
          2
          ·
          3 days ago

          That’s nice. If your goal is to ever talk to people about open source software, that’s going to create a lot of unnecessary confusion.

          On top of that, accepting this bolsters companies to use this kind of a definition specifically to take advantage of the mental model that many people have connecting “open source” with OSI.

          • rhabarba@feddit.orgOP
            link
            fedilink
            arrow-up
            0
            arrow-down
            1
            ·
            3 days ago

            If your goal is to ever talk to people about open source software, that’s going to create a lot of unnecessary confusion.

            I guess that my definition of open source is not that uncommon, given that the terms “free software” and “libre software” exist and are rather well-established by this point.

    • Max-P@lemmy.max-p.me
      link
      fedilink
      arrow-up
      2
      ·
      3 days ago

      The official open-source definition expects more freedoms that just being able to see the source: the whole point of having the source isn’t transparency, it’s freedom. Freedom to fork and modify. Freedom to adapt the code to fix it and make it work for your use case, and share those modifications.

      This doesn’t let you modify the code or share your modifications at all.

    • unique_hemp@discuss.tchncs.de
      link
      fedilink
      arrow-up
      1
      ·
      3 days ago

      There’s a difference between source available and open source. For example, actually being allowed to distribute modified versions is pretty damn important:

      Restrictions

      • No Distribution of Modified Versions: You may not distribute modified versions of the software, whether in source or binary form.
      • No Forking: You may not create, maintain, or distribute a forked version of the software.
      • Official Distribution: Only the maintainers of the official repository are allowed to distribute the software and its modifications.