Who is Going to Buy SkyOS?
An anonymous reader wonders: "With the huge amount of operating systems available (numerous free and non-free Linux distros, Windows, Mac OSX, BSD, etc) who would buy SkyOS? An OS that was once free will now become a commercial operating system with the release of version 5.0. Although 'Porting applications from POSIX operating systems is an easy task', applications will still have to be ported since SkyOS 'isn't based on any other operating system'. This leads me to wonder...is there something about this operating system that I'm missing? Has anyone out there tried SkyOS and why would anyone pay for SkyOS with all of the alternatives out there with tonnes of software easily available?"
People buy windows when there is a free alternative. The reason is simple. SkyOS does something very well, and people who need that one thing done well will buy it. Don't ask me what it is that it does well...
Body in a woodchipper...HA HA!
If he is in heaven, would he use SkyOS?
Body in a woodchipper...HA HA!
Without app support, an OS, if it comes in reinforced box and a heavy manual, is at best a doorstopper. The success of a computing platform depends on the success of its OS which in turns depend on the available apps.
http://buddytrace.com/
I used to periodically checking up on SkyOS until about 2yrs ago or so when it they announced they were going to be a commercial OS. I dont have anything wrong with them being commericial, it just lost my interest, cuz I'm not going to pay to check something out. I think most people that are into tinkering around with computers or OSes might be into it, just to see what ideas others are up to. I personally think Syllable, ReactOS and Symphony are more likely to take off than SkyOS.
I'm actually rather fond of Sky OS. The interface is great, and the OS hasn't acquired the kruft of a mainstream OS like Windows, Linux, or OSX.
That having been said, it doesn't run on a lot of hardware, and it doesn't run a lot of applications. Their best bet is either selling it En masse to computer manufacturers as an alternative to linux, or putting it on well-designed hardware as an elite os. Maybe work their way in with specialized hardware makers, like Car manufacturers, to build up a following.
I'd also recommend pre-loading it on USB thumb drives, for those who can boot from a USB thumb, to help people get experience with the OS.
The ______ Agenda
If you change your point of view - maybe the develop of SkyOS is hoping that another corporation will buy out SkyOS and use the source for their own product(s)... embedded OS maybe?
$30 for a bebeta OS with limited application and hardware support, with expectations of a "community" rising en masse to do the necessary work to make it usable? I wish Robert and Kelly all the luck in the world, while saying that anyone who freely gives away their work to this for-profit enterprise needs to come to work for me.
As a lot of other posters have said, there's not very much software for it other than what they themselves provide, but there's another side of it, too – hardware. If I remember right, last time I saw anything about SkyOS (I will admit it was a while ago) there was very little hardware or software support. Couple that with the high price tag – i.e., any price tag – and lack of publically-available source code, and I honestly just don't see any reason other than the hell of it.
Personally, if there's any "alternative" OS I hope takes off, it would have to be either Linux [insert obligatory reference to Ultima here], or one of my favorite "pet" projects, ReactOS. The nice thing about the latter is that it (will eventually) support the same software running on Windows, so if not the most ideal system – obviously, if it runs the same software, a lot of vendors may not see any reason for an open-source, Linux-compatible, etc. version of their product – at least it (will be) a somewhat practical one than a Linux system. And OpenBSD is totally kick-ass, although honestly I'd say it's probably in exactly the right place right now; those who can understand it can use it, and everyone else can stick with something better suited for them.
DISCLAIMER: I will admit I'm a Linux dev / distro maintainer and there may be some bias here...
Creative misinterpretation is your friend.
Once they add decent NETworking capabilities (and rename their product accordingly), I'm sure there's quite a number of people who just can't resist.
charon
As for the viability of the project (assuming that it's legally clean) - no, it is not viable. As simple as that. ISVs will not develop software for it and people are confused enough with Windows vs OS X vs Linux - the market is saturated. I'm sure SkyOS will have it's share of dedicated followers and users (all 23 of them) but that's pretty much it's niche.
...at a time that Windows was not established like it is today, yet it failed to grab an important market share. SkyOS would have to be a truly superior O/S in order to have any success...but that is highly unlikely, because both Microsoft and Apple have tremendous horsepower to back their O/Ses up.
I have no idea how SkyOS operates, but it seems like another O/S based on processes/scheduling/filesystem. Isn't it time to move beyond those? todays needs are much more dynamic than the current 40-year-old O/S model offers.
There are so many advertisements in that magazine, you'll be hard pressed to actually find "content".
In lifestyle magazines, the ads are often the content. The odd column or feature are nice extras, but fluff.
J
Ever since I've been alive, television in the UK has *never* been free and I'm not talking about the "obvious" case of advertisements funding the media. In the UK, every household with a television has to pay an annual television license (and several other European countries are similar). This funds the BBC and allows it to run with no advertisements across all its properties (hence why the BBC Website is ad-free for example, though that's about to change with the "international version" I believe).
For a long time, the UK TV license also covered radio as well, but I'm not sure that's the case now (i.e. if you have a radio, but no TV, you no longer need a license). So that's not always been free either. If you really must go on about "free television and radio", please qualify it with the country you're talking about and, of course, feel free to ignore how they aren't actually free anyway (advertisements/sponsors fund them, which ultimate comes out of the public's pocket).
It does have the befs. The Haiku project recreated the file system of BeOS, and SkyOS beta testers voted to use it, although it hade to be modified to be able to boot it with grub.
It has live queries, and meta data journaling. It also come with an mp3 by Kelly Rush.
Last time I checked it was Say It Ain't So as written by Weezer. I doubt they're paying the ASCAP performance fee.
We of haiku are happy to have SkyOS use our stuff.
From the "System Requirements" FAQ:
USB Devices/Hosts are currently not supported.
Wireless Networking is currently not supported.
SATA drives are currently not supported (if you have such an option in BIOS, try using SATA->PATA emulation).
Printers, scanners, digital cameras and webcams are currently not supported.
None of them new though, but well integrated and there by default.
1) An automatic media playback/manipulation framework. Nothing new here (see DirectShow, gstreamer, Quicktime) but it's more transparent, easier to configure they way you want to, it's an OS-level service, and it comes with lots of filters and encoders/decoders out of the box.
2) SQL metabase for your files. Very similar to WinFS or beagle/inotify in style. You write plugins to extract metadata and it indexes it when you make FS changes. And standard widgets to search/query for file dialogs, file browser, etc. Which is important...
3) A decent security context system that seems to be a blend between NT's model and SELinux's model. It uses the ideas of contexts for users, files and processes from SELinux, but it doesn't burden you with complex transformation rules (instead you have trusted right sources (typically the logon manager), inheritance and voluntary dropping of rights). It offers far more numerous rights than NT or SELinux, and you can add your own.
Files and directories can carry security context identifiers, and the system matches them from the least to most specific user identifier that matches for allow or deny (all users, group member, specific user). The default for filesystems that support security contexts is deny, for those that don't (IE VFAT on flash drives), the default is allow.
Again, you can find examples of all of this implemented elsewhere. These guys are trying to take a lot of good ideas and put them all together in a single baseline that is relatively easy to operate and get your head around. Which I have to support.
Would I buy it? Probably not. Not enough hardware support to bother with a new OS. Better to add these features to existing ones.
THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON