Forgive my ignorance but can someone explain how Joyent's acquisition moves Samsung towards their strategic objectives? In other words, how are they going to exploit this technology (and brain gain)?

From the CTO's blog post, it seems to me that Samsung became interested in Joyent not for its most famous product, Node.js, but for its new product, Manta, which is some sort of serverless, distributed, data-storage and processing service (https://www.joyent.com/manta). Manta might be well-suited for the new hotness, the Internet of Things.

So that's how I saw it progressing. Samsung was looking into how to get in on the Internet of Things, stumbled across Manta, and it went from there.

Manta seems like they are throwing the kitchen sink at those problems, tons of containers, proprietary OS, proxies, etc.

If you want to store objects in a distributed way, why not just use something like RethinkDB, which has proxying/sharding etc. built in? RethinkDB even has a way to execute code with 'js'.

Or for serverless processing, why not AWS lambda or the crop of clones?

For the record, there is no "proprietary [operating system]" involved here. The Triton stack (upon which Manta is based) runs on top of SmartOS[1], a wholly open source operating system built around an illumos[2] core.

[1] https://www.joyent.com/smartos

[2] https://github.com/illumos/illumos-gate