What is the difference between hackers and ordinary programmers? The following article will introduce it to you. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
The difference between hackers and ordinary programmers
1. Hackers are a subset of programmers.
2. Programmers are solving problems that have been solved before. Hackers are usually trying to solve some new problems.
3. Programmer is a profession, and hacking is a hobby.
4. Programmers have many limitations on their work, but hackers can do whatever they want.
5. Programmers want to speak better about themselves because they want to sell themselves, but real hackers are more humble and know that they don't know enough.
6. Being a programmer is a "responsibility". What is required is the use of programming languages. I prefer to complete the work as soon as possible, rather than exploring why this work is done. There is nothing wrong with being a programmer, but there are many more important things in life than programming. On the contrary, hacking is a "mentality" that is extremely curious about technology, wants to understand the core working principles, and likes to create. Try to understand how to work, how to do things better, how to make things special. A hacker is like an artist or a philosopher, with a flair for science and engineering, and a lot of "whys" and "why nots."
7. Programmers and hackers are like painters and artists, DIYers and craftsmen, textbook methods and innovative methods.
8. The goal of a programmer is to write a program and fulfill the needs, while the hacker wants to make the program work for himself and meet his own needs.
9. Programmers and hackers are both writing code, but hackers make the impossible possible.
10. Programmer’s code:
#ifndef __A_B___S__LIB_____2___ #include "mything3.h" #include "mything4.h #include "lib/bicycle.h" #include "lib/noodle.h" #endif #ifndef __A_B___S__LIB______4__ #include "mything1.h" #include "mything2.h" #include "lib/mything3.h" #include "lib/spaghetti.h" #endi
And hacker’s code:
#include "myhack.c"
For more related knowledge, please pay attention to PHP Chinese website! !
The above is the detailed content of What is the difference between a hacker and an ordinary programmer?. For more information, please follow other related articles on the PHP Chinese website!