Live data from Hacker News

iCab: Alternative Browser for macOS

icab.de

81–83 of 83 posts

Re: iCab: Alternative Browser for macOS

#81
post #76

Earlier quoted context omitted.

What industry are you in that people aren't adopting web apps? At my work we use a ton of web-apps. Chrome-books offer nothing but web apps and they're doing pretty well these days.

OK, sure. My point is: how many of them hard-depend (no graceful failover) on APIs introduced in the last 5 years though? You could build a pretty good web app 5 years ago, and many people did. Has the fundamental abstraction changed that much? I'm extremely skeptical of the claim. If somebody does depend on something obscure like javascript APIs for bluetooth [like someone in this thread cited], are they doing that…

There are tons of changes under the hood that made webapps development easier in the past 5 years, and not all of them can be polyfilled. For example, ES6 Proxy is something an end user won't even notice it exist, but now used at fundamental level on many webapps. Developers that depend on it won't trade their productivity gain from using the new api with supporting browsers that has less than 1% marketshare.

Re: iCab: Alternative Browser for macOS

#82

Earlier quoted context omitted.

OK, sure. My point is: how many of them hard-depend (no graceful failover) on APIs introduced in the last 5 years though? You could build a pretty good web app 5 years ago, and many people did. Has the fundamental abstraction changed that much? I'm extremely skeptical of the claim. If somebody does depend on something obscure like javascript APIs for bluetooth [like someone in this thread cited], are they doing that…

There are tons of changes under the hood that made webapps development easier in the past 5 years, and not all of them can be polyfilled. For example, ES6 Proxy is something an end user won't even notice it exist, but now used at fundamental level on many webapps. Developers that depend on it won't trade their productivity gain from using the new api with supporting browsers that has less than 1% marketshare.

[deleted]

Re: iCab: Alternative Browser for macOS

#83
post #30

Earlier quoted context omitted.

I can understand why it might seem that way but it is actually evolving very quickly. Probably faster than any other time in history. There are a few things driving this evolution but I think the most important one is a desire to make the web a competitive platform for most types of software. This means lower level APIs, deeper integration with OS, and yes a large focus on performance. 3D graphics, offline support, p…

There are a small number of people pushing that, but where is the adoption, and is the web at large really inaccesible without it? One example, I see a lot of websites offering to send me push notifications, and I always click no. A browser could not implement that feature and I would not notice, in fact it would be an improvement in experience.

Some very large companies are investing heavily in making the web the go-to platform for app developers. Google being the most obvious.

Web push notifications are usually not an essential part of web app experiences and I agree they have done more harm than good so far. Some of these features enable types of apps that were just not possible on the web before. Things like 3D games where WebGL/WebGPU would be essential, text editors where they don't function without access to the file system, or a browser based video chat app that uses WebRTC.

As these features become available in most browsers their adoption will increase and any browser that doesn't support them will not be able to access web apps or pages that depend on them.

Post reply on HN