Viewing profile — risaacs99
risaacs99
HN member- Joined
- Mon, Mar 16, 2015, 8:55 PM UTC
- HN karma
- 386
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About risaacs99
No profile information was provided.
Recent public activity
-
comment
Comment #49062979
why can't AI be that solution?
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #25210997
This is a regional outage, not a single AZ.
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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…
-
comment
Comment #16041924
Well keep reading. Lambda supports python 3.6
-
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 …
-
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…
-
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…