Live data from Hacker News

Vscode.dev

code.visualstudio.com

231–240 of 273 posts

Re: Vscode.dev

#231

For those who think web-based IDEs are inefficient, I recommend giving VS Code in the browser a try: nowadays it's just as performant as it is on the desktop. Even on the iPad it's just as performant (with 120Hz scrolling!), although as noted in the announcement, the file system limitations make it a bit of a pain to work with for ad hoc coding.

Geoff here from Gitpod. My primary development machine is an iPad after I bricked my M1 laptop. I’m currently out in the middle of no-where of Australia with my van so I’m all in. Even when I get my M1 fixed I’m likely to keep my thin client device for hipsters as my primary development machine.

See https://ghuntley.com/anywhere for tips and tricks.

Re: Vscode.dev

#232
post #23

It seems to be like Theia https://theia-ide.org/ which is based on vscode and runs in the browser. It's used by this project to give a full lab/workspace and ide in the cloud: https://www.eclipse.org/che/ (it's actually closer to vscode even though eclipse is in the name).

Yo. Last night Gitpod’s IDE architect (one of the key folks behind Theia) did a great blog post on the history of cloud IDE’s over at https://gitpod.io/blog/cloud-ide-history

Re: Vscode.dev

#235

Earlier quoted context omitted.

Downloading and installing is a big ask if you don’t have the required system permissions (computer labs, work issued laptops, Chromebooks). Another data point: I used to compile VSCode for ARM to run it on a RaspberryPi and had to do it anytime there was an update.

So you as a developer are not allowed to install a code editor... To edit code... Which is... Your profession... So you need to use a Web browser as a code editor because... Installing a binary to the disk is not allowed? It's crazy!

I work in finance and as you’d guess my main app is Excel. 9/10 big companies I worked for are on a >5 year old license at any given point. Since it’s so heavily tied in with outlook, exchange, etc. and they typically tie a office version to a windows version these days, it’s so frustrating constantly having to use outdated software for no good reason. As you said, it’s crazy!

Re: Vscode.dev

#236

Earlier quoted context omitted.

Downloading and installing is a big ask if you don’t have the required system permissions (computer labs, work issued laptops, Chromebooks). Another data point: I used to compile VSCode for ARM to run it on a RaspberryPi and had to do it anytime there was an update.

So you as a developer are not allowed to install a code editor... To edit code... Which is... Your profession... So you need to use a Web browser as a code editor because... Installing a binary to the disk is not allowed? It's crazy!

Well, works for us.

Re: Vscode.dev

#237

Earlier quoted context omitted.

And while those stories are interesting to hear, I don’t know why they so often make it to the top or near it. Like is one PM being bad at listening to user feedback really the most interesting topic of discussion for this post?

Well .. yes actually. VS in the browser is not that amazing - we already got it on https://github.dev a month ago

codesandbox.io had VSCode running in the browser in March 2019. https://codesandbox.io/post/announcing-codesandbox-v3

Re: Vscode.dev

#238
post #147

Earlier quoted context omitted.

On every HN thread I count the minutes until it turns into a personal rant against some big company, and it never disappoints.

They're almost as tedious as "I want to share an anecdote about me that is tangentially related to the article. I'm not going to comment on the article, but the title reminded me of something that I thought of once, or maybe something that happened to me. I'm pretty smart so I'll share it with my fellow smart people here now. It's about me. Back in 2003 I was running an FTP server from my garage. It was running on on…

Have you noticed that you just described “conversation”?

That is what it looks like when people get together and talk to each other. Lots of us are here for that, and it seems like a pretty natural thing to do. The articles do a nice job of suggesting topics to talk about.

Re: Vscode.dev

#239
post #117

Earlier quoted context omitted.

What are those native binaries? I know that VSCode ships with ripgrep, but that's the limit of my knowledge. Those binaries probably could be compiled to WASM to make VSCode fully run in a browser too.

The Language Servers that power all of the intellisense and syntax highlighting and stuff are all native code. As are the compilers and everything that make VSCode more than just a text editor.

Good points, you still have to rely on an OS for all that stuff.

Re: Vscode.dev

#240

This seems really cool, and seems like it took a lot of man hours to put together. However, I'm not sure who this is for. Downloading and installing an application is not a particularly big ask for the type of people who use VSCode. The browser version will always be a compromised experience, given the inherent limitations of browser applications. Even if it works 99% of the time, that 1% would add enough friction to…

I'm not sure who this is for.

I guess it’s for me, 15 years ago, backpacking across Southeast Asia without a laptop and stopping at Internet cafes to work on a side project. Back then, I had built a little ghetto web ide out of a textarea and chosen php for the project in question because it didn’t need a compile step. Today, this would let me do my thing in c# as nature intended.

But then also, today has crazy fast two pound laptops that would fit in that tiny bag I had back then. And no Internet cafes anymore.

So maybe not for me today, I guess.

Post reply on HN