Saw this rant about Fuchsia on reddit that appears on the surface to make some good points: https://www.reddit.com/r/programming/comments/6a026o/googles... Not my area of expertise for sure though. Any kernel dev types here had a chance to look at Fuchsia? Is the criticism warranted? Update: Fixed link to point at the right comment. Edit: Should have mentioned the tone is a bit over the top. More interested in the ac…
Can't tell which comment you mean, but if you mean the criticism that Dart is used as a userspace language, that's not related to the choice of kernel (which seems fine to me).
First Rule of Google Fuchsia OS Is to Not to Talk About It
11–20 of 58 posts
Re: First Rule of Google Fuchsia OS Is to Not to Talk About It
#12Earlier quoted context omitted.
I'd suggest that it's possible we're using simple, but functional placeholder implementations of things so the entire system can boot and run, and then various parts of it can be worked on at various paces, in parallel, etc. Lot of moving parts in a kernel, or OS, and one could try to write all of them in their final form first and hope they all work together when done, or one could take a more incremental approach.…
(For context, swetland is currently the main contributer to Magenta, Fuchsia's kernel: https://github.com/fuchsia-mirror/magenta/graphs/contributor... )
Re: First Rule of Google Fuchsia OS Is to Not to Talk About It
#13Saw this rant about Fuchsia on reddit that appears on the surface to make some good points: https://www.reddit.com/r/programming/comments/6a026o/googles... Not my area of expertise for sure though. Any kernel dev types here had a chance to look at Fuchsia? Is the criticism warranted? Update: Fixed link to point at the right comment. Edit: Should have mentioned the tone is a bit over the top. More interested in the ac…
I don't see the rant; that's just the link to the whole discussion. Did you mean to link to a particular comment? I haven't followed Fuchsia that closely, but I was under the impression that the team consisted of some all-star kernel developers; former BeOS people for example?
Re: First Rule of Google Fuchsia OS Is to Not to Talk About It
#14Not really any new information here. It's fun to speculate about what Fuchsia might become, but it's pretty clear Google's not ready to announce anything yet. The only reason we even know it exists is because they made the source code public.
A lot of cooks in the opinion kitchen looking out the window at wheat growing, pretending it’s already a baked cake, and of which they already dislike the taste.
(Disclosure: I work at Google, not on this.)
Re: First Rule of Google Fuchsia OS Is to Not to Talk About It
#15Saw this rant about Fuchsia on reddit that appears on the surface to make some good points: https://www.reddit.com/r/programming/comments/6a026o/googles... Not my area of expertise for sure though. Any kernel dev types here had a chance to look at Fuchsia? Is the criticism warranted? Update: Fixed link to point at the right comment. Edit: Should have mentioned the tone is a bit over the top. More interested in the ac…
Dear god. I looked at the kernel and it's awful
Stuff real operating systems have solved decades ago
WTF?
This is hilarious. Did they decide to reinvent all the wheels badly just because someone at Google was bored?
The ex kernel developer in me feels insulted that a serious company would release something this immature
So, have they actually released Fuschia? I was under the impression that this was still being developed in the open until such time as it actually becomes a "real operating system"? And IMHO the world needs a good open-source microkernel OS; I'm ok if the scheduler is suboptimal on release - that can be fixed eventually. Linux will never be a microkernel OS, but Fuchsia can always be optimized. Performance-wise it just needs to be good-enough on release.
Re: First Rule of Google Fuchsia OS Is to Not to Talk About It
#16Re: First Rule of Google Fuchsia OS Is to Not to Talk About It
#17Saw this rant about Fuchsia on reddit that appears on the surface to make some good points: https://www.reddit.com/r/programming/comments/6a026o/googles... Not my area of expertise for sure though. Any kernel dev types here had a chance to look at Fuchsia? Is the criticism warranted? Update: Fixed link to point at the right comment. Edit: Should have mentioned the tone is a bit over the top. More interested in the ac…
QNX6.6 introduced this too (as a fix for a race condition that existed in QNX6.5 and lower) and it was a huge pain to get actual realtime inbetween the TLB flush storms. Like, this is a make-or-break issue right there. TLB flushes can easily eat 10% of all CPU cores if you start and end a process every second.
Re: First Rule of Google Fuchsia OS Is to Not to Talk About It
#18Saw this rant about Fuchsia on reddit that appears on the surface to make some good points: https://www.reddit.com/r/programming/comments/6a026o/googles... Not my area of expertise for sure though. Any kernel dev types here had a chance to look at Fuchsia? Is the criticism warranted? Update: Fixed link to point at the right comment. Edit: Should have mentioned the tone is a bit over the top. More interested in the ac…
We all have bad days, but some of this rant is really toxic. Dear god. I looked at the kernel and it's awful Stuff real operating systems have solved decades ago WTF? This is hilarious. Did they decide to reinvent all the wheels badly just because someone at Google was bored? The ex kernel developer in me feels insulted that a serious company would release something this immature So, have they actually released Fusch…
"People who are brutally honest generally enjoy the brutality more than the honesty." - Richard Needham
Re: First Rule of Google Fuchsia OS Is to Not to Talk About It
#19The first rule of almost any project at Google is not to talk about it. It the only job I've ever had where I could not tell my wife anything about my work, aside from how lunch was. My wife joked that Google was almost as paranoid as the DoD or NSA, and thought it was very presumptuous of them to force so much secrecy.
Re: First Rule of Google Fuchsia OS Is to Not to Talk About It
#20That being said, I really think the time is ripe for a new desktop OS. There's a lot of lessons from iOS and Android that just aren't showing up on Mac and Windows.