Airyx OS
231–240 of 258 posts
Re: Airyx OS
#232Apple cease and desist in 3... 2...
It looks like the APIs are being reverse engineered, thus even if this happens, Apple likely has little legal ground to stand on, if at all (IANAL). See also ReactOS[0]. [0] https://reactos.org/
Re: Airyx OS
#233Earlier quoted context omitted.
As I'm saying, to choose MacOS or Windows 10 as your foundation is a dead-end. Many have tried before. If you read my comment, you'd have read that I propose to look to the history of Unix as the foundation.
Why is it a dead-end and building on the outdated Motif isn't?
Re: Airyx OS
#234Not to diminish the effort, but I think replicating the look and design (as in how things work) of MacOS (or Windows 10) is a pitfall that very few alternative OS developers manage to avoid. It's just a bad idea. They'll never get even close, and those screenshots on Imgur prove it. What I'd prefer is if these definitely brilliant developers would "own" the Unix history more, and build upon Motif. Put the effort do c…
Re: Airyx OS
#235Earlier quoted context omitted.
Working second link: https://en.wikipedia.org/wiki/Google_LLC_v._Oracle_America,_... > (it has a "." at the end) That decision only applies in the USA. I think it will be undetermined in many jurisdictions.
If it is, then expect everyone selling PCs to get a nicely worded letter from IBM about their BIOS. Any jurisdiction that rules differently will imperil their whole software industry.
Re: Airyx OS
#236Earlier quoted context omitted.
They are no threat to Apple; Apple's business is selling hardware, with software bundled to it. This is no more menace to them than ReactOS for Microsoft.
A natural pivot if the software was successful would be to start selling the hardware with the software putting them in direct competition. After all people generally don't buy OS they buy computers.
OTOH Wine, properly improved and adjusted, sort of made a dent in the market in the form of Steam game consoles.
Re: Airyx OS
#237Earlier quoted context omitted.
Sure there are (for some definition of "most important parts). Take a look at GNUstep for a start. Some MacOS frameworks like WebKit are also open sourced from Apple itself. As an example of how this works in practice, the disassembler/decompiler Hopper has both MacOS and Linux versions that are compiled from the same code. Now, how successful they'll be extending the open source frameworks to made this useful in com…
GNUStep is not current with the frameworks that it corresponds to on macOS (and was never complete). Those frameworks are also a tiny part of the full set that you need to build non-trivial software on macOS. Audio? Video? so much more stuff that nobody has ever tried to reimplement the APIs for. Yes, such a reimplementation would be legal,but Wine has been a project for 20+ years and has a huge headstart compared to…
Re: Airyx OS
#238Not to diminish the effort, but I think replicating the look and design (as in how things work) of MacOS (or Windows 10) is a pitfall that very few alternative OS developers manage to avoid. It's just a bad idea. They'll never get even close, and those screenshots on Imgur prove it. What I'd prefer is if these definitely brilliant developers would "own" the Unix history more, and build upon Motif. Put the effort do c…
XFCE was born as a CDE clone, then it switched to GTK from XForms, but the essence looked really close to CDE.
On philosophy and universalitiy among Unices, QT won.
Re: Airyx OS
#239Not to diminish the effort, but I think replicating the look and design (as in how things work) of MacOS (or Windows 10) is a pitfall that very few alternative OS developers manage to avoid. It's just a bad idea. They'll never get even close, and those screenshots on Imgur prove it. What I'd prefer is if these definitely brilliant developers would "own" the Unix history more, and build upon Motif. Put the effort do c…
And while they are at it, they really oughta think about how that Unixy 3D file manager from Jurassic Park would look if invented in 2021!
Re: Airyx OS
#240Earlier quoted context omitted.
The big problems continue to be • C being a shitty language that does not force or even encourage programmers to handle errors • implementation knowledge about file system technology is generally stuck in the 1990s • disk controller hardware lying to the OS to make them appear more performant than they really are visit https://danluu.com & ctrl+f "files"
> C being a shitty language that does not force or even encourage programmers to handle errors I don't see where this is coming from. Most of the world's top filesystems are written in C, and they work just fine. Maybe other languages could get better results, but it's hard to say with so little data. > implementation knowledge about file system technology is generally stuck in the 1990s If you are talking about me,…