714
RAM prices soar, but popular Windows 11 apps are using more RAM due to Electron, Web components
(www.windowslatest.com)
This is a most excellent place for technology news and articles.
what's google got to do with it? this is an article about a product develeped at GitHub (now a microsoft subsidiary) causing problems with Windows and the thumbnail is showing produts from the following companies:
like. look. i hate google. they partner with israel to conduct genocide (don't use waze, btw, or better yet, don't use any google products). but this seems like not looking at the whole of how evil all of big tech is just to focus on how evil one company in big tech is
CoMaps is a good alternative to Waze. If you think it isnt make an OSM account and help make it a good alternative :p
CoMaps is GOATed. i need to make some edits in my neighborhood
The article mentions Chrome/Chromium: 9 times
The article mentions Google: 0 times
Google made Chrome. Chrome had that multi-process architecture at its core which allowed to consume as much memory as needed even on 32-bit OS. Chromium was always inside it and open source. Then they created CEF, which allowed webdevs to build "real" apps, and that opened the floodgates. Electron was first built on it but they wanted to include Node and couldn't because it required too much experience in actual coding. So they switched to Chromium. It didn't change much in the structure, just basically invited more webdevs to build more "real" apps (at 1.0 release Electron advertised hundreds of apps built with it on its website).
Google could do something about how the web engine works in frameworks (that don't need that much actual web functionality), but didn't. They invited webdevs to do anything they want. Webdevs didn't care about security because mighty Google would just publish new Chromium update eventually. They never realized they don't need more security in their local "real" apps gui that connect to their websites because there is not much room for security danger in such scenarios. They just always updated the underlying engine because why not. Chromium dll is now at 300 mb or something? All of that code is much needed by everyone, is it not?
So, for me the sequence was always seen as this:
Google (caring about webdevs, not OS) ->
Webdevs (not caring about native code and wanting to sell their startup websites by building apps) ->
Reckless web development becoming a norm for desktop apps ->
Corporations not seeing problems with the above (e.g. Microsoft embedding more stuff with WebView2 aka Chromium)
So yes, Google has everything to do with it because it provided all the bad instruments to all the wrong people.
Personally, I don't care much about hating Microsoft anymore because its products are dead to me and I can only see my future PCs using Linux.