EtherPad: Potential For Great Peer Debugging

Posted November 20, 2008 at 3:28 PM

Tags: Work

After Brian Swartzfager posted an EtherPad tweet a little while ago, I went to watch their 90 second demo video. It looked pretty darn cool. I like the fact that you can just start a new pad online, no membership, no additional software, and just start inviting people to edit with you. While, I don't think it makes as much sense for two people to edit a file in a true simultaneously fashion, I can definitely see a huge potential here for peer code debugging. It lacks the color coding and code insights that make a true IDE so helpful / readable; but, when you just need to jump into a file and help someone figure out why it's not working or walk them through your ideas - this looks like it might just be fantastic.

I wanted to get a sense of how this worked in real time, so I asked my fellow Twitters to test it with me. It was a lot of fun (names have been removed for privacy):


 
 
 

 
EtherPad - Group File Editing And Document Collaboration.  
 
 
 

Even with 5 or 6 people in the room editing at the same time, the updates were quite fast. Not as fast as in the demo video, but not nearly so slow that it became any sort of pain point.

I can also see this as a great collaboration tool for group learning and small classes. Someone had the idea of using it for group activities at a conference or like-style event. I really like that idea as well. The major downfall here is that you cannot just "Run" the code right away, you'd have to copy it into an actual file on your server. But, even so, I really think this could be great.

Post Comment  |  Ask Ben  |  Other Searches  |  Print Page



Learning ColdFusion 9 - ColdFusion 9 tutorials, samples, examples, demos

Reader Comments

Nov 20, 2008 at 3:39 PM // reply »
25 Comments

Ahh, good times! Shared it with everyone in the office, and wasted a good 15 minutes writing nonsense :P. But as you say, as a collaborative tool (especially for remote workers) this is a really great find.


Nov 20, 2008 at 3:53 PM // reply »
7,212 Comments

@Francois,

Agreed. I've seen other things like this, but none that were this easy to use. I saw an Eclipse plug-in that seemed cool, but again - requires ecplise. This didn't require anything (except maybe a modern browser which is not an issue with developers). Such a low barrier of entry.


Nov 20, 2008 at 7:18 PM // reply »
21 Comments

@Ben - very cool app. passed it around the office as well and everyone "ooh'd" and "aah'd" quite a bit.

Curious about the eclipse plugin tho. What's it called? Would like to check that out as well.


Nov 21, 2008 at 8:13 AM // reply »
7,212 Comments

@Charlie,

I believe this was the one I saw - Cola. It has a cool demo video, not unlike the EtherPad demo.

http://www.vimeo.com/1195398?pg=embed&sec=1195398

Apparently it works on (and was built by the same guy that build) the Eclipse Communication Framework. I don't use Eclipse, but it looks cool.

http://www.eclipse.org/ecf/


Nov 21, 2008 at 9:20 AM // reply »
2 Comments

I'm particularly excited by the AppJet platform that EtherPad is built on. Another player in the server-side JavaScript field is most welcome!


ben
Dec 5, 2008 at 2:22 PM // reply »
1 Comments

Simliar to http://collabedit.com


Dec 5, 2008 at 2:24 PM // reply »
7,212 Comments

@Ben,

Cool, I'll have to take a look at that.


Post Comment  |  Ask Ben

Recent Blog Comments
Feb 9, 2010 at 8:09 AM
Creating A "Remember Me" Login System In ColdFusion
@Nikos, Heck yeah! Glad you got things working smoothly. ... read »
Feb 9, 2010 at 8:05 AM
Creating A "Remember Me" Login System In ColdFusion
No probs :) anyway , Im good now :) ... read »
Feb 9, 2010 at 8:02 AM
Creating A "Remember Me" Login System In ColdFusion
@Nikos, I've seen people use the J2EE sessions, but I have not used them myself... yet. ... read »
Feb 9, 2010 at 7:57 AM
Ask Ben: Converting a Query to an Array
@Stju, Did you actually test this? I ask because there is a fatal flaw in it - you are using the same Row struct for every row. Since Structs are passed by reference, every subsequent update you ma ... read »
Feb 9, 2010 at 7:50 AM
Using jQuery's SlideUp() and SlideDown() Methods With Bottom-Positioned Elements
@Thomas, Not bad. I suppose you could do the same with Top as well as margin. ... read »
Feb 9, 2010 at 7:47 AM
Ask Ben: Creating A PDF And Attaching It To An Email Using ColdFusion
@Johan, I don't think I have one off hand. Basically, you'd just want to use the File attribute of CFDocument to save the PDF to disk. Then, you'd want to use the File attribute of CFMailParam to a ... read »
Feb 9, 2010 at 5:34 AM
Creating A "Remember Me" Login System In ColdFusion
Any change you could show how to take advantage how the J2ee session stuff in your code? http://kb2.adobe.com/cps/182/tn_18232.html ... read »
Feb 9, 2010 at 5:32 AM
Creating A "Remember Me" Login System In ColdFusion
This may help: http://bugs.farcrycms.org/browse/FC-79 Its the session variables' option being selected in the CF Admin ... read »