Live data from Hacker News

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

github.com

21–30 of 69 posts

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

#21
post #12

Earlier quoted context omitted.

Have you tried clearing your cache (with npm cache clear) ? Codebox is on NPM, here : https://npmjs.org/package/codebox . Try clearing your cache and give it another try, it seems to be some issue on NPM's side.

well, I installed npm just for that :p Also Tried the cache clear, didn't do anything. Nevermind, will pass on that. Seems to be a great work btw, will try again in a few months :) Edit : I had to npm config set registry http://registry.npmjs.org/ and it's working now.

Great :)

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

#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.

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

#24
post #21

Earlier quoted context omitted.

well, I installed npm just for that :p Also Tried the cache clear, didn't do anything. Nevermind, will pass on that. Seems to be a great work btw, will try again in a few months :) Edit : I had to npm config set registry http://registry.npmjs.org/ and it's working now.

Great :)

Oops I think my system is too old to run that :p

npm ERR! Unsupported npm ERR! Not compatible with your version of node/npm: loadfire@1.3.4 npm ERR! Required: {"node":">=0.8.0"} npm ERR! Actual: {"npm":"1.1.4","node":"0.6.12"}

enjoyaol@serveur:~/codebox$ uname -a Linux serveur 3.2.0-55-generic #85-Ubuntu SMP Wed Oct 2 12:29:27 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

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

#25
post #21

Earlier quoted context omitted.

Great :)

Oops I think my system is too old to run that :p npm ERR! Unsupported npm ERR! Not compatible with your version of node/npm: loadfire@1.3.4 npm ERR! Required: {"node":">=0.8.0"} npm ERR! Actual: {"npm":"1.1.4","node":"0.6.12"} enjoyaol@serveur:~/codebox$ uname -a Linux serveur 3.2.0-55-generic #85-Ubuntu SMP Wed Oct 2 12:29:27 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

The Node.js in Ubuntu's repositories is horrifically old. Try this PPA: https://launchpad.net/~chris-lea/+archive/node.js/

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

#26
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.

Codebox will actually be released as a desktop app as well. And I think that's going to be pretty important to have a truly hybrid IDE that runs both on the desktop and in the cloud.

And what's particularly nice is that the cloud IDE and desktop IDE can share 95% of their codebox.

As a result you have an IDE built with web technologies (JS, HTML, CSS, NodeJS) that can run virtually anywhere (desktop, public/private cloud) and you can iterate quickly thanks to the nature of web technologies.

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

#27
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.

Thank you, this IDE works also on desktop (Mac Application coming soon), here is a video of the result: https://www.youtube.com/watch?v=xvPEngyXA2A

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

#28
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.

Well,

I find my self writing code in VIM via ssh using tmux and works fine. You can do pretty much everything on CLI, so I don't see how this is a substitute for VIM when all you need in order to write VIM/emcas code is a remote (secure) shell.

That said, vim is not an IDE, although many prefer (me included) prefer it over an IDE.

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

#29
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.

You could always use the JavaScript implementation of vim ;P
Post reply on HN