The developer in these tweets is surprised that this Chromebook can run Flutter applications. This just shows how bloated and slow software development has become. Why wouldn't a low-powered device such as this run an application without a problem? I guess when you're developing and testing on thousand dollar computers, you don't really consider all the millions (likely billions) of people running low-end computers such as these.
Unboxing a $100 Chromebook
111–120 of 186 posts
Re: Unboxing a $100 Chromebook
#112> Like, real Linux, not some weird virtualized or translated environment. Ah, no. It is very much specifically in a container inside a VM. Now, full credit where it's due: You're unlikely to notice. Performance is good, they've done work integrating it (filesystem integration, forwarding windows to the host display servers through Sommelier). But native it is not. (Details: https://chromium.googlesource.com/chromiumo…
This is correct, but also a lot of these machines can native boot Linux if you enable developer mode. It's not the most frictionless experience in the world, but it can work pretty well.
Re: Unboxing a $100 Chromebook
#113Earlier quoted context omitted.
Kudos for that. There must be some feeling of accomplishment turning in work done on a toy computer, designed for eight year old kids and with no discernible CPU. I have slipped into working almost exclusively on a Chromebook for a pet project that is going rather well. I have this realisation that I have actually completed something without getting off the sofa. The 'dim' screen is not a problem, the keyboard is act…
I have been using an iPad as a remote workstation. Powerful enough, some great apps and a small package to carry around.
Re: Unboxing a $100 Chromebook
#114Sorry to bring this out of the blue, but I can't resist. The developer in these tweets is surprised that this Chromebook can run Flutter applications. This just shows how bloated and slow software development has become. Why wouldn't a low-powered device such as this run an application without a problem? I guess when you're developing and testing on thousand dollar computers, you don't really consider all the million…
Re: Unboxing a $100 Chromebook
#115Earlier quoted context omitted.
Oh dear, that is even more locked down than many expected and much more distant from the typical Linux distro that the many Linux Desktop fans have been used to. Either way, it doesn't matter, I'd expect whatever is running in ChromeOS (Linux Kernel) to be replaced by Fuchsia (Zircon kernel) underneath. They will more likely keep the 'ChromeOS' name to limit the confusion and that will be what these devices like that…
Microkernels have always been slower than monolithic kernels, never faster. There is zero chance that Zircon will be faster than Linux. The classic example is Mach from CMU: "When Mach was first being seriously used in the 2.x versions, performance was slower than traditional monolithic operating systems, perhaps as much as 25%... When Mach 3 attempted to move most of the operating system into user-space, the overhea…
Re: Unboxing a $100 Chromebook
#116I guess the real question is - why is Flutter so resource heavy and slow? We live in an age of algorithmic optimisation. Surely it should be unremarkable that a cheap computer can run modern services?
Re: Unboxing a $100 Chromebook
#117https://www.microcenter.com/product/649971/evolve-iii-maestr... On sale $59.99 ; regular price $79.99. Smallish keyboard however...
Re: Unboxing a $100 Chromebook
#118> Like, real Linux, not some weird virtualized or translated environment. Ah, no. It is very much specifically in a container inside a VM. Now, full credit where it's due: You're unlikely to notice. Performance is good, they've done work integrating it (filesystem integration, forwarding windows to the host display servers through Sommelier). But native it is not. (Details: https://chromium.googlesource.com/chromiumo…
Oh dear, that is even more locked down than many expected and much more distant from the typical Linux distro that the many Linux Desktop fans have been used to. Either way, it doesn't matter, I'd expect whatever is running in ChromeOS (Linux Kernel) to be replaced by Fuchsia (Zircon kernel) underneath. They will more likely keep the 'ChromeOS' name to limit the confusion and that will be what these devices like that…
I mean, that would make sense. But being Google, I think they're likely to name it something different that nobody recognizes. And then change that name to something similar enough to ChromeOS to cause confusion, since they're actually separate and incompatible products.
Sigh. Sorry, I used to work for Google, on chat and video chat products.
Re: Unboxing a $100 Chromebook
#119This reads like an advertisement and the constant comparisons with Apple products is weird. I can only assume the comparisons are being made because he or the people around him use very expensive Macbooks, but It doesn't help that this thread was written by the submitter and that he happens to be an engineer at Google talking about how great this cheap Chromebook is. Looking past that, It's good for developers to hav…
Re: Unboxing a $100 Chromebook
#120Sorry to bring this out of the blue, but I can't resist. The developer in these tweets is surprised that this Chromebook can run Flutter applications. This just shows how bloated and slow software development has become. Why wouldn't a low-powered device such as this run an application without a problem? I guess when you're developing and testing on thousand dollar computers, you don't really consider all the million…
I’m not sure what you think he was doing with that machine to begin with but he basically runs the Flutter project and was testing it with a low end device precisely because that is important to him to know how it performs for users on low end hardware. Kind of the exact opposite of what you are saying.