Why I admire Ryan is "I shouldn't just complain without giving a solution..." and he gave a solution, more than once. I have done this on a no-one-cares scale but it really is better to do yourself when you can. Also, Ryan has some sharp sarcastic wit which is pretty fun to watch on this talk.
Things I Regret About Node.js [video]
111–120 of 502 posts
Re: Things I Regret About Node.js [video]
#112Can anyone explain why he called Dart a complete failure? https://youtu.be/M3BM9TB-8yA?t=19m55s ps: I am a junior developer. I am taking up Dart to learn Mobile apps development using Flutter.
Obviously it failed at that as was rescued by the Google AdWords team that adopted it.
Now they are trying the 2nd coming of Dart via Flutter, it remains to be seen if it will ever take off, or how much Google is committed to release an productive version of Fuchsia.
Personally I am not bothering with it, until I see Flutter listed here https://developer.android.com/guide/components/fundamentals
Re: Things I Regret About Node.js [video]
#113It's interesting to hear him say that npm and node_modules are regrets since lots of complaints about Go packaging from people new to Go ask for something similar...
Some parts of npm are much better than with most package systems, some really suck.
Maybe if npm weren't included so deeply into Node, it would make something like Yarn emerge sooner and replace npm without much hassle.
Re: Things I Regret About Node.js [video]
#114Uhhh, Ryan, there's this thing called Lisp...
Re: Things I Regret About Node.js [video]
#115I remember the very early version of Node.js that had them (looks like they were added in v0.1.0 and removed in v0.1.30), although they weren't true chainable promises we have now.
Re: Things I Regret About Node.js [video]
#116Earlier quoted context omitted.
He looked pretty ok with async/await (which uses Promises under the hood), one of the advertised features of his new project is top level await.
Which is unfortunate. Top-level await is a very bad footgun and should almost never be used.
Re: Things I Regret About Node.js [video]
#117He talks about not to add in features you think would be “cute” because they are always a mistake.. Then a few minutes later says “I thought being able to specify URLs in import statements would be cute..” Uhh...Houston, we have a problem with this one.
Re: Things I Regret About Node.js [video]
#118edit: forgot Scala's SBT, admittedly a builder using Maven repo's but still an excellent example of how bad UX in this area can get.
Re: Things I Regret About Node.js [video]
#119Great talk. I have missed Ryan and im not even a developer. I just love his mind. He always demonstrates a lot of purity of thought in many ways. By the way, was i the only person to notice that “Deno” is an amalgamation of “Node”?
Re: Things I Regret About Node.js [video]
#120Some kind soul want to do a summary? I got through "uh hey, uh so" and remembered why I don't do videos.