Ask HN: Web-based coding text editors? (for coding on the cr48)
21–30 of 57 posts
Re: Ask HN: Web-based coding text editors? (for coding on the cr48)
#22This will also be very useful for those of us with iPads, who want to code on the go. :)
Re: Ask HN: Web-based coding text editors? (for coding on the cr48)
#23Here is a list of some of them http://bit.ly/gxM8Wj
http://www.smashingapps.com/2010/12/07/11-robust-web-based-e...
Re: Ask HN: Web-based coding text editors? (for coding on the cr48)
#24I saw http:///www.coderun.com posted here the other day.
All of the images on that page are broken (in Safari). That doesn't exactly instill confidence.
Re: Ask HN: Web-based coding text editors? (for coding on the cr48)
#25This is what I do on mine, Control + Alt + T; ssh user host; emacs -nw
Re: Ask HN: Web-based coding text editors? (for coding on the cr48)
#26Earlier quoted context omitted.
All of the images on that page are broken (in Safari). That doesn't exactly instill confidence.
You sure? http://cl.ly/3a5v
The clickable link above has three slashes after http instead of two. Somehow this results in a link to http:/www.coderun.com (one slash) which results in broken images in my safari: http://grab.by/7PQT
Re: Ask HN: Web-based coding text editors? (for coding on the cr48)
#27This is what I do on mine, Control + Alt + T; ssh user host; emacs -nw
Yes, as I said in the initial post, I know that is possible, but it misses the point. This requires a host that you want to develop on and as I move more to the cloud (i.e. hosting on Heroku), I am less likely to have a server to SSH into.
Work in a screen session and you'll be able to pick up where you last left off --from any machine. Not to mention your VPS is almost certainly faster than your laptop and connected to a bigger pipe than whatever wifi you're borrowing, so downloading a .tar.gz or a git clone will be fast, and compiling won't eat up your battery life.
Re: Ask HN: Web-based coding text editors? (for coding on the cr48)
#28This seems like a promising implementation of Vi in Javascript: http://gpl.internetconnection.net/vi/
Nice, but heads up: it doesn't play nice with Vimium (chrome extension).
Re: Ask HN: Web-based coding text editors? (for coding on the cr48)
#29http://kodingen.com/ is alright.
Re: Ask HN: Web-based coding text editors? (for coding on the cr48)
#30I'm always amazed at what can be found on wikipedia.