Live data from Hacker News

Web based Textmate like editor that saves to Dropbox

chrome.google.com

31–40 of 97 posts

Re: Web based Textmate like editor that saves to Dropbox

#33
post #17
post #8

I hate being negative, but I really don't see the use case. I have a text editor and Dropbox installed on my machine, why would I want to install this editor?

In the context of something like Chrome OS, stuff like this is vital to being able to do meaningful development work. It's also pretty cool to have your personal development environment, settings, etc. immediately accessible from wherever you may be.

In that context it really does make sense

Re: Web based Textmate like editor that saves to Dropbox

#34
post #17
post #8

I hate being negative, but I really don't see the use case. I have a text editor and Dropbox installed on my machine, why would I want to install this editor?

In the context of something like Chrome OS, stuff like this is vital to being able to do meaningful development work. It's also pretty cool to have your personal development environment, settings, etc. immediately accessible from wherever you may be.

I still don't get it. I would love to use Dropbox but I can't install it everywhere I go since the installation requires admin rights and I don't have them at the university's computer for example. But I can use SSH and therefore SCP from any computer without admin rights, so I really don't see what this does except eliminate the need for a shell account, which are practically free, heck even VPS's are beginning to be almost free nowadays.

Re: Web based Textmate like editor that saves to Dropbox

#35
post #27
post #21

Excellent. Now drop in some version control (mercurial for my own preference :)) and we are onto a winner. Dropbox is great for syncing between your development machines, but version control is essential for deployment and team development. Combining the two is really powerful.

Dropbox does have version control built in, albeit not in the same way which you speak of. Pretty good way to get people unfamiliar with version control to see the utility of it, though :)

Actually no; Dropbox and version control are different ends of the same problem spectrum. Using Dropbox for version control is non-optimal, and Dropbox VC is more backend/invisible to it's use case.

Dropbox is about syncing, as fast as possible and in real time - it is designed for multiple computers but only one concurrent use. So it is really for the individual. Versioning is a form of snap shot that is designed to allow multiple concurrent work (and has benefits for deployment, releases, bug tracking etc.)

The vision should be to see them working together IMO :)

Re: Web based Textmate like editor that saves to Dropbox

#36
post #26
post #21

Excellent. Now drop in some version control (mercurial for my own preference :)) and we are onto a winner. Dropbox is great for syncing between your development machines, but version control is essential for deployment and team development. Combining the two is really powerful.

Another "feature" would be the ability to use it without dropbox--save functionality removed. I don't have my dropbox password handy, so the app is completely unusable. (HTML"5" database/ javascript localstorage?)

The Dropbox API supports the standard OAuth web flow which just requires you to have an active session on dropbox.com. I put in a feature request so hopefully soon the extension wont ask for passwords anymore.

Re: Web based Textmate like editor that saves to Dropbox

#37
post #17

Earlier quoted context omitted.

In the context of something like Chrome OS, stuff like this is vital to being able to do meaningful development work. It's also pretty cool to have your personal development environment, settings, etc. immediately accessible from wherever you may be.

I still don't get it. I would love to use Dropbox but I can't install it everywhere I go since the installation requires admin rights and I don't have them at the university's computer for example. But I can use SSH and therefore SCP from any computer without admin rights, so I really don't see what this does except eliminate the need for a shell account, which are practically free, heck even VPS's are beginning to b…

I'm pretty sure you don't have to install Dropbox; the app is just using it as local storage 'in the cloud'. It'd be nice if there were an interface to swap it out for other things, like Microsoft, Google, EC2 or Rackspace storage.

Hmm - new project idea...

Re: Web based Textmate like editor that saves to Dropbox

#38
post #17

Earlier quoted context omitted.

In the context of something like Chrome OS, stuff like this is vital to being able to do meaningful development work. It's also pretty cool to have your personal development environment, settings, etc. immediately accessible from wherever you may be.

I still don't get it. I would love to use Dropbox but I can't install it everywhere I go since the installation requires admin rights and I don't have them at the university's computer for example. But I can use SSH and therefore SCP from any computer without admin rights, so I really don't see what this does except eliminate the need for a shell account, which are practically free, heck even VPS's are beginning to b…

you dont have to install dropbox locally to use this, it will load your files through the dropbox api from wherever you are.
Post reply on HN