[13:48:20] o/ [13:48:22] * halfak is back [13:48:27] and hacking on the report [14:16:01] * halfak starts generating models for fawiki's labeling campaign. [14:21:04] * halfak looks around for yuvipanda [14:21:20] It seems we are behind on the task for the research SWE. [14:50:25] I'm behind on everything [14:50:31] And nothing I do is ever good enough [17:09:15] halfak: we are :( I'm in a meeting I"ll do it right after and for real right after [17:09:38] cool. no worries yuvipanda [17:09:46] halfak: also https://www.reddit.com/r/datasets/comments/3mg812/full_reddit_submission_corpus_now_available_2006/ [17:44:27] halfak: hey, I have a PR waiting in revscoring :) [17:44:47] Did you run a test with this? [17:44:55] How do the coverage tests work out for travis? [17:50:20] I will add code coverage pretty soon afterwards but I need to be sure that travis build can pass [17:50:37] maybe we have some failures we don't know [17:51:12] It looks like you did add code coverage [17:51:55] no, it only adds code coverage to the final reports [17:51:58] in travis [17:52:08] Gotcha. [17:52:13] a proper code coverage report is a little bit more complex [17:59:01] thanks :) [18:00:08] Amir1, can you take a look at my two? [18:04:03] sure [18:15:38] My internet is not cooperating, otherwise it would be merged by now [18:46:58] halfak: I'm writing up the research task now [18:48:50] halfak: so nodejs can't block on sleep without a third party library [18:49:18] Arg. [18:49:52] We'd have to do this in an event structure. [18:50:12] That's frustrating [18:50:21] Maybe no nodejs? [18:50:52] Or you could just use the 3rd party library. [18:51:46] halfak: yeah 3rd party libraries are totally ok [18:52:06] halfak: and you'd need it anyway - remember nodejs is totally single threaded so you can have concurerncy but not parallelism [18:52:29] same with python :P [18:52:45] halfak: indeed