Has anyone used Redox OS?

  • Thread starter Thread starter Woolford180
  • Start date Start date
  • Tags Tags
    Redox Rust
AI Thread Summary
Redox OS is a new Unix-based operating system utilizing a micro-kernel architecture and written in Rust. It is still in the alpha/beta stage, having started in 2015, and is not yet at a stable 1.0 release. While it has received positive reviews for performance, it is considered more suitable for experimentation rather than production use due to its current limitations. A significant concern is the lack of extensive support libraries compared to established Linux distributions, which could hinder its application in physics simulations. This issue parallels challenges faced when transitioning code between programming languages, as seen with the use of Python and Go for scientific computing. The ongoing debate within the Linux community revolves around the potential for rewriting Linux in Rust versus maintaining its C foundation.
Woolford180
Messages
3
Reaction score
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
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
jedishrfu said:
there is a schism in the Linux community
That is an invariant.
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Back
Top