Live data from Hacker News

Show HN: Codebox - Open-source cloud and desktop IDE

github.com

61–69 of 69 posts

Re: Show HN: Codebox - Open-source cloud and desktop IDE

#61

I'd love to see someone build an IDE that lives locally but syncs up to a cloud service so I can pull everything back down to a different machine and work there. I think you could actually do this with Docker, where your "IDE" would not be an editor, but a virtual system with the code, the database, a web server, the right version of Python/Ruby/foo, dependencies, etc., and you could use whatever editor you wanted. A…

Ah you mean Smalltalk and Lisp Machines?

Re: Show HN: Codebox - Open-source cloud and desktop IDE

#62

I'd love to see someone build an IDE that lives locally but syncs up to a cloud service so I can pull everything back down to a different machine and work there. I think you could actually do this with Docker, where your "IDE" would not be an editor, but a virtual system with the code, the database, a web server, the right version of Python/Ruby/foo, dependencies, etc., and you could use whatever editor you wanted. A…

Visual Studio 2013 lets me do this quite easily between my different machines.

http://msdn.microsoft.com/en-us/library/dn135229.aspx

One of the nice things about TFS is the whole shelving things, it doesn't pass the tests yet, but you want to switch machines, makes it a lot easier than having some personal branch / patch set etc.

Re: Show HN: Codebox - Open-source cloud and desktop IDE

#63
post #23

I sometimes wonder, can cloud IDE's will really be able to replace traditional code editors like Sublime Text, Vim, Emacs. I really like the idea of cloud IDE's, but practically it's difficult to bring the entire development environment on cloud/browser, and even more difficult when switching from Vim. Anyways, I really appreciate the efforts you are putting in this project. Congrats guys/gals, job well done.

> I really like the idea of cloud IDE's

What advantage do you see versus just the ability to edit remote files (which has been around for decades) or sync local files with a server (a.k.a. "cloud storage")? Why suffer the UI limitations (solvable), latency (not solvable), and unreliability (not solvable) of having your development environment sitting on a server somewhere?

Re: Show HN: Codebox - Open-source cloud and desktop IDE

#64

I'd love to see someone build an IDE that lives locally but syncs up to a cloud service so I can pull everything back down to a different machine and work there. I think you could actually do this with Docker, where your "IDE" would not be an editor, but a virtual system with the code, the database, a web server, the right version of Python/Ruby/foo, dependencies, etc., and you could use whatever editor you wanted. A…

I wish Coda would come up with a feature like that. It's annoying switching between my Macbooks at work and home.

Re: Show HN: Codebox - Open-source cloud and desktop IDE

#65

I'd love to see someone build an IDE that lives locally but syncs up to a cloud service so I can pull everything back down to a different machine and work there. I think you could actually do this with Docker, where your "IDE" would not be an editor, but a virtual system with the code, the database, a web server, the right version of Python/Ruby/foo, dependencies, etc., and you could use whatever editor you wanted. A…

Could you do this with some dropbox and symlink magic? I have my ST3 package and config folders in dropbox and it works really well

Re: Show HN: Codebox - Open-source cloud and desktop IDE

#67
post #23

I sometimes wonder, can cloud IDE's will really be able to replace traditional code editors like Sublime Text, Vim, Emacs. I really like the idea of cloud IDE's, but practically it's difficult to bring the entire development environment on cloud/browser, and even more difficult when switching from Vim. Anyways, I really appreciate the efforts you are putting in this project. Congrats guys/gals, job well done.

This project runs locally. Just npm install -g codebox

Re: Show HN: Codebox - Open-source cloud and desktop IDE

#69
post #23

I sometimes wonder, can cloud IDE's will really be able to replace traditional code editors like Sublime Text, Vim, Emacs. I really like the idea of cloud IDE's, but practically it's difficult to bring the entire development environment on cloud/browser, and even more difficult when switching from Vim. Anyways, I really appreciate the efforts you are putting in this project. Congrats guys/gals, job well done.

> I really like the idea of cloud IDE's What advantage do you see versus just the ability to edit remote files (which has been around for decades) or sync local files with a server (a.k.a. "cloud storage")? Why suffer the UI limitations (solvable), latency (not solvable), and unreliability (not solvable) of having your development environment sitting on a server somewhere?

So that you could work on glossy iPad, of course!
Post reply on HN