Live data from Hacker News

Google Earth Redesigned

google.com

271–280 of 292 posts

Re: Google Earth Redesigned

#271
post #99

Earlier quoted context omitted.

Yes, I noticed that too. How is this done? There has to be some machine learning involved, accumulating all the aerial imagery and street view data and somehow generate a 3D model. This can't be all LIDAR data, can it?

I think it's just Stereophotogrammetry (regular pictures from different angles), I doubt LIDAR and ML is used. It's at least not required. https://en.wikipedia.org/wiki/Photogrammetry#Stereophotogram...

Have you not heard? Machine learning is used for everything today, and if it was not it definitely should been.

Re: Google Earth Redesigned

#275

Earlier quoted context omitted.

Looks like the first hurdle is that it's relying on the deprecated document.registerElement API from an early draft of the Web Components specs, which prevents the app from booting in Firefox. Edit: Paul Kinlan reports that Earth is using PNaCl ( https://twitter.com/Paul_Kinlan/status/854351477506277378 ), which means it fundamentally can't run outside of Blink.

Earth uses Polymer, which works cross-platform using polyfills, so that's not what's making it Chrome-only. It's NaCl.

Polymer's polyfills don't work very well, for what it's worth. Sometimes they get confused if things don't load from the network in the order they expect and start eating up gigabytes of RAM and all your CPU...

Re: Google Earth Redesigned

#276
post #242
post #37

Earlier quoted context omitted.

It makes some amount of sense because there's less to maintain and more cultural knowledge of the new codebase. Instead of saying "We're removing features from Picasa because nobody here knows how they work and everyone's scared to change things", they can say "We have a shiny new project here that will eventually be better than Picasa". It's a nice PR stunt.

I can tell you for a fact though that at least some of the senior Engineers who developed Picasa are still at Google.

None of which are on the photos team or have the time to rewrite it for the newer stacks.

Re: Google Earth Redesigned

#277

Earlier quoted context omitted.

Apple must have deals with some vendors of very detailed 3D imagery for specific areas – in the Virgin Islands e.g. you can zoom in to see that individual vehicles and boats are bump-mapped and draped.

Apple bought C3 Technologies, a Swedish 3D mapping company back in 2011. It was originally spun out of SAAB (the mapping solution was originally used for missile targeting systems, iirc.) more info: https://www.youtube.com/watch?v=3apAXzf3JTg

And Saab kept the same technology in a different company that they now own together with Digital Globe: http://www.vricon.com

Re: Google Earth Redesigned

#278

If any Googlers are reading this: What does the new Earth require that Firefox is missing? I'm happy to help file things in Bugzilla so that this Chrome App can grow into a standards-based Web app.

NaCl

I don't understand why. They have a WebGL version in Google Maps that look almost identical. The data is the same between the two. Did they recompile the old desktop client to NaCl for no good reason? They didn't even keep any features, the only thing they kept seem to be the rendering. The new client isn't even close to the old desktop version that hasn't seen an update in years, and probably never will either.

Re: Google Earth Redesigned

#279
post #261

Earlier quoted context omitted.

What's even more annoying about this is it requires specifically Google Chrome, I'm on Chromium on Linux, where you'd think it works, but it doesn't. It doesn't even fail nicely.

I was wondering what the hell was going on.

If you know about politics, this is what it takes: a person on the leader's position would use anything and any way he can to keep his authority/position stable --- this is not happening just in DC but in enterprises too. As Larry etc formed Alphabet while tossing Google to Pichai, the latter's power has already been weakened by the former everyday. The fact is that Google as well as other large companies in silicon valley is more and more occupied by Eastern Indian workers, the quality control of products has therefore gone into toilet since their culture, while turning to be the majority, is to seek atomic survival by exploitation of extrinsic achievement instead of improving intrinsic value of products. Office politics has been never more severe since then and now it's difficult and exhausting for Pichai to maintain his position by dodging countless number of traps created by themselves. He would then like to do anything to keep himself up --- or else being destroyed --- even if it means to set the product quality back to a century before, to bind the will of midlevel managers to support himself.

And that is why the products goes back to as evil as IE, simply because no one could care less.

Re: Google Earth Redesigned

#280

Earlier quoted context omitted.

Can somebody fix Google's code? It's just Javascript, right?

PNaCl is a binary executable format.

Is Google actually using that? That's IA-32 only. It won't run on ARM. What are they running on Chromebooks?
Post reply on HN