notes/toread.md

32 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2024-05-10 12:03:13 +02:00
# Books
- [ ] Plato - Last day of Socrates
- [ ] Aristotle - Nichomachean Ethics
- [ ] Epictetus - Discourses, Fragments, Handbook
- [ ] Augustine of Hippo - Confessions
- [ ] Boethius - Consolation of Philosophy
- [ ] Anselm of Canterbury - Three Philosophical Dialogues
- [ ] Thomas Aquinas - Selected Writings
- [ ] Rene Descartes - Meditations on First Philosophy
- [ ] Mary Wollstonecraft - Vindication of the Rights of Women
- [ ] Friedrich Nietzsche - The Genealogy of Morals
- [ ] At the Existentialist Cafe - Sarah Bakewell
- [ ] Republic - Plato
# News
- [ ] https://www.theguardian.com/world/2021/jan/14/carbon-neutrality-is-a-fairy-tale-how-the-race-for-renewables-is-burning-europes-forests
# Articles
- [ ] https://dbp-consulting.com/tutorials/debugging/linuxProgramStartup.html
- [ ] https://googleprojectzero.blogspot.com/2021/10/how-simple-linux-kernel-memory.html
- [ ] https://blog.reverberate.org/2021/04/21/musttail-efficient-interpreters.html
# Compilers
- [ ] [Writing a C Compiler](https://norasandler.com/archive/)
- [ ] [Writing your own VM](https://justinmeiners.github.io/lc3-vm/)
- [ ] [Compiling to assembly from scatch](https://keleshev.com/compiling-to-assembly-from-scratch/)
- [ ] [Crafting Interpreters](https://craftinginterpreters.com/)