Live data from Hacker News

I intend to replace Etherpad

bennoland.com

11–20 of 23 posts

Re: I intend to replace Etherpad

#11
Has anyone thought about creating an open-source version of this type of product?

That would ensure this "problem" happen in the future -- and you gets lots of brainpower in figuring out how to really improve on the basic theme!

What functionality would you like to see in a great collaborative online editor?

Re: I intend to replace Etherpad

#12
post #11

Has anyone thought about creating an open-source version of this type of product? That would ensure this "problem" happen in the future -- and you gets lots of brainpower in figuring out how to really improve on the basic theme! What functionality would you like to see in a great collaborative online editor?

[deleted]

Re: I intend to replace Etherpad

#13
OT, Is there any start-up that tried free (as in speech) model for SaaS product? It will be selling point, because you don't have to worry about company going out of business or that they decided to move on to something else.

We need a license that will a) protect the developer from competition as long as they're in business and b) protect users from the company killing the product. When devs are not in game anymore, it must be possible for users to run the software themselves and allow others to enter the market (fork the company, not just free software). id Software's approach by frequently releasing old versions of code in Affero GPL might work.

Re: I intend to replace Etherpad

#14

a forever qualm about online code editor i have is that they don't do automatic indenting properly. I have never used etherpad, i'm not sure how well they did this, but textmate is a good example to model after :D

I agree wholeheartedly. The first thing I noticed with Bespin specifically that STILL hasn't been fixed as far as I can tell from using it for the last few minutes was the lack of auto indentation. It is such an important thing for a code editor. It HAS to be there.

EDIT: I see they added the autoindent setting last March. I still can't for the life of me figure out how to actually enable it. It should be on by default, no question about it.

Re: I intend to replace Etherpad

#15
post #11

Has anyone thought about creating an open-source version of this type of product? That would ensure this "problem" happen in the future -- and you gets lots of brainpower in figuring out how to really improve on the basic theme! What functionality would you like to see in a great collaborative online editor?

Yep I could like to build a Redis-based project doing this stuff.

Re: I intend to replace Etherpad

#17

OT, Is there any start-up that tried free (as in speech) model for SaaS product? It will be selling point, because you don't have to worry about company going out of business or that they decided to move on to something else. We need a license that will a) protect the developer from competition as long as they're in business and b) protect users from the company killing the product. When devs are not in game anymore,…

I don't know if they qualify as startups, but here are two examples:

Mint (http://www.haveamint.com) and FogBugz (http://www.fogcreek.com/FogBugz/)

You can buy and self-host these products, with source code included.

Re: I intend to replace Etherpad

#19

a forever qualm about online code editor i have is that they don't do automatic indenting properly. I have never used etherpad, i'm not sure how well they did this, but textmate is a good example to model after :D

Does codemirror's indenting work well for you? I actually really like it.
Post reply on HN