4 ms·
input lag like when typing? I use remote env on vscode and afaik it’s locally editing and syncing after the fact for lint, compilation etc
by mrhands556 4y ago
input lag like when typing? I use remote env on vscode and afaik it’s locally editing and syncing after the fact for lint, compilation etc
- judge2020 4y agoIt was probably just a RDP connection, which either signals how old this insight is, or how far behind Uber is on these new ways to remotely code.
- esprehn 4y agoThe post clearly shows they're not using RDP. That said Projector round tripped all the key strokes to get new draw commands (unlike VSCode) which also results in lag. The new IntelliJ remote architecture is much better, and it seems Uber is moving that way too.
- judge2020 4y agoThey're using this now, but I imagine the user ValleZ's comment is about a past time working at Uber or hearing stories from Uber developer friends, in which I can see why spinning up a low-latency (but still over 30+ millisecond RTT) virtual machine would be an early solution to developers trying to cut down on build times and whatnot.
- Noumenon72 4y agoWhat's the new way? JetBrains Gateway? Have they caught up to VSCode's devcontainers?