Thanks to The Google & The Etherpads! I fully expect to see 30 different sites offering this now, and HN to be full of links to them tomorrow.
For those of us who have been working on side-project competitors for a few months this is a worrying prediction, and quite probably correct. Can HN name any niches that they feel should be filled with a similar product?
EtherPad Open Source Release
61–70 of 78 posts
Re: EtherPad Open Source Release
#62I just took a quick look around, but is all of the server-side code down in JS as well?
Re: EtherPad Open Source Release
#63Re: EtherPad Open Source Release
#64Earlier quoted context omitted.
For those of us who have been working on side-project competitors for a few months this is a worrying prediction, and quite probably correct. Can HN name any niches that they feel should be filled with a similar product?
I'd like a real-time-updating version of instacalc. Great tool for communicating about calculations, but it sucks having to send the URL back and forth all the time.
Re: EtherPad Open Source Release
#65the mob has spoken
Re: EtherPad Open Source Release
#66Anyone feel like digging into the code and doing a writeup about the "secret sauce" - how they managed to make the real time stuff so responsive?
Cf. node.js for infrastructural style (but with Scala in Etherpad's case)
Re: EtherPad Open Source Release
#67I 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
#68I 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.
I hacked up something for LaTeX collaboration: http://etherpad.com/latexmk
Re: EtherPad Open Source Release
#69Earlier quoted context omitted.
I hacked up something for LaTeX collaboration: http://etherpad.com/latexmk
That's pretty cool! But only useful for the few of my friends that would know how to run a perl script (and have LaTeX installed) unfortunately LaTeX is a rarity at Swedish schools and I need to make it super simple and install-free to make some of my classmates use it.
Re: EtherPad Open Source Release
#70$ sh bin/rebuildjar.sh using JAR jar... usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory including etherpad JARs... using cached JAR-etherpad... updating... java.io.FileNotFoundException: ../../build/appjet.jar (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream. (FileIn…