Hacker News new | ask | show | jobs
by bct 5073 days ago
> I mean, it's not like HTML layout engines or JS-interpreters are somehow impossible to write from scratch.

Today's web standards are large & complex enough that it is practically impossible without a full-time team.

2 comments

You could have said the same thing about unix-like operating systems in 1991 - yet, somebody wrote one from scratch without a full-time team.

I'm not trying to put this little project here down, far from it. I think it's pretty neat. I can imagine even neater (if that's a word) things, though... :-)

IMO modern web browser internals are more complex and less fun to work on than 1991-era Unix clones.

I'm not being defensive of this project, I'm being critical of the direction web architecture is going.

>You could have said the same thing about unix-like operating systems in 1991 - yet, somebody wrote one from scratch without a full-time team

Err, at 1991 he just wrote a rudimentary OS from scratch. To make it more unix-like, stable and feature full took hundreds of people, including tens of full time company employees (IBM, RedHat, etc).

This is one of my fears with the complexity explosion called HTML5 / CSS3.

We are bequeathing the future a world where building new browsers is approximately an impossibility.

The Web is so much. Now all devices can consume the same files with comparable user experiences. There are reasonable standards. Javascript is a reasonably advanced and simple language (for the time being). But the web has failed much as well.

Hopefully the web will mature someday and someone will clean up the mess we are leaving them.