Live data from Hacker News

Ask HN: Is anyone using a web IDE for most of their development work?

news.ycombinator.com

41–50 of 84 posts

Re: Ask HN: Is anyone using a web IDE for most of their development work?

#41
post #31
post #21

Yup, I have Cloud9 installed locally on my own server. All my coding is done through it. Fast, easily accessible over VPN, and complete control. Love having multiple terminals open right up on my server in the IDE and just flip through them using tabs.

This looks great, it could be a good tool for setting up dev environments for student interns. Not sure how well the C++ is. Their documentation [1] doesn't list how to install privately, nor is the pricing for private setups clear. Could you share how you set this up, and how much it costs? https://docs.c9.io/v1.0/docs/picking-a-plan

[deleted]

Re: Ask HN: Is anyone using a web IDE for most of their development work?

#43
I've used Cloud9, Nitrous, and currently messing around with Codenvy, and a few others that were very lacking. My favorite so far is Cloud9, which has a ton of useful features. Nitrous is second but lacking features such as code beautify which is annoying.

Re: Ask HN: Is anyone using a web IDE for most of their development work?

#45
I used terminal.com the past few weeks. It had a couple quirks that were easy to get used to. It was stable until this last weekend where it was very slow and timing out the entire weekend. Sent them a tweet and support email on Saturday, they finally tweeted me back on Tuesday. Kind of frustrating but it is a fairly new service. I'm hoping that services such as Nitrous and C9 are much more stable since they've been around a bit longer. I guess I'll find out...

Re: Ask HN: Is anyone using a web IDE for most of their development work?

#48
post #13

I work primarily in Clojure and Python. I haven't found anything that lets me interact with project/virtualenv repls yet, let alone have reasonable completion/documentation lookup. I use crouton from my pixel2 so I can run spacemacs. I'd be open to suggestions.

I have used nitrous.io for some Clojure work (and Ruby and Node) and you have as many terminal windows open on an instance as you want.

Re: Ask HN: Is anyone using a web IDE for most of their development work?

#49
post #45

I used terminal.com the past few weeks. It had a couple quirks that were easy to get used to. It was stable until this last weekend where it was very slow and timing out the entire weekend. Sent them a tweet and support email on Saturday, they finally tweeted me back on Tuesday. Kind of frustrating but it is a fairly new service. I'm hoping that services such as Nitrous and C9 are much more stable since they've been…

Terminal is neat, but I've had my instance fail to start twice and I never got a response from help@terminal.com. Ended up having to wait a few days each time for it to start working again.

Re: Ask HN: Is anyone using a web IDE for most of their development work?

#50
I used Koding.com and c9.io extensively but got really frustrated when they were down or slow due to high usage, so just got my own $5/mo box and began doing it there.

I use [codebox](https://github.com/CodeboxIDE/codebox) on a digital ocean droplet for nearly all my development. It's a simple-to-install node app, though it's not being actively developed from what I can tell so I'd really like to switch to a local install of cloud9.

Post reply on HN