Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
risaacs99
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
risaacs99
2mo ago
why can't AI be that solution?
2.
▲
by
risaacs99
5y ago
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 true that individual freedoms exist only to the e
3.
▲
by
risaacs99
5y ago
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. This "factor" is not particularly compellin
4.
▲
by
risaacs99
5y ago
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 convenient for young people, but irrelevant. We n
5.
▲
by
risaacs99
6y ago
> 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 may wish this were the case, but it just isn&#
6.
▲
by
risaacs99
6y ago
This is a regional outage, not a single AZ.
7.
▲
by
risaacs99
6y ago
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 of personal risk, then young people bristle at being told wha
8.
▲
by
risaacs99
6y ago
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 risk. I don't think it's about your mom.
9.
▲
by
risaacs99
6y ago
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 incubation period also be a successful evolutiona
10.
▲
by
risaacs99
6y ago
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 world's problems without resorting to the slippery slope
11.
▲
by
risaacs99
7y ago
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, technologies and dependencies. Understanding the fundamental
12.
▲
by
risaacs99
7y ago
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 point was to compare it to pre ACA. Our system improved si
13.
▲
by
risaacs99
7y ago
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. Just to add to the discussion, I've been self employed an
14.
▲
by
risaacs99
8y ago
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 and runtime analysis (and hardware support) has to be par
15.
▲
by
risaacs99
8y ago
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 multifaceted goals. If you can convince someone to invest in thos
16.
▲
by
risaacs99
8y ago
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 junk food. They also provide tons of fiber, vitamins, an
17.
▲
by
risaacs99
8y ago
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 reliable, and the integrations with AWS services l
18.
▲
by
risaacs99
8y ago
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 Mediterranean.
19.
▲
by
risaacs99
8y ago
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 over the past several years single availability zones having s
20.
▲
by
risaacs99
9y ago
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 to mitigate it and as long as you are actively handling
21.
▲
by
risaacs99
9y ago
Well keep reading. Lambda supports python 3.6
22.
▲
by
risaacs99
9y ago
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 amount of computing power. The load balancer (typically API
23.
▲
by
risaacs99
12y ago
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 time in doing those things I think you can beat other options
24.
▲
by
risaacs99
12y ago
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 instances you were running?