Live data from Hacker News

EtherPad Open Source Release

etherpad.com

11–20 of 78 posts

Re: EtherPad Open Source Release

#13
I have my last final today. This comes as a perfect school-is-over-and-i-can-start-hacking-again gift! I'm hoping to be able to integrate LaTeX export into this so I can collaborate on LaTeX reports without having to download and build manually.

Re: EtherPad Open Source Release

#16
post #3

Man, I can't wait to build this locally. In its raw form I expect it to work great for essay writing, etc., but I can imagine all kinds of cool modifications, like allowing cross-pad hyperlinks. Let the hacking begin! Edit: I realize that a local build makes very poor use of etherpad's killer feature--its super-fast realtime collaboration--but the biggest draw for me was actually their "playback" mode.

Yes, a cool feature would be to let multiple etherpads talk to each other. Sort of like Google wave :)

Also imagine HN (or any other forum) working on some sort of similar platform. Threaded chats I would say.

Re: EtherPad Open Source Release

#18
I want it so I code do:

    % etherclient foo.txt
    etherclient accepting from http://example.com/as213
Then I can share the url with co-workers. The pad is initialized with the contents of foo.txt and then updates are sent.

Then make it be more project based. Then integrate revision control.

Perhaps I should sleep instead of reading code.

Re: EtherPad Open Source Release

#20
Hopefully this will lead to strong community around real-time eventual-consistency text synchronization. Here a link to etherpad's implementation of their magic algorithm: http://code.google.com/p/etherpad/source/browse/trunk/etherp... -- though it's pretty tightly integrated with their editor component, "ACE".
Post reply on HN