←back to thread

224 points azhenley | 1 comments | | HN request time: 0.234s | source
Show context
nhod ◴[] No.45075076[source]
A million years ago in AI time, AKA yesterday, there was a HN post from John Carmack talking about how Meta wasted a ton of time and money making XROS and how nowadays it doesn’t make any sense to write a new OS [1].

And then this post today which makes a very strong case for it. (Yes, a VM isn’t an entire OS, Yes, it would be lighter weight than a complete OS. Yes, it would be industry-wide. Yes, we’d likely use an existing OS or codebase to start. Yes, nuance.)

[1] https://news.ycombinator.com/item?id=45066395

replies(4): >>45075289 #>>45075402 #>>45075695 #>>45078397 #
7373737373 ◴[] No.45075695[source]
WebAssembly with its sandboxing-by-default paradigm is pretty much halfway there, just need a well defined interface to transfer data and access rights between instances, and creating new instances from others.
replies(3): >>45075718 #>>45075919 #>>45081985 #
1. spankalee ◴[] No.45075718[source]
That's what WASI components already are.