Hacker News new | ask | show | jobs
by crystaln 2964 days ago
In reality those environments are not "the same". You have all sorts of libraries that are compiled and set up specifically for your system, and those differences add up.

With Cloud 9 everything is on an EC2 instance with Linux, exactly the same platform as I will deploy in production.

2 comments

True. My environments are not the same. Most will call that a disadvantage. I rather like knowing about environments on various platforms and how my applications support them. Of course there are other, probably better, ways to approach that (:

It sounds like C9 can be really useful for AWS deployment specifically, but beyond that I don’t see much value over git+IDE.

The value is that it is online on an ec2 instance on the Aws network , which may or may not be something you want.

Also git+IDE is exactly what I use with Cloud 9. C9 is the IDE.

But why not just use VMWare with Linux locally?
In context of this thread, because aws works with Chromebooks and VMware doesn't.
Funny enough, with Google releasing Debian on Chrome OS, this may actually become an option soon.