This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Things that I read in 2015 that were life-channging :fire emoji: | |
1. Against Chill - Alana Massey | |
2. The Ghost Network - Catie Disabato | |
3. Playing the Whore - Melissa Gira Grant | |
4. The Story of My Teeth - Valeria Luiselli | |
5. Woman at Point Zero - Nawal El Saadawi | |
6. SELFIE - Rachel Syme | |
7. King Kong Theory - Virginie Despentes | |
8. The Origin of Capitalism - Ellen Meiksins Wood |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A guide to prevent pain and suffering while upgrading to OS X Mavericks | |
# This will vary greatly depending on system set up, so read the instructions carefully | |
# Back up Virtulenvs | |
#################### | |
# Very important! | |
# For each virtualenv you have, run "pip freeze > requirements.txt" while in the activated virtualenv | |
# in order to prevent loss of dependencies during the upgrade. |