Live data from Hacker News

Why Is Node Being Forked?

dtrejo.com

11–20 of 20 posts

Re: Why Is Node Being Forked?

#11
post #7

Earlier quoted context omitted.

It's just an expression, he stepped down: http://blog.nodejs.org/2014/01/15/the-next-phase-of-node-js/

If it's just an expression than maybe "forking" is also just an expression with a random meaning? Either that or he never was a BDFL.

"For Life" is in the same way that SCOTUS justices have an appointment "for life". It just means they can't be fired or deposed, not that they can only leave in a box.

Re: Why Is Node Being Forked?

#14
post #8

Mikeal's response: " @ddtrejo @izs @piscisaureus it’s a fork as in the GitHub fork button sense." https://mobile.twitter.com/mikeal/status/520285400279965698 This article acts as if they are going their own separate ways when this is clearly not the case. Why did someone make a fork? Maybe to submit a patch? Maybe to have their own copy in case the origin decides to delete? Please be accurate in your posts. Misreport…

I didn't find the actual content of the blog post particularly informative in itself, but there's plenty of indication that this is not just someone forking to submit a patch.

- https://github.com/node-forward is an organisation, not an individual and has put up various repositories centering around the forking effort.

- They have set up a website, http://nodeforward.org/ - which indicates (albeit with scant detail/background) that this is an independent effort to improve node.

- as zzmp pointed out, there is a fair bit of discussion around indicating some political discontent: https://github.com/node-forward/discussions/issues/7

Re: Why Is Node Being Forked?

#17
post #16

Maybe Node will finally get a free operator now: https://mail.mozilla.org/pipermail/es-discuss/2012-October/0...

Seems like a bad idea in a garbage-collected environment. Based on a scan of that thread, it seems like folks would really like debugging ("who is holding on to refs for this?"). Java doesn't have "free" and seems to do pretty well with GC (one can use profilers and what not to instrument and see where memory is leaking, heap dumps can be taken if things get out of hand in production).

Re: Why Is Node Being Forked?

#18
Now I start to understand a coleague who don't recommend using Node before it gets mature.

It's kinda exciting for devs to use something that's actually still being built, but now we'll face different versions of the same tool. And, taking in consideration the oficial NodeJS will still be the one owned by the current BDFL, I fear this split of ideas actually inject problems for developers getting introduced to node.

Re: Why Is Node Being Forked?

#19

Now I start to understand a coleague who don't recommend using Node before it gets mature. It's kinda exciting for devs to use something that's actually still being built, but now we'll face different versions of the same tool. And, taking in consideration the oficial NodeJS will still be the one owned by the current BDFL, I fear this split of ideas actually inject problems for developers getting introduced to node.

I took a very brief look at node for a recent project, but decided that Erlang was way more mature and stable, albeit less trendy and with fewer libraries for it.

Re: Why Is Node Being Forked?

#20
post #19

Now I start to understand a coleague who don't recommend using Node before it gets mature. It's kinda exciting for devs to use something that's actually still being built, but now we'll face different versions of the same tool. And, taking in consideration the oficial NodeJS will still be the one owned by the current BDFL, I fear this split of ideas actually inject problems for developers getting introduced to node.

I took a very brief look at node for a recent project, but decided that Erlang was way more mature and stable, albeit less trendy and with fewer libraries for it.

Been using node in production at work for 6 months, and 2 years in general with zero immaturity issues. The only downside is userland modules which seem stable and active now days.
Post reply on HN