Etherpad Shows Google Docs How It’s Done (By AppJet)
techcrunch.com
Etherpad Shows Google Docs How It’s Done (By AppJet)
1–10 of 71 posts
Re: Etherpad Shows Google Docs How It’s Done (By AppJet)
#2To imply that Google 'hasn't been able to do it' is kind of silly. It's more likely that they chose not to do it and/or their scaling requirements made it impractical.
Re: Etherpad Shows Google Docs How It’s Done (By AppJet)
#3Re: Etherpad Shows Google Docs How It’s Done (By AppJet)
#4"Changes are made in absolute real time, something even Google hasn’t been able to do (Google docs update every fifteen seconds)." To imply that Google 'hasn't been able to do it' is kind of silly. It's more likely that they chose not to do it and/or their scaling requirements made it impractical.
(Total data sent when I press 'j' was 1073 bytes of HTTP headers, and 123 bytes of program data).
The other reason may be that whilst it looks really cool to see each other typing, is it really needed?
Does look quite slick though :)
Re: Etherpad Shows Google Docs How It’s Done (By AppJet)
#5"Changes are made in absolute real time, something even Google hasn’t been able to do (Google docs update every fifteen seconds)." To imply that Google 'hasn't been able to do it' is kind of silly. It's more likely that they chose not to do it and/or their scaling requirements made it impractical.
Re: Etherpad Shows Google Docs How It’s Done (By AppJet)
#6"Changes are made in absolute real time, something even Google hasn’t been able to do (Google docs update every fifteen seconds)." To imply that Google 'hasn't been able to do it' is kind of silly. It's more likely that they chose not to do it and/or their scaling requirements made it impractical.
Re: Etherpad Shows Google Docs How It’s Done (By AppJet)
#7"Changes are made in absolute real time, something even Google hasn’t been able to do (Google docs update every fifteen seconds)." To imply that Google 'hasn't been able to do it' is kind of silly. It's more likely that they chose not to do it and/or their scaling requirements made it impractical.
Agreed. Etherpad is sending a new POST request pretty much every keypress. Considering the HTTP headers and cookies, that's around 500-1k of data per letter typed. At google docs volume that would be a lot. (Total data sent when I press 'j' was 1073 bytes of HTTP headers, and 123 bytes of program data). The other reason may be that whilst it looks really cool to see each other typing, is it really needed? Does look q…
I do think that real-time is really needed for many applications. The few times I've tried collaborating on a google doc, I've given up because the lag introduced the possibility of overwriting each others edits. That and just a general annoyance with saying "Do you see it yet?" over and over.
Re: Etherpad Shows Google Docs How It’s Done (By AppJet)
#8"Changes are made in absolute real time, something even Google hasn’t been able to do (Google docs update every fifteen seconds)." To imply that Google 'hasn't been able to do it' is kind of silly. It's more likely that they chose not to do it and/or their scaling requirements made it impractical.
Agreed. Etherpad is sending a new POST request pretty much every keypress. Considering the HTTP headers and cookies, that's around 500-1k of data per letter typed. At google docs volume that would be a lot. (Total data sent when I press 'j' was 1073 bytes of HTTP headers, and 123 bytes of program data). The other reason may be that whilst it looks really cool to see each other typing, is it really needed? Does look q…
Re: Etherpad Shows Google Docs How It’s Done (By AppJet)
#9What would make this application killer for me is if was embeddable in other applications as a widget (think rich-text editor on steroids). This, plus a git-like backend for revision history, would be just absolutely amazing.
Be nice if they offered textile and markdown rendering.
Re: Etherpad Shows Google Docs How It’s Done (By AppJet)
#10"Changes are made in absolute real time, something even Google hasn’t been able to do (Google docs update every fifteen seconds)." To imply that Google 'hasn't been able to do it' is kind of silly. It's more likely that they chose not to do it and/or their scaling requirements made it impractical.
You're forgetting Google didn't develop Google Docs in-house they purchased Writely back in 2006 and that's the codebase Google Docs is built on. Depending on how it was built originally the change might require a massive rewrite...