Live data from Hacker News

Viewing profile — automatthew

automatthew

HN member
Joined
Fri, Oct 31, 2008, 3:05 PM UTC
HN karma
4
Public activity
19 items

About automatthew

No profile information was provided.

Recent public activity

  1. comment
    Comment #9182456

    Wells and driveways.

  2. comment
    Comment #9182452

    Paging David Hume. David Hume. Has anyone seen David Hume?

  3. 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…

  4. comment
    Comment #9009716

    It was for LBJ.

  5. comment
    Comment #8290602

    Hanlon's Razor is enemy propaganda.

  6. comment
    Comment #8233913

    There used to be a proverb about this sort of thing. Something about being careful when eating finger foods.

  7. comment
    Comment #8233741

    There's a reason that the safety razor became more popular than the straight razor.

  8. comment
    Comment #8036552

    World Star Hip Hop will never be the same.

  9. comment
    Comment #7899870

    Last time I tried to use the same public key for a second account, GitHub refused.

  10. comment
    Comment #7843991

    Millenials can typing?

  11. 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…

  12. comment
    Comment #7572784

    Heartsuck?

  13. 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?…

  14. 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...

  15. 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…

  16. 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…

  17. 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…

  18. 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…

  19. 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 …