Sorry 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 millions (likely billions) of people running low-end computers such as these.
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.
Yes, the fact that he's testing using that device is a good thing. But having software run fast on low-end computers shouldn't be a surprise, and I was just addressing how much we've lowered our standards for optimized software; unrelated to what he's doing. But I guess the way I wrote that, I was putting a lot of blame unto him.
Flutter btw is quite good for that, at least the app side of things (author was focused on web). I test our flutter app regularly with an old underpowered phone and it always worked well, with performance only getting better with newer versions - probably the project's work against shader stutters helps old devices as well.
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.