(no title)
janeway | 7 months ago
Graphical data exploration and stats with R, python, etc is a beautiful challenge at that scale.
janeway | 7 months ago
Graphical data exploration and stats with R, python, etc is a beautiful challenge at that scale.
sevensor|7 months ago
mattpallissard|6 months ago
I wound up having a script for users on a jump host that would submit an sbatch job that ran sshd as the user on a random high level port and stored the port in the output. The output was available over NFS so the script parsed the port number and displayed the connection info to the user.
The user could then run a vscode server over ssh within the bounds of CPU/memory/time limits.
teekert|7 months ago
mattpallissard|6 months ago
I had a co-worker describe it as a giant Linux playground.
Another as ETL nirvana.