Using ramdisks with Cargo I have a bit of a history of killing SSDs - probably because I do a bit too much compiling and management of thousands of tiny files. Plenty of developers have this problem! So while thinking one evening, I was curious if I could setup a ramdisk on my mac for my cargo work to output to. Making the ramdisk On Linux you'll need to use tmpfs or some access to /dev/shm. On OSX you need to run a script like the following: diskutil partitionDisk $(hdiutil attach -nomount r...