Shamelessly stolen from you know where

  • Zoabrown@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    “Linux never succeeded” is such a funny take when it’s quietly running most servers, phones (Android), and a ton of embedded stuff. The real Linux rule is: if it works, nobody notices 😄

  • hayvan@piefed.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    The microcontroller probably runs Zephyr, not Linux. It’s fine, Zephyr is also sponsored by Linux Foundation.

  • abbiistabbii@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    > “Linux never succeeded.”

    > Almost all Supercomputers run Linux.

    > Most Web Servers Run Linux

    > Is the basis for Android

    lol wat

    • unexposedhazard@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      7 months ago

      Also:

      At this rate steam on linux will hit like 10% in a few years.

      The general desktop marketshare of linux is slightly higher than the steam. Its at like 4.5% already

      • Hudell@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 months ago

        One other factor that also influences Linux’ market share is that a lot of people just don’t use PCs anymore and rely only on smartphones. I assume that Linux users are less likely to stop using PCs completely than Windows Users are (or rather, that people who don’t even get into PCs would have been less likely to become Linux users if they did)

        So it’s not just direct conversion from Windows to Linux, but also a higher retention of users somewhat.

        • tempest@lemmy.ca
          link
          fedilink
          English
          arrow-up
          1
          ·
          7 months ago

          Exactly. People are talking about jumping ship from Windows to Linux after the recent update while regular people have moved to phones 10 years ago

    • Pommes_für_dein_Balg@feddit.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 months ago

      Sorry, Windows still dominates the computer OS market.
      Except for computers that are small, computers that are large, computers that are very fast, computers that are resource-limited, computers most used by normal people (mobile) and computers most used by enterprises (server VMs).

      But desktop computers that are used to launch MS Office or games, boy does Microsoft still dominate that market.

      • rbos@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 months ago

        You had me triggered in the first sentence but I came around, haha

    • LwL@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 months ago

      I am reminded of that one time we went to lunch with one of our scrum masters and he actually said “why does linux even still exist anymore”.

      I didn’t even get into all of that i just told him i switched my home pc to linux a few months ago lol

  • Aceticon@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 months ago

    Not even the more expensive microcontrollers run Linux.

    The kind of thing you would see in such a simple device like a dildo are the cheaper smaller ones with RAM sizes and Flash Memory sizes in the KB range and costs less that $1 in bulk.

    Mind you, you can squeeze a Linux kernel into a really small amount of memory, but why for a production device pay more for a larger than needed microcontroller and then use most of its storage for a Linux kernel leaving little space for the actual functional code when you don’t need support for things like filesystems or networking?

    Microcontrollers are a whole different world from microprocessors.

    • Blaad@europe.pub
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 months ago

      The cheapest thing you could still run linux on would probably be an Allwinner F1C100s, you can get those in bulk for about 2 £

      • Aceticon@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        2 months ago

        Allwinner F1C100s

        That’s pretty interesting. I wasn’t aware of those.

        That said, Allwinner call in an application processor, so it’s a microprocessor not a microcontroller - 32MB RAM is quite a bit above even higher-end microcontrollers (which generally are more like 8MB Flash and a lot less than that RAM).

        Looking at the specs you could do like a mini Linux phone with one (resolution 1280x720 😀), though 32MB RAM isn’t enough for X-Windows.

        • Blaad@europe.pub
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 months ago

          True that one is indeed a bit overkill compared to MCUs, but I’ve worked with it extensively and it I indeed able to be used bare metal through xboot/awboot. It’s larger cousins like the v851s and T113-S3 aren’t as easy though.