Apologies for the non clojure related post! 2009/10/13 Phil Hagelberg <p...@hagelb.org>: > > Robert Stehwien <rstehw...@gmail.com> writes: > >> How well does remote pair programming work? I telecommute 100% so I'm >> curious. Must be working for you guys, I just haven't tried Rudel. Since I >> almost live in emacs I should give it a try sometime... > > I work with Tim and wrote up a blog post summarizing our experience: > http://technomancy.us/129
Great post! Rudel looks really cool... I'd be tempted to try it, if only more people used Emacs... > Basically there are some things that are easier using Screen (viewing > diffs, slime sessions, when you need all the windows shared at once), > but most things are better shared on a per-document basis with Rudel. Having also experienced remote working whilst contracting as part of a geographically dispersed team (with me in Scotland) some other developers in England, and a guy in new york state, I can recommend the screen approach. Though we didn't do much remote pair programming, we did do quite a bit of debugging, integration and knowledge transfer on dev servers etc... And we also adopted this same screen approach, though we didn't use screen... Rather we used the more simplistic dtach, which worked beautifully, as it essentially only offers the sharing and detach aspects of screen. For those interested the advantages of dtach over screen were for me: - simplicity (easier to convince others to use than screen) - only a few key features (easier to learn) - less key bindings than screen (therefore less weird behaviour with keybinding clashes etc...) R. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---