diff --git a/content/education/omscs/cs-6200.md b/content/education/omscs/cs-6200.md index a75982c..ae78703 100644 --- a/content/education/omscs/cs-6200.md +++ b/content/education/omscs/cs-6200.md @@ -12,5 +12,7 @@ In GIOS, the cool thing is that the projects are open-ended. All you have to do ### Notes I wrote because of this class [[sending-fds-through-uds]]: I utilized this in Project 3. + [[fcntl-atomic-locks]]: I utilized this in Project 3, though I had to scrap my usage of it because I discovered it doesn't work as expected. -[[macos-native-docker]]: The class environment is on an Ubuntu 20.04 environment and x86, I needed to run a docker image to perfectly replicate our testing environment (provided by the class) to make sure I wasn't dealing with quirks. I use a M1 Pro Macbook 14 that I absolutely adore, and didn't want to deal with a Cloud VM to develop. \ No newline at end of file + +[[macos-native-docker]]: The class environment is an Ubuntu 20.04 x86 environment, I needed to run a class-provided docker image to perfectly replicate our testing environment to make sure I wasn't dealing with quirks. I use a M1 Pro Macbook 14 that I absolutely adore, and didn't want to deal with a Cloud VM to develop. \ No newline at end of file