Earlier quoted context omitted.
What, you've never sshed into a remote machine?
i think this thread is separating the beginners from the veterans.
Cloud9 Acquired by Amazon
161–170 of 254 posts
Re: Cloud9 Acquired by Amazon
#162Earlier quoted context omitted.
Wouldn't virtual machine basically do the same thing? I've taken some classes where teacher gave us an image where everything was already installed and configured. Everything went smoothly. However, Cloud9 is much more convenient since it runs entirely on browser but VM solution could work in case C9 discontinues its free tier.
>I've taken some classes where teacher gave us an image where everything was already installed and configured. My department tries this occasionally. It fails because students either have a) cheap pieces of shit with unreasonably poor performance under virtualization (I'm talking multiple seconds to bring a different window to foreground under Ubuntu) b) Retina MBPs, on which Linux has absolute garbage text rendering…
Re: Cloud9 Acquired by Amazon
#163Earlier quoted context omitted.
I fail to see how it's advantageous over just having a shell account somewhere free like SDF though. Do young developers just want to interact with everything through the browser?
Failing to understand that different people have different preferences isn't a terribly interesting stance to take in public. These sort of sentiments are better worded as a search for knowledge, instead of this sneer.
This is opposed to a straight up judgement, like what you have just done.
Re: Cloud9 Acquired by Amazon
#164That was remote VM, some of the younger ones think are invented 20 years later ;)
Re: Cloud9 Acquired by Amazon
#165Nice to see these products taking off from a pure cost perspective, I can buy a chromebook and do development as long as I have an internet connection.
Re: Cloud9 Acquired by Amazon
#166Earlier quoted context omitted.
>I've taken some classes where teacher gave us an image where everything was already installed and configured. My department tries this occasionally. It fails because students either have a) cheap pieces of shit with unreasonably poor performance under virtualization (I'm talking multiple seconds to bring a different window to foreground under Ubuntu) b) Retina MBPs, on which Linux has absolute garbage text rendering…
People forget the bit about poor performing machines. Developers with tech jobs often have high end machines provided to them. Many students do not, especially at public open-enrollment places. They come with whatever they have, despite recommendations from the program they enter.
Developers with tech jobs should also be able to afford high end machines.
It's totally worth it, if your employer will allow you to work on your personal machine at all.
Re: Cloud9 Acquired by Amazon
#167What are some great use cases for this type of tool? Is it mainly for quick testing or temporary stuff? Or would you use it for something longer term? Indie developer or team?
Re: Cloud9 Acquired by Amazon
#168Earlier quoted context omitted.
>I've taken some classes where teacher gave us an image where everything was already installed and configured. My department tries this occasionally. It fails because students either have a) cheap pieces of shit with unreasonably poor performance under virtualization (I'm talking multiple seconds to bring a different window to foreground under Ubuntu) b) Retina MBPs, on which Linux has absolute garbage text rendering…
People forget the bit about poor performing machines. Developers with tech jobs often have high end machines provided to them. Many students do not, especially at public open-enrollment places. They come with whatever they have, despite recommendations from the program they enter.
With Cloud9 they can develop on any computer they have access to, whether their's, a friend's, or even one at the public library. It is just one less barrier to being able to engage people.
Re: Cloud9 Acquired by Amazon
#169I really hope that the Cloud9 service keeps running, and maintains the free version that it currently provides. I have been using Cloud9 with the Michael Hartl Rails Tutorial to teach new programmers the basics of programming with Ruby and Rails and it has greatly reduced the friction for them to start learning. In previous classes we had the students setup a Ruby and Rails environment on their own systems and not on…