TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Google’s not-so-secret new OS

634 pointsby techenthusiastover 8 years ago

50 comments

michaelmroseover 8 years ago
It was unfortunately obvious that the writer had insufficient tech chops when use the phrase<p>&quot;a post-API programming model&quot;<p>But pressing on how somehow manages to blame the lack of updates to android phones on the modularity of the Linux kernel. The joke of course being that linux is monolithic and googles new OS is a microkernel ergo more modular.<p>The quote is &quot;...however. I also have to imagine the Android update problem (a symptom of Linux’s modularity) will at last be solved by Andromeda&quot;<p>Its hilarious that he can somehow defying all sanity ascribe androids update issue to an imagined defect in Linux. Android phones don&#x27;t get updated because for the manufacturers ensuring their pile of hacks works with a newer version of android would represent a non trivial amount of work for the oem whom already has your money. The only way they can get more of your money is to sell you a new phone which they hope to do between 1-2 years from now.<p>In short offering an update for your current hardware would simultaneously annoy some users who fear change, add little to those who plan to upgrade to a new model anyway, decrease the chance that a minority would upgrade, and cost them money to implement.<p>Its not merely not a flaw in the underlying linux kernel its not a technical issue at all.
评论 #13650883 未加载
评论 #13652487 未加载
评论 #13650751 未加载
评论 #13650715 未加载
评论 #13650681 未加载
评论 #13651825 未加载
评论 #13651170 未加载
评论 #13651011 未加载
评论 #13650625 未加载
评论 #13653511 未加载
评论 #13650998 未加载
评论 #13650744 未加载
MarkMcover 8 years ago
It bothers me that Google does not seem particularly interested in doing the one thing that would make their Android platform absolutely dominant: Allow Chrome to run Android apps on Mac and Windows.<p>Google has already done 90% of the necessary work by adding Android apps to ChromeOS. <i>Two and a half years ago</i> it created &quot;App Runtime for Chrome&quot; which demonstrated that Android apps could run on Windows and Mac in a limited, buggy way [1]. If Google had put meaningful effort into developing such a strategy we would by now have a relatively simple way to develop software which runs on 99% of laptops and 85% of smartphones and tablets. Developers would now be targeting &#x27;Android first&#x27; instead of &#x27;web app first then iOS then maybe Android&#x27;.<p>Sundar, if you&#x27;re reading this - do it!<p>[1] <a href="https:&#x2F;&#x2F;arstechnica.com&#x2F;gadgets&#x2F;2014&#x2F;09&#x2F;hack-runs-android-apps-on-windows-mac-and-linux-computers&#x2F;" rel="nofollow">https:&#x2F;&#x2F;arstechnica.com&#x2F;gadgets&#x2F;2014&#x2F;09&#x2F;hack-runs-android-ap...</a>
评论 #13649952 未加载
评论 #13650081 未加载
评论 #13651823 未加载
评论 #13650077 未加载
评论 #13650650 未加载
评论 #13650128 未加载
评论 #13650471 未加载
评论 #13650329 未加载
评论 #13650187 未加载
评论 #13651033 未加载
评论 #13650568 未加载
评论 #13650421 未加载
评论 #13650025 未加载
评论 #13650651 未加载
评论 #13650521 未加载
评论 #13649941 未加载
评论 #13650013 未加载
viiover 8 years ago
It&#x27;s awesome that Google is doing this and in public too <a href="https:&#x2F;&#x2F;fuchsia.googlesource.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;fuchsia.googlesource.com&#x2F;</a><p>Unfortunately, the hard part of an operating system isn&#x27;t in a cool API and a rendering demo. It&#x27;s in integrating the fickle whims of myriad hardware devices with amazingly high expectations of reliability and performance consistency under diverse workloads. People don&#x27;t like dropped frames when they plug in USB :) Writing device drivers for demanding hardware is much harder than saving registers and switching process context. The Linux kernel has an incredible agglomeration of years of effort and experience behind it - and the social ability to scale to support diverse contributors with different agendas.<p>Microsoft, with its dominant position on the desktop, famously changed the &#x27;preferred&#x27; APIs for UI development on a regular cadence. Only Microsoft applications kept up and looked up to date. Now Google has such a commanding share of the phone market - Android is over 80% and growing <a href="http:&#x2F;&#x2F;www.idc.com&#x2F;promo&#x2F;smartphone-market-share&#x2F;os" rel="nofollow">http:&#x2F;&#x2F;www.idc.com&#x2F;promo&#x2F;smartphone-market-share&#x2F;os</a> - they have a huge temptation to follow suit. Each time that Microsoft introduced a new technology (e.g. <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Windows_Presentation_Foundation" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Windows_Presentation_Foundatio...</a> WPF) they had to skirt a fine line between making it simple and making sure that it would be hard for competitors to produce emulation layers for. Otherwise, you could run those apps on your Mac :)<p>There are many things to improve (and simplify) in the Android APIs. It would be delightful to add first class support for C++ and Python, etc. A project this large will be a monster to ship so hopefully we&#x27;ll soon (a few years) see the main bits integrated into more mainstream platforms like Android&#x2F;Linux - hopefully without too much ecosystem churn
评论 #13653116 未加载
评论 #13650265 未加载
评论 #13650066 未加载
评论 #13649948 未加载
评论 #13649878 未加载
conradevover 8 years ago
The drivers-wifi repository contains a stub for a Qualcomm QCA6174 driver[1] which is found in the Nexus 5X[2], OnePlus 2[3] and meant for smartphones[4]. The drivers-gpu-msd-intel-gen repository contains drivers for Intel 8th and 9th gen integrated graphics[5]. I think it&#x27;s fair to propose that Google plans on running Fuchsia on both smartphones and laptops…<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;fuchsia-mirror&#x2F;drivers-wifi&#x2F;blob&#x2F;master&#x2F;qualcomm&#x2F;driver.cc" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fuchsia-mirror&#x2F;drivers-wifi&#x2F;blob&#x2F;master&#x2F;q...</a><p>[2] <a href="https:&#x2F;&#x2F;www.ifixit.com&#x2F;Teardown&#x2F;Nexus+5X+Teardown&#x2F;51318#s112148" rel="nofollow">https:&#x2F;&#x2F;www.ifixit.com&#x2F;Teardown&#x2F;Nexus+5X+Teardown&#x2F;51318#s112...</a><p>[3] <a href="https:&#x2F;&#x2F;www.ifixit.com&#x2F;Teardown&#x2F;OnePlus+2+Teardown&#x2F;45352#s100455" rel="nofollow">https:&#x2F;&#x2F;www.ifixit.com&#x2F;Teardown&#x2F;OnePlus+2+Teardown&#x2F;45352#s10...</a><p>[4] <a href="http:&#x2F;&#x2F;www.anandtech.com&#x2F;show&#x2F;7921&#x2F;qualcomm-announces-mumimo-80211ac-family-increasing-the-efficiency-of-80211ac-networks" rel="nofollow">http:&#x2F;&#x2F;www.anandtech.com&#x2F;show&#x2F;7921&#x2F;qualcomm-announces-mumimo...</a><p>[5] <a href="https:&#x2F;&#x2F;github.com&#x2F;fuchsia-mirror&#x2F;drivers-gpu-msd-intel-gen&#x2F;blob&#x2F;master&#x2F;src&#x2F;device_id.h" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fuchsia-mirror&#x2F;drivers-gpu-msd-intel-gen&#x2F;...</a>
resoluteteethover 8 years ago
Is this an actual plan of Google as a company, or is this some sort of Microsoft-style war between divisions where the Chrome team has just decided on its own that the future is based on Chrome and Dart?<p>Also, considering the way that the ARC runtime for Chromebooks was a failure and had to be replaced by a system that apparently essentially runs Android in a container, will it really be possible for a completely different OS to provide reasonable backward compatibility?
评论 #13649936 未加载
评论 #13650559 未加载
评论 #13649727 未加载
评论 #13649815 未加载
评论 #13655264 未加载
评论 #13650262 未加载
评论 #13649835 未加载
评论 #13655144 未加载
maheartover 8 years ago
How credible is this source?<p>I don&#x27;t understand half the decisions outlined in the article.<p>&gt; I also have to imagine the Android update problem (a symptom of Linux’s modularity)<p>I seriously doubt the Linux kernel is anything but a minor contributor to Android&#x27;s update problem. Handset developers make their money by selling physical phones. In two years, your average consumer probably doesn&#x27;t care if their device is still receiving software updates. They&#x27;ll jump onto a new phone plan, with a fresh, cool new mobile, with a better screen, newer software (features!), and a refreshed battery.<p>Maintaining existing software for customers costs handset manufacturers $$$, and disincentives consumers purchasing new phones (their cash cow). The money is probably better spent (from their POV) on new features, and a marketing budget.
评论 #13650263 未加载
评论 #13650264 未加载
评论 #13650851 未加载
评论 #13650274 未加载
评论 #13650313 未加载
评论 #13650266 未加载
untogover 8 years ago
If nothing else comes out of this, I hope we end up with an Android OS that works better than the current one.<p>I&#x27;ve been running Android since the Nexus One so I&#x27;m no newbie to the platform, but the ease with which iOS manages to get all UI interactions at ~unnoticable FPS and outstanding battery life is staggering when you&#x27;re used to Android. It feels like some really fundamental choices were made badly on the platform that make it incredibly inconsistent and unreliable. A fresh start would be fantastic.
评论 #13649942 未加载
评论 #13650589 未加载
评论 #13654870 未加载
评论 #13650085 未加载
mncharityover 8 years ago
&gt; I don’t see the average garbage-collected language using a virtual machine allowing for a target higher than 60fps realistically.<p>But... &quot;<i>average</i> garbage-collected language using a virtual machine&quot; doesn&#x27;t describe <i>any</i> of C&#x2F;C++, Dart, Go, Java, Python, or Rust. Nor Javascript.<p>I get greater than 60 fps with my existing Vive three.js WebVR-ish electron&#x2F;chromium linux stack. Even on an old laptop with integrated graphics (for very simple scenes). Recent chromium claims 90 fps WebVR, and I&#x27;ve no reason to doubt it. So 60 fps &quot;up to 120fps&quot; seems completely plausible, even on mobile.
评论 #13652582 未加载
评论 #13650310 未加载
grizzlesover 8 years ago
Since Fuscia is a new kernel, that means it will probably only support Google hardware.<p>The status quo right now among android hardware vendors is to violate the GPL, and they have faced few if any repercussions for doing so. I wonder if Fuscia is sort of viewed as the way forward to addressing that.<p>Anyone care to speculate why there isn&#x27;t a community version of chromium os? I&#x27;d donate to it for sure. It sounds like getting android apps working on it would be pretty easy: <a href="https:&#x2F;&#x2F;groups.google.com&#x2F;a&#x2F;chromium.org&#x2F;forum&#x2F;?hl=en#!topic&#x2F;chromium-os-discuss&#x2F;OfBln-hl7ug" rel="nofollow">https:&#x2F;&#x2F;groups.google.com&#x2F;a&#x2F;chromium.org&#x2F;forum&#x2F;?hl=en#!topic...</a>
评论 #13649751 未加载
评论 #13649860 未加载
bitLover 8 years ago
Seems like Free Software that propelled early Internet pioneers served its purpose and those companies are turning their backs on it - first with Apple, GCC-&gt;LLVM, now with Google, Linux-&gt;Fuchsia :( I am getting afraid of another dark age on the horizon... I guess it&#x27;s going to be inevitable as 90% of SW developers will find themselves redundant when inferring AI capable of composing code blocks and listening to&#x2F;reading speech&#x2F;specifications arrives in upcoming decade, making creation of typical web&#x2F;mobile apps trivial.
评论 #13650897 未加载
评论 #13650605 未加载
评论 #13650944 未加载
评论 #13650585 未加载
techenthusiastover 8 years ago
Article author here. Posted this in the notes, but possibly too buried:<p>For anyone interested, I intend to write quite often about consumer technology on this blog. Topics will include hardware, software, design, and more. You can follow via RSS or Twitter, and possibly through other platforms soon. Sorry for the self promotion!<p>Thanks for reading. Please do send any corrections or explanations.
评论 #13649781 未加载
评论 #13649755 未加载
评论 #13649901 未加载
评论 #13649797 未加载
评论 #13650161 未加载
thinkloopover 8 years ago
Why can&#x27;t the pure web replace apps and programs? All the pieces are almost there: hardware acceleration, service workers, notifications, responsive design...<p>I currently &quot;add to home screen&quot; for most things. I edit my images online, and develop code using cloud9 ide, etc. There are few things I need apps&#x2F;programs for right now, and that&#x27;s improving day by day.<p>iPhone is dropping heavily in world wide market share, but they still have a lot of the wealthy users. There is a non-zero chance they get niched out of prominence by Android (aka every other manufacturer in the world), at which point network effects start encouraging Android-first or Android-only development. There might be a point where Apple needs to double down on the web, and&#x2F;or maybe kill off apps, like they did flash, to still have the latest &quot;apps&quot;.
评论 #13650387 未加载
评论 #13650410 未加载
评论 #13650436 未加载
评论 #13650337 未加载
评论 #13650934 未加载
评论 #13650339 未加载
therealmarvover 8 years ago
This blogpost has waaaay too much assumptions. When reading about this it seems easy to rip out Kernels, OS &amp; Software and put it like a layer on a cake on top of a new OS. Even for Google this is crazy complicated. It will not be that easy. For sure not... and I also see no clear strategy WHY somebody should do that. It&#x27;s like baking the cake with too much ingredients. ;)
评论 #13650071 未加载
Insanityover 8 years ago
&gt; IDEs written in Java are wildly slow…<p>My favourite IDE to use today is IntelliJ, and I prefer it over my experience with Visual Studio (though to be fair, I did not use VS intensively in the past 3-4 years).<p>I don&#x27;t experience IntelliJ as &quot;slow&quot;. It launches faster than VS did when I used it, and once it is running I keep it open pretty much the entire work-week without any issues.
评论 #13650805 未加载
评论 #13654159 未加载
评论 #13651016 未加载
评论 #13654160 未加载
iainmerrickover 8 years ago
&quot;Fuchsia&quot; and &quot;magenta&quot; are pretty gutsy names to choose, given how similar it sound to Apple&#x27;s vaporware &quot;Pink&quot; OS from the 90s (AKA Taligent, AKA Copland). Somebody has a sense of humor!<p>It&#x27;s really hard to tell if this is actually something that will ship, or yet another Google boondoggle to be swiftly discarded (like the first attempt at ChromeOS for tablets). Google under Larry Page built and discarded a lot of stuff; I wonder if it&#x27;s the same under Sundar Pichai.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Taligent" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Taligent</a>
评论 #13651970 未加载
camdenlockover 8 years ago
This could be the first time Apple needs to truly worry about Google. The one massive lead Apple still has over Google (and the other major players) is the incredible OS they inherited back in 1997 and continue to extend and maintain today.<p>Neither Android nor Windows nor Chrome OS nor your favorite Linux distro have ever been able to truly compete with the NeXT legacy as it lives on in Apple.<p>Google is smart enough as a whole to see this, and so it&#x27;s not surprising that they&#x27;re attempting to shore up their platform&#x27;s competence in this particular area. What IS surprising is that it has taken them this long.<p>Perhaps what&#x27;s truly surprising is just how much mileage Apple has gotten out of NeXT. It&#x27;s astounding, and I know Apple realizes this, but I question whether or not they know how to take the next step, whatever that may be. And if Google manages to finally catch up...
评论 #13650362 未加载
评论 #13650304 未加载
wapzover 8 years ago
I&#x27;m a minority I know but I don&#x27;t like material design because it&#x27;s terrible at &quot;scaling.&quot; It looks great, it&#x27;s beautiful, but you lose too much damn functionality. When I had to redo apps to material design we had to completely remove multiple buttons due to them not fitting material design standards. I really hope they have some way to alleviate this problem without using 50px icons for all the extra buttons.
评论 #13652001 未加载
评论 #13652683 未加载
Nyproover 8 years ago
So Google is going with a DartVM on this one. Dart is cool and all, but why DartVM? It&#x27;s the same restrictive model we have with Android (dalvikVM) where you can only develop with languages that can compile down to Java bytecode. In this case, however, we will be using languages that can transpile to Dart source instead! Why not JavaScript engine? With the current movement with WebAssembly, I see a lot potential use cases. The biggest point being the ability to code in any language that compiles to wasm. The engine could be exposed to communicate with the OS directly or sth. If they are going to consider V8 alongside DartVM, then that would be cool. I truly hope they don&#x27;t repeat old mistakes.
评论 #13656230 未加载
评论 #13652794 未加载
endorphoneover 8 years ago
Conjecture is fun, but the linked piece takes some enormous liberties with crossing massive chasms effortlessly. Not only is Fushia <i>not</i> Andromeda (a project), the needs of IoT is massively different from the needs of Android. And the net investment in Android is absolutely colossal, and making some new APIs or a microkernel does not a replacement make.
sametmaxover 8 years ago
Google could have taken firefox and improve it to make it better, but they created something new.<p>Now instead of improving the linux stack and the gnu stack (the kernel, wayland, the buses, the drivers), they rewrite everything.<p>They put millions into this. Imagine what could have been done with it on existing software.<p>They say they are good citizen in the FOSS world, but eventually they just use the label to promote their product. They don&#x27;t want free software, they want their software, that they control, and let you freely work on it.
评论 #13651520 未加载
评论 #13651572 未加载
评论 #13651727 未加载
mcguireover 8 years ago
&quot;<i>The pitch will clearly be that developers can write a Flutter app once and have it run on Andromeda, Android, and iOS with minimal extra work, in theory.</i>&quot;<p>How&#x27;s that going to work? iOS, specifically? Is Dart a supported language?
评论 #13649946 未加载
brianon99over 8 years ago
Google is just afraid of GPL I think.
评论 #13650449 未加载
评论 #13649715 未加载
评论 #13649653 未加载
评论 #13649609 未加载
评论 #13649871 未加载
评论 #13649608 未加载
dep_bover 8 years ago
So in the near future billions of devices will no longer be running Linux anymore? That would be quite a blow to the OS in terms of chances of dominating operating systems that are being used by end users. Or will they simply fork it and strip it down until only the parts they really like will remain?
评论 #13651515 未加载
yen223over 8 years ago
Rust as a first-class language?
评论 #13649913 未加载
评论 #13649914 未加载
Flenserover 8 years ago
ANDROid + chROME + DArt = ANDROMEDA?
skybrianover 8 years ago
re: &quot;Flutter was [...]&quot;<p>A bit weird to use the past tense here since it&#x27;s not reached 1.0 yet. You can try it out today (tech preview) to create apps in Dart that run on Android and iOS:<p><a href="https:&#x2F;&#x2F;flutter.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;flutter.io&#x2F;</a><p>(Googler, not on the Flutter team itself, but working on related developer tools.)
评论 #13649854 未加载
bsaulover 8 years ago
Trying to see the other side of the coin : what economical reason is there for this project ?<p>A company the side of Google, with all its internal politics, doesn&#x27;t work as a startup. Starting a third operating system project and hoping it to replace two major ones means convincing people inside the company to loose part of their influence. Now it may happen if chrome or android were failing, but they&#x27;re clearly not.
techenthusiastover 8 years ago
I updated the article with the following clarification at the top:<p>I use Andromeda equivalently with Fuchsia in this article. Andromeda could refer to combining Android and Chrome OS in general, but it&#x27;s all the same OS for phones, laptops, etc. - Fuchsia. I make no claims about what the final marketing names will be. Andromeda could simply be the first version of Fuchsia, and conveniently starts with &quot;A.&quot; Google could also market the PC OS with a different name than for the mobile OS, or any number of alternatives. I have no idea. We&#x27;ll see.
mankash666over 8 years ago
I hope the userland is POSIX&#x2F;Linux compliant. There&#x27;s a TON of useful software reliant on this compliance that will go to waste if it isn&#x27;t compliant out-of-the-box.
评论 #13650404 未加载
shams93over 8 years ago
As a sound&#x2F;music app person the inclusion of ASIO for audio is exciting, Google&#x27;s new is should be on par with iOS for sound with ASIO audio drivers at the core.
lenkiteover 8 years ago
AFAIK the flutter UI framework is a react-like framework written in Dart (with C++ as OS glue) including the UI -&gt; graphics rendering layer. It builds upon Skia and Blink. I am not sure how that will allow compatibility with other languages. The only language for UI apps looks to be Dart. Which isn&#x27;t bad - its a pretty well designed language, but I don&#x27;t see how apps can be written in a wide variety of language as the author suggests.
akmittalover 8 years ago
&gt;the main UI API is based on, yes, Dart<p>Won&#x27;t the Dart&#x27;s single thread nature be bad to take advantage of Murli core processors? Or they are embracing web workers?
评论 #13649869 未加载
评论 #13649889 未加载
bitmapbrotherover 8 years ago
The author calls it Andromeda OS, but is this really the Andromeda OS we&#x27;ve been hearing about? I&#x27;m not so sure about that. What we do know right now is that the OS is currently code named Fuchsia.<p>Fuchsia repository: <a href="https:&#x2F;&#x2F;fuchsia.googlesource.com&#x2F;?format=HTML" rel="nofollow">https:&#x2F;&#x2F;fuchsia.googlesource.com&#x2F;?format=HTML</a>
评论 #13650019 未加载
antoncohenover 8 years ago
Link to the source code:<p><a href="https:&#x2F;&#x2F;fuchsia.googlesource.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;fuchsia.googlesource.com&#x2F;</a>
MichaelMoser123over 8 years ago
The article says it&#x27;s a microkernel, I wonder if it will be a more secure general purpose OS, well windows NT started as microkernel but they changed that wit NT 4,let&#x27;s see if it will be different. I also wonder about driver support and battery consumption. Good luck to Google.
sjtgrahamover 8 years ago
&gt; The pitch will clearly be that developers can write a Flutter app once and have it run on Andromeda, Android, and iOS with minimal extra work, in theory.<p>This is worrying for Apple. I can see the following playing out<p>- Apple continues releasing machines like the TB MBP, much to exasperated developer dismay.<p>- Other x86 laptop industrial design and build quality continue to improve.<p>- Fuchsia&#x2F;Andromeda itself becomes a compelling development environment<p>- Developers begin switching away from Mac OS to Fuchsia, Linux and Windows<p>- Google delivers on the promise of a WORA runtime and the biggest objective reason not to abandon Mac OS, i.e. writing apps for iOS, disappears.<p>- Apps start to look the same on iOS and Android. iOS becomes less compelling.<p>- iOS devices sales begin to hurt.<p>Granted that the App Store submission requires Mac OS (Application Loader) and the license agreement requires you only use Apple software to submit apps to the App Store and not write your own, but it seems flimsy to rely on that.
conradevover 8 years ago
Here is a link to the documentation:<p><a href="https:&#x2F;&#x2F;fuchsia.googlesource.com&#x2F;magenta&#x2F;+&#x2F;master&#x2F;docs" rel="nofollow">https:&#x2F;&#x2F;fuchsia.googlesource.com&#x2F;magenta&#x2F;+&#x2F;master&#x2F;docs</a>
avmichover 8 years ago
I didn&#x27;t see in the article explanations why those decisions were taken and not others. On the surface it feels like this is an OS insufficiently different from others to justify switching to.
pier25over 8 years ago
We definitely need a universal OS for all our devices and I really believe Google is in a great position to get us there.<p>It would really surprise me if Apple got there first. Tim lacks vision and will keep on milking iOS even if the iPad Pro is a failure as a laptop replacement.<p>Windows is still king in the desktop space, at least as far a user base goes, but it&#x27;s terrible on tablets and phones. MS has all the tech in place with UWP, but it&#x27;s still pretty far in the race in terms of simplicity and usability.<p>Chrome OS ticks all the right boxes, and is experiencing a huge growth, but it&#x27;s not universal. If Andromeda is real, and it&#x27;s able to become a universal OS that merges Chrome OS and Android it might be the best thing since sliced bread.
评论 #13649722 未加载
评论 #13649733 未加载
评论 #13649731 未加载
评论 #13649720 未加载
评论 #13649704 未加载
评论 #13649718 未加载
评论 #13649766 未加载
评论 #13650034 未加载
评论 #13651545 未加载
评论 #13649788 未加载
评论 #13650385 未加载
评论 #13649779 未加载
gillianlishover 8 years ago
guys i hate to tell you this, but it&#x27;s Feb 15 here in New Zealand, and Google has cancelled Andromeda.
评论 #13650038 未加载
ungzdover 8 years ago
I think it&#x27;s intended for entertainment and content consumption just like Android and Chrome OS. And Apple is trying the same with merging iOS and desktop. How long it will take until all computers will be set-top boxes where you can only netflix and chill and if you want, for example, to draw something, you have to buy Professional Grade Computer for $50000?
am185over 8 years ago
wow! it supports Golang, since it has glsl, this will have nice UI.<p><a href="https:&#x2F;&#x2F;fuchsia-review.googlesource.com&#x2F;#&#x2F;q&#x2F;project:third_party&#x2F;go" rel="nofollow">https:&#x2F;&#x2F;fuchsia-review.googlesource.com&#x2F;#&#x2F;q&#x2F;project:third_pa...</a>
kzrdudeover 8 years ago
Does anyone have a more detailed explanation of the component called “modular”?
xtatover 8 years ago
Honestly I&#x27;d rather keep the linux and ditch the JVM
BrailleHuntingover 8 years ago
NIH syndrome plus large organization people looking for job security, and rough, fat FLOSS full of maintenance and security vulns hell equals &quot;Emperor&#x27;s new clothes.&quot;
HiroP55over 8 years ago
The comment about Java based IDEs being slow is not entirely objective and fact based. I&#x27;d say it&#x27;s more of an emotional argument.
em3rgent0rdrover 8 years ago
<a href="https:&#x2F;&#x2F;imgs.xkcd.com&#x2F;comics&#x2F;standards.png" rel="nofollow">https:&#x2F;&#x2F;imgs.xkcd.com&#x2F;comics&#x2F;standards.png</a>
diebirover 8 years ago
Quote: &quot;I am not a programmer, so if anything stated above is incorrect, please, please send me corrections. I would also greatly appreciate any clarifying comments, which were one of my primary motivations for writing this piece.&quot; Essentially a bunch of nonsense, in other words.
chatmanover 8 years ago
Microsoft is opening up more and more, and Google is closing down more and more.
mtgxover 8 years ago
It would be a real shame if Google wasted this once in a decade or perhaps once in multiple decades opportunity to not have an OS written in a language other than C++.<p>Also, it would be mind-boggling if they didn&#x27;t actually fix the update problem this time, and if it wasn&#x27;t a top 3 priority for the new OS.
评论 #13650709 未加载
评论 #13650631 未加载