(Compy) @pfraze: Getting an error when trying out beaker on my Ubuntu desktop saying that the app isn't a valid electron app because it can't find node_modules/sqlite3/lib/binding/electron-v1.1-linux-x64/node_sqlite3.node
(blahah) @mafintosh does hyper(core/drive) compress data in transit|?
pfraze
@Compy did you try running npm run rebuild?
dat-gitter-bot
(Compy) Alright, after doing npm run rebuild, installing a few modules it was complaining about and doing a gulp start, it managed to fire up
(Compy) Nicely done pfraze!
pfraze
@Compy ah good!
mafintosh
@blahah no not atm
iml_ joined the channel
dat-gitter-bot
(blahah) @mafintosh ok thanks - any plans for it?
mafintosh
@blahah i'd like to add it yea assuming it can be light weight :) but there are other things more pressing atm
pfraze
mafintosh: what's in the cooker lately?
ddem-bot has quit
ddem-bot joined the channel
mafintosh
@blahah you should open an issue for the compression thing
pfraze: i'm finishing up the history api. its almost done :)
pfraze
mafintosh: sweet
TheLink
\o/
this + bidirectional sharing and we have dropbox
pfraze
oh is bidirectional sharing going to happen? how?
TheLink
the chance of me telling rubbish is high so don't take my words too serious
pfraze
rubbish filter engaged
mafintosh
pfraze: bidirect is definitely happening!
pfraze
mafintosh: so, like, multiple people writing to a dat?
mafintosh
pfraze: yea
pfraze
mafintosh: very good call. Whats your concurrency strategy?
mafintosh
pfraze: eveyone has an append-only log, forming a dag
jorin joined the channel
pfraze
mafintosh: a dat's file listing is a KV register. When a register has conflicting values, will you expose that to the user, or choose a deterministic winner?
mafintosh
pfraze: it'll be exposed and there'll be a merge function
pfraze
mafintosh: sounds good
G-Ray has quit
karissa
ahh mafintosh thanks
jarofghosts joined the channel
mafintosh
karissa: backpressure is so annoying to debug unfortunately :/
karissa
mafintosh: yeah im still not entirely sure how it works