137 comments

[ 3.0 ms ] story [ 169 ms ] thread
Very cool idea, trying it out right now. I have one caveat though...I get that there's a distinction of "public" and "private", with the latter being reserved for free accounts. But I don't know what "public" actually means...I'm assuming that at minimum, it means that anyone who guesses a URL of my workspace can join in on the fun. But how do other users discover new workspaces? Is there an "Explore" endpoint similar to Github's, where people can just see what others are doing in public?
Your public workspaces are listed under your user profile (https://floobits.com/u/ggreer/ for example). So if someone knows your username, they can guess the URL and see your public workspaces.

We haven't written any discovery stuff yet, but it'll happen eventually. I was playing around a while back and wrote https://floobits.com/code_roulette, but it isn't linked to anywhere on the site.

Thanks, your comment helped me answer the question, "what does public mean?" I don't see that answered anywhere on the site. I found myself wondering, "Does that mean we can't choose who we collaborate with, chatroulette-style? Or are the sessions recorded for viewing somehow? (That would be cool!) Or is just the fact of the session published somewhere? (Insufficient differentiator to get people to pay.)"

(Also, a copy-writing suggestion: on https://floobits.com/plans, the words 'free plan' link to the signup page. I clicked on the link looking for a blurb about the free plan. Y'all should add such a blurb. Or link to the signup page from the words 'sign up' instead.)

Hey, this is pretty interesting. One feature request: Do you think you could add Mozilla Persona for authentication? I don't like yet another u/p, and that Github permissions screen left me a bit uneasy (although I didn't see anything untoward).
We are just using Github for auth right now. One day it would be nice to be able to suck in private repos. We could probably add support for Mozilla Persona without much trouble. The real problem is presenting a sane UI.
I will not argue with that, for I see the truth of your words.
So this could potentially become a pair programming tool that would allow a single person to oversee the work of several people too.

Could be good for remote education. In fact I would be willing to pay someone to teach me objective-c this way.

I went to 'Sign in with Github', and got:

"Sorry, but an error made this operation impossible."

Is this feature not enabled here, or is the site slashdotted?

It might be a bug in django-social-auth. I've had a couple of people complain about it, but I can't reproduce it even if I create a new GitHub account. I've found bugs in DSA before, such as https://github.com/omab/django-social-auth/pull/697

I'll have to look into it more. Sorry about that. :(

Looks interesting, but I get the feeling using something like ScreenHero would work better. I've used ScreenHero for sort-of pair programming and it works extremely well + it's not limited to editors.
Screenhero is great for a lot of things but it's laggy if you just want to jump in, and start typing on the remote system. VNC, etc, all of them suffer from this.

But with a lightweight protocol like ssh with tmux/vim things feel much more responsive.

The responsiveness is the problem I assume they're trying to address with the individual editor plugins..

I described a similar solution to remote pair programming about a year ago : https://gist.github.com/aantix/1999816

ScreenHero is limiting in a few ways.

1. Both users are confined to looking at the same thing. 2. Only one user can input at a time. 3. One person may be stuck in an unfamiliar IDE. 4. Only 2? people can work on a thing.

We started to build Floobits after pair programming for 8 months or so because nothing else worked. Floobits also has a web based editor and basic support for terminal sharing. We also get to do really neat things because our protocol understands changes in source code; for instance, Floobits is self hosting and streams our changes to staging in hard real time. You can imagine other integration around source control, continuous deployment/integration too.

I think ScreenHero has its uses, but pair programming isn't its strongest.

Been watching floobits since you announced it. Very excited to see it launch with bunches of new features!
New ways to collaborate remotely and easily are valuable. Travel time is a waste.

David Socha from the University of Washington is looking for teams to video for his research into collaboration.

http://davidsocha.wordpress.com/collaboration-in-the-wild/

Your post reminded me that alerts for uses when someone is working would be valuable. ggreer and I should also really broadcast our g+ hangouts (we use Floobits to write Floobits).
I learn so much watching other people do things I want to do better. Floobits can make this possible in a new way.

twitch.tv does a nice job of notifications, and in providing the opportunity to observe how other people play.

(Instead of game channels; programming languages, problem spaces, ratings of team members...)

This is a fantastic idea and I'm really excited to start using this - I wanted to develop this kind of program for a while.

This is my use case: I work with designers who are hesitant to use git and make changes really quick and test them on a live WP or similar site. Often times we have two or three people needing to edit a single css file and everyone has to open/close the file often to not overwrite the changes of others. Maybe there is a better workflow, but a collaborative editing tool like this will go a long way in streamlining this process.

You are completely right about the designer bit. Sadly enough, some of my colleagues are still very hooked up with SVN and are not really set on moving on to Git.

In cases like these, i think this could actually help.

You could teach them to how to use SmartGit or a git management application. I'm technical and I still prefer SmartGit over the command line.
I have asked my colleagues to try out the git mac app by github. That really helps.

I prefer CLI to be honest. I will check out SmartGit, never really heard about it before. Thanks.

That's easy; Just migrate your CSS to a Google Doc, then add some logic to your build process to download the doc via the Drive API and unformat the text. What could go wrong? :)
A surprisingly nice feature of using floobits has been in building our own website- we stream changes to staging in real time. Feedback is immediate and trivially sharable. We will add better integration later for running hooks based on file globing, etc. So, you could do things like automatically compile less or restart a service when a file is saved or changed, etc.
This looks great, good job! A couple of things:

1. I renamed the default FLOOBITS_README.md to teach.py, but the path at the top of the page still showed the README filename. teach.py showed up in the left nav, so I don't really know what was going on there.

2. When I was loading one of the workspaces under https://floobits.com/u/ggreer, clicking on the files in the left nav took really long to load, about 8-10 seconds. I almost thought that all the files were blank at first and were there just to show the nested directory structure.

Apart from that, I think this is really cool! I'm definitely going to be using it over the next few days.

1. Shows how often I look at the path at the top. Bug filed. Probably will be fixed today.

2. Yeah... it turns out that one EC2 medium instance isn't the best thing to show HN with. I booted 4 servers to split out services, but I doubt we'll have everything moved until tonight.

Thank you for your feedback and your patience.

Hopefully they will create a plugin for RubyMine. Not sure, but maybe if they create a plugin for IntelliJ, they'd cover the entire family of Jetbrains editors? (IntelliJ, Rubymine PyCharm, PhpStorm)?
IntelliJ will be the next editor we support, but we'll probably tidy up Vim and Emacs first.
Will that plugin then by default cover their other editors as well?
I think so, but of course we won't know until we build it.
That's great. You can't believe how much I'm looking forward to that!
IntelliJ please.. There are plenty of people uses it who loves pair programming
Thank you. I really enjoyed the concept and was playing around with Floobits last month, but found it quite testing at times using the vim integration.

My colleague was using the ST integration, and found that sometimes he would be locked out of a file completely after I'd done some visual block changes. I'll give it another whirl some time and provide proper feedback if it still exists.

Looks great, going to try it out. Some feedback: it seems I was able to do a private session on the free plan, but the error message indicates I've used 1 out of 0 private sessions.

I think it's important to be able to trial the private session. As I am doing work for my company, I don't want anyone else looking at the work, but I want to try out the product on something real.

Right now we have soft limits- looks like it should stay that way.
This needs to be communicated better. I signed up, created a session, but when I tried to make the session private I got the message about being over the limit and assumed that the attempt to make the session private failed and it remained public, so I deleted it and that was the end of the tryout for me.

Also, I was alarmed that my session started off as publically listed and viewable as it was created from a private codebase. Ideally it wouldn't ever be public unless explicitly set to be.

Thanks for the feedback. As it turns out, getting the user experience right is harder than making it go.
We have now changed the default for new users of any sort to have 1 private workspace for free. Thanks for your feedback.

We will also change new workspaces to be private if at all possible given the user's limits.

Thanks very much, will retry the service.
Agreed. This looks like an awesome tool but I(and others I work with) want the ability to try it privately.

I did try though and was very impressed.

Great job. I just signed up. I think you should have requested my email address from github as well. So that, i would have my gravatar on Floobits.

I am not missing anything, am i ?

Really interesting idea guys, looking forward to giving it a try. If you're in San Francisco i'd love to hook up and talk remote collaboration :-)
If anyone's curious, a long time ago I wrote about why I chose to make this: http://geoff.greer.fm/2012/10/19/cross-editor-real-time-coll...

