Live data from Hacker News

Cloud9 Acquired by Amazon

c9.io

101–110 of 254 posts

Re: Cloud9 Acquired by Amazon

#103
post #85
post #33

I thought for a second Amazon is getting into the esports business. https://en.wikipedia.org/wiki/Cloud9_(eSports)

I don't understand e-sports teams. They're not representative of a geographical region and a "team" can actually have players on multiple games. It's like if the New York Yankees were just the Yankees and also played football, soccer and basketball. I don't understand the convention for how spectators are intended to root for a team. I get that this thing in regular sports for rooting for the team closes to you is ar…

In esports it seems to me like there is more focus on the personalities than the teams. I liked C9 because of Hai and Balls. I liked TSM because of Dyrus. A lot of people like SKT because of Faker, the unkillable demon king[1].

[1] http://espn.go.com/espn/feature/story/_/id/13035450/

Re: Cloud9 Acquired by Amazon

#104
post #79
post #74

Earlier quoted context omitted.

> I want to write code on a 2 lb MacBook, with continuous build-as-you-type in the cloud on a fleet of Xeons that have larger CPU caches than my entire project. Your editor doesn't need to run remotely in order to do this; it just needs to be able to run things remotely in order to do it. > I want my editor, exactly as I left it, down to the open tabs and cursor position, on any machine. You could build this from syn…

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

#105

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?

Re: Cloud9 Acquired by Amazon

#106

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…

can you post a link to the video you're referencing?

Re: Cloud9 Acquired by Amazon

#107
post #64
post #44

Earlier quoted context omitted.

Agreed. In a lot of my college courses, the professors provide a VM which is completely set up for development. That means that anyone who just wants to start programming can use the VM while everyone else who wants to setup their local environment can do that. I think it's a great solution.

I'm a lecturer myself and am curious: How do your lecturers deal with the situation that students have at least three different operating systems (LINUX, Mac, Windows)? Setting up a VM will make 2/3rds cringe in my experience - setting up three VMs is a lot of work.

I like the vagrant-ish approach (just, not using Vagrant, shared folders are way finnicky in many different circumstances and it just really defeats the purpose of the tool if you aren't paying extra $$$ for the VMWare provider), personally. May not have been a classroom setting, but when I was training one of our new developers who had 0 Python or Linux experience (we're mostly a .Net shop, wasn't a hiring criteria) I had him install Fedora Server (CLI-only) in a VirtualBox VM. We then used the built-in deployment and remote execution / debug facilities in PyCharm Professional to test code inside a sane environment (because installing psycopg2 on Windows is not sane) while he was able to use his familiar desktop to actually do everything else, after setting deployment up it was pretty much transparent.

Where feasible, I think the "code locally, run remotely" concept works quite well, especially as most IDE's support at worst FTP upload.

Re: Cloud9 Acquired by Amazon

#108
post #85
post #33

I thought for a second Amazon is getting into the esports business. https://en.wikipedia.org/wiki/Cloud9_(eSports)

I don't understand e-sports teams. They're not representative of a geographical region and a "team" can actually have players on multiple games. It's like if the New York Yankees were just the Yankees and also played football, soccer and basketball. I don't understand the convention for how spectators are intended to root for a team. I get that this thing in regular sports for rooting for the team closes to you is ar…

Usually root for specific players/their teams and don't really pay much attention to the team name/provenience.

Remember that most teams are named after their sponsor. A sponsor is not related to any city/esport. It's just a sponsor.

Re: Cloud9 Acquired by Amazon

#109
post #105

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?

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.

Re: Cloud9 Acquired by Amazon

#110
post #105

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?

Everywhere that provides internet access will give you a browser, where they may not give you a proper SSH program (or worse, they'll block everything but 80/443 outbound). This happens with a lot of cyber cafes, free wifi hotspots, and so on.
Post reply on HN