Sora the Hedgehog, on 30 November 2013 - 02:04 AM, said:
I've thought for the longest time that the community should get just together and make a whole bunch of standards (ie for Rednet transmissions, our own version of X, etc, etc) It honestly surprises me a little that it hasn't happened.
Something that would help maintain compatibility with standard CraftOS is trying to create hooks into the current APIs. Using the fs API as an example, you can implement symbolic links and file permissions, and by hooking into the fs API, every program is now automagically aware of permissions and symlinks. It eventually gets difficult trying to hook new functionality into the existing API and still have it make sense, though.
Perhaps we should try for a 'community OS'? I know that there have been ones in the past, but I believe they've all died.
Yes, having it part of CraftOS would be the ultimate way to ensure the standards. I might make a new topic about standards though, it's veering off topic. What do you mean by community OS?
basdxz, on 30 November 2013 - 02:16 AM, said:
I have seen a lot of OS'es but pretty much all of them have severe crash bugs, if you could avoid them then I think more people would use it.
Yea, crashes are obviously things I want to avoid. The current build of the OS doesn't have any crashes so far, but then again it's not very developed yet.