Live data from Hacker News

Viewing profile — risaacs99

risaacs99

HN member
Joined
Mon, Mar 16, 2015, 8:55 PM UTC
HN karma
386
Public activity
24 items

About risaacs99

No profile information was provided.

Recent public activity

  1. comment
    Comment #49062979

    why can't AI be that solution?

  2. comment
    Comment #28073152

    This is classic libertarian thinking, and I used to subscribe to it, at least to some extent. The more you think about it, though, the more it doesn't hold up. It's just undeniably…

  3. comment
    Comment #27076067

    A virus with a novel mutation favoring humans would be successful infecting humans, period. I can't imagine any respiratory virus that wouldn't spread more effectively indoors. Thi…

  4. comment
    Comment #26715534

    What's been disappointing to me throughout this experience is the fact that a large percentage of people don't seem to understand contagion. The idea that a young person is safe is…

  5. comment
    Comment #25364067

    > There is no "buts" regarding freedom. This is clearly not true. You are an intelligent person and can probably think of half a dozen counters to this without trying too hard. You…

  6. comment
    Comment #25210997

    This is a regional outage, not a single AZ.

  7. comment
    Comment #24180532

    I always find it interesting how people can think completely differently about this topic depending on how they frame it in their mind. If you think about it from the perspective o…

  8. comment
    Comment #23765505

    Not sending kids to school is about keeping the teachers, administrators, and their dependents and contacts safe. It's about grandparents who care for the children and would be at …

  9. comment
    Comment #23147070

    I keep reading people asserting this, and I assume it's because we believe that a virus that becomes less lethal would have an evolutionary advantage. But, wouldn't lengthening the…

  10. comment
    Comment #22772310

    On the other hand, the second and third order consequences to providing a stronger social safety net to people might be highly beneficial. We can apply creativity to solving the wo…

  11. comment
    Comment #19955987

    The longer I've worked in software development, the less I'm convinced that any of this matters, at all. What has mattered more to me is choosing the right architecture, technologi…

  12. comment
    Comment #19519080

    I don't disagree. I would love the option in the US for everyone to have basic health care through medicare or a public option insurance plan (with prices starting at zero). My poi…

  13. comment
    Comment #19518949

    Yeah the negativity struck me as well. After being in Afib for a month, he was at high risk for having a stroke. I guarantee you that insurance would have been appreciated then. Ju…

  14. comment
    Comment #19236907

    Well that's just like, your opinion, man. In all seriousness, C and C++ are with us forever. Improving and moving these languages forward, and improving their safety with static an…

  15. comment
    Comment #19205274

    If you take someone's money, you only have a duty to fulfill your promises. Plenty of for-profit companies exist partially for some social good, or exist to further some multifacet…

  16. comment
    Comment #19130457

    I hope people don't take this kind of simplistic advice on such a complex topic. Actual fruit, although it tastes sweet, is impossible to eat in quantities that are as harmful as j…

  17. comment
    Comment #19113748

    Disagree. We've been running on ECS for years and it's a very economical and reliable way to run containers on AWS. The service itself is free, the agent over time has become very …

  18. comment
    Comment #17948703

    I can't see how an 80% plant based diet could lead to a low carb, high fat outcome. It in no way implies to me a one meal a day diet. It sounds more to me like the DASH diet, or Me…

  19. comment
    Comment #16861944

    I do run such a service, one that must scale daily in response to traffic at multiples of off peak traffic and I can state unequivocally that this is false. I can vaguely recall ov…

  20. comment
    Comment #16046780

    AWS no longer recommends warming up the newer ALBs for the vast majority of customers and scenarios. Of course lambda isn't magic and has an initial start penalty. There are ways t…

  21. comment
    Comment #16041924

    Well keep reading. Lambda supports python 3.6

  22. comment
    Comment #16041683

    This is just not true. A brand new account on AWS will come with a default lambda limit of 1000 concurrent invocations with up to 2 cores and 3gb per invocation. That is a massive …

  23. comment
    Comment #9214972

    Well I ask because reserved instances can significantly reduce the price of ec2 (up to something like 75%). Also just turning off idle instances can save a ton. If you invest the t…

  24. comment
    Comment #9214335

    Did you reserve your instances? Were you using current generation instances (c3, m3, etc). Did you try to take advantage of traffic patterns to scale up and down the number of inst…