Node OS
11–20 of 53 posts
Re: Node OS
#12One thing I can't seem to find is, is this a true nodejs-based operating system in that it's all single threaded? single-threaded event loop stuff works well for network servers but an OS? To me it seems like a terrible idea.
If each app is running it's own thread, and can spawn new threads, maybe that would work.
Also, though Node.js is currently single-threaded, there is the Nexus project https://github.com/voodooattack/nexusjs which is doing multi-threaded javascript. Maybe this or Node.js will support multiple threads in the future.
Re: Node OS
#13As much as I love Node.js, I have grown to dislike npm. Git + Github is a much nicer way to publish.
Also the whole left-pad fiasco.
Re: Node OS
#14Re: Node OS
#15Re: Node OS
#16> As much as I love Node.js, I have grown to dislike npm. Git + Github is a much nicer way to publish. Also the whole left-pad fiasco.
Re: Node OS
#17What would be really interesting is Elixir-OS/Erlang-OS where the entire OS can take advantage of a 50 core CPU.
Re: Node OS
#18I'm astonished that this has been up for an hour and no one's mentioned Atwood's Law: "Any application that can be written in JavaScript, will eventually be written in JavaScript." http://blog.codinghorror.com/the-principle-of-least-power/
THE BIRTH & DEATH OF JAVASCRIPT https://www.destroyallsoftware.com/talks/the-birth-and-death...
Re: Node OS
#19Re: Node OS
#20> As much as I love Node.js, I have grown to dislike npm. Git + Github is a much nicer way to publish. Also the whole left-pad fiasco.
Not going to defend npm here, but how is using Github as registry going to avoid left-pad-gate?
But using git means its theoretically possible to have multiple registries - etc.