6 ms·
OP is not ready for corporate environments if "VPN + ssh + 2FA" already "feels like too much" lol I also wonder how they didn't come across X Forwarding at all
by fxwin 2mo ago
OP is not ready for corporate environments if "VPN + ssh + 2FA" already "feels like too much" lol
I also wonder how they didn't come across X Forwarding at all? When i used a remote machine for my thesis that was one of the first things i set up, just so i could do small experiments on GPU and look at results more easily.
Basically every issue they seem to have is solved by using VSCode + Remote development (Transferring files, Customizing hotkeys, looking at outputs)
>And as for compute, I also realised that there are many small tasks that can actually be run on my machine
Yes, if you have a $3000 Computer, you can do many things that other people would need to use remote compute for. Depending on the "Cluster" they are talking about, the mac might even have better specs lol
- _notreallyme_ 2mo agoMost issues can be solved by RTFM. They don't seem to have ever considered that...
- jltsiren 2mo agoThe default VSCode configuration can cause problems in HPC clusters. VSCode likes to crawl the files it can see repeatedly. If you have a few users, it doesn't matter. But with many concurrent users and many files, it can destroy file system performance.
- linksnapzz 2mo agoEvery user should get their own vscode endpoint, on a severely underprovisioned VM with 10mb/sec access to the cluster filesystem.
- azalemeth 2mo agoMost clusters I use are architected assuming you use vim and look at graphics locally. I do. I also use img-cat. I've never liked VSCode anything.
- deleted 2mo ago[deleted]
- linksnapzz 2mo ago>OP is not ready for corporate environments if "VPN + ssh + 2FA" already "feels like too much" lol Sad that it's necessary, but it's still a shitty environment. That employers foist it on their employees doesn't make it better. >I also wonder how they didn't come across X Forwarding at all? Xforwarding over VPN+residential broadband sounds like a great way to ...not use any sort of gui app.
- gregdaniels421 2mo ago> Xforwarding over VPN+residential broadband sounds like a great way to ...not use any sort of gui app. During COVID I had the wonderful opportunity to remote into a work computer that had a Matlab license and watch the screen slowly paint in. Each keystroke took multiple seconds to display for me.
- linksnapzz 2mo agoX was never, ever, designed for high-latency networks. I don't understand what people are thinking when they recommend that use-case for X apps.
- tjoff 2mo agox2go can be a bit janky but when setup correctly it can deliver the promise of x-forwarding with good performance even over internet. Love the ability to just forward one or several applications directly instead of the whole desktop environment. Ability to resume connections are also a godsend. Seems like that usecase isn't given a lot of effort nowadays.
- throw0101a 2mo agoI remoted into my Linux desktop that was at my desk over SSH, and things ran fine with Xvnc: Firefox, Terminal, Thunderbird, etc. I was able to do my sysadmin job without issue.
- linksnapzz 2mo agoVNC-remoting an X desktop isn't X11 forwarding an application; the mechanism that is moving pixels to the screen where you're looking at them is distinct, and different.
- icedchai 2mo agoDon't forget ZScaler and other corporate spyware.