Recursers can subscribe to the "Advice of the Day!" bot to get one piece of advice from an RC alum everyday.
You can submit advice at https://advice.recurse.com
Github: https://github.com/krithikasb/alumni-advice
— krithika
Neoscore is a python library for notating music in a graphics-first paradigm, allowing it to go far beyond the rules of traditional notation. This project was originally started at RC's Fall 2, 2016 batch, and recently revived and released!
— Andrew Yoon
This is baaasically what it does...
cat ${body_content_file} |
${content_proc_fn} |
shite_build_page |
${html_formatter_fn} |
tee "${shite_global_data[publish_dir]}/${html_output_file_name}"
— adityaathalye