Ask HN: Using your laptop as a cheap front for your workstation?
Are there any people here that have a powerful work PC at home and a less powerful laptop that they use as a 'front' to work on their remote PC? How did you set this up/what do you use? RDP? Does the latency interfere with your work? Are spotty connections a big problem?
3 comments
[ 2.3 ms ] story [ 19.4 ms ] threadHonestly, ssh for running commands + mounting ir locally(SSHFS) works great for me, but I never was able to install FUSE correctly on Windows and it's a bit annoying to install on MacOS(third party kernel module)
I mainly run some code on it and the occasional gameserver so I have no need for a GUI though I have been entertaining the idea of using Rancher to maintain docker/k8 stuff
Technically my laptop is higher performance then the VPS but running my docker env alone takes about half the memory I have (16GB)