diff --git a/README.md b/README.md index 11b054c..daf7e72 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,4 @@ Name | Status | Blog Entries [Try NixOS](./projects/other/try-nixos.md) | - | - [Try Home-Manager](./projects/other/try-home-manager.md) | - | - [Create better monthly financial report](./projects/other/better-financial-report.md) | - | - +[GPU over IP](./projects/other/gpu-over-ip.md) | - | - diff --git a/projects/other/gpu-over-ip.md b/projects/other/gpu-over-ip.md new file mode 100644 index 0000000..9b2d897 --- /dev/null +++ b/projects/other/gpu-over-ip.md @@ -0,0 +1,3 @@ +# GPU over IP +Some time ago I saw some prototypes for sharing a GPU over the network with other servers. +Look into this a bit.