Resources
This is a collection of resources I have found interesting and I want to keep track of. They range from books, to websites or anything else. It is a sort of “must read” list. If you have interests similar to mine, you might find something interesting here. In case you have any suggestions, please let me know.
Operating Systems
- The UNIX haters handbook. A collection of rants about UNIX systems. It is a very funny read, and it is interesting to see how many of the problems described are still present in modern systems.
- The OSDEV Wiki. A wiki about operating system development. It is a very good starting point for anyone interested in the topic.
Programming
- Thinking Forth. A book about Forth, a stack-based programming language. It is a very interesting read, and it is a good introduction to the language and its philosophy. A problem solving masterpiece.