Most active commenters
  • tanvach(3)

←back to thread

520 points OlympicMarmoto | 16 comments | | HN request time: 0.215s | source | bottom
1. tanvach ◴[] No.45067142[source]
I think people have forgotten about Google Fuchsia which I guess is a good sign for a new OS. They’ve done quite well in deploying it seamlessly to their consumer devices.
replies(8): >>45067239 #>>45067302 #>>45067318 #>>45067466 #>>45067549 #>>45069421 #>>45069737 #>>45070546 #
2. blkhp19 ◴[] No.45067239[source]
I thought they rolled back all of those efforts. What devices shipping today come with Fuchsia installed?
replies(2): >>45067337 #>>45067346 #
3. koolala ◴[] No.45067302[source]
The reviews I've seen of its stability and usefulness have not been good.
replies(2): >>45067398 #>>45067400 #
4. belval ◴[] No.45067318[source]
Isn't that somewhat debatable? Originally they were aiming at much more (chromebook OS for example) but seems like they settled for Google Home only as their scope.

Still a very interesting project, but that feels like a similar story, for limited use cases (a smart thermostat/speaker with specific hardware) it works, but for wider use cases with heterogeneus hardware and complex interfaces (actual screen, peripherals) it didn't work.

5. AceJohnny2 ◴[] No.45067337[source]
Google Nest Hub
6. aschla ◴[] No.45067346[source]
According to Wikipedia, looks like only the Nest Nub.
replies(1): >>45067773 #
7. tanvach ◴[] No.45067398[source]
Yup it’s because they had to rewrite the drivers I presume. Always going to be the biggest issue with any new OS.
8. 3eb7988a1663 ◴[] No.45067400[source]
That was also frustrating in that sel4 was right there. Why not invest efforts in the existing thing?
replies(1): >>45070554 #
9. tanvach ◴[] No.45067466[source]
Fun rumor: Google shut down the AR effort and transferred the team to project Fuchsia as a way to retain highly skilled employees. So essentially they didn’t have any real technical needs for a new OS.
10. asadotzler ◴[] No.45067549[source]
It was so good Google cancelled plans to use it in meaningful products and instead delegated it to the bottom shelf products.
11. kyle-rb ◴[] No.45067773{3}[source]
I think some of the Nest audio devices now run it as well.
12. modeless ◴[] No.45069421[source]
"Quite well" by what metric? It shipped on one device. That's pretty much the lowest bar you can imagine! Did it provide any tangible benefit to anyone? Let alone a benefit commensurate with the enormous cost of developing it and continuing to maintain it?

I think it was insane to start a new OS effort written in C/C++. We have plenty of OSes written in C/C++! We know how that story ends. If you're going to spend the effort, at least try a new language that could enable a better security model.

replies(1): >>45072251 #
13. klipklop ◴[] No.45069737[source]
Fuchsia is pretty much a dead product at this point. For things like Phones and Laptops google is using only Android going forward.
14. loeg ◴[] No.45070546[source]
XROS was a Fuschia fork, actually.
15. loeg ◴[] No.45070554{3}[source]
The microkernel core isn't the buggy/hard part; Fuscia's got a similar microkernel that also works great. It's everything else that's hard.
16. pjmlp ◴[] No.45072251[source]
While I agree with the sentiment given my bias towards safe systems languages, Genode OS is pretty much mostly C++, although they added some Ada/SPARK as well, which is relatively recent research OS.