Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-27 | Use nvidia GPU for graphics | Ben Sima | |
Even though I have 64 cpus, when I use them all for compilation, the UI still lags, so that's annoying. Until I start using this for inference full-time, offload the UI stuff to the GPU. | |||
2023-10-27 | Configure clight on Beryllium | Ben Sima | |
Just for my daily usage. | |||
2023-10-10 | Add beryllium and connect via VPN | Ben Sima | |
I finally got everything setup for the new dev machine, but I ran into a networking problem: I can't tell my home router to expose the ssh port 22 to multiple hosts. I could have made beryllium use a different port, but instead I decided to use tailscale, and this seems to work well. I still don't have hostname routing working, but maybe that's a simple config in tailscale somewhere. Eventually I will get all intra-networking stuff to use a vpn, but for now just using it for beryllium is fine. |