Live data from Hacker News

Vscode.dev

code.visualstudio.com

121–130 of 273 posts

Re: Vscode.dev

#121

Earlier quoted context omitted.

If you really want to use something like that, Harvard's CS50 has made it available freely (under their own wrapper of tools): https://ide.cs50.io

Speaking of education/CS50: we (the Codespaces/Live Share team) have actually been very excited/privileged to collaborate with the amazing CS50 team, as they've built their student experience on top of VS Code/Codespaces ( http://code.cs50.io ). Lowering the barrier of entry for learners, and supporting student success, is a huge goal of ours, and so I'm looking forward to getting our tools in the hands of more devel…

This is really cool

Re: Vscode.dev

#122

This is exactly what I've been looking for. There was another site (forget the name, something-something-cloud) that supposedly did this but it seems abandoned and didn't work on any browser that I used. An online VS Code would not only make doing quick things with GitHub repos much easier but can be great for people just getting into learning programming because it doesn't require installing anything, but you are es…

Was it cloud9?[0] I remember this from a few years ago, but it seems like it was killed after they were acquired by AWS.

[0]: https://aws.amazon.com/cloud9/

Re: Vscode.dev

#123

Part of the Visual Studio Code brand is that it's open source. With this snarky announcement, they've changed that. I've been using https://vscodium.com/ and who knows when there will be a web version. :(

How is this announcement snarky? Also this seems like something they could easily open-source down the road.

Re: Vscode.dev

#124
Ok, you can use VS Code like an editor in a browser. But how are you going to compile / run the code if you can't install binaries on that machine?

Re: Vscode.dev

#125
It's crazy how much the dev tooling space has evolved in just the last few years. VS Code is of course a big part of it, but there are a hundred offshoots providing CI/CD, dev VPS, source control integrations, language tools, static hosting, staging, functions. The next step, IMO, is more clarity. How do all these puzzle pieces fit together, and what is the "ideal" solution for me as an individual developer or a small team to use day-to-day?

Re: Vscode.dev

#128
File system access being one of the main reasons to put a web app in Electron, this could be a move toward the more lightweight future that some on HN have been clamoring for

Re: Vscode.dev

#130
post #64

A modern browser environment is an OS on its own. Change my view.

That was already the case a long time ago. We have now reached the stage where individual applications running in the browser can be an OS on their own – VS Code itself is a very good example.
Post reply on HN