Live data from Hacker News

Ask HN: Web-based coding text editors? (for coding on the cr48)

news.ycombinator.com

31–40 of 57 posts

Re: Ask HN: Web-based coding text editors? (for coding on the cr48)

#31
http://mbed.org/ has a full ide for embedded C programming.

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.

Re: Ask HN: Web-based coding text editors? (for coding on the cr48)

#32
I have a working (but far from perfect) App Engine based one here: http://qkhack.appspot.com/

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

Re: Ask HN: Web-based coding text editors? (for coding on the cr48)

#33
post #20

Earlier quoted context omitted.

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.

It's worth having a VPS around as your dev environment. The laptop you're carrying around is extremely likely to get lost, stolen, dropped, or otherwise damaged. A VPS isn't a backup solution, but it's not at constant risk of physical harm. 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 connecte…

It's probably worth plugging http://prgmr.com/xen/, run by fellow HN member lsc. If you prepay for the year, a 256MB VPS is only $6.40/mo. I've had good luck with it so far; it's a perfect always-on dev environment.

(I'm just a customer, no affiliation)

Edit: looks like they're not accepting new customers right now. sorry.

Re: Ask HN: Web-based coding text editors? (for coding on the cr48)

#34
post #25

This is what I do on mine, Control + Alt + T; ssh user host; emacs -nw

I'm assuming this is on the CR48? So this means there is a built-in terminal system? I was wondering about that, if they'd allow you past the browser front-end or not.

There is a very restricted terminal, basically allowing SSH and a couple of other things. If you flip the developer mode switch, you get full VT and shell access: http://www.chromium.org/poking-around-your-chrome-os-device

Re: Ask HN: Web-based coding text editors? (for coding on the cr48)

#35

Earlier quoted context omitted.

It's worth having a VPS around as your dev environment. The laptop you're carrying around is extremely likely to get lost, stolen, dropped, or otherwise damaged. A VPS isn't a backup solution, but it's not at constant risk of physical harm. 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 connecte…

It's probably worth plugging http://prgmr.com/xen/ , run by fellow HN member lsc. If you prepay for the year, a 256MB VPS is only $6.40/mo. I've had good luck with it so far; it's a perfect always-on dev environment. (I'm just a customer, no affiliation) Edit: looks like they're not accepting new customers right now. sorry.

It appears that they are full or not accepting new customers at the moment because I cannot find a "Buy" button.

Re: Ask HN: Web-based coding text editors? (for coding on the cr48)

#37
post #30

http://en.wikipedia.org/wiki/Comparison_of_JavaScript-based_... I'm always amazed at what can be found on wikipedia.

Indeed, though those comparison pages tend to be very out of date and missing major players while including ones that existed for months at the most.
Post reply on HN