Live data from Hacker News

Radiant Computer

radiant.computer

91–100 of 165 posts

Re: Radiant Computer

#91
post #80

> 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…

People had similar fears about OLE in Windows 95.

That’s kind of where my mind went too. They’re pitching this functionality for use by AI, but if it’s actually something like OLE or the Smalltalk browser or something like that where you can programmatically enumerate APIs, this has a lot of potential for non-AI use cases too that I generally find lacking in conventional platforms.

Re: Radiant Computer

#92
post #76

The 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.

I am very concerned about the long term effects of people developing the habit of mistrusting things just because they’re written in coherent English and longer than a tweet. (Which seems to be the criterion for “sounds like an LLM wrote it”.)

Wait until the bot herders realize you can create engagement by having a bot complain about texts being LLM-like.

Re: Radiant Computer

#93
post #33

I'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…

Thanks for these thoughts -- I agree in principle, but we have to juggle a couple things here: while Radiant is in some ways an experiment, it isn't a research project. There are enough "obvious" things we can do better this time around, given everything we've learned as an industry, that I wouldn't want to leapfrog over this next milestone in personal computer evolution and end up building something a little too unfamiliar to be useful.

Re: Radiant Computer

#94

> 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…

> 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

#95

I read clean slate architecture and "no baggage" and thought someone was designing a non Von Neuman architecture machine with a novel clockless asynchronous cpu, but nope, it's a custom OS running on RISC-V

I thought that too. It would have been such an interesting thing, I would have (modestly) contributed to their Kickstarter even if it didn't produce a commercial product in the end.

Re: Radiant Computer

#96
I am wondering what linux distro/iso comes up with a liveboot gui desktop environment but without a web browser (I only know of tinycorelinux but that is too barebones and I wanted to build my own iso on top of it but it was a little hard to install packages when I tried following its remastering guide etc.)

I even tried to search it on distrowatch with the negate option in their search but it seemed to be broken.

I needed it once to build my own "studyOs" , and in the process I went down a deep rabbit hole on about the hobby-ist distros of linux and their importance.

I then settled on MXLinux because of what I wrote below

People recommend cubic etc. but personally I recommend MXLinux. Its default linux snapshot feature was exactly what I was looking for and it just worked.

I glanced over this and I was excited thinking oh great this could be a linux iso with no browser and similar to tiny core but I found out through the comments that its focus on LLM's etc. is very vague and weird for what I am reading.

I just feel like its seriously not getting the idea. I want to effectively dissect this post's tenants from a Linux user for just a few years.

My first experiences was positive, then negative and now its mixed really.

I feel like this is intending on become so hardware focused that I am not even sure what they mean by this. From my limited knowledge, Linux tries to do a lot of things simply to boot up into a predictable environment on every computer device most likely to the point that there are now things like nix that can arise your system in a determinist system.

I still think that there is a point in making something completely new instead of Yet another Unix from what I can tell, but my hopes aren't very high, sorry. You would have to convince me from why the world would be better off with this instead of Linux aside and their notes on why not linux is still absolutely mixed thoughts in my opinion

> Linux is a monolithic kernel. All drivers, filesystems, and core services share the same privilege space. A single bug, eg. a bad pointer dereference in a GPU driver can corrupt kernel memory and take down the entire system.

Can't drivers be loaded at runtime and there are ways to isolate the taking down of entire system imo. I think this is just how a monolithic kernel should work, no?

I read more discussions on mono-lithic kernel and micro-kernel on Tanenbaum–Torvalds debate wiki [1] and here is something that I think to be apt here

> Torvalds, aware of GNU's efforts to create a kernel, stated "If the GNU kernel had been ready last spring, I'd not have bothered to even start my project: the fact is that it wasn't and still isn't."

Some other person on the usenet group also called gnu hurd a vaporware and well I think there is some factuality to it and gnu hurd team was working on hurd far longer than linux was working at linus (an excerpt? from the same wikipage)

Another line I want to share is this from the wiki: Different design goals get you different designs

I think I was going to criticize the radiant computer but hey, its open source,nobody's stopping you from doing work on it. And this line was said defending linux earlier, so it sure can defend this

But at the same time, my concerns regarding this or any project is regarding it becoming vapor-ware. Linux is way too big and actually good enough for most users. I don't think that the world can have a perfect os. It can have a good enough tho and from the end user, Linux is exactly that. The fact that its open source and is genuinely good at what it does, and there is absolutely no denying about it. You could live your whole life using linux Imo. Its beautiful.

I used to defend NetBsd etc. or hate systemd etc. but the truth of the matter is that nobody's forcing you to use systemd or netbsd, you damn well could use a server without it but I have found that the mass adoption does make me convince that a sys-admin level, linux, maybe even debian or systemd in general would have its gains.

I think linux is really really really good, its just the best imo but I will still try out things like the freebsd,openbsd etc. . I genuinely love it so much. Its honestly wild / even a fever dream when you think about it that something like linux even actually exists. Its so brilliant and the ecosystem around it is just chef's kiss.

One can try and these are your developer hours but I just don't want to see things turn into vaporware, so I will just ask you a question on how do you prevent this project from becoming a vaporware. I am sure this isn't the first time someone has proposed the ideal system and it wouldn't be the last either.

Edits: Sorry this got long. I got a little carried reading the wiki article, its so good.

[1]: https://en.wikipedia.org/wiki/Tanenbaum%E2%80%93Torvalds_deb...

Re: Radiant Computer

#98

This looks like an advertisement for a new season of Severance or something. The image on this page is wild: https://radiant.computer/principles/ Of course, I am intrigued by open architecture. Will they be able to solve graphic card issues though?

Am I hallucinating or is that black diamond in the sky a little malproportioned?

It's an AI generated image

Re: Radiant Computer

#99
I thought they were talking about redesigning hardware from the ground up. There will always be history and baggage if you are working with the same computer instruction sets. From the very beginning at the level of assembly, there is history and baggage. This is not ambitious enough.

Re: Radiant Computer

#100
post #79

The most important question I have for any project like this is: who is making it? And this website does not answer this question.

Alexis Sellier is the author of all of the posts under /log
Post reply on HN