Viewing profile — lindydonna
lindydonna
HN member- Joined
- Thu, Mar 31, 2016, 5:39 PM UTC
- HN karma
- 61
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About lindydonna
Recent public activity
-
comment
Comment #21549025
The UI changes take a few days to roll out completely. Even though it's just a label change, we always do slow, safe, rollouts. :)
-
comment
Comment #21540380
Product Manager for Cloud Run for Anthos here. Yes, your understanding is correct, though I can't comment on the price point. Note that there's a free trial of Cloud Run for Anthos…
-
comment
Comment #21540342
Product Manager for Cloud Run for Anthos here. You can currently use Cloud Run for Anthos with no additional charge beyond GKE until May 2020. After that, you'd need an Anthos subs…
-
comment
Comment #21540322
Product Manager for Cloud Run for Anthos here. This is a great question -- thanks for asking. GCF provides a different experience where you provide just snippets of code and you do…
-
comment
Comment #19615404
(I'm a product manager on the serverless team at Google Cloud) The early access was based on a user account being added to an access list. But, I'm not sure why your team member ha…
-
comment
Comment #17350951
(Disclosure: I work at Pulumi) > I may be wrong, but from what I can tell this is really a souped-up framework for working with clouds. Most of it looks like primitive for immutabl…
-
comment
Comment #17350920
(Disclosure: I work at Pulumi) Yes, Pulumi does mutate resources in place, if the cloud provider supports it. For most resources, it will create a new one (such as a new ECS task),…
-
comment
Comment #17350901
(Disclosure: I work at Pulumi.) The `pulumi update` command first shows you a preview of the exact resources it will create. Once you've deployed, you can view all your resources o…
-
comment
Comment #17341943
The main upside is that it's just regular code. This is more natural for some folks, but mainly the advantage is that you can build abstractions. So, you can build a component that…
-
comment
Comment #17341815
> Also, I tried getting an invite for the Pulumi Slack community and was greeted with "invite_limit_reached". We're hitting Slack's rate limiting on invites. Please DM your email @…
-
comment
Comment #17340727
(I'm a product manager at Pulumi.) Pulumi lets you describe cloud resources using code instead of a config language. It's not like Heroku, it's more like a deployment tool (e.g. Se…
-
comment
Comment #17340694
(I'm a product manager at Pulumi.) > That makes it sound like Pulumi only runs the infrastructure declarations when you run "pulumi update", and that those things don't run when yo…
-
comment
Comment #17340660
(I'm a product manager on Pulumi.) If Terraform works for you, then definitely continue using it. Pulumi is just another option and works well for building libraries and components…
-
comment
Comment #17325980
Well, she was targeted by GamerGate. Lots of people who were not involved in the original drama were targeted later.
-
comment
Comment #17306904
/s/founded/formed Now, is the rest of the statement true?
-
comment
Comment #17306882
If that is true, you should be able to point to articles or statements where game developers advocated censorship. I've talked to Brianna Wu. I've followed her work. She has never …
-
comment
Comment #17306868
> the forced censorship of games by those who found them "offensive" or "not inclusive enough". This is false. No one proposed censorship. They proposed and created new games that …
-
comment
Comment #17306843
And yet, they performed targeted attacks against a number of prominent women in the games industry, so much that these women had to relocate multiple times for fear of their person…
-
comment
Comment #15809023
I found the talks by Brendan Burns to be very good for a high-level overview.
-
comment
Comment #15808925
Plus the ability to do custom containers. For some workloads, may be valuable.
-
comment
Comment #15330954
Donna from the Azure Functions team here. I'm demoing this later today. If you want to learn more, tune in to the Ignite live stream ( https://www.microsoft.com/en-us/ignite ) at 2…
-
comment
Comment #14859928
FYI that while you can solve similar problems with Container Instances and Lambda, the closest offering to Lambda is Azure Functions.
-
comment
Comment #14858588
FYI that Azure Functions doesn't have this limitation. Code is stored on your own storage account and you can go as high as you want. (Disclosure: I'm a product manager on Azure Fu…
- comment
-
comment
Comment #14858581
Not quite, the equivalent of AWS Lambda is Azure Functions. This is more like a managed container service.