Viewing profile — chrismcbride
chrismcbride
HN member- Joined
- Wed, Jan 11, 2012, 5:09 PM UTC
- HN karma
- 99
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About chrismcbride
No profile information was provided.
Recent public activity
-
comment
Comment #5326761
I had the same problem, I did: au VimEnter * highlight clear SignColumn
-
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…
-
comment
Comment #5173219
Doesn't seem that much harder http://support.godaddy.com/help/article/1091/installing-a-ru...
-
comment
Comment #5095664
I believe you can set some fields to not store history https://groups.google.com/forum/#!msg/datomic/WlRM3aXwzIg/RT...
-
comment
Comment #4815148
Does this mean you can no longer run xmonad or other tiling window managers with GNOME?
-
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…
-
comment
Comment #4049642
whats the monetization strategy?
-
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…
-
comment
Comment #4039890
Conservatives don't want that stuff, republicans do
-
comment
Comment #4018757
I think he means that specifically WSJ didn't publish anything about it.
-
comment
Comment #4008508
I think Light Tables target is dynamic languages, which the current crop of IDEs dont have great support for.
-
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
-
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…
-
comment
Comment #3945903
Do you have a source for that? From what I can tell its yearly releases.
-
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?
- story