Am I the only one who can't find Part 2?
Look Ma, no OS
61–70 of 91 posts
Re: Look Ma, no OS
#62"Two dimensional navigation for a slide deck would be really helpful, discoverable, and useful." - no one ever
For those who are confused: Hit the down arrow to go thru the slides, when you get to the end of one, hit the right arrow to go to the next section, then rinse and repeat. Just hitting right will show the you the headers for each section. Right jumps from section to section Hitting down goes slide to slide.
Re: Look Ma, no OS
#63Re: Look Ma, no OS
#64The next logical step is to elide the virtualized network and disk interfaces, and then we're back to shared hosting! See you again in twenty years.
Arguably we only got this way because, although UNIX neatly abstracted the file system with user access control, it predated networking which was slapped on the side with no way of allocating network resources between users. If SysV had had filesystem-like means of allocating the right to listen on a particular port to particular user accounts, the world would have been very different, and we'd have been spared entir…
Plan 9 and later Inferno (with Alef and Limbo) would have been better, but they went nowhere.
Re: Look Ma, no OS
#65Re: Look Ma, no OS
#66Thanks for all the comments! Looking forward to reading them in depth and tuning up the ole' preso :) -- Matt Twitter: @mattbajor
We launched Boxfuse last month with support for running JVM apps as unikernels on VirtualBox and AWS.
Here is a blog article from last week about deploying Dropwizard unikernels to EC2: https://boxfuse.com/blog/dropwizard-aws.html
Disclaimer: I'm the founder.
Re: Look Ma, no OS
#67Unikernels are cool to play with. Erlang is cool too. But... - [name] is a kernel thread not a user space process. - its libssl, not "libopenss" - installing rpc, some obscure 55k listening port, and calling it bloated.. heh so cheap. Once past all this FUD - what does a unikernel (basically the same as running linux and your app as /sbin/init except it's in Erlang and not C here)? - its obscure. you get security mai…
namespaced linux boots in Can someone show me this?
Re: Look Ma, no OS
#68Thanks for all the comments! Looking forward to reading them in depth and tuning up the ole' preso :) -- Matt Twitter: @mattbajor
Here is another one for your list: https://boxfuse.com We launched Boxfuse last month with support for running JVM apps as unikernels on VirtualBox and AWS. Here is a blog article from last week about deploying Dropwizard unikernels to EC2: https://boxfuse.com/blog/dropwizard-aws.html Disclaimer: I'm the founder.
Re: Look Ma, no OS
#69Can the same be done for Node.js? What about PHP?
Re: Look Ma, no OS
#70Unikernels are cool to play with. Erlang is cool too. But... - [name] is a kernel thread not a user space process. - its libssl, not "libopenss" - installing rpc, some obscure 55k listening port, and calling it bloated.. heh so cheap. Once past all this FUD - what does a unikernel (basically the same as running linux and your app as /sbin/init except it's in Erlang and not C here)? - its obscure. you get security mai…
the hypervisor separates unikernels from each-other.