Github doesn’t need a server. It is a cloud service.
Why can’t they run the programs locally?
Comment on Setting up a server for a research team. What should be in my checklist?
bergetfew@sopuli.xyz 7 months agoI wasn’t able to get a clear response but I can say that they are primarily going to use it for writing and storing code like a Github repo, plus installation of 2-3 programs whose names I couldn’t recognise.
They could use Github itself, but I know they know this too so but deliberate chose to work this way. I could probably suggest a software like Gitea or Forgejo for this purpose, but I suppose they aren’t in need of that.
Github doesn’t need a server. It is a cloud service.
Why can’t they run the programs locally?
brucethemoose@lemmy.world 7 months ago
This makes sense. Sometimes its better to run ‘helper’ programs in a remote container so configs and such are synced.
If they are trying to setup an inference server for cursor or something, though, you will need to run OSX. Linux does not support Metal acceleration (last I checked).