Julian Gruber

Results 112 issues of Julian Gruber

When two or more nodes start replicating (i.e. mirroring, syncing) they need to figure out how their files differ, so they can exchange only what they really have to. The...

Relays are nodes that only forward your data or store it encrypted, so they don't actually _have_ your data but can help with the network tasks, e.g. to ship around...

Does it make sense to make backer environment agnostic, so it can work in mostly any environment javascript works in? Initially this would just be a node.js thing. So, would...

Using the file system as base abstraction can make it rather hard to incorporate features like collaborative realtime editing. I think the way this works with Dropbox is when A...

@dominictarr @hij1nx Hey, so I got frustrated about dropbox being a centralized service and bittorrent sync being closed source and not working on SmartOS. => Since dominic talked about this...

https://github.com/juliangruber/fix-ev for older browsers

![giphy](https://cloud.githubusercontent.com/assets/10247/11763470/bf41ebf2-a10b-11e5-844b-9d36b73039e8.gif)

I did juliangruber/events as a node api-compatible wrapper around component/emitter already. The only thing missing from mine is that maxListeners stuff which could be implemented. We should try to avoid...

why even use `require('http')` for this?

- [ ] if the user is on a specific release channel, like `beta`, they want to stay there. This is in contrast to other use cases, where if you're...

question