0:05 AM
shama has quit
0:11 AM
mandric joined the channel
0:19 AM
mandric has quit
0:31 AM
mandric joined the channel
0:38 AM
iml_ joined the channel
1:29 AM
mandric has quit
1:33 AM
mapop joined the channel
1:42 AM
m-i joined the channel
1:46 AM
m-i has quit
1:47 AM
mandric joined the channel
2:10 AM
mapop has quit
2:36 AM
m-i joined the channel
3:10 AM
mandric has quit
4:00 AM
iml_ has quit
4:48 AM
pfraze joined the channel
6:15 AM
audy has left the channel
6:24 AM
pelegreno joined the channel
6:36 AM
pfraze joined the channel
7:00 AM
ddem-bot has quit
7:01 AM
ddem-bot joined the channel
7:31 AM
jorin joined the channel
8:00 AM
pfraze joined the channel
8:45 AM
TehLink joined the channel
10:03 AM
mapop joined the channel
10:50 AM
mapop has quit
11:50 AM
mapop joined the channel
11:58 AM
mapop has quit
12:16 PM
jorin has quit
12:19 PM
mapop joined the channel
13:36 PM
Jekrb joined the channel
13:37 PM
dwins joined the channel
13:40 PM
son0p has quit
13:41 PM
son0p joined the channel
13:42 PM
jorin joined the channel
13:46 PM
m-i has quit
14:15 PM
dwins joined the channel
14:15 PM
mandric joined the channel
14:17 PM
iml_ joined the channel
14:28 PM
dwins joined the channel
14:35 PM
mandric has quit
14:41 PM
dwins joined the channel
15:24 PM
pfraze joined the channel
15:37 PM
shama joined the channel
15:39 PM
m-i joined the channel
16:01 PM
dwins has quit
16:02 PM
dwins joined the channel
16:22 PM
dat-gitter-bot has quit
16:23 PM
dat-gitter-bot joined the channel
16:32 PM
pfraze joined the channel
16:46 PM
TehLink has quit
17:38 PM
audy joined the channel
17:46 PM
iml_1 joined the channel
17:46 PM
iml_ has quit
17:54 PM
mandric joined the channel
17:54 PM
iml_1 is now known as iml_
18:42 PM
Jekrb joined the channel
20:34 PM
dwins joined the channel
21:06 PM
mandric has quit
21:10 PM
ogd
21:10 PM
(in rnaseq land at least)
21:11 PM
21:11 PM
karissa
ogd: nice find
21:12 PM
ogd
"There have been several challenges so far in working with this public data set."
21:12 PM
its via blahah
21:12 PM
and of course theyre using binder :)
21:13 PM
karissa
ogd: right now im thinking through refactoring the progress code in dat so they're streams
21:14 PM
ogd
karissa: mafintosh has thoughts on streams for progress
21:14 PM
karissa
ogd: and merging 'download' and 'join' functions, cause they're the same
21:14 PM
ogd: mafintosh cool
21:14 PM
ogd: mafintosh any good examples in the wild?
21:15 PM
ogd: mafintosh or maybe not a stream but an event emitter?
21:15 PM
ogd
i think hes a fan of static properties
21:15 PM
karissa
like how it is now? sorry i dont follow
21:15 PM
mafintosh
karissa: yea ee is the way to go for that imo
21:15 PM
karissa
mafintosh: ok
21:15 PM
mafintosh
karissa: with the progress at a property
21:15 PM
*as
21:15 PM
karissa
mafintosh: ah ok
21:15 PM
i see
21:16 PM
mafintosh
using streams you might run into memory issues
21:16 PM
since all streams have to be drained or they'll buffer everything
21:17 PM
karissa
that makes sense
21:36 PM
dwins joined the channel
21:39 PM
ogd
22:23 PM
karissa
22:38 PM
dwins joined the channel
22:39 PM
jhand joined the channel
22:41 PM
mandric joined the channel
22:49 PM
ogd
karissa: oh ya have you read the "Tidy Data" paper by hadley wickham?
22:51 PM
karissa
no i haven't
22:54 PM
ogd
23:25 PM
iml_ has quit
23:30 PM
son0p has quit
23:33 PM
son0p joined the channel
23:34 PM
karissa
ogd: afk for a bit, feel free to review/expand on o/
23:34 PM
ogd: just pushed a commit
23:34 PM
dat-git-bot
23:34 PM
dat/rc2 613744d karissa: add event emitters instead of return objects for stats
23:35 PM
mandric has quit
23:35 PM
karissa
ogd: also made join/download the same function
23:36 PM
travis-ci
23:36 PM
karissa
ogd: just sort of did a few cleanup things, too. i feel like the next step is to see if we can move all of the scanning/adding stuff into the daemon and get that stat output through the auto-daemon stream
23:36 PM
ogd: so the cli will listen on the daemon's stream and those will be the stat objects
23:37 PM
ogd: let me know if it sounds off base
23:37 PM
ogd: bbl
23:38 PM
dwins joined the channel
23:47 PM
mafintosh
karissa: +1 on merging download and join
23:58 PM
karissa
mafintosh: getting on that call the other day with you was super helpful!