What's more is that it also has a full web browser that is not based on webkit/blink/gecko but its own independent engine.
But I've been told by Hacker News multiple times that developing an independent browser is impossible without the means of a multi-million dollar corporation.
I quit my job to focus on SerenityOS full time
51–60 of 264 posts
Re: I quit my job to focus on SerenityOS full time
#52What's more is that it also has a full web browser that is not based on webkit/blink/gecko but its own independent engine.
But I've been told by Hacker News multiple times that developing an independent browser is impossible without the means of a multi-million dollar corporation.
Re: I quit my job to focus on SerenityOS full time
#53Earlier quoted context omitted.
But I've been told by Hacker News multiple times that developing an independent browser is impossible without the means of a multi-million dollar corporation.
I mean, it kind of is. You can make a basic browser, sure, but you'll have a hard time implementing video playback, canvas, JavaScript and everything else, while also delivering good performance and rendering everything accurately. Yes, I know his browser has JS support, but the performance is likely at least an order of magnitude slower than V8 or Firefox... And then there's CSS, and the fact that HTML, JS and CSS k…
I'm on mobile or I'd go find a source, but I'm fairly certain some key people left before all that went down.
Not that maintaining a web browser is easy, but they WERE doing it, to varying success.
Re: I quit my job to focus on SerenityOS full time
#54Earlier quoted context omitted.
But I've been told by Hacker News multiple times that developing an independent browser is impossible without the means of a multi-million dollar corporation.
I mean, it kind of is. You can make a basic browser, sure, but you'll have a hard time implementing video playback, canvas, JavaScript and everything else, while also delivering good performance and rendering everything accurately. Yes, I know his browser has JS support, but the performance is likely at least an order of magnitude slower than V8 or Firefox... And then there's CSS, and the fact that HTML, JS and CSS k…
Re: I quit my job to focus on SerenityOS full time
#55What's more is that it also has a full web browser that is not based on webkit/blink/gecko but its own independent engine.
But I've been told by Hacker News multiple times that developing an independent browser is impossible without the means of a multi-million dollar corporation.
Re: I quit my job to focus on SerenityOS full time
#56Earlier quoted context omitted.
You need to be pretty smart to write an OS, and only dumb people and smart people are religious. Atheism is the belief for mediocre minds. ;)
Care to expand on those bold assertions?
Do you think I should consider that atheists could be dumb too? Most of the ones I've spoken to seem fairly convinced that they're reasonably smart.
Re: I quit my job to focus on SerenityOS full time
#57What's more is that it also has a full web browser that is not based on webkit/blink/gecko but its own independent engine.
Re: I quit my job to focus on SerenityOS full time
#58Earlier quoted context omitted.
But I've been told by Hacker News multiple times that developing an independent browser is impossible without the means of a multi-million dollar corporation.
I mean, it kind of is. You can make a basic browser, sure, but you'll have a hard time implementing video playback, canvas, JavaScript and everything else, while also delivering good performance and rendering everything accurately. Yes, I know his browser has JS support, but the performance is likely at least an order of magnitude slower than V8 or Firefox... And then there's CSS, and the fact that HTML, JS and CSS k…
Do you think you could build this in 2 years? The answer is yes, you could.
Re: I quit my job to focus on SerenityOS full time
#59Earlier quoted context omitted.
I mean, it kind of is. You can make a basic browser, sure, but you'll have a hard time implementing video playback, canvas, JavaScript and everything else, while also delivering good performance and rendering everything accurately. Yes, I know his browser has JS support, but the performance is likely at least an order of magnitude slower than V8 or Firefox... And then there's CSS, and the fact that HTML, JS and CSS k…
Like telecomm, wifi, and USB standards, web browsing protocol standards are deliberately overcomplicated as a way to legally fend off competition. Anytime a big corporation gets its hooks into a Standard, one can expect its complexity to grow forever unless an individual at said corporation prevents it.
Re: I quit my job to focus on SerenityOS full time
#60Earlier quoted context omitted.
But I've been told by Hacker News multiple times that developing an independent browser is impossible without the means of a multi-million dollar corporation.
Even if you somehow manage to fully implement all of JS with decent performance, you will finally hit the wall with video DRM - your users will never be able to watch Netflix, for example.