TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Code in the cloud with your favorite OS X text editor

25 pointsby raingrovealmost 12 years ago

4 comments

chatmastaalmost 12 years ago
I assume one of the main benefits of cloud coding is that every developer has access to the same code and environment. How does this application handle multiple people working at once on the same code?<p>Also, why would somebody choose this over editing files locally and committing to github? People can do that in one click if they want.
评论 #6017054 未加载
thejoshalmost 12 years ago
What is this coded in, wouldn&#x27;t it be possible to create a Linux or something version too?
评论 #6017056 未加载
cldralmost 12 years ago
What advantage does this have over mounting a network file system (or whatever it&#x27;s called)?
评论 #6017015 未加载
评论 #6016944 未加载
kunaialmost 12 years ago
It&#x27;s important to note that this means that your code is instantaneously updated to the cloud with remote box SSH directly from your OS X machine, not that you can somehow virtualize your favorite text editor and use it to edit code from a browser.