Node.js has jumped the shark
unlimitednovelty.com
Node.js has jumped the shark
1–10 of 144 posts
Re: Node.js has jumped the shark
#2 After pointing this out, a member of the Node.js
community (post now deleted) suggested I might have an
obsolete version of Node with a 1GB heap limit and that
I recompile without the 1GB restriction so that this
retarded algorithm can continue eating up all my system RAM.Re: Node.js has jumped the shark
#3Re: Node.js has jumped the shark
#4Isn't it the point of all this madness that jumping the shark for these small and trivial problems is fun and thought provoking?
Re: Node.js has jumped the shark
#5Most people using Node I've had contact with are firmly in the 'right tool for the job' camp. No one sane does CPU intensive tasks inside the event loop... that's what delayed job processor stuff is for.
Re: Node.js has jumped the shark
#6Re: Node.js has jumped the shark
#7First, you shouldn't judge anything by the worst of its kind.
Second, why I keep seeing related stories piling one misunderstanding on top of another on Hacker News?
Re: Node.js has jumped the shark
#8Re: Node.js has jumped the shark
#9Hmm, sounds more like reddit is the thing that has jumped the shark :) Most people using Node I've had contact with are firmly in the 'right tool for the job' camp. No one sane does CPU intensive tasks inside the event loop... that's what delayed job processor stuff is for.
Re: Node.js has jumped the shark
#10Honestly this discussion has kind of highlighted how bad almost all other platforms are and how much room for improvement there is.