-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadings.js
More file actions
1 lines (1 loc) · 2.14 KB
/
readings.js
File metadata and controls
1 lines (1 loc) · 2.14 KB
1
const READINGS = {"categories": {"Computing Classics": [{"title": "Computer Lib / Dream Machines", "author": "Ted Nelson", "url": "http://worrydream.com/refs/Nelson-ComputerLibDreamMachines1975.pdf"}, {"title": "G\u00f6del, Escher, Bach: an Eternal Golden Braid", "author": "Douglas Hofstadter", "url": "https://www.physixfan.com/wp-content/files/GEBen.pdf"}, {"title": "Structure and Interpretation of Computer Programs", "author": "Sussman and Abelson", "url": "https://web.mit.edu/alexmv/6.037/sicp.pdf"}], "Miscellaneous": [{"title": "A Mathematical Theory of Communication", "author": "Claude Shannon", "url": "https://people.math.harvard.edu/~ctm/home/text/others/shannon/entropy/entropy.pdf"}, {"title": "The Annotated Turing", "author": "Charles Petzold", "url": "http://index-of.co.uk/Theory-of-Computation/Charles_Petzold-Annotated_Turing-Wiley(2008).pdf"}, {"title": "Understanding Media: The Extensions of Man", "author": "Marshall McLuhan", "url": "https://designopendata.files.wordpress.com/2014/05/understanding-media-mcluhan.pdf"}], "Computer Architecture": [{"title": "The Elements of Computing Systems (Nand2Tetris)", "author": "Nisan and Schocken", "url": "https://www.nand2tetris.org/"}], "Programming Languages": [{"title": "The Next 700 Programming Languages", "author": "Peter Landin", "url": "https://www.cs.cmu.edu/~crary/819-f09/Landin66.pdf"}, {"title": "Recursive Functions of Symbolic Expressions\nand Their Computation by Machine (Lisp)", "author": "John McCarthy", "url": "https://www.cs.cmu.edu/~crary/819-f09/McCarthy60.pdf"}], "Philosophy": [{"title": "Capitalist Realism: Is There No Alternative?", "author": "Mark Fisher", "url": "https://libcom.org/files/Capitalist%20Realism_%20Is%20There%20No%20Alternat%20-%20Mark%20Fisher.pdf"}], "Computing Culture": [{"title": "Hackers: Heroes of the Computer Revolution", "author": "Steven Levy", "url": "http://www.temarium.com/wordpress/wp-content/documentos/Levy_S-Hackers-Heroes-Computer-Revolution.pdf"}], "Operating Systems": [{"title": "The Unix Programming Environment", "author": "Kernighan and Pike", "url": "http://files.catwell.info/misc/mirror/the-unix-programming-environment-kernighan-pike.pdf"}]}}