GitHub Satellite Livestream
githubsatellite.com
GitHub Satellite Livestream
1–10 of 19 posts
Re: GitHub Satellite Livestream
#2Re: GitHub Satellite Livestream
#3Re: GitHub Satellite Livestream
#4codespaces!
As long as pricing is reasonable, Codespaces seems like my future solution.
Re: GitHub Satellite Livestream
#5Re: GitHub Satellite Livestream
#6Re: GitHub Satellite Livestream
#7Codespaces is very cool!
Re: GitHub Satellite Livestream
#8Re: GitHub Satellite Livestream
#9Also: I've got to say, seeing things from this particular Nat gives me a nice late 90s throwback feeling. He along with Miguel ruled the Linux desktop universe back when we we're all hopeful that the Linux desktop would win over the Windows desktop.
Edit: The FAQ implies recordings are manually uploaded at some later time. (Meh!)
Re: GitHub Satellite Livestream
#10codespaces!
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.
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.