4 comments

  • fxwin1 hour ago
    OP is not ready for corporate environments if &quot;VPN + ssh + 2FA&quot; already &quot;feels like too much&quot; lol<p>I also wonder how they didn&#x27;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.<p>Basically every issue they seem to have is solved by using VSCode + Remote development (Transferring files, Customizing hotkeys, looking at outputs)<p>&gt;And as for compute, I also realised that there are many small tasks that can actually be run on my machine<p>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 &quot;Cluster&quot; they are talking about, the mac might even have better specs lol
    • _notreallyme_57 minutes ago
      Most issues can be solved by RTFM. They don&#x27;t seem to have ever considered that...
  • NullifyNAN59 minutes ago
    It seems like you’re so close but yet so far. It’s interesting that you concluded that Claude makes it easier to run tasks locally but did not conclude that claude makes it easier to use the cluster. Feels we’re in need of a part 2 where you use CC to automate all of the mundane cluster work.<p>Also just a hot tip, if you’re able to keep any always-only PC on a university subnet (your PI should have some form of a server) you can use tailscale as a jump proxy and bypass the whole VPN dance.
    • whinvik4 minutes ago
      Yeah I came to the same conclusion.<p>Universities use all kinds of hard to setup stuff which are often custom built. Slurm configs, custom configured HPC servers etc. All of this pays off though if you need to do heavy computations which a local machine won&#x27;t do.<p>IMO it would be better to make Claude build out something that makes interacting with the HPC much easier. A web UI, Tailscale whatever.
  • iyihz1 hour ago
    i think instead of trying to do more of the work locally, it might be worth considering trying to work more frictionlessly within the cluster environment instead? e.g. using claude to script visualizing the results and transferring them to your local environment for convenient inspection, or even designing a local GUI for running the jobs and inspecting the results?<p>it doesn&#x27;t handle the VPN&#x2F;2FA friction I guess, but I&#x27;d think unless most work can be done locally it would be better to invest in making cluster work more convenient
  • smitty1e52 minutes ago
    Living this dream with the CI&#x2F;CD pipeline deploying to a cloud system.<p>It&#x27;s really, really hard to shrink the problem and troubleshoot with large, opaque, containerized chunks of functionality and services.<p>Can I just connect to a DB in a terminal and run some SQL to figure out the problem?<p>Why, no: no, you cannot.