I’ve tried using my incredible (british) brain using Google to see if these open source titans ever engaged in a battle of “friendly conversation” with one another.

I was always interested what Stallman thought of the angry but smart finnish man who gave us the robust penguin kernel that breathes life into older machines and powers supercomputers for the weather.

The same with Torvalds thoughts on Stallmans GNU involvement and him as a person.

This is because you sometimes had different organisations in the FOSS and OSS community that take on different meanings so I wanted a better idea if these chaps ever spoke in an interview together.

TLDR : Does finnish man like bearded GNU jesus man and the same vice versa

  • PseudoSpock@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    77
    ·
    3 months ago

    I’m picturing Daffy Duck and Bugs Bunny swapping hunting signs on a tree… “Linux season!” “GNU season!”, back and forth. The rest of us just watching like Elmer Fud.

  • єχтяαναgαηтєηzумє@lemm.ee
    link
    fedilink
    English
    arrow-up
    65
    ·
    3 months ago

    Stallman’s attempt to rename Linux to incorporate the GNU name not happening was frustrating on his end it seems. Everytime someone calls their system a Linux based OS and not GNU/Linux based OS downplays the work he put in. However, Linus’s kernel was more elaborate than GNU Hurd, so it was incorporated. It’s said Stallman is a visionary, while Linus is a programist. While there’s never been any display of tension in a back and forth between them online, it’s always seemed to me they appreciate and also despise various aspects of each another.

    • cbarrick@lemmy.world
      link
      fedilink
      English
      arrow-up
      78
      ·
      3 months ago

      However, Linus’s kernel was more elaborate than GNU Hurd, so it was incorporated.

      Quite the opposite.

      GNU Hurd was a microkernel, using lots of cutting edge research, and necessitating a lot of additional complexity in userspace. This complexity also made it very difficult to get good performance.

      Linux, on the other hand, was just a bog standard Unix monolithic kernel. Once they got a libc working on it, most existing Unix userspace, including the GNU userspace, was easy to port.

      Linux won because it was simple, not elaborate.

        • cbarrick@lemmy.world
          link
          fedilink
          English
          arrow-up
          19
          ·
          3 months ago

          Maybe.

          Linux won because it worked. Hurd was stuck in research and development hell. They never were able to catch up.

    • Buffalox@lemmy.world
      link
      fedilink
      arrow-up
      46
      ·
      edit-2
      3 months ago

      Everytime someone calls their system a Linux based OS and not GNU/Linux based OS downplays the work he put in.

      Absolutely, and the fact that people didn’t adopt it creates confusion, some people claim Android is also Linux, which you can argue, but it’s definitely NOT GNU/Linux, and it’s definitely NOT a free desktop OS as defined by freedesktop.org either. There’s a huge difference.
      Especially since Android generally means Android with Google apps, and not AOSP. AOSP is open source, but Android with Google apps is not.

      • LeFantome@programming.dev
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        3 months ago

        I actually believe that “GNU / Linux” creates the confusion, even the Android problem you cite.

        If we all just said “Linux” to mean Linux distribution and the software ecosystem that implies, almost everybody would agree what that meant. All this “actually what you are calling Linux is actually” and “Linux is just the kernel” stuff confuses people. If Linux is just the kernel then Android and Ubuntu are equally Linux. Most people do not even know what a kernel is until you start “educating” people that “Linux” is not Linux.

        An Operating System is defined by the applications that it runs natively. Alpine Linux and Ubuntu run the same software and services. Chimera Linux runs all the same stuff even though it comes without any GNU software by default ( BSD utils, Clang compiler, MUSL ). They are all “Linux”. None of them are Android or ChromeOS. They are not the embedded OS in my thermostat or body worn camera. Of course, all these things use the Linux kernel but they are not all “Linux” operating systems.

        There are many examples of the kernel not defining the Operating System. iOS and macOS are not the same thing. Windows and Xbox are not the same thing. Yes, us geeks know the common infrastructure they share.

        And if an operating system is defined by its applications, is “GNU” a good label? My distro of choice offers 80,000 packages of which maybe 200 are managed by the GNU Project. Go to gnu.org and look at the list of packages that are actually GNU for real. It may shock you how short the list is.

        There are other single sources that contribute more software. In terms of code and base architecture, Red Hat is probably the largest contributor ( and no, I do not use Red Hat — RHEL has fewer than 3000 packages for one thing ). I do not want to call my distribution “Red Hat” Linux but frankly it makes more sense than GNU.

        Some of the GNU / Linux folks say that the reason for the label is the C library ( Glibc ). But not all Linux distros use Glibc. For a mainstream Linux user, does it make sense to say that Alpine, Void, and Chimera are not the same kind of OS as Ubuntu or Fedora? A regular user could sit down at any of them and not only use them mostly the same but perhaps not even notice the difference. I could write a Linux app without knowing about Alpine and the it could be built for it easily. They all use the same apps and desktop environments. They all run Docker natively. Even fairly deep Linux knowledge applies equally to them all. As pointed out, freedesktop.org applies to them equally. They have the same driver and hardware support ( including the full graphics and audio stacks ). Most people would agree that all these “Linux” systems are pretty alike and quite different from macOS, Windows, and Android. They are all much more like each other than they are even to FreeBSD.

        The GNU name pays homage to the historical contribution of the GNU Project that, while important, is pretty historical at this point. If the goal is to promote Free Software or even the GPL, the right branding would be the FSF. So, even that is confusing.

        Clearly, in my view, GNU is a terrible brand to try to glob on to Linux. It is not explanatory. It is not even accurate. It is mostly political and frankly overstates the current contribution of the project. I talked code above. There is more code in Wayland or X11 and Mesa than in all of GNU probably. There are more lines of code licensed MIT than GPL in most distros. Most GPL software available is NOT provided by the GNU project.

        Again, GNU is a hugely important project to free software and the history of Linux. That history should be celebrated and acknowledged. Distorting it and contorting it is not the way to do that. Enough with “GNU / Linux” already.

        • Captain Beyond@linkage.ds8.zone
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          3 months ago

          If Linux is just the kernel then Android and Ubuntu are equally Linux.

          It is and they are. These are demonstrable facts.

          I have no problem with referring to the family of Linux based operating systems collectively as Linux (with GNU/Linux being a subfamily of such), however, I firmly believe that the mythical concept of “real Linux” where some Linuxes aren’t really Linux is what creates the confusion. I would rather use other terms, like POSIX, Unix(like), and FreeDesktop to refer to so-called “real Linux” (with the caveat that they also include BSDs and the like - but I include these as part of the free desktop operating system spectrum, as most so-called Linux apps also run here. I don’t place special importance on the kernel because it is technically the furthest thing away from the user experience).

          (Android being Linux isn’t a mere technicality - it means you can get a full terminal environment with a package manager and “Linux apps” and even run a full desktop environment if you really want)

    • Nibodhika@lemmy.world
      link
      fedilink
      arrow-up
      12
      ·
      3 months ago

      Should we call it X/GNU/Linux as to not downplay the work the people at Xorg put in? Also possibly Systemd/X/GNU/Linux, how about Plasma/Systemd/X/GNU/Linux, and since nowadays browsers do most of the tasks I think it’s only fair Firefox/Plasma/Systemd/X/GNU/Linux, or maybe Chromium/GNOME/Dinit/Wayland/Musl/Linux, you know what these two have in common? Just the Kernel, but you would say they’re both the same OS.

      I’m not saying GNU is not great nor am I saying that they didn’t contributed or that they’re worthless. But GNU is not special, X, Systemd, and other such components are just as essentials to Linux as GNU, and no one claims they should be added to the name of the OS.

    • Captain Beyond@linkage.ds8.zone
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      3 months ago

      Stallman’s attempt to rename Linux

      There was never any “attempt to rename Linux.” Stallman simply wants to clarify which part of the operating system is “Linux” (the kernel) and which part(s) are not (many of which are his work, which Linux fans insist on also calling “Linux” even though the GNU project predates it by almost a decade).

      Any “confusion” on this point is the result of Linux fans spreading mistruths (I assume only sometimes intentionally). Unfortunately at this point the myths are so firmly ingrained we have myths about the myths (like “Stallman wants to rename Linux”) and in my mind Stallman is definitely fighting a losing battle nowadays. Still, a falsehood being widely accepted does not make it true.

  • Chemical Wonka@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    48
    ·
    edit-2
    3 months ago

    Both are equally important for the GNU/Linux world. Torvalds is more inclined to the “tech” side and Stallman is more like a “philosopher” the man who showed us the importance of free software.They are body and soul of the GNU/Linux. Long live to them.

  • TheImpressiveX@lemmy.ml
    link
    fedilink
    arrow-up
    45
    ·
    3 months ago

    TLDR : Does finnish man like bearded GNU jesus man and the same vice versa

    My impression is that they both have a respect for each other, although they don’t necessarily like each other.

  • Buffalox@lemmy.world
    link
    fedilink
    arrow-up
    40
    ·
    edit-2
    3 months ago

    I can’t remember having seen them debating each other, either in person or otherwise. But their positions are well known. Linus chose the GPL license from an engineering/pragmatic viewpoint, while Stallman is an idealist.

    Apparently they are quite friendly:
    https://www.youtube.com/watch?v=bDxMJQLXmBE

      • Buffalox@lemmy.world
        link
        fedilink
        arrow-up
        24
        ·
        edit-2
        3 months ago

        And what’s your point with posting this? My guess is that you don’t even understand it.
        He is saying there is no such thing as willing participation from a child in pedophilia. Are you saying there is?

        • otp@sh.itjust.works
          link
          fedilink
          arrow-up
          4
          ·
          3 months ago

          I think the phrasing isn’t the best. I think he needs an “is what” before “hurts children” in the first paragraph.

          • Buffalox@lemmy.world
            link
            fedilink
            arrow-up
            6
            ·
            edit-2
            3 months ago

            I agree, the phrasing is bad, but that doesn’t change that if you read it carefully, the meaning is clear.
            There is absolutely no reasonable basis for claiming he is defending pedophiles, when what he does is the direct opposite, by logically proving that a common defense they use is invalid, because you can never claim to know participation is voluntary. It is per definition coerced.

    • Tyoda@lemm.ee
      link
      fedilink
      arrow-up
      6
      ·
      3 months ago

      Why does this look and sound like the inspirational scene of a Mockumentary?

  • Gutless2615@ttrpg.network
    link
    fedilink
    English
    arrow-up
    21
    ·
    3 months ago

    Stallman is an ass and particularly is an ass to women. Fuck that guy. There’s a reason everyone in tech has a Stallman horror story.

  • LeroyJenkins@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    3 months ago

    (Linus leans back in his chair, a glint of amusement in his eyes, and gestures toward Richard Stallman who is seated across from him. Richard, ever the passionate advocate, is already gesturing with his hands.)

    “Well, if you’re talking about the revolution in computing, you can’t forget about this fella right here, Mr. Stallman.”

    (He gives Richard a playful nudge.)

    “He’s the one who really gave us the framework, the ideals, the whole ‘free software’ movement.”

    Richard, his eyes gleaming with conviction, jumps in.

    “It’s not just about code, Linus. It’s about freedom, about users having control over their own technology. It’s about sharing, about building on each other’s work, and refusing to be locked in by proprietary systems.” (He leans forward, his voice gaining intensity.)

    "We had to fight for that freedom, against the corporations who wanted to control every bit of software, every line of code. But we won, and GNU is proof that free software can not only work but thrive. "

    Linus nods in agreement, a hint of respect in his voice.

    “He’s right, you know. Without the GNU tools, without Richard’s vision, Linux wouldn’t be what it is today. It wouldn’t be as powerful, as flexible, as truly free.”

    (He turns back to you, a mischievous glint in his eyes.)

    “But don’t let them fool you, we weren’t always the best of friends. We had our disagreements, our battles over licensing, our philosophical differences. But hey, that’s part of the fun, isn’t it?”

    (He grins, leaning back in his chair.)

    “In the end, we were all working towards the same goal, a world where software is free for all to use, share, and improve. And that’s a goal worth fighting for, wouldn’t you say?”

  • 9488fcea02a9@sh.itjust.works
    link
    fedilink
    arrow-up
    8
    ·
    3 months ago

    I know lemmy has a gigantic hate boner for LLMs, but if you plugged this scenario into a good one (probably not the bog standard “free” chatgpt in bing) you’ll probably get a very entertaining conversation.

    • pingveno@lemmy.ml
      link
      fedilink
      English
      arrow-up
      6
      ·
      3 months ago

      I tried Debian/Herd on a spare box. I think that lasted for what, a week? It was a less than complete experience, so I moved on to more fruitful experiments.

      • ...m...@ttrpg.network
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        3 months ago

        …i’m absolutely ignorant of its current state, but every time i’ve checked in on progress of GNU/hurd over the past three decades, it still hasn’t matured into a stable production-ready platform: i’m not sure if that’s an artifact of technical viability or developer interest…

        • pingveno@lemmy.ml
          link
          fedilink
          English
          arrow-up
          3
          ·
          3 months ago

          I wasn’t able to get a good read on it either. I didn’t spot anything obviously wrong from a technical standpoint, but I’m not a systems developer. It just doesn’t have much that distinguishes it on a non-technical level. The design is neat, but other OS projects like Redox have shot past it in a shorter period of time. That tells me something’s broken, whether it’s technical or social.

        • Octorine@midwest.social
          link
          fedilink
          English
          arrow-up
          2
          ·
          3 months ago

          Both, I think.

          It’s built in top of Mach, which has some architectural issues that aren’t fixable without a huge amount of work.

          And no one’s interested in doing that work because we already have Linux and Linux is fine.

          There have been a couple of pretty good post mortems over the years. I think one of them is on gnu.org somewhere.

          • ...m...@ttrpg.network
            link
            fedilink
            arrow-up
            2
            ·
            edit-2
            3 months ago

            …NeXTstep was built on mach and, although i’m unsure if any antecedents remain in macOS, it was certainly production-ready in its day; i remember a couple of decades ago there were stopgap versions of the HURD built on top of mach instead of their own microkernel but i thought that was only ever intended as a temporary workaround…

            …i presume on that basis that sustained developer interest was its greatest hurdle, no pun intended…

            edit:is this the post-mortem you mentioned?..

            • Octorine@midwest.social
              link
              fedilink
              English
              arrow-up
              3
              ·
              3 months ago

              I haven’t seen that paper before. The ones I remember were blogposts or web pages. In fact, this may be what I was remembering: https://www.gnu.org/software/hurd/faq.html Particularly the part about what happened with the port to different microkernels.

              IIRC NeXT and OSX use Mach, but they don’t use it as intended. I think they’re mostly a BSD kernel with Mach functioning as an interface to userspace.

              Hurd actually used Mach as a microkernel, and moved most functionality to userspace daemons. This meant that Mach’s performance issues, at least the ones related to IPC, affected the Hurd a lot more than OSX or NeXT.

              And yeah, I think developer interest was the biggest thing that held it back.