This will hopefully reduce the false reports due to some unreliable hosters.
* Fixes broken links in memory_management/README.md
* Fixes broken link in audio_comp_sci/README.md
* Fixes broken link in security/README.md
* Fixes broken links in garbage_collection/README.md
* Increase max retries for lychee
Teaching Garbage Collection without Implementing Compilers or Interpreters was pointing to a broken link. I am making a change to put to a link still active with the same paper.
This paper was celebrated at PWLMTL#2 by Peter Zion, who also used it as
a springboard to discuss GPU architecture in general, as well as his
implementation based on the paper in the Fabric Engine
framework (fabricengine.com).
Rather than artificially separate garbage collection from other classes
of memory management, I propose moving garbage collection topics under
the more general label of memory management ("storage management" or
"memory allocation" might be reasonable alternatives).