The Best Way to Help Programmers
1–9 of 9 posts
Re: The Best Way to Help Programmers
#2Non issue, most companies use VMs for their dev environments for this reason among others.
Re: The Best Way to Help Programmers
#3“In the year 2000… you will be able to instantly replicate your colleague’s dev environment on your own computer.” Non issue, most companies use VMs for their dev environments for this reason among others.
Re: The Best Way to Help Programmers
#4It's the first time I thought I could use a web-based editor. That's a big deal. Well done!
Re: The Best Way to Help Programmers
#5Wow...I'm impressed. I just spent a few minutes setting up an account and I was blown away by your execution on the editor alone. I haven't even tried using the other features yet. The screenshots made it look very similar to SublimeText2 and I wondered how smooth it would be. Vim mode, zen mode, even the find options were very similar. I was able to do everything I expected to do, even down to getting the theme just…
Best of all, unlike ST2, we're open source: https://github.com/ajaxorg/cloud9
Re: The Best Way to Help Programmers
#6“In the year 2000… you will be able to instantly replicate your colleague’s dev environment on your own computer.” Non issue, most companies use VMs for their dev environments for this reason among others.
At my company, we give developers several days (up to a week at times) to get everything downloaded, installed, setup, configured, etc. It's a huge drain but then again, you should've seen it 2-3 years ago, at which point the only avoidance of duplicated efforts was by virtue of having a single portable HD which held all of our databases [for use in testing]. The data was 5 years old at the time...
Re: The Best Way to Help Programmers
#7Re: The Best Way to Help Programmers
#8However, the problem to me seems that in order to reap the benefits of Cloud9 one has to give up the benefits of their current IDE. It will undoubtedly be the same situation for LightTable when they release.
I want collaborative editing in my IDE. If I'm using Visual Studio and my colleague is using SublimeText, I want to be able to work collaboratively with him/her. I've wondered if some sort of protocol could be created by which other developers could create plugins for popular IDEs that might allow cross-IDE collaboration.
Re: The Best Way to Help Programmers
#9“In the year 2000… you will be able to instantly replicate your colleague’s dev environment on your own computer.” Non issue, most companies use VMs for their dev environments for this reason among others.
That's a novel approach, but where does the IDE live, within the VM? Seems like performance would really suck with that setup, but perhaps I don't understand what all you have on the VM and what you have on the host OS. At my company, we give developers several days (up to a week at times) to get everything downloaded, installed, setup, configured, etc. It's a huge drain but then again, you should've seen it 2-3 year…