| ▲ | _pdp_ 3 hours ago | ||||||||||||||||||||||
I think web-based IDEs like GitHub Codespaces (but even VSCode with tunnels) is part of the solution because at the very least you can get an isolated dev environment per project. I've been advocating for this for as long as I remember. Unfortunately, most developers don't like them so it is a though sell. | |||||||||||||||||||||||
| ▲ | 63stack 2 hours ago | parent | next [-] | ||||||||||||||||||||||
Why do most developers not like it? Is it because the browser is a terrible platform for text editors since there is no proper key mapping, or access to proper debuggers, or there is too much latency, and no access to cli tools? You make it sound like you are surprised, but everyone who has tried this knows it's crap and a band aid at best. | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | fc417fc802 an hour ago | parent | prev | next [-] | ||||||||||||||||||||||
Why would I ever want to use a browser based solution instead of local VMs? If you're worried about VM escapes then you have bigger problems (and hopefully a full time security team supporting you). Edit: I realize in hindsight this comes across as overly negative. I think those are great solutions to have available for when you are working with a suboptimal local setup for whatever reason. I just don't think they're the default choice let alone any sort of ideal to strive for. | |||||||||||||||||||||||
| ▲ | domh 3 hours ago | parent | prev | next [-] | ||||||||||||||||||||||
Web-based IDEs like VSCode on github just had a 1-click github token stealing vulnerability: https://blog.ammaraskar.com/github-token-stealing/ You could argue this is probably on GitHub for creating a token here that gives blanket access to all repos vs a scoped token for just the repo. | |||||||||||||||||||||||
| ▲ | jasonjayr 41 minutes ago | parent | prev | next [-] | ||||||||||||||||||||||
This is the leg of the cycle when we go back to mainframes & centralized computing? With all the datacenter build out; why wouldn't you want your services adjacent to the LLM processing centers? | |||||||||||||||||||||||
| ▲ | altairprime 3 hours ago | parent | prev [-] | ||||||||||||||||||||||
Is the theory here that the browser cannot be co-opted to infect web-based repositories? Also: thinking of how yt-dlp can integrate with browser cookies now and the malware paths that opens up. (This is part of why Chrome wants HSM cookies, I expect: DRM and opsec!) | |||||||||||||||||||||||
| |||||||||||||||||||||||