Implementation of Custom Extensions to Waves & Federation

2013-06-12 Thread Sam Nelson
Hello, After some prompting by Zachary, I'm posting an idea here. Based on my understanding of the Wave Conversation Model, each participant of a wave had their own user-specific wavelet for that wave that resided at the server hosting their user account, and this wavelet was never federated (

Re: Future of Apache wave [Was: Re: Advantages of P2P messaging?]

2013-06-13 Thread Sam Nelson
Hi Michael, I'm trying to wrap my head around this too. Say you have some JSON object: { "i" : 5 "s" : "string" "c" : { "i" : 2 } "a" : [ { "i" : 3 } ] } What would the parameters be to delete "s" since a path is really required isn't it, rather than an index? (i.e. parameters are speci

Re: wiab server overview diagram

2013-06-16 Thread Sam Nelson
Although I haven't tested it myself, there is a mindmap gadget in Rizzoma (separate from the mindmap view). If that could be used to build this diagram then Rizzoma already supports anonymous access of public topics, and can be embedded in an octane, perhaps in the wiki? Yuri Z wrote: >It's n

Re: wiab server overview diagram

2013-06-16 Thread Sam Nelson
An example of what I was talking about before: https://rizzoma.com/topic/4f4d5d1aeb337f9307458e1ec8919881/ This can be embedded using: https://rizzoma.com/embedded/4f4d5d1aeb337f9307458e1ec8919881/"; frameborder="0" allowfullscreen> Although the tool is not very advanced, it does allow for easy c

Re: IRC discussion on P2P waving

2013-06-21 Thread Sam Nelson
Wow, that was some heavy reading (: This section raised some questions for me: *4) Routing p2p messages/events in a pure P2P system (5 parts)* How to manage to route all wave-stuff if we want to completely get rid of servers completely, and only use peers. The closest way would be to use a DHT,

Re: Delving into OT

2013-06-25 Thread Sam Nelson
+1 for structured wiki pages. I re-read the original email a few times now and I still get a little bit lost around the bit of ancestor count - compare history lists A B C and D B X Y, when trying to apply X the ancestor count will match both, how does that work? X will have a parent of B lik

Re: Setting up Wave for client development (my experience setting up on WindowsXP)

2013-12-17 Thread Sam Nelson
Hi Thomas, I'm completely unfamilar with your dev tools, however when you suggested having to run something first before http://localhost:9898 exists, that rung a bell for me as a windows developer. When attempting to listen on a URL in a windows environment with a WCF self-hosted service - t