Hacker News new | ask | show | jobs
by skybrian 3352 days ago
Not really buying it. Sending each keystroke and paint update over the network isn't a great experience on slow networks; even just ssh has noticeable lag. (Mosh is designed to fix this, but it's not trusted in most places yet.)

Being able to run the UI locally and using ssh to load/save edits to files seems like a better way to deal with latency.

1 comments

Huh? For an editor in the browser you don't send every keystroke and paint update over the network. The UI is effectively local, you would only need to send regular network updates for 'autosave', and it wouldn't be to keystroke granularity.
I meant the part about "may as well just run Code there and remote to it". Running in the browser reduces latency when it avoids a round trip.
Ah I missed that, sorry.