Has anyone used Redox OS?

In summary, the discussion around Redox OS centers on user experiences and opinions regarding its performance, usability, and functionality as an operating system. Many users highlight its unique features, such as safety and concurrency, while some express concerns about software compatibility and maturity compared to more established operating systems. Overall, feedback is mixed, with some users finding it promising for specific applications and others preferring more widely adopted alternatives.
  • #1
Woolford180
3
0
TL;DR Summary
Has anyone heard of this OS and/or used it? I am curious how it holds up to Linux for use in physics.
I have come across an new Unix-based OS that uses a micro-kernel architecture and is written in Rust (https://www.redox-os.org/). Has anyone heard of this OS and/or used it? I am curious how it holds up to Linux for use in physics.
 
Computer science news on Phys.org
  • #2
No, however, there is a schism in the Linux community over rewriting Linux in Rust vs. keeping it in its original C base.

I did find this glowing review:

https://www.zdnet.com/article/redox...d-you-should-try-it-despite-what-its-missing/

It looks like it's on the bleeding edge right now. It's fun to play with, but not to rely on just yet.

Their FAQ says a lot as well. Started in 2015 but still considered alpha/beta and not yet at 1.0 release level yet.

https://www.redox-os.org/faq/#what-is-redox

One thing about new OS platforms is their reach regarding support libraries. Many established Linux distros have extensive math libraries, but this new OS may have only a fraction of them ported over. This could prevent you from doing meaningful physics simulations.

This same dilemma arises with languages, too. I had heard folks prototype new stuff in Python using Numpy support but then move it to Go, aka Golang programming, for production. Go has a similar library called Gonum, but it needs some essential functions that one must write from scratch to complete a port.

I've done some physics simulations using Java-based Open Source Physics, but they are strictly in Java. If I wanted to do them in any other language, I'd have to port the OSP code over.
 
  • Like
Likes FactChecker
  • #3
jedishrfu said:
there is a schism in the Linux community
That is an invariant.
 
  • Haha
Likes Tom.G
Back
Top