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,572 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,572 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,572 Comments

@Ben,

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


Post Comment  |  Ask Ben

Recent Blog Comments
Mar 21, 2010 at 6:32 AM
ColdFusion CFPOP - My First Look
Apologies... The field name in the db for C. is "BounceCode" It stores the code / message which is returned in the email. Sorry for the confusion. ... read »
Mar 21, 2010 at 6:29 AM
ColdFusion CFPOP - My First Look
@Jose Galdamez, Hi Ben and Jose 1st of all.. big thanks to Jose for his Skype chat a few weeks back. Your time was much appreciated. I have come up with a rather unelegant solution to my problem a ... read »
Mar 21, 2010 at 3:42 AM
A New Wrist Pain
Chiropractic treatment is one of the best methods for treating numerous health problems naturally. After years of experience being a chiropractor, I have found that it is a powerful way to solve many ... read »
Mar 20, 2010 at 12:07 PM
Drawing On The iPhone Canvas With jQuery And ColdFusion
Simply awesome. Saved my day. ... read »
Mar 20, 2010 at 9:00 AM
Building A Fixed-Position Bottom Menu Bar (ala FaceBook)
I would like to say thx for an easy way to create a bottom bar. I do have a ?. Is it possible to center the bar if i want to resize it to ex 85%. Regards Offenbach ... read »
Mar 19, 2010 at 7:26 PM
MySQL 3/4 - com.mysql.jdbc.Driver And allowMultiQueries=true
Thank you very much for this post. Adding allowMultiQueries="true" in context.xml didn't help until I added it to url as allowMultiQueries=true Good idea is to use prepared statements and it will he ... read »
Jim
Mar 19, 2010 at 4:49 PM
Nobody Puts Baby In The Corner!
Wow. This is like suddenly finding a support group for your secret shame. I'm not alone! I always liked this movie, even though it is extremely cheesy. I just wish Jennifer Grey hadn't gotten the ... read »
Mar 19, 2010 at 4:47 PM
Application.cfc OnRequest() Method Affects OnError() Arguments
@Jason and @Ben, I've been doing some CF9 refactoring on our systems and noticed an odd occurrence with onError as well. Found a way to work around my problem, but what I saw was... Background: Our ... read »