Hacking Ruby
It’s limited in it’s simplicity by the inherent complexity of it’s aim.
The goal is to gain a better understanding of computer systems and become a better hacker.
It’s not about breaking computer systems. But about tinkering with them and getting a better understanding of them, and to build useful stuff with them.
Take a look at this text by Eric.S.Raymond for the philosophy behind hacking. how to become a hacker.
These things are more practical than the above list.
There are already some resources on the internet that try to gather all the things under one place (things that would give one a better understanding of computer systems).
It’s limited in it’s simplicity by the inherent complexity of it’s aim.
C is the foundational language of Computer Science.
Deleting all files with a certain pattern in the filename rm *.c # This deletes all the .c files
Cpython is the official implementation of Python. It is written in C (hence the name).
The goal is to gain a better understanding of computer systems and become a better hacker.
The x86 architecture is the most popular architecture for desktop and laptop computers.
Getting started with Jekyll First install bundler and jekyll. gem install jekyll bundler
Lisp is the greatest single programming language ever designed - Alan Kay
You go onto your computer, open a browser and type www.google.com and hit enter. What happens?
This is a collection of links to some of the interesting articles I found on the internet
A parser turns a list of tokens into an Abstract Syntax Tree (AST).