logoalt Hacker News

fxwintoday at 11:09 AM3 repliesview on HN

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


Replies

jltsirentoday at 2:48 PM

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

show 1 reply
_notreallyme_today at 11:16 AM

Most issues can be solved by RTFM. They don't seem to have ever considered that...