• Baut [she/her] auf.@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    38
    ·
    8 months ago

    I disagree. Linux is a kernel, and Android uses and develops its features to a great extent.
    It’s very different to GNU though, and this confusion is why calling it GNU+Linux makes sense.

    • BolexForSoup@kbin.social
      link
      fedilink
      arrow-up
      12
      ·
      edit-2
      8 months ago

      Fair enough. I just feel like when people talk about Linux they are talking about basically the polar opposite ethos of Google and android lol

      • keylogthis@midwest.social
        link
        fedilink
        English
        arrow-up
        8
        ·
        8 months ago

        Even though Google is developing Android it is open source and you can run it without Google. I believe projects like LineageOS and GrapheneOS would continue development with the existing code base if that ever changed. But yeah, personally, I still would love to see a Linux phone that does not rely on Google which is why I appreciate the efforts of the likes of Pine64.

      • wander1236@sh.itjust.works
        link
        fedilink
        arrow-up
        5
        ·
        8 months ago

        It definitely doesn’t have the vibe of most Linux-based operating systems, but I’d say it’s functionally very similar. Most Linux software will run just fine on Android, including X.org and Wayland apps, since you can just run X/Wayland servers.

      • Franzia@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        4
        ·
        8 months ago

        A lot of highly commercialized projects start with open source technology and patents and ideas that are just lying around.

        • BolexForSoup@kbin.social
          link
          fedilink
          arrow-up
          1
          ·
          8 months ago

          I know but that’s not really what I’m driving at.

          If someone says “I use linux primarily” almost no one thinks they could mean Android.

            • BolexForSoup@kbin.social
              link
              fedilink
              arrow-up
              1
              ·
              8 months ago

              I don’t think I have ever met somebody who when they said “I use Linux” meant they were using android. Anecdotal of course so feel free to dismiss I guess. It’s just kind of odd to me.

    • Oisteink@feddit.nl
      link
      fedilink
      arrow-up
      2
      ·
      8 months ago

      Nobody in this thread seems to be discussing kernels - but rather talk about Linux distros. While GNU userland still dominates most distros, most of the rust replacements seems to be mit or bsd-like licenses. Like the coreutils

      • Baut [she/her] auf.@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        1
        ·
        8 months ago

        The license doesn’t say whether it’s part of the GNU project.
        The existence of other Unix-likes (GNU-likes? :D) or program implementations doesn’t play a major role here, as Ubuntu, Fedora, Suse, etc all use GNU userland. The distinction feels like bike-shedding.
        Your first sentence actually reenforced my point.

        • Oisteink@feddit.nl
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          8 months ago

          There’s no requirement from the kernel that the userland is GPL. It’s by chance - and replaceable. Like with Android - there’s not much left of gnu userland there afaik. If you look at end user devices this makes up the bulk of devices running the Linux kernel.

          Looking at today’s landscape of Linux development, replacements for userland is likely to be rust code. The majority of this code is MIT or BSD licensed. The coreutils implementation was an example of this. It’s not GNU licensed.