> RadiantOS treats your computer as an extension of your mind. It’s designed to capture your knowledge, habits, and workflows at the system layer. Data is interlinked like a personal wiki, not scattered across folders. This sounded really interesting... till I read this: > It’s an AI-native operating system. Artificial neural networks are built in and run locally. The OS understands what applications can do, what the…
Good luck running your super-necessary local models without nvidia drivers
Radiant Computer
131–140 of 165 posts
Re: Radiant Computer
#132I'm interested in the idea of a clean slate hardware/software system. I think being constrained to support existing hardware or software reduces opportunities for innovation on the other. I don't see that in this project. This isn't defined by a clean slate. It is defined by properties that it does not want to be. Off the top of my head I can think of a bunch of hardware architectures that would require all-new softw…
BeOS was one. When Apple was looking for its "next generation" OS, everyone assumed that Gassé and BeOS were going to be it, but they chose Jobs and the legacy (FreeBSD-based) NextOS. I know that "old is bad," in today's tech world, but, speaking only for myself, I'm glad they made the decision they did. BeOS was really cool, but it was too new.
I absolutely love BeOS - it remains the pinnacle of user-focused computing for me - but I think it would have been a tough job to base another commercial OS on it. We'll never know what could have happened, but Apple probably made the right choice in buying NeXT.
Re: Radiant Computer
#133I'm interested in the idea of a clean slate hardware/software system. I think being constrained to support existing hardware or software reduces opportunities for innovation on the other. I don't see that in this project. This isn't defined by a clean slate. It is defined by properties that it does not want to be. Off the top of my head I can think of a bunch of hardware architectures that would require all-new softw…
NCube. 64 to 1024 CPUs in an N-dimensional cube.[1] I played with one a bit when Stanford got one surplus from an oil drilling company. Not very useful.
It's straightforward to build non-shared-memory MIMD machines, but they are not historically successes and are very difficult to program. Classic example: Sony PS3. Unless the problem is very well matched to the architecture, which we might see for backpropagation and such.
Re: Radiant Computer
#134Earlier quoted context omitted.
> Radiance compiler targetting RISC-V ISA. Involves writing an R' compiler in C and then porting it to R'. R is a language for statistics and data analysis, I can't understand why they chose it for low-level systems programming having modern alternatives like Go or Rust. Maybe it has to do with the AI integration. It seems interesting enough to follow, but I'm uncertain about its actual direction. Edit: Thanks to peo…
Yes, R' is "R prime", unrelated to the statistics language. Honestly didn't think about it that much.
Re: Radiant Computer
#135This just reads like complete BS vaporware.
Why should any of us take it seriously?
Re: Radiant Computer
#136Earlier quoted context omitted.
Yes, R' is "R prime", unrelated to the statistics language. Honestly didn't think about it that much.
Honestly putting a single single-quote in the name of your programming language seems like trolling
Re: Radiant Computer
#137> RadiantOS treats your computer as an extension of your mind. It’s designed to capture your knowledge, habits, and workflows at the system layer. Data is interlinked like a personal wiki, not scattered across folders. This sounded really interesting... till I read this: > It’s an AI-native operating system. Artificial neural networks are built in and run locally. The OS understands what applications can do, what the…
> what personal computing could be when designed from first principles.
Actually this bugs me more. I really dislike how frequently people claim "first principles". First principles are those that cannot be reduced. It's often used not in this way and all that accomplishes is people tricking themselves (or worse, tries to convince others) that these are the simplest components. We use first principles in subjects like math and physics but honestly 99.9% of what we work with in those domains are not through first principles. Maybe if you start with axioms in set theory or if you're in physics trying to derive a ToE (what those first principles are) then you're not down there.It bugs me because deriving first principles is an extremely complicated task. Its also a very beneficial exercise, especially when trying to build things from the ground up. Constantly asking yourself how this can be broken down even more. First principles are not where you start. Having them should demonstrate a large amount of work having already been done and deep thought into what you're doing.
When clicking on that section I see nothing that looks like first principles. I see really a manifesto and much of which is actually difficult to distinguish from current computing.
It's a nice manifesto, but also seems too vague and naïve. Though the latter is generally a feature of manifestos, not exactly a fault
[0] to me, AI being built in should look more like AI being used like physics informed networks. Which are more using the NN for optimization. You could definitely abstract out more and this would be cool and interesting to see. But from the sound of it, it seems more like they're just putting LLMs in
Re: Radiant Computer
#138Earlier quoted context omitted.
That image is giving me some Evangelion vibes: https://wiki.evageeks.org/Ramiel
I am fascinated by the art but it seem bizzarely overdefined relative to the software vision laid out in text. That is, the amount of richly imagined imagery dramatically outpaces the overall coherence of the vision in every other respect. And as with the text, the art feels AI generated. In fact I even think it's quite beautiful for what it is, but it reminds me of "dark fantasy" AI generated art on Tikok. I have no…
Ironic for a project claiming to be rooted in human creation
Re: Radiant Computer
#139The landing page reads like it was written with an LLM. Somehow this makes me immediately not care about the project; I expect it to be incomplete vibe-coded filler somehow. Odd what a strong reaction it invokes already. Like: if the author couldn’t be bothered to write this, why waste time reading it? Not sure I support that, but that’s the feeling.
Re: Radiant Computer
#140Earlier quoted context omitted.
I agree! I've been thinking about why terminal software is so compelling, and how to make that the default while keeping the system accessible to beginners. I think there's a way to do it, to unify GUI, TUI and CLI.
Take a look at what Rebol did in the late 90s. They have a DSL called "View" for making user interfaces with your scripts. Rebol itself shipped with a program that came with a ton of sample applications including Tetris. The creator of Rebol (Carl Sassenrath) was also big on the Amiga scene and envisioned what he called iOS (internet operating system, not the Apple iPhone OS) where you would do stuff like load a web…