Ask HN: Web-based coding text editors? (for coding on the cr48)
All of this talk about the new Chrome notebook has me thinking about moving coding to the cloud.
Almost all of the coding I do now is stuff that is hosted at github. I don't see any reason that couldn't be done in a browser. It looks like Mozilla has a project targeted at this (https://mozillalabs.com/skywriter/ formerly Bespin).
Are there any others? Are any HNers coding this way already? And yes, I know that vi/emacs + ssh is viable, but that is not the topic ;)
56 comments
[ 2.4 ms ] story [ 130 ms ] threadThe 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
Would love to see an open source implementation!
https://mozillalabs.com/skywriter/
Adding the exclusion is probably the best route though.
/saves for later; thanks for the link!
Control + Alt + T; ssh user host; emacs -nw
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.
(I'm just a customer, no affiliation)
Edit: looks like they're not accepting new customers right now. sorry.
I'm a new customer of their service and very happy with the price/quality, but you do have to have a technical background.
Its not a complete IDE, but its a nice web dev sandbox.
* ctrl+alt+t (limited-functionality)
* switch to "developer mode" (hardware switch in battery compartment, erases all "personal information" when toggled)
http://www.smashingapps.com/2010/12/07/11-robust-web-based-e...
I'm always amazed at what can be found on wikipedia.
It's as easy as writing your code (in your browser), launch the compilation process in their systems (cloud) and automatically downloading the resulting binary file, which can be easily transfered to the device by drag&drop, since it's recognized as a usb storage device.
I got mine for free a while back and it took me few minutes to develop a simple multi-threaded application to control a few LEDs and Servos.
Only Firefox for now, due to the editor UI. If you'd like to help integrate Skywriter/Bespin, I'd love to collaborate. The code is here: https://github.com/niryariv/weblets
It still baffles me that Google hasn't tackled this already.
Supports: C C++ D Haskell Lua OCaml PHP Perl Plain Text Python Ruby Scheme Tcl
http://www.constructorizer.com