Earlier quoted context omitted.
I signed the lease in the past two years. So rent control has kicked in once. I have a room in a shared apartment. There are plenty of open rooms on Craigslist for similar rents. I'm not saying life will be great but it's entirely possible to live in the city on $50k/yr.
Most adults do not consider having a "room in a shared apartment" to be adequate. A living wage allows you to rent/mortgage a place of your own. What I'm hearing is that $50k is not a living wage.
Spotify moves its back end to Google Cloud
311–320 of 397 posts
Re: Spotify moves its back end to Google Cloud
#312Earlier quoted context omitted.
The problem (I suffer from it as well), is that people naturally feel that the corporate offerings from Google will mirror the experience that they have with the consumer offerings from Google. And the big issue with Google's consumer offerings is that they seem to have limited to no support and that there is a very real chance that Google will just shut them down all of a sudden. This is the exact opposite of what y…
This is also my impression of Google compute offerings, but it's also my impression of AWS offerings. I mean, when people think of AWS services, do "service and stability" really come to mind? IME it's impossible to reach a person unless you're a multi-million-dollar org, and Amazon itself tells customers that AWS services can go down at any time and it's up to the customer to architect the application to deal with i…
I am sorry to hear that, but I can assure you it's not the case. I'm an engineer on a newer (and therefore smaller) AWS service, and I help investigate customer complaints, from customers of all sizes, all the time. I'll also note that not only do we handle cases that come in via our paid support, we also do deep dives for customers who post to our service's forums and indicate issues.
Re: Spotify moves its back end to Google Cloud
#313Earlier quoted context omitted.
AWS doesn't have AppEngine or the Datastore. Yes, there is similar products, but they are absolutely not 'the same'.
Is datastore tied to appengine? some parts of the docs say "datastore is for appengine" and other parts don't mention appengine at all.
Re: Spotify moves its back end to Google Cloud
#314I want to commend some of the Google Compute Platform employees that commented in this thread. I was at AWS for 6 years (left 2 years ago... today!), and I've always been a proponent of being more open and communicative with developers, but it rarely happened - I guess that AWS' PR policy and such are a big showstopper for these kind of discussions. Although, some individuals did their best (e.g. Jeff Barr) to try to…
Re: Spotify moves its back end to Google Cloud
#315Re: Spotify moves its back end to Google Cloud
#316Earlier quoted context omitted.
> Disclaimer: IAMALBIANYL. I like that one. :) I have a question though, is the prevalence of taglines in any way related to legal requirements? Do you have to stipulate that you aren't a lawyer when stating things because otherwise people to construe it as legal advice, or is it just a fun little identifier of how valid we should consider information to be (like it is in other acronyms of the same type)?
I think it may stem from laws and rules related to practicing law, but there is certainly not any "requirement" to stipulate you are not a lawyer when speaking about legal things. However there are a few things to be mindful of: In the (all of the) United States (and many other countries) the profession of lawyer or attorney is regulated and requires a license to practice as such. In many places to practice law witho…
I kind of wish people did that for more things: "I am not theologian/windows user/empathetic person, but..."
Re: Spotify moves its back end to Google Cloud
#317Earlier quoted context omitted.
Got it, thanks! What about running a postgres container on GKE?
Lots of reasons not to. You'd be in charge of setting up backups (e.g. setting up WAL-E + an S3 bucket and monitoring that - and you'd have to add WAL-E support to your Docker image, which is a PITA), have to perform database upgrades yourself, have to monitor resource usage (CPU, memory, and disk), have to worry about how to manage the Docker volume so that write performance doesn't suffer (Docker defaults to copy-o…
Re: Spotify moves its back end to Google Cloud
#318Earlier quoted context omitted.
Billing support is provided for free to all customers. If you had trouble with a particular ticket, please feel free to ping me. Disclaimer: I work in Cloud Support.
Thanks for the reply! I don't remember the specific issue, but we had a billing inquiry and were told we had to upgrade to a paid support plan to get an answer.
Re: Spotify moves its back end to Google Cloud
#319At work we moved to GCE at the beginning of this year, from Linode after they were having stability issues over the christmas break. No complaints from us. So far have been very happy with it. We were considering moving to AWS, but to realize the same pricing as GCE we'd have to purchase reserved instances - the sustained usage discounts have been huge for us. Additional things we liked: - gcs is way more responsive…
Re: Spotify moves its back end to Google Cloud
#320Earlier quoted context omitted.
> infinitely auto-scalable platform where we don't have to do any devops or carry a pager You never know what you don't measure and test
One of the big advantages of Google Cloud platform is "Scalability". Load balancers: Scale to millions of users seamlessly. No warming up, no tickets, ... PubSub: You can send the whole Internet 10 times in a day through it. Google does that every day Big Query: Its equivalent to spinning up a 100+ node cluster in a matter of seconds and it can process data at speeds of GB's of data per sec, I heard couple of use cas…