Bladeren bron

book: Add some recommended texts and books

parazyd 3 jaren geleden
bovenliggende
commit
10df72e7c3
1 gewijzigde bestanden met toevoegingen van 10 en 0 verwijderingen
  1. 10 0
      doc/src/philosophy/recommended-books.md

+ 10 - 0
doc/src/philosophy/recommended-books.md

@@ -18,6 +18,7 @@
   Mumford was a historian and philosopher of science and technology. His
   Mumford was a historian and philosopher of science and technology. His
   books describe the two dominant legacies within technology; one enslaving
   books describe the two dominant legacies within technology; one enslaving
   humanity, and the other one liberating humanity from the state.
   humanity, and the other one liberating humanity from the state.
+* [GNU and Free Software texts](https://www.gnu.org/philosophy/philosophy.html)
 
 
 ## Philosophy
 ## Philosophy
 
 
@@ -33,6 +34,10 @@
 * Python Crash Course by Eric Matthes. Good beginner text.
 * Python Crash Course by Eric Matthes. Good beginner text.
 * O'Reilly books: Python Data Science, Python for Data Analysis
 * O'Reilly books: Python Data Science, Python for Data Analysis
 
 
+## C
+
+* The C Programming Language by K&R (2nd Edition ANSI C)
+
 ## Rust
 ## Rust
 
 
 * The Rust Programming Language from No Starch Press. Good intro to learn Rust.
 * The Rust Programming Language from No Starch Press. Good intro to learn Rust.
@@ -87,3 +92,8 @@
 
 
 * [Proofs, Arguments, and Zero-Knowledge](https://people.cs.georgetown.edu/jthaler/ProofsArgsAndZK.pdf)
 * [Proofs, Arguments, and Zero-Knowledge](https://people.cs.georgetown.edu/jthaler/ProofsArgsAndZK.pdf)
   by Justin Thaler.
   by Justin Thaler.
+
+## Miscellaneous
+
+* [Cryptoeconomics](https://voskuil.org/cryptoeconomics/index.html)
+  by Eric Voskuil.