Earlier quoted context omitted.
can somebody downvoting the comment above kindly explain why?
One-line jokes are generally not well-received on HN unless they are so exceptionally amusing and original that they are beyond reproach. The standard rationale for this - which can make HN seem very dry and humourless at times - is that people want to avoid HN becoming like Reddit.
Things I Regret About Node.js [video]
11–20 of 502 posts
Re: Things I Regret About Node.js [video]
#12Earlier quoted context omitted.
One-line jokes are generally not well-received on HN unless they are so exceptionally amusing and original that they are beyond reproach. The standard rationale for this - which can make HN seem very dry and humourless at times - is that people want to avoid HN becoming like Reddit.
thanks for answering. but thanks to the parent comment i learned about a new (albiet widely recognized) author. thats useful because we all come to hn to learn things. i suspect most downvoters probably dont even understand the reference and just see a joke qua joke. boo.
Re: Things I Regret About Node.js [video]
#13Re: Things I Regret About Node.js [video]
#14Earlier quoted context omitted.
One-line jokes are generally not well-received on HN unless they are so exceptionally amusing and original that they are beyond reproach. The standard rationale for this - which can make HN seem very dry and humourless at times - is that people want to avoid HN becoming like Reddit.
thanks for answering. but thanks to the parent comment i learned about a new (albiet widely recognized) author. thats useful because we all come to hn to learn things. i suspect most downvoters probably dont even understand the reference and just see a joke qua joke. boo.
Re: Things I Regret About Node.js [video]
#15Re: Things I Regret About Node.js [video]
#16i have always really enjoyed listen to ryan speak. he seems very humble for all of his accomplishments.
It was just a cool project and he moved on to the next cool thing.
Re: Things I Regret About Node.js [video]
#17TL;DR, from quickly browsing through it: He mostly regrets the way Promises work (edit: that the async programming APIs don't work with them), security/sandboxing, and the module system. Then he introduces "Deno", a successor which is under construction and which will fix all these problems. It exposes a language based on TypeScript. Internally, some parts of Deno are written in GoLang.
Re: Things I Regret About Node.js [video]
#18Re: Things I Regret About Node.js [video]
#19Re: Things I Regret About Node.js [video]
#20Maybe it is just me but Javascript is not my favourite dynamic language. Given project like ReasonML and other languages that have type inference prototyping is not harder than without types. Is it a valid argument that it slows you down? Not sure.
He also mentions he only knew MS made it, but not who specifically, which lets his choice sound more profound.