Hacker News new | past | comments | ask | show | jobs | submit | fdjm's comments login

There is a shell in Fuchsia, but it's not a unix, so neither make nor gcc will run natively on it.


My windows machine can run make and gcc natively. You don't need to be unix to run those platforms. I haven't watched fuchsia closely (last interfaced about 6 years ago, talked to a team member, who said that eventually it would be able to emulate unix enough to build and host a compiler).

I guess I should have put my question in a more useful way: why would I want to use this desktop, given its limitations compared to existing desktops? Is it ever going to be a development system? If not, I can't see how it would grow beyond being a device environment- in which case there probably shouldn't be a terminal anyway. Probably I'm asking for something which is not a goal of fuchsia, but in that case, I really can't get exicted about something that's supposed to replace Android and other OSes.


If you look at the architecture diagram, material is one of two supplied, but optional widget libraries (you can replace with your own, but obviously that's a lot of work): https://docs.flutter.dev/resources/architectural-overview#ar...


They don't install the apps for the purpose of seeing advertising, and there's no way to opt out of the ads, so I don't think that is a good assessment.


I never see Instagram ads, but then again I don't have an Instagram account or have the app installed.

The opt out button is the "delete account" button. Instagram and Facebook's surveillance-based advertising systems are one and the same.



The actual reason:

> In conclusion. Too early, lack of experts, rapid evolution pains. It was stacking risk on top of an already risky project.

Rust was extremely immature and too early to be used in an OS at the time. It just hit 1.0. By then, Fuchsia already wrote its kernel Magenta (now Zircon) in C++.

In short, it did not make sense to write the OS kernel in Rust from both a technical and business standpoint at the time.


Rust is not the only game in town though, there are the traditional estabilished safer alternatives to C++.


Dude it's a kernel. What other alternatives do you suggest? ATS and all sound nice for academic projects but it's an industry project (even if some research purpose is there) they have different tradeoffs.


Ada has been around since the 1980s and works in this space; see for example Muen separation kernel: https://muen.sk/


Ada is not even as popular as rust. Betting on Ada is not viable for Google.



I'm curious what you think the risk management strategies are for NVidia and Google projects and why they are the same.


Two companies that play on the same league, curious to see you think otherwise.


I'm sure they don't need my recommendation, and the whole thing is moot today if Rust has fixed the issues in the years since.

But to play with counterfactual history: Apparently Go is fairly big there. There was a Usenix paper about a Go kernel a while back, and there's also gVisor. Then there is Ada, and Kotlin native, and various safe dialects of C. MS did one in .NET - there were lots of options.


There are papers with Python kernels. Doesn't mean Python's a good language for writing a kernel. gVisor had to fight Go quite a lot, I think it was a huge mistake for them to choose it.

Ada is the only language you've mentioned that really fits IMO. One of the safe languages like P would be interesting but it's unproven in the space.

As for Ada, it's a sad story, but ultimately the language is unlikely to gain traction after too many early mistakes (particularly around licensing).


Of course I now had to go dig up the reference due to the flippant Python kernel comparison :)

The benefits and costs of writing a POSIX kernel in a high-level language

Cody Cutler, M. Frans Kaashoek, Robert T. Morris MIT CSAIL

https://www.usenix.org/conference/osdi18/presentation/cutler

So its from quite a prestigious institution, has at least one big authors, and concludes that it works quite well and recommends it over C for new kernels and VMMs.

I also disagree the "no traction" argument about Ada since it's been used in real projects and had a big enough developer community for a long time, and is alive and well. People can surely pick up new programming languages when they join a new project, I know I've done it many times. Tooling licensing should be fine as well since GNAT is available under GPL + Licensing exception, same as Google has been using with GCC since dawn of time, and under the Adacore license which Google probably can afford.

So, I hold that there were many other options vs Rust. Including the others in my original comment that we didn't get to in details. Except Kotlin Native, I made a timeline mistake there, it was too early in 2016.


Several 80's kernels had enough Mesa, Modula-2 and Object Pascal on them.


Thanks, I appreciate the context here although I didn't actually ask that question.


Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: