Node OS
21–30 of 53 posts
Re: Node OS
#22What would be really interesting is Elixir-OS/Erlang-OS where the entire OS can take advantage of a 50 core CPU.
Re: Node OS
#23What would be really interesting is Elixir-OS/Erlang-OS where the entire OS can take advantage of a 50 core CPU.
Re: Node OS
#24Re: Node OS
#25Re: Node OS
#26Re: Node OS
#27That's not a very nice tagline to have after the recent left-pad fiasco.
Re: Node OS
#28One 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.
What about something like ChromeOS? Does it need multi-threading? 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
#29I'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/
Re: Node OS
#30Cooperative multitasking, as found in the Windows 3.1 era!