Live data from Hacker News

Viewing profile — chrismcbride

chrismcbride

HN member
Joined
Wed, Jan 11, 2012, 5:09 PM UTC
HN karma
99
Public activity
16 items

About chrismcbride

No profile information was provided.

Recent public activity

  1. comment
    Comment #5326761

    I had the same problem, I did: au VimEnter * highlight clear SignColumn

  2. comment
    Comment #5189079

    The second one is a timing issue. You need to have an equality method that takes an equal amount of time on success or failure. Heres a good read on timing attacks in general: http…

  3. comment
    Comment #5173219

    Doesn't seem that much harder http://support.godaddy.com/help/article/1091/installing-a-ru...

  4. comment
    Comment #5095664

    I believe you can set some fields to not store history https://groups.google.com/forum/#!msg/datomic/WlRM3aXwzIg/RT...

  5. comment
    Comment #4815148

    Does this mean you can no longer run xmonad or other tiling window managers with GNOME?

  6. comment
    Comment #4811633

    Between the firms fighting its zero-sum. Everyone spends a lot of money acquiring a large patent portfolio for defense. No one wins or loses. But overall it is a misallocation of c…

  7. comment
    Comment #4049642

    whats the monetization strategy?

  8. comment
    Comment #4043150

    I might be reading this wrong, but from the slides it seems like JOINs are only fast when they are on the same machine. Their own ORM library avoids using JOINs all together. Doesn…

  9. comment
    Comment #4039890

    Conservatives don't want that stuff, republicans do

  10. comment
    Comment #4018757

    I think he means that specifically WSJ didn't publish anything about it.

  11. comment
    Comment #4008508

    I think Light Tables target is dynamic languages, which the current crop of IDEs dont have great support for.

  12. comment
    Comment #3982806

    Actually the first version was written in Java. EDIT: Also, the original crawler was written in python. http://infolab.stanford.edu/~backrub/google.html

  13. comment
    Comment #3946007

    1) What is the benefit of recalculated on every reduce? Is this so you can use side-effects? 2) If seq or first is called on a reducible, wouldn't it be easy to just implicitly rea…

  14. comment
    Comment #3945903

    Do you have a source for that? From what I can tell its yearly releases.

  15. comment
    Comment #3945501

    Well besides the implicit parallelism of fold, wouldn't this be generally useful to reduce intermediate list creation? Or do lazy-seqs already solve that problem?

  16. story