• @[email protected]
    link
    fedilink
    168 months ago

    It’s a reader assistance, some paid for tool that highlights parts of a word, can’t recall what it’s called…

    • AatubeOP
      link
      fedilink
      78 months ago

      I use a Firefox thing which has additional features and is free

    • 📛Maven
      link
      fedilink
      English
      38 months ago

      It’s also not necessarily paid for, Jiffy Reader is a free browser addon

    • @[email protected]
      link
      fedilink
      English
      28 months ago

      This reminded me that I wanted to look into open source alternatives to Bionic Reader…

      • AatubeOP
        link
        fedilink
        58 months ago

        All extensions are technically open source because they “compile” to JavaScript. Most, including the one I use, don’t bother obfuscating

        • @[email protected]
          link
          fedilink
          148 months ago

          Open source is a license. What you’re referring to is “source-available.” You can’t legally fork, redistribute, or contribute to it.

          • MaxMalRichtig
            link
            fedilink
            38 months ago

            I think you got that one wrong.

            Open source is not a license. Open source literally just means that the source is openly available. It does not include the right for you to reuse or change any of the source.

            That’s why most of the time, people are talking about “Free Open Source Software” (FOSS) when they think of openly licensed source code.

            That’s why you can publish your project on e.g. Github (= open source) but if you don’t add a license statement, your work is still protected by an “all rights reserved copyright”. (= not free)

            Anyhow, I would not necessarily deem a project OSS, just because the used language is readable by default. To me, OSS needs at least the developers intention to make it openly available.

            • @[email protected]
              link
              fedilink
              English
              88 months ago

              Open-source software (OSS) is computer software that is released under a license in which the copyright holder grants users the rights to use, study, change, and distribute the software and its source code to anyone and for any purpose.