Hacker News new | past | comments | ask | show | jobs | submit | riejo's comments login

it can record your hikes and rides


VSC dev here. Correct, perf is a priority for us and it's no black magic. A simple one is to keep your bundles small. VSC's main bundle is less than 9MB, Cloud UI seems to be 15.


When it's 2020 and you label your boxes master/slave.


Yeah a lot of people are moving away from this terminology thankfully!


Im not sure if you're being sarcastic or if it really matters that we call it matters and slave. Are we so easy to get triggered?


FYI, to see what's being send do this: "F1 > Log Level > Trace" and then "View > Output > Log (Telemetry)"


codespaces!


This is amazing. I've been using VS Code Server ( https://github.com/cdr/code-server ) to self-host a browser-based editor I can access from my tablet and code on the go, but it's been a hassle to keep it all running smoothly..

As long as pricing is reasonable, Codespaces seems like my future solution.


As an alternative to VS Code Server, you can install the vsonline CLI which is distributed via .deb and other package mechanisms. Once installed, it installs the backend side of VS Code Remote and it's distributed by Microsoft.

You _don't_ need to register your machine, you can set up your own authenticating reverse proxy over it and run it on port 8000 like so:

    $HOME/.vscode-remote/bin/[some hash here]/server.sh
I just wish they open sourced all of this. For compliance reasons, I'm leery of running data through Microsoft unnecessarily and so I only use CodeSpaces and VS Online for personal project.


Interesting, I'll look into that..

I run VS Code Server on a headless mac mini at home, and I map a subdomain to my home IP (because it needs SSL for the web workers I believe), and then I can connect to it over https from my tablet on the go. I use basic auth on the nginx proxy, and it works for my needs.

That part is working fine.

The hassle is the DNS mapping because my provider doesn't officially support dynamic DNS, and doesn't have an API, so I am using a variety of unofficial workarounds to automate this part and it's not always reliable, although thankfully my home IP does not seem to change too often.


That's most likely because the html formatter doesn't support to format range/selection but only the full document.


Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: