Earlier quoted context omitted.
I used to volunteer teaching coding to youths (teens in highschool, mostly) and I tend to believe this is the case. Though I think it's driven by the fact that it's user-friendly to set-up & use vs. alternatives. Consider the fact that it's super easy to buy a bunch of cheaper Chromebooks or tablets, fire up Nitrous or Cloud9, and now the focus can be on solving problems - rather than set-up/deployment.
> I used to volunteer teaching coding to youths (teens in highschool, mostly) Well, I just tried to sign up to c9 to give it a try, and it asked for credit card information (it is mandatory, even for trying it out). I'm not sure if all the youth has access to a credit card. Also, I don't think it is very user-friendly, but that is beside the point.
Cloud9 Acquired by Amazon
121–130 of 254 posts
Re: Cloud9 Acquired by Amazon
#122Re: Cloud9 Acquired by Amazon
#123Earlier quoted context omitted.
I used to volunteer teaching coding to youths (teens in highschool, mostly) and I tend to believe this is the case. Though I think it's driven by the fact that it's user-friendly to set-up & use vs. alternatives. Consider the fact that it's super easy to buy a bunch of cheaper Chromebooks or tablets, fire up Nitrous or Cloud9, and now the focus can be on solving problems - rather than set-up/deployment.
> I used to volunteer teaching coding to youths (teens in highschool, mostly) Well, I just tried to sign up to c9 to give it a try, and it asked for credit card information (it is mandatory, even for trying it out). I'm not sure if all the youth has access to a credit card. Also, I don't think it is very user-friendly, but that is beside the point.
I just tried it myself and you're right, they just added it.
Re: Cloud9 Acquired by Amazon
#124Earlier quoted context omitted.
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…
Cheap prices for the customer equal low pay and bad working conditions for the producer. Same is true of Wal-Mart... look into all those Chinese mega-factories where all that stuff is produced. It's one of the core paradoxes of economics. I want a cushy job with great pay, but when I go shopping I implicitly want everyone else to have a shitty job with low pay. There's a name for this paradox but I'm forgetting it ri…
If everyone has the same capabilities and preferences, then the economy is a zero-sum game like you've described. In some fields, that's close to true, and those fields tend to be low-margin commodities.
Re: Cloud9 Acquired by Amazon
#125Earlier quoted context omitted.
The current editor for AWS Lambda functions is nothing to write home about and has some really severe limitations; for example you're unable to edit any code that uses more than 1 file (that has to be uploaded in a zip every time). Having a high quality editor built into Lambda would make it so much easier to work with.
This doesn't make sense? The editor is open source. You can install it on your computer right now. They even provide instructions on how to do it. https://github.com/c9/core They can implement it without buying the company. Even if the license doesn't allow it, the license for ACE surely does and ACE is the meat of the editor. https://github.com/ajaxorg/ace Maybe they want the team because they want to move the produ…
Re: Cloud9 Acquired by Amazon
#126Earlier quoted context omitted.
You're telling me rsync already does everything that I want to do, when I'm trying to describe Dropbox.
> You're telling me rsync already does everything that I want to do, when I'm trying to describe Dropbox. Alternatively, you're trying to say that a McDonald's Happy Meal™ is great food, when I'm serving salt-crusted ribeye, served with fresh English peas, roasted sweet corn and garlic mashed potatoes with cream.
Re: Cloud9 Acquired by Amazon
#127Congratulations to the cloud9 team.
Re: Cloud9 Acquired by Amazon
#128Interesting. I wonder if there will be any trademark issues with the IT consulting company that uses the same name ( http://cloud9.net ).
Re: Cloud9 Acquired by Amazon
#129Earlier quoted context omitted.
Yes
This is nice. But then again, how do you know when the other person is finished editing so you can run your program? On second thought, ssh and git seem more practical.
Re: Cloud9 Acquired by Amazon
#130After a few years of headaches trying to help students get their local dev environments setup, we started recommending Cloud9 to all Students. Definitely the way of the future.