I've discovered C9 while viewing coders working via Livecoding.tv. It's highly interesting how very young developers are using C9, naturally, to code. Something great is happening behind this behavior, it's much more than an online IDE. It feels friction less to develop a website totally online for this kind of developers. Also, for example, I can think many people using PC's on cybercafes prefering C9 to develop. I…
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?
Cloud9 Acquired by Amazon
201–210 of 254 posts
Re: Cloud9 Acquired by Amazon
#202Once fully integrated with AWS, this could offer a rather exciting, low friction way to work on the platform. Using Cloud9 to build, test, and deploy Lambda functions from a single interface with all the auth stuff dealt with automatically.. you could have some powerful APIs running in the cloud very quickly. (Maybe there's even a play for getting this stuff into the hands of non-engineering employees. Build the "Exc…
The last thing this world needs is mission-critical software edited willy-nilly through a "convenient" web browser interface. We as an industry can barely put our pants on in the morning on the best of days, and now this.
Re: Cloud9 Acquired by Amazon
#203I 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…
Re: Cloud9 Acquired by Amazon
#204Once fully integrated with AWS, this could offer a rather exciting, low friction way to work on the platform. Using Cloud9 to build, test, and deploy Lambda functions from a single interface with all the auth stuff dealt with automatically.. you could have some powerful APIs running in the cloud very quickly. (Maybe there's even a play for getting this stuff into the hands of non-engineering employees. Build the "Exc…
Re: Cloud9 Acquired by Amazon
#205Re: Cloud9 Acquired by Amazon
#206Earlier quoted context omitted.
Amazon works coniniously to become the provider for everything you can imagine
Even the best job? Because working for them was the worst work environment I ever experienced in 15 years of employment as a software development engineer. Amazon may have some cheap prices and their customer service has the margins available to offer refunds/replacements quickly. But that all is easy guise. Amazon is rotten inside. Each product team does whatever it wants. So how long can the exterior hold a toxic s…
Why do 27k engineers (in Seattle alone) need to write in the same language to make a service successful? How many SAAS startups have you worked at? How does Amazon/AWS compare to this? I think you're out of touch and/or lacking context.
Re: Cloud9 Acquired by Amazon
#207Earlier quoted context omitted.
> And there are already numerous tools which you have to learn for an efficient workflow, like build and testing tools, code repositories, etc. emacs already has interfaces to build and testing tools. It has Magit, the best git interface I've used. > Remember software has always been about raising productivity, not just of an industry but of the developer himself. That's why I'm advocating a user-extensible editing e…
I think it's clear to everybody here that you can integrate any type of functionality into emacs. But if most new programmers prefer browsers, then that's what they are going to use... Maybe they just prefer building tools on top of javascript/css (where they can create actual GUIs) rather than lisp. For most programmers this is kind of a moot discussion because usually you don't get to choose the tools yourself and…
If most new programmers prefer to edit code in browsers than in editors, then they are just wrong. I don't know why the preferences of new programmers should matter to professionals any more than the preferences of peewee football players matter to the NFL. The whole point of education is to improve people, not leave them satisfied where they are.
> Maybe they just prefer building tools on top of javascript/css (where they can create actual GUIs) rather than lisp.
Anyone who prefers JavaScript to Lisp or SmallTalk is just wrong. And, of course, one can create 'actual GUIs' in Lisp or SmallTalk just as in JavaScript. In fact, SmallTalk kinda invented the GUI IIRC.
> On a side note: Your TRAMP teleporter appears to use rsync most of the time anyway ;)
At least in my experience it's mostly SSH, not rsync.
Re: Cloud9 Acquired by Amazon
#208Earlier quoted context omitted.
Hopefully those who have done it, know why its a fucking terrible idea to use this as your default MO. There are exceptions to every rule, that doesn't mean you should make shitting all over the rule your own new rule.
Agreed. IMO it's always during an emergency where it's a decision between fixing the server in 20 seconds, or 5 minutes via the normal deployment pipeline.
Re: Cloud9 Acquired by Amazon
#209I started using Cloud9 a few weeks ago, and my productivity running an interactive visualization app has gone way up. Cloud9 has the best autocomplete ever, and it 'just works' after you do a little environment setup in your included ubuntu instance. Any concerns I had were not a problem, like every day or two the cloud9 window crashes, but when it reopens the cursor is in the exact same place and all state is mainta…
If you're on a mac, this might work for you: http://fluidapp.com/
Re: Cloud9 Acquired by Amazon
#210I've been looking to set up a cloud IDE and was wondering if anyone could compare / offer insight into Cloud9 vs. Eclipse Che?
Hi - I am the Eclipse Che project lead. Cloud 9 and Eclipse Che are different beasts. The primary difference is around the definition of a workspace. Eclipse Che workspaces have an encapsulation that include their runtimes and a self-hosted IDE. This, then, allows you to run Eclipse Che as a workspace server on any server or desktop. And since the workspaces are defined with configuration files you can move workspace…