I'm interested to try flutter out on chromeos, I might get a chromebox, the acer and hp i5 U series are the recommended ones for Android development.
Developing flutter without the need for a simulator or a phone connected via usb, is cool. Maybe the next step is develope android flutter apps on android.
With regards PWAs, maybe more so on mobile, flutter apps are AOT, Ahead Of Time, compiled for release so they should have better start up times than apps that run on a vm.
Having worked in a government organization (military) for 10 years, i will guess.
I think the point is not that one is not better than the other, simply that they are different. Each coin has two sides, and double edged swords cut both ways.
If youre flush with cash, you might feel void of meaning. If youre helping children, you feel fulfilled but frustrated by what little it would take to accomplish so much more.
Reminds me of the Japanese idea of 'Ikigai' [1]. Basically what you describe - most careers end up fulfilling you in one way, but leave you devoid in another.
In what way has Mate become the main Linux shell? It’s not the DE of choice for the most popular distributions so it likely doesn’t have a lot of exposure among Linux environments.
When you think about how many people use Johnny No Good Hacker’s lastest ROM because it’s largely the OEM supported Android x with one or two Android ++x supported features, it really sounds like a good idea.
It would be nice if there were a safe way to bypass that “immobilizer,” though for people that trust their ROM origin and the software on their phone.
> Chromium is awesome, it really is. But not for embedders.
> the API is currently available for C++ only and requires Direct3D 11 on Windows and Metal on macOS.
“Embedders” here seems to mean “people who want to embed a web UI in a desktop application.” This confused me at first because I wondered why an embedded systems UI framework only supported Windows and macOS instead of Windows and small Unixes.
"Embedding" is often the term used to describe using a scripting language runtime within a larger app, for example embedding a Lua runtime in a game or a Javascript engine in a database. I'd imagine that was the context for using that term here.