Earlier quoted context omitted.
Why would you want to move data between AWS and GCP using a hard drive? The networks between the two cloud providers are immense.
"Never underestimate the bandwidth of a station wagon full of tapes hurtling down the highway."
How Google Is Challenging AWS
131–140 of 175 posts
Re: How Google Is Challenging AWS
#132Earlier quoted context omitted.
Why would you want to move data between AWS and GCP using a hard drive? The networks between the two cloud providers are immense.
I didn't realize that they have direct connections. The AWS data center down the street (Virginia) is directly connected to some google cloud datacenter? Sorry - I'm generally ignorant of datacenter technology. So a back of envelope calculation says that it would take around 10 days to transfer 100 PiB over Gigabit ethernet. When you say immense, do you mean faster than that?
Re: How Google Is Challenging AWS
#133Earlier quoted context omitted.
> But for a complex system, I prefer what Google will produce Having worked there in teams near to their tablets I really think Amazon would have a hard time producing software of the complexity of Android or Chrome.
To be fair, Amazon has developed a Silk browser for their Kindle Fire tablets.
Re: How Google Is Challenging AWS
#134Earlier quoted context omitted.
Thanks for your comment and I want to say, though my comment was rather pointy, I respect the work all of you are doing and I do see a lot of improvement in the platform. I keep a local branch of the python-docs-sample repo and just took a gander to refresh my memory. Specifically I see a quite a few examples using class based views based from the webapp2 package. I don't think it's unreasonable to have this as a maj…
Thanks for the feedback, not pointy at all. You're right my original comment was misleading, most of the GAE Standard samples are webapp2, but that's because it comes built-in to the platform and can be specified in the app.yaml, so webapp2 doesn't require people to `pip -t` to vendor Flask into the project. It might be worth revisiting if some of those samples should be in Flask or in both. 1) Guessing you already k…
Re: How Google Is Challenging AWS
#135very nice article. well articulated. not just tech but also the different business models(futuristic)
I can highly recommend subscribing to http://exponent.fm/ the weekly podcast Ben is hosting with James.
Re: How Google Is Challenging AWS
#136Earlier quoted context omitted.
To be fair, Amazon has developed a Silk browser for their Kindle Fire tablets.
Silk is a fork of Chromium, Amazon just piggy-backed on Google's hard work. Just like Fire OS itself (a fork of Android).
Re: How Google Is Challenging AWS
#137Earlier quoted context omitted.
Silk is a fork of Chromium, Amazon just piggy-backed on Google's hard work. Just like Fire OS itself (a fork of Android).
You mean the way Google piggy-packed on Apples work which in turn piggy-backed on KDEs work? Amazon did an extension to optimise rendering on small devices, which is complexity wise not too far off to what Apple & Google contributed to the rendering engines, which at the end is the tricky bit an a browser, not the Chrome.
Silk is a different story.
Re: How Google Is Challenging AWS
#138Earlier quoted context omitted.
I definitely agree on your critique of the bandwidth claims, but the gist I got from that article was that custom instances outcompete AWS's reserved instances on price - i.e. per CPU and per GB memory, GCloud is cheaper. Is that not true?
Actually I do think that GCE offers cheaper instances, but the 50% overall price reduction claim is unsubstantiated. The author compared completely different instance types. Monthly discounts does make GCE cheaper but for many instance types without that discount it's actually more expensive on GCE.
tl; dr: Even matching instance types more closely, for on-demand pricing the 50% number held up remarkably well, although I'm worried that I got something wrong with my math on provisioned IOPS pricing, as a 10x difference seems unbelievably high.