Dan Luu

Results 72 comments of Dan Luu

Am I misunderstanding how you're defining h-index? I thought that, for example, an h-index of 20033 would imply 20033 stories of score `>= 20033`.

Cool. Thanks! I was wondering if pg was so prolific that he'd "beat" some of these sites that have hundred of authors.

Sorry, I basically haven't used scala since doing this. I'd be happy to take a PR, but I haven't been keeping up with things enough to know what's deprecated and...

Adding link to #225, which seems to be related (gcc issue with CHECK macros that has the same error) and has extensive discussion.

One of the bugs is that the "Optimal" TermTreatment was previously constrained to only go up to rank 5. After fixing that, we get rank 6 rows, even for relatively...

To reproduce, use a release build. The reason I was seeing a difference between Xcode and cmake is that I was running a debug build in xcode and a release...

See https://groups.google.com/forum/?hl=en#!topic/x86-64-abi/E8O33onbnGQ for discussion. It appears that the ABI is unclear and that LLVM functions assume that the caller has correctly zero-extended or sign-extended the junk and that we'll have...

One instance of this is mentioned in #167 .

5c987b2 is a partial fix for this (it puts show, query and verify into BitFunnelTool's `std::ostream&` instead of into `std::cout`. It's in a branch with some sharding-related since I don't...

PlanTest also leaks memory for what may be the same reason. If fixing this doesn't fix the other leak, PlanTest should also be debugged: ``` ==20963== 728 bytes in 7...