• monty33@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 hours ago

    No they are doing it because they are going to be forced to sell Chrome, and they don’t want to lose Chromebooks

  • woelkchen@lemmy.world
    link
    fedilink
    English
    arrow-up
    20
    ·
    22 hours ago

    Finally. ChromeOS has always been a dumb idea. Making an entire OS just to use sluggish web apps in Chrome. Who thought of that? As if Android could not do web apps. Then, years later, ChromeOS got “native” apps, in quotation marks because those were just Android apps. So a whole dedicated OS, just to launch Android apps in a compatibility layer. Some additional years later, ChromeOS got “native” games via Steam. Again, quotation marks, because those run in a Debian-based container.

    Samsung DeX shows since many years that a Android with a desktop UI is a possibility.

    • Buelldozer@lemmy.today
      link
      fedilink
      English
      arrow-up
      8
      ·
      21 hours ago

      Samsung DeX shows since many years that a Android with a desktop UI is a possibility.

      DeX is infuriating. It’s forever almost good enough to fulfill its promise of being a truly mobile desktop but somehow it’s never gotten there. The biggest problem now is that most android apps don’t present correctly in desktop mode, don’t behave intuitively, and / or look like ass.

      • woelkchen@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        19 hours ago

        DeX is infuriating. It’s forever almost good enough to fulfill its promise of being a truly mobile desktop but somehow it’s never gotten there.

        So like ChromeOS? I wouldn’t say DeX is the greatest thing ever but whenever I get home from a stressful work day, sit down at my desk, and then realize that I left my backpack with the notebook at the door, I just plug the next best thing into my USB C dock and sometimes that’s my phone. Heck, I even did image editing with Krita from F-Droid once (the Android port has not been updated in years and is alpha quality, so the experience was bad but that’s on the Krita port not Android/DeX itself).

        The biggest problem now is that most android apps don’t present correctly in desktop mode, don’t behave intuitively, and / or look like ass.

        The quality of Android apps in desktop mode isn’t really dependent on whether they run on ChromeOS or DeX. If anything, the division in OS strategy into three operating systems at Google (don’t forget Fuchsia), caused needless developer fragmentation from both 3rd parties but also within Google.

  • onlinepersona@programming.dev
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    6
    ·
    23 hours ago

    Does that mean we’ll start seeing desktop apps like IDEs running in Android? How are you going to develop python on android? A linux container / VM? That’s going to be so wasteful. But I am curious.

    It won’t be good for flashing though. Probably once support ends, it’ll be a slow brick upon which one can’t install linux.

    Anti Commercial-AI license

    • aluminium@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      ·
      20 hours ago

      You have been able to do this on Android for a while using Termux, Proot Distro and VSCode Server. I even did it once to host two Angular Frontends on Android to free up Memory form my main latop running the backend.

    • woelkchen@lemmy.world
      link
      fedilink
      English
      arrow-up
      10
      ·
      22 hours ago

      Does that mean we’ll start seeing desktop apps like IDEs running in Android? How are you going to develop python on android? A linux container / VM?

      Non-web applications on ChromeOS already run in containers. Developer mode (or however ChromeOS calls it) is just installing Debian in an LXC container.

      That’s going to be so wasteful.

      Have you ever tried browsing the web using Chrome? THAT’S wasteful on resources. A command line-only container for Python development is nothing by comparison.