Hacker News new | ask | show | jobs
by judge2020 1277 days ago
It 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.
1 comments

The 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.

They'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.
What's the new way? JetBrains Gateway? Have they caught up to VSCode's devcontainers?