Live data from Hacker News

Gosub – An open-source browser engine

github.com

21–30 of 173 posts

Re: Gosub – An open-source browser engine

#21

Yes, but I'm concerned about the number of existing browser engines that have fallen by the wayside, as the project founders have become exhausted. The scope of such a project is incredibly easy to underestimate, and it has only ever gotten larger. Some examples: https://www.reddit.com/r/browsers/comments/124kphe/what_do_y...

Honestly, I view projects like this as more of an intellectual curiosity than anything which seeks to become useful . The Firefox engine is great if you don't want something controlled by Google. And it's going to be much easier to develop plugins or extensions for that versus trying to write your own browser from scratch, which to be honest will probably cost hundreds of millions of dollars. If not more. I do imagin…

For web scraping at scale you want to get lost in the crowd. This usually means being (or pretending to be) chromium on windows. Unusual browsers are suspicious, detected or have very distinct fingerprint.

Re: Gosub – An open-source browser engine

#27

Earlier quoted context omitted.

Honestly, I view projects like this as more of an intellectual curiosity than anything which seeks to become useful . The Firefox engine is great if you don't want something controlled by Google. And it's going to be much easier to develop plugins or extensions for that versus trying to write your own browser from scratch, which to be honest will probably cost hundreds of millions of dollars. If not more. I do imagin…

> more of an intellectual curiosity than anything which seeks to become useful I am reminded of this: “I’m doing a (free) operating system (just a hobby, won’t be big and professional like gnu) for 386(486) AT clones.” – Linus Torvalds, announcing the software that became what we now know as Linux

He ended up only writing the kernel though.

Re: Gosub – An open-source browser engine

#28
Former Mozilla employee here.

The fact that they are writing their own bytestream abstraction does not bode well.

That said, I hope they succeed at shipping something, even if it’s not competitive with Chrome.

My previous thoughts on the topic: Why you can’t build a web browser and why you should anyway.

https://joshondesign.com/2022/12/14/browser_1000_loc

Re: Gosub – An open-source browser engine

#29

Earlier quoted context omitted.

Honestly, I view projects like this as more of an intellectual curiosity than anything which seeks to become useful . The Firefox engine is great if you don't want something controlled by Google. And it's going to be much easier to develop plugins or extensions for that versus trying to write your own browser from scratch, which to be honest will probably cost hundreds of millions of dollars. If not more. I do imagin…

> more of an intellectual curiosity than anything which seeks to become useful I am reminded of this: “I’m doing a (free) operating system (just a hobby, won’t be big and professional like gnu) for 386(486) AT clones.” – Linus Torvalds, announcing the software that became what we now know as Linux

One can only hope we can get a browser the same way we got Linux, but as RMS was fond of pointing out, Linux’s success had a lot to do with the existence of a full suite of GNU software that could run on top of a new kernel. If only we had something like GNU with browser engines, I’d be more optimistic about the chances for success of many new entrants.

Re: Gosub – An open-source browser engine

#30

Former Mozilla employee here. The fact that they are writing their own bytestream abstraction does not bode well. That said, I hope they succeed at shipping something, even if it’s not competitive with Chrome. My previous thoughts on the topic: Why you can’t build a web browser and why you should anyway. https://joshondesign.com/2022/12/14/browser_1000_loc

> The fact that they are writing their own bytestream abstraction does not bode well.

You want to elaborate on why exactly? Seems like a kind of shallow dismissal, but then I'm no browser engine developer exactly, maybe it's obvious.

Post reply on HN