I didn't realize it would be as hard as it's been. Operational transformation is hard. Persistent network connections in editor plugins are hard. OT + network connections in editor plugins is comically hard.

Did you write your own OT server or did you use something else?
Would LOVE to hear more about your experience with OT— what specific challenges you faced, how you pulled it off etc :)
This still had a bunch of issues when I tried it: The user I connected with saw many instances of my user because I was trying to connect with Sublime Text, and couldn't give permission to all of them. The system didn't sync well from ST to the browser, but it worked the other way around. At some point we began typing over each other entirely. Screenshot here: http://grab.by/oAgS

Really want to see this working well!

We are really struggling under the load right now. Also, i noticed that you are using Vim? We have echo loop detection in Sublime, but haven't ported over that logic yet.
I had this idea a while ago, Notch was having one of his programming live streams. I thought, man what if instead of us just watching this guy write code we could all be working on it at the same time.

I don't know how well it would work, but it would be cool to use a platform like this to try it. Maybe some open source app. It would be like an Amish barn raisin'

We do have a hidden code_roulette feature. We do a bad job of explaining privacy or potentially the lack thereof to our users. Once we get that figured out, we can add more social features.

As for the barn raising, its not too uncommon for ggreer or I to spot bugs in other peoples code on Floobits. There is probably an entirely different business somewhere in there.

