pfrazee: I'm thinking that instead of using service workers in beaker, I should use the dat API directly. So then I just need to re-implement the dat API in other browsers using service workers. I can setup servers that listen on websockets and give my https sites the ability to serve DATs through them?
pfrazee
creationix: yeah, I was talking about that with jondashkyle yesterday
creationix
because all I need it the ability to write a file in the browser and then read it back in the browser (and sync it with other machines)
mafintosh
jhand: like all selections basically
makes sense
pfrazee
creationix: I've been thinking about a dat-rpc interface in general, and that could be used over websockets
jhand
mafintosh: right
mafintosh
jhand: i don't think there is a public api for that, but usecase makes sense and it should be easy
jhand: so open an issue or pr for it
jhand
pfrazee: cool! if you do that then we can make it so you can send messages via chat.datproject.org
mafintosh
might be as easy to making ._selections -> .selections
pfrazee
jhand: yeah totally
creationix
pfrazee: any notes on this. I might just prototype it
want to have live keys to navigate between the different files, and drop down for more details
prompt-live would be neat for that :D
mafintosh
oh perfect
i need to figure out if you can draw the cursor yourself somehow
i guess you can use ansi to move it
pfrazee
yoshuawuyts: that's hot
G-Ray_ joined the channel
yoshuawuyts
mafintosh: yeah that'd be cool C:
pfrazee: :D yay, glad you like it - collaborating with louisc and shibacomputer
pfrazee
nice
G-Ray_ has quit
karissa
jhand: ok selective-sync pr updated with your suggestions, and now it works with pull too. i added a little 'warnings' ui that persists even after exiting. wondering what you think
jhand
karissa: awesome!! i'll check it out
karissa
jhand: i think the only thing now is being able to tell the user when it's done syncing.