Slashdot Mirror


Interview with Vita Nuova CEO Michael Jeffrey

Little-Fat-Sheep writes: "Lots of talk on Slashdot and elsewhere lately about the future of Operating Systems being massively distributed. Well, the technology exists for years now in the two operating systems offered by Vita Nuova: Plan9 and Inferno. OSNews features today an interview with Vita Nuova's CEO, Michael Jeffrey."

8 of 104 comments (clear)

  1. Fermentation... by sterno · · Score: 3, Insightful

    It amazes me how long it's taken for these ideas to ferment. I mean I was talking with people about the distributed OS concept back in 96 or so. I have to wonder why the concept has sat mostly unexplored for this long. Perhaps more importantly, I wonder why it's suddenly hot again. Is there some actual practical use for the technology that's bringing it back into the light? Or are people just thinking this is the next logical step of P2P and thinking that it will be hot because P2P is?

    --
    This sig has been temporarily disconnected or is no longer in service
    1. Re:Fermentation... by Anonymous Coward · · Score: 4, Insightful

      Wow, amazing. One would think that if you had, indeed, invented the concept of the Distributed OS back in 96 or so, you would know that Plan 9, a fully distributed OS had been around since the 80's. It's amazing how long it takes for a clue to ferment these days.

  2. A correction and thoughts by clump · · Score: 4, Interesting

    One little nit-pick is that the article mentions both Plan9 and Inferno are not Open Source. Also, its important not to look at the significance of these operating systems as in current market saturation, but what new and exciting features they can bring.

    Regarding the 'killer platform', im not sure that Holy Grail exists. However the world proves daily that implementation is more important than design, so just pick what works best for you.

  3. Michael Jeffrey sums it up in one sentence by evil_roy · · Score: 4, Informative

    " I believe Inferno achieved what Java set out to do. "

  4. Re:Open Source? by anothy · · Score: 5, Informative

    note the capitalization. Plan 9 is open source, but due to some traits in the license, it's not considered Open Source as per the requirements of the OSI. Inferno is open source except for a few core components, which are based on a subscription license model. i'm not sure if the license covering the non-core software is Open Source, although it is open source. the core software is clearly not.

    --

    i speak for myself and those who like what i say.
  5. Re:Inferno Plugin (fractal program) - not a fracta by furiousgeorge · · Score: 5, Informative

    >>Eventually it gets all pixellated

    you're reaching the numeric precision of the hardware. Most fractal viewiers out there have this problem. They may do things in 64 bit math or 128 bit math or use their own custom routines, but eventually you zoom in so far the math falls apart.

  6. Re:JavaOS and Inferno by anothy · · Score: 5, Informative

    Yes. Inferno applications are written in a concurrent programming language called Limbo. the language reference manual is available online, as are varous descriptions of programming in the language (and some other papers as well). the language is C-like in structure, with influences from many other places, like Pascal and Algol. of particular note are channels, a data type for inter-process communication which makes writing multi-threaded and/or distributed apps easier than in maybe any other system. it's a beautiful language.

    --

    i speak for myself and those who like what i say.
  7. Re:Plan 9 / Open source by anothy · · Score: 4, Informative

    Plan 9 is open source, but it is not Open Source. that is, it doesn't meet the criterion set forth by OSI for its license to get the "Open Source" mark. you can, however, get full source to Plan 9 for free and use it towards any end, commercial or otherwise.

    note also that the commentary you're linking to is commenting on an older version of the Plan 9 license; most (not all) of the issues have been addressed.

    --

    i speak for myself and those who like what i say.