←back to thread

520 points kevinyew | 2 comments | | HN request time: 0.001s | source
Show context
crowcroft ◴[] No.45128398[source]
The strategic insight behind Arc was perfect – your browser IS the Operating System, and so we should build a browser that can function as that platform.

Arc had pretty good market validation with early adopters, they say that growth was flattened out but IMO that's normal for most products, and it's up to the company to find out WHY growth flattened and then solve that problem. Not kill the product and chase some entirely new idea about AI.

I wouldn't be surprised if the investors were fed up with the business and wanted out, pretty good exit all things considered.

replies(10): >>45128530 #>>45128798 #>>45128955 #>>45129016 #>>45129916 #>>45131541 #>>45131834 #>>45132803 #>>45133258 #>>45135253 #
mattlutze ◴[] No.45131834[source]
I'm a little surprised how many Chromium browser builders we have in the market, and how each continues to convince a group of investors that _they_ are going to be the ones to finally get it right, while still building on Chrome's skeleton.

But, there's a bunch on WebKit and Gecko as well.

replies(1): >>45131884 #
crowcroft ◴[] No.45131884[source]
On the other hand, it's kind of crazy no one can make an OS except Windows, Apple and Google? Trillion dollar market and no one can compete.
replies(10): >>45131908 #>>45131909 #>>45131934 #>>45131991 #>>45132071 #>>45132763 #>>45133637 #>>45134028 #>>45134192 #>>45137633 #
butterfi ◴[] No.45132071[source]
Linux has entered the chat...
replies(1): >>45133162 #
jabwd ◴[] No.45133162[source]
Even though I run it full time now personally; I still think Linux has massive problems something like Windows or macOS don't have: app development. You can't target a thing, you have to target all the things and bloat your app like crazy so you might as well just ship a chromium based app because its practically the same thing anyway (shipping an entire userland because its not stable anyway)
replies(3): >>45133521 #>>45133633 #>>45136451 #
amlib ◴[] No.45133521[source]
If there were instead 10 viable and competitive desktop operating system with no clear leader, and macos and windows were there just among the others.. wouldn't you try to target as many as you can? Maybe we can think of linux itself as a microcosm of OSes we never got to have, and you have to target as many variants as you can in order for no dominant force to emerge. It ain't pretty but its what we have..
replies(1): >>45134794 #
1. johncolanduoni ◴[] No.45134794[source]
The part of the "microcosm" that prevents you from being able to easily compile a binary and have it run on a wide variety of distros doesn't have any upside I can see. The fact that you have to jump through hoops to target particular glibc symbol versions and that a stable OpenSSL ABI gets rug-pulled in new distro versions every few years aren't key to any benefits of distro/OS diversity. What would suffer if gcc/clang had a `--min-glibc-version=...` flag and OpenSSL settled on a long-term stable ABI subset for establishing TLS connections?

The way this all gets worked around is that people come up with stuff like Docker or Flatpak that ship their own copies of as many dependencies as possible. The disadvantage is that now I can't just patch an OpenSSL vulnerability by updating the system's copy of OpenSSL, the way Windows can for all software built on SChannel.

replies(1): >>45160659 #
2. niutech ◴[] No.45160659[source]
Have you heard of Cosmopolitan Libc? A single APE binary for every platform out there.