Viewing profile — scottdw2
scottdw2
HN member- Joined
- Fri, Feb 27, 2009, 12:54 PM UTC
- HN karma
- 668
- Public activity
- 140 items
- HN profile
- View on Hacker News ↗
About scottdw2
No profile information was provided.
Recent public activity
-
comment
Comment #10907461
This seems to be, quite obviously, an attempt at free marketing. They want to be able to point at the corpus of products influenced by SO, and say "see, we're pretty cool". Seems m…
-
comment
Comment #10479544
There are several connections between Lambda and functional programming. 1. The snippets of code you run in Lambda are called "cloud functions". 2. Lambda applications are generall…
-
comment
Comment #10182427
Your code looks correct. I would expect something closer to 50ms in the warm path (300ms in the cold path seems about right). I'll take a look tomorrow and see if I can reproduce w…
-
comment
Comment #10179234
Lambda has a fairly generous free tier. Here are the details on pricing: https://aws.amazon.com/lambda/pricing/ You get up to 1M requests / month and 400,000 GB-seconds of compute …
-
comment
Comment #10179174
Are you using Node.js or Java for your Lambda function? If you are using "Node.js", you may be seeing slow times if you are not calling "context.done" in the correct place, or if y…
-
comment
Comment #9616417
In a leader election, a node won't vote for a candidate that doesn't have a record it believes to be committed. Thus, writing to a majority ensures that when the leader dies, the n…
-
comment
Comment #9615702
A few things: 1. You don't have to round trip to every member before acking a write request, only to a majority of them. 2. If you use the right data structures for your state mach…
-
comment
Comment #7928631
This is a nitpick, but it is lazy. It's not represented in head normal form, but it's still lazy. The limitations you mentioned are not an artifact of the implementation being eage…
-
comment
Comment #7296146
Something like that may work for digital goods. You deliver some digital assets, the key to which can only be derived if a particular crypto currency transaction is performed. But …
-
comment
Comment #7289330
There's an interesting split here: between contract validation, contract enforcement. Both have typically been handled by courts. Contract validation is typically very "human centr…
-
comment
Comment #7232798
There are already 1M apps in the App Store. There's already too many apps, so preventing "over choice" isn't their goal.
-
comment
Comment #7229821
A shelf space analogy doesn't make sense. With a real shelf, there is scarcity. Only so many shelves can fit in the store, and only so many products on a shelf. The marginal cost o…
-
comment
Comment #7143022
In war, identity is a defined "negatively". That is, not by describing positive attributes to you, but by describing negative attributes to the enemy. "We are the opposite of x", h…
-
comment
Comment #7142904
Is there any better way to change someone's mind, to change their fundamental mode of thought, to alter their perceptions and manner of reason than to educate them? Here's an even …
-
comment
Comment #7138969
That's the whole point. It's disruptive technology: not as good, way more accessible.
-
comment
Comment #6747144
This bothers me. I know this is a bit of a 'libertarian fantasy', but I think the constitution ought to be amended to contain something like the following: 1) No person shall be su…
-
comment
Comment #6723851
The key take away from the article SHOULD be: don't rely on ntp if you don't have to. There are people who have to. They run their own atomic clocks, and worry about things such as…
-
comment
Comment #6710773
I won't argue that constraints can lead to innovation. All art exists in some medium. Constraints are therefore inherit. Here's a simple question: what spurred Picaso's decision to…
-
comment
Comment #6710680
Sigh. Not about the original article, but about the top comment in the original article. It presumes that Picaso, Bansky, and Monet can't paint like each other. Probably not true i…
-
comment
Comment #6428891
Actually he has admitted he was wrong about the iPhone, thinking of it as a high end phone instead of a low end (but very convienient) computer. The author of the article, I think,…
-
comment
Comment #6101150
The most interesting part is that the difference in votes is exactly equal to the number of individuals marked as "not voting".
-
comment
Comment #5716632
Actually, no they couldn't. Patents only apply to the right of "first sale". You can resell any patented invention without the consent of the patent holder.
- story
-
comment
Comment #3794320
Jason has a point: You can maximize revenue by focusing on delivering higher value features to more lucrative customers. But, you need to be careful when following his advice. Blin…
-
comment
Comment #3691010
If there was a sudden dramatic rise in the number of cases approaching trial, the natural response would be to increase the value of plea deals until the number of trials drops to …