Эх сурвалжийг харах

doc: add recommended books and guide to studying math books

x 3 жил өмнө
parent
commit
737dd63f0f

+ 0 - 1
doc/src/IDEOLOGY.md

@@ -1 +0,0 @@
-../../IDEOLOGY.md

+ 4 - 1
doc/src/SUMMARY.md

@@ -1,7 +1,10 @@
 # Summary
 
 [DarkFi](README.md)
-- [Ideology](IDEOLOGY.md)
+- [Philosophy](philosophy/philosophy.md)
+  - [Ideology](philosophy/ideology.md)
+  - [Recommended Books](philosophy/recommended-books.md)
+  - [Reading Maths Books](philosophy/reading-maths-books.md)
 - [Development](development.md)
 - [Port ranges](portranges.md)
 - [Architecture](architecture/architecture.md)

+ 1 - 0
doc/src/philosophy/ideology.md

@@ -0,0 +1 @@
+../../../IDEOLOGY.md

+ 0 - 0
doc/src/philosophy/philosophy.md


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

@@ -0,0 +1,64 @@
+# Recommended Books
+
+<!-- toc -->
+
+## Core Texts
+
+* Manifesto for a Democratic Civilization parts 1, 2 & 3 by Ocalan.
+  This are a good high level overview of history, philosophy and
+  spiritualism talking about the 5000 year legacy of state civilization,
+  the development of philosophy and humanity's relationship with nature.
+* New Paradigm in Macroeconomics by Werner explains how economics and
+  finance work on a fundamental level. Emphasizes the importance of
+  economic networks in issuing credit, and goes through all the major
+  economic schools of thought.
+* [Authoritarian vs Democratic Technics](https://wiki.polytech.barcelona/index.php?title=File:Mumford_authoritarian_vs_democratic_technics.pdf)
+  by Mumford is a short 10 page summary of his books
+  [The Myth of the Machine parts 1 & 2](https://en.wikipedia.org/wiki/The_Myth_of_the_Machine).
+  Mumford was a history and philosophy of science and technology. His
+  books describe the two dominant legacies within technology; one enslaving
+  humanity, and the other one liberating humanity from the state.
+
+## Philosophy
+
+* [The Story of Philosophy](https://en.wikipedia.org/wiki/The_Story_of_Philosophy) by Will Durant
+* [The Sovereign Individual](https://en.wikipedia.org/wiki/The_Sovereign_Individual)
+  is very popular among crypto people.
+
+## Python
+
+* Python Crash Course by Eric Matthes. Good beginner text.
+* O'Reilly books: Python Data Science, Python for Data Analysis
+
+## Rust
+
+* The Rust Programming Language from No Starch Press. Good intro to learn Rust.
+* Rust for Rustaceans from No Starch Press is an advanced Rust book.
+
+## Mathematics
+
+### Abstract Algebra
+
+* Pinter is your fundamental algebra text. Everybody should study this book.
+  [My full solutions here](https://github.com/narodnik/abstract-algebra-pinter-solutions).
+* Basic Abstract Algebra by Dover is also a good reference.
+* Algebra by Dummit & Foote. The best reference book you will use many times. Just buy it.
+* Algebra by Serge Lang. More advanced algebra book but often contains material not
+  found in the D&F book.
+
+### Elliptic Curves
+
+* Washington is a standard text and takes a computational approach. The math is often
+  quite obtuse because he avoids introducing advanced notation, instead keeping things
+  often in algebra equations.
+* Silverman is the best text but harder than Washington. The material however is rewarding.
+
+### Algebraic Geometry
+
+* Ideals, Varieties and Algorithms by Cox, Little, O'Shea.
+* Hartshorne is a famous text.
+
+#### Commutative Algebra
+
+* Atiyah-MacDonald. Many independent solution sheets online if you search for them.
+  Or ask me ;)

BIN
doc/src/philosophy/springer-intro-to-that-thing.png