Slashdot Mirror


A Talk With Syllable OS Lead Developer Kaj de Vos

angry tapir writes "I recently had a chance to interview Kaj de Vos, the lead developer of Syllable: An open source desktop operating system that's not based on Linux nor one of the BSDs. There's a write-up of the interview here, which includes some background on the project. I have also posted the full Q&A, which is very long but definitely worth a read."

2 of 121 comments (clear)

  1. Re:NOT based on Linux? by JabberWokky · · Score: 5, Informative

    You seem confused. The project releases a matching server that does use Linux as the kernel. The desktop OS does not. It's based on AtheOS, a new OS from scratch with a fair amount of application support built up over the years for a minor OS.

    --
    "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
  2. Re:To summarise the article. by oever · · Score: 5, Interesting

    That sounds very much like Android Intents and Activities.

    An Intent provides a facility for performing late runtime binding between the code in different applications. Its most significant use is in the launching of activities, where it can be thought of as the glue between activities. It is basically a passive data structure holding an abstract description of an action to be performed.

    --
    DNA is the ultimate spaghetti code.