Viewing profile — automatthew
automatthew
HN member- Joined
- Fri, Oct 31, 2008, 3:05 PM UTC
- HN karma
- 4
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About automatthew
No profile information was provided.
Recent public activity
-
comment
Comment #9182456
Wells and driveways.
-
comment
Comment #9182452
Paging David Hume. David Hume. Has anyone seen David Hume?
-
comment
Comment #9010328
> I've been to standup meetings in close to a dozen different companies, ranging from the smallest startup to some of the biggest tech companies and never have I ever seen a standu…
-
comment
Comment #9009716
It was for LBJ.
-
comment
Comment #8290602
Hanlon's Razor is enemy propaganda.
-
comment
Comment #8233913
There used to be a proverb about this sort of thing. Something about being careful when eating finger foods.
-
comment
Comment #8233741
There's a reason that the safety razor became more popular than the straight razor.
-
comment
Comment #8036552
World Star Hip Hop will never be the same.
-
comment
Comment #7899870
Last time I tried to use the same public key for a second account, GitHub refused.
-
comment
Comment #7843991
Millenials can typing?
-
comment
Comment #7807394
Once upon a time, there was a town that had a severe rat problem. They imported a large number of cats, and soon the rats were gone. Now the town had a cat problem. They imported a…
-
comment
Comment #7572784
Heartsuck?
-
comment
Comment #7557339
So we should choose the approach that gives us trivial attacks that reveal 64K straight out of Compton to the approach that may be slightly harder to defend against timing attacks?…
-
comment
Comment #7323238
The npm source is crazy. Here's my favorite bugfix (bug being that the prepublish script simply wasn't running): https://github.com/npm/npm/commit/2389525a1df6d20e780cca5887...
-
comment
Comment #6932618
Coincidentally, I just this week threw away one of his short story collections. In an introduction to a story, he gleefully quoted a nasty song one of his friends had written about…
-
comment
Comment #6639081
The problem isn't only with primitives, as I think you've mentioned before. Even assuming a browser provides turnkey symmetric crypto for arbitrary plaintext lengths, "content-cont…
-
comment
Comment #3926110
The short answer is: Use of synchronous Redis calls made it easier to develop and to experiment with storage patterns. Workers can be written in any language, which was another maj…
-
comment
Comment #3926022
The "queue" is merely a Redis list. Durable by default. Redis PUB/SUB is not suited for the task queues we use, because any number of subscribers will receive the messages. We want…
-
comment
Comment #3925212
Regarding the architectural question: We actually tested a few designs using m2 and 0mq during our R&D phase. 0mq's push/pull sockets provide the same "take" behavior as the Redis …