The chromium-only web is not google’s fault. It is a symptom of a body of web standards that has grown wild to the point of being all but unimplementable. Building a browser for the modern standards-based web is effectively impossible, because it costs too much, takes too long, and requires a standing army to keep up with. We are at an impasse. The standards cannot be deprecated because they are used all over the web…
> Building a browser for the modern standards-based web is effectively impossible, because it costs too much, takes too long, and requires a standing army to keep up with. > We are at an impasse. The standards cannot be deprecated because they are used all over the web, and because they are used all over the web a new browser maker has little choice except forking chromium or firefox. could web assembly be a way out?…
What will a Chromium-only Web look like?
301–310 of 356 posts
Re: What will a Chromium-only Web look like?
#302Even if Google was an absolute saint without a trillion-dollar ad business, there's still a problem of "bug-compatibility". Without a second browser engine to test pages in, it's really hard to know what is a bug and what is intentional. Devs don't know all the specs by heart. They write whatever happens to work for them, but sometimes they accidentally depend on obscure edge cases in the implementation that were nev…
I know this isn’t everyone’s experience, but I believe adding IE11 support to my personal website improved the quality of my code.
There were a lot of things I hadn’t specified explicitly, and for whatever reason Chrome/Webkit and Firefox just happened to make the right guesses. IE11 did not, so I had to go back and be clear about exactly what I actually wanted.
Re: What will a Chromium-only Web look like?
#303Earlier quoted context omitted.
It's because there's nothing magical about HTML that makes it more battery efficient than Flash was. Quite the opposite really - Flash is a compact binary format designed specifically for high graphics performance in an era when HTML4 thought floating menus was cutting edge. The Jobs Flash memo was crystal clear about why Flash was being booted off his platform. It was to avoid "a third party layer of software coming…
There’s nothing “magical”, but Safari uses a lot less battery than Chrome. Safari developers optimize for battery life whereas Chrome developers seem not to care about client-side resource use.
Re: What will a Chromium-only Web look like?
#304Earlier quoted context omitted.
That doesn't change their incentives. They might make a nice browser, for you. On every other OS, Apple's software is so slow as to be borderline useless. Watching iTunes struggle to download album art is almost as entertaining as listening to the music. I do use a MBP daily, and the software there is amazing. But seeing that their software barely works outside of their platform, it's a miracle they have any customer…
> But seeing that their software barely works outside of their platform, it's a miracle they have any customers at all. I don't think very many of their customers run any of their software anywhere other than on Macs and iDevices, so I expect that doesn't have much effect. Aside from the apple TV app on Roku and various TV operating systems and such. And still, none of this makes Safari not an "actual browser".
Re: What will a Chromium-only Web look like?
#305Earlier quoted context omitted.
I'm sorry - but this is just not a realistic take. Call me when I can install Safari on linux (or any platform other than macOS/iOS). Until then - the ugly truth is that Apple intentionally underfunds and underdevelops the browser because they see it as a fundamental risk to their control and revenue from the App store. It's there because "they have to have a browser" not because they're doing anything novel or cleve…
> the ugly truth is that Apple intentionally underfunds and underdevelops the browser That's not a truth that's an opinion. And one I would definitely disagree with. When it comes to speed, privacy and battery life I am always choosing Safari over Chrome. And many of us care about those three things over new features that often just make the web worse.
Re: What will a Chromium-only Web look like?
#306Earlier quoted context omitted.
We should convert browsers in to just a basic wasm window responsible for rendering html and running wasm. Then JavaScript and all it’s apis can become a shared library as a wasm package or something.
So... aren't we kind of coming full circle if we do that, going back to the JVM+Swing except this time it's boxed in a window and is more dynamic...
Re: What will a Chromium-only Web look like?
#307Earlier quoted context omitted.
> The only reason they disallow Chromium and Mozilla is they want their users locked into their environment and they want to leverage that substantial locked-in user base to dictate terms That's one reason, but not the only reason. Security is another big one in that the WebKit process is running with privileges that Apple does not want to award to any other app process on the platform, much less a third-party one. T…
> That's one reason, but not the only reason. Security is another big one in that the WebKit process is running with privileges that Apple does not want to award to any other app process on the platform, much less a third-party one. Yes, because Chrome and Firefox have such a terrible track record with security /sarcasm Lets face it, that's a conveniently plausible excuse, not an actual reason.
Re: What will a Chromium-only Web look like?
#308Earlier quoted context omitted.
> But seeing that their software barely works outside of their platform, it's a miracle they have any customers at all. I don't think very many of their customers run any of their software anywhere other than on Macs and iDevices, so I expect that doesn't have much effect. Aside from the apple TV app on Roku and various TV operating systems and such. And still, none of this makes Safari not an "actual browser".
I think by their decision not to implement so many APIs we can say it is /not/ an “actual browser” and more of “check the box” browser.
Re: What will a Chromium-only Web look like?
#309Earlier quoted context omitted.
Why not? Brave, or any small team really, can disable privacy infringing and google oriented features, and other user hostile behavior.
Until those features become core web functionality and websites stop working without them.