- cross-posted to:
- cross-posted to:
cross-posted from: https://lemmy.world/post/22174477
A source within Google has told Android Authority that Google plans to basically turn Chrome OS into Android.
And then it will catch on and Google will abandon it.
That’s a lot of words to say “google killing chrome os”
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.
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.
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.
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.
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.