You guys should sponsor an event where some famous programmer leads a programming session with an audience on your service.
Yeah that would be awesome. Even like a hackathon or collaborative game jam would be a lot of fun.
Yeah, this is in the works but we need to smooth out our multi user support and clean up vim and emacs first.
Can you comment on the technical details on how this works at the network level? How secure is this?
We just compiled a FAQ and pushed it. https://floobits.com/help/faq/

Sadly, we didn't use any anchors so you'll have to scroll to "How does Floobits work under the hood?" If you have further questions, let me know.

Trying to install in sublime I see:

Package Control: Error downloading package. URL error unknown url type: https downloading http://github.com/Floobits/floobits-sublime/archive/0.17.5.z....

Are you using Sublime Text 3 on linux? ST3 on linux ships with a broken SSL module. We work around it for our own plugin, but I don't think Package Control does.

If you're curious how the work-around code works, see https://github.com/Floobits/floobits-sublime/blob/master/flo...

The shared objects that code tries to load are all in https://github.com/Floobits/floobits-sublime/tree/master/lib

Looks great - any plans to offer self-hosted for those who want behind-the-firewall solutions?
Any support for private networks or networks not on the internet? Not everyone wants/can send their code through a third party.
Not yet, but its on our radar.
Cool, thanks. How can I sign up for notification of that feature being implemented?
I imagine its at least a couple of months off- probably longer. Signing up for an account with us is probably the best thing for now. We send out updates from time to time.
Been watching this for awhile, it's what we've wanted for years now (we thought about building this as dev offering for Bushido's platform).

Finally giving it a go in emacs, I just get a Floobits buffer that continually spits out "floobits agent says: ... select(): No socket." non-stop.

Edit: Trying it again a second time seems to have worked. Temporary bug, or pebkac perhaps?

Could be a bug- the emacs support is rough around the edges.
It seems like the core support is there, quite nice. It disables my ability to select text though (via mark-set and moving the cursor). Love that other people's selections are highlighted though!

Is there a github repo for the individual plugins so we can track issues/possibly enhancements?

Glad to see more people experimenting in this space!

Currently I'm using sqwiggle + screenhero and it'd be killer if they could somehow have a baby together.

Screenhero allows me to share my emacs (or any window). Works like a charm.

We use Floobits a few times a week to pair and it's incredible.
Why does it have to be organized around a centralized server requiring user accounts? Why not make it peer to peer instead? Haven't we learned our lesson?
Yeah if you want to monetize don't allow people to have it all running on their own servers.
Maybe because the want to make money?
We'll have a behind the firewall installation option at some point. There are a few reasons:

1. The backend is non trivial and is getting more complex as we move forward. It sucks to make users run their own service. Running a full blown server out of a editor plugin also isn't feasible.

2. As a user, I don't want to have to deal with firewalls. As a founder, I don't want to have to deal with supporting users punching holes through their firewalls.

3. Peer to peer is very hard for this system; keep in mind, we get cascading failures with increasing latency as patches fail to get merged and instead cause conflicts. Conflicts make us drop patches, or try to do the equivalent of a rebase.

4. Accounts of some sort are required for access control.

5. Finally, we are trying to make a sustainable business.

We understand your concerns- we've also been burned by services that shut down: https://floobits.com/pledge/

Holy cow this is an awesome concept. Haven't tried it yet, but if it works it's completely transformative. Can be used as a teaching tool for anything - not just for pair programming.

Very, very cool! Thank you for charging money so you can build a real business and keep improving on it.

Please, please work with the JetBrains folks to integrate w/their suite of products? Please?!

(comment deleted)