Live data from Hacker News

Viewing profile — lindydonna

lindydonna

HN member
Joined
Thu, Mar 31, 2016, 5:39 PM UTC
HN karma
61
Public activity
35 items

About lindydonna

I'm a Product Manager at @PulumiCorp. I'm @lindydonna on Twitter.

Recent public activity

  1. 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. :)

  2. 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…

  3. 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…

  4. 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…

  5. 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…

  6. 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…

  7. 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),…

  8. 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…

  9. 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…

  10. 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 @…

  11. 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…

  12. 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…

  13. 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…

  14. comment
    Comment #17325980

    Well, she was targeted by GamerGate. Lots of people who were not involved in the original drama were targeted later.

  15. comment
    Comment #17306904

    /s/founded/formed Now, is the rest of the statement true?

  16. 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 …

  17. 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 …

  18. 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…

  19. comment
    Comment #15809023

    I found the talks by Brendan Burns to be very good for a high-level overview.

  20. comment
    Comment #15808925

    Plus the ability to do custom containers. For some workloads, may be valuable.

  21. 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…

  22. comment
    Comment #14859928

    FYI that while you can solve similar problems with Container Instances and Lambda, the closest offering to Lambda is Azure Functions.

  23. 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…

  24. comment
  25. comment
    Comment #14858581

    Not quite, the equivalent of AWS Lambda is Azure Functions. This is more like a managed container service.