I don’t know (but wanna learn) programming, but, for example, can’t you inspect the code of an app if it’s installed?

(yeah this is kind of a stupid question.)

EDIT: Thanks for the clarification, guys!

  • fubo@lemmy.world
    link
    fedilink
    arrow-up
    95
    arrow-down
    1
    ·
    edit-2
    2 years ago

    No.

    First, “open source” doesn’t just mean “you can read the source”; it means that you have rights to modify it and make new versions too.

    Second, compiled programs (e.g. most programs you run on a phone or a desktop PC) do not have source available for you to read.

      • losttourist@kbin.social
        link
        fedilink
        arrow-up
        11
        ·
        2 years ago

        It’s not a perfect analogy, but a good way to think about it if you’re not a programmer is to say “why do we need recipes when we can just buy a product in the store and read the ingredients list”.

        Just because you know the ingredients, that doesn’t mean you know how to put them together in the right order, in the right quantities, and using the correct processes to recreate the finished product.

        • TheLemming@feddit.de
          link
          fedilink
          arrow-up
          1
          ·
          2 years ago

          If a 5star chef is making a dish, I wouldn’t know what they put in it anyways, so I think this analogy still works.

          If they would show me the recipe/source code, I probs would be astonished, like “Oh yeah, now I can taste the $(whatever ingredient) in it!”, but wouldn’t be able to put it together like them

    • JTskulk@lemmy.world
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      2 years ago

      Open source means you can read the source, Free software means you can modify and redistribute.

      • fubo@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        2 years ago

        Well, no.

        The term “open source software” was specifically invented to refer to the same set of software licenses as “free software”; but with a different political angle.

        Really. You can look it up.

        • JTskulk@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 years ago

          I remember reading the opposite back in the day, that this is why RMS dislikes the term “open source” and prefers “Free software” as more descriptive. Open source refers to software where you can read the source, but the license it’s under does not necessarily gaurantee freedom to the user.

          • fubo@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            2 years ago

            The people who coined the term “open source software” disagree, though. They’re allowed to be right about the use of their own term.

            (And extensionally, the set of software licenses accepted as “open source” by the “open source” people, and the set accepted as “free software” by the “free software” people, are the same set of licenses. Both agree that Microsoft “Shared Source” is not in this set, for example.)