top | item 40310479

(no title)

lele0108 | 1 year ago

You are right. We came in letting hosts open experience stores in Airbnbs (try on an Oculus at a hosts home). Difficult to attribute our sales so we moved on.

COVID hit and we had the itch to look at the browser in a different light. Building a browser seemed intimidating...but it was quarantine. Long story short, built a few different ideas and here we are :)

discuss

order

orliesaurus|1 year ago

This is incredible, 5 years of not giving up, kudos. How big is your team and how did you make your money go this long?

aranibatta|1 year ago

Team is a handful, fluctuated over the years but never more than 8.

We’ve always treated everything we do as an experiment. We’re not trying to keep anything alive for the sake of it.

Harmohit|1 year ago

Building a browser does seem intimidating! What technical considerations made you finally take it seriously? Any advice for folks trying to do the same or taking on another intimidating project?

lele0108|1 year ago

Started just by building Chromium and Brave and poking around in there and making small changes.

Chromium is huge but has terrific documentation (once you find the current copy) and Google hosted code search. Digging through crbug.com often helped point us in the right direction.

2 unlocks that made us confident to pursue this project:

1) Repeatable way of patching Chromium and keeping up with upstream changes 2) Writing UI in web technology instead of C++ Views toolkit.