this post was submitted on 22 Sep 2023
80 points (100.0% liked)

Free and Open Source Software

17768 readers
50 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

This blogpost starts with me switching of my car radio, and ends with me writing a browser. There is some stuff in between as well.

Interesting take from the author; exactly the kind of thing that might start something big โ€” or maybe it won't, and that's OK, too. Either way, I can appreciate the attitude!

(There's also a discussion on the orange site)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] elauso@feddit.de 24 points 1 year ago

There's a lot of open source browsers out there. Would you use one if it doesn't have [...] mandatory extensions?

There are literally only chromium-based browsers and Firefox (and its forks) with any meaningful market share. Developing a new browser engine is extremely complicated and time consuming, so there really is no danger of having "too many" browsers. And of course all browsers based on chromium (Google Chrome, Edge, Vivaldi, Brave, ...) support the same set of extensions, because they use the same engine. So extension compatibility is also not a problem.

Supporting the gazillion ever-changing web technologies and standards and layout systems for a completly new browser is a problem though.