diff --git a/1. Charles Babbage and Ada Lovelace/index.html b/1. Charles Babbage and Ada Lovelace/index.html
index d48e40ff..c2c4cf7f 100644
--- a/1. Charles Babbage and Ada Lovelace/index.html
+++ b/1. Charles Babbage and Ada Lovelace/index.html
@@ -172,7 +172,7 @@
Charles Babbage and his difference engine
diff --git a/2. Alan Turing and Von Neumann/index.html b/2. Alan Turing and Von Neumann/index.html
index 1139dc20..d465f878 100644
--- a/2. Alan Turing and Von Neumann/index.html
+++ b/2. Alan Turing and Von Neumann/index.html
@@ -200,7 +200,7 @@
2. Alan Turing and Von Neumann
diff --git a/3. The Era of Commercial Computers/index.html b/3. The Era of Commercial Computers/index.html
index ea86ee1e..b233274f 100644
--- a/3. The Era of Commercial Computers/index.html
+++ b/3. The Era of Commercial Computers/index.html
@@ -174,7 +174,7 @@
3. The Era of Commercial Computers
diff --git a/4. how did people write code in the early days of computing/index.html b/4. how did people write code in the early days of computing/index.html
index f25a1e7a..02bb9fe4 100644
--- a/4. how did people write code in the early days of computing/index.html
+++ b/4. how did people write code in the early days of computing/index.html
@@ -177,7 +177,7 @@
References
diff --git a/5. The beginning of software engineering/index.html b/5. The beginning of software engineering/index.html
index b3957c7e..f8fcd130 100644
--- a/5. The beginning of software engineering/index.html
+++ b/5. The beginning of software engineering/index.html
@@ -186,7 +186,7 @@
5. The beginning of software engineering
diff --git a/6. The origin of the hacker culture/images/6_1.png b/6. The origin of the hacker culture/images/6_1.png
new file mode 100644
index 00000000..58ec571a
Binary files /dev/null and b/6. The origin of the hacker culture/images/6_1.png differ
diff --git a/6. The origin of the hacker culture/images/6_2.png b/6. The origin of the hacker culture/images/6_2.png
new file mode 100644
index 00000000..11a1677b
Binary files /dev/null and b/6. The origin of the hacker culture/images/6_2.png differ
diff --git a/6. The origin of the hacker culture/images/6_3.png b/6. The origin of the hacker culture/images/6_3.png
new file mode 100644
index 00000000..2ba52222
Binary files /dev/null and b/6. The origin of the hacker culture/images/6_3.png differ
diff --git a/6. The origin of the hacker culture/images/6_4.png b/6. The origin of the hacker culture/images/6_4.png
new file mode 100644
index 00000000..ae8a049e
Binary files /dev/null and b/6. The origin of the hacker culture/images/6_4.png differ
diff --git a/6. The origin of the hacker culture/images/6_5.png b/6. The origin of the hacker culture/images/6_5.png
new file mode 100644
index 00000000..aa2c175b
Binary files /dev/null and b/6. The origin of the hacker culture/images/6_5.png differ
diff --git a/6. The origin of the hacker culture/images/6_6.png b/6. The origin of the hacker culture/images/6_6.png
new file mode 100644
index 00000000..ba4d147f
Binary files /dev/null and b/6. The origin of the hacker culture/images/6_6.png differ
diff --git a/6. The origin of the hacker culture/images/6_7.png b/6. The origin of the hacker culture/images/6_7.png
new file mode 100644
index 00000000..bf12de73
Binary files /dev/null and b/6. The origin of the hacker culture/images/6_7.png differ
diff --git a/6. The origin of the hacker culture/images/6_8.png b/6. The origin of the hacker culture/images/6_8.png
new file mode 100644
index 00000000..7dc5fbdc
Binary files /dev/null and b/6. The origin of the hacker culture/images/6_8.png differ
diff --git a/6. The origin of the hacker culture/index.html b/6. The origin of the hacker culture/index.html
index 0ef6e46b..b38f41e5 100644
--- a/6. The origin of the hacker culture/index.html
+++ b/6. The origin of the hacker culture/index.html
@@ -70,42 +70,49 @@
“What is a real programmer?” “I have been practicing machine coding for 30 years”
+
“What is a real programmer?” I have been practicing machine coding for 30 years
-
+
-
“These were mostly people who had studied mathematics, physics or engineering, and they wore dress shirts and ties, thick horn-rimmed glasses, and wrote codes with machine language, assembler, Fortran, and ancient computer languages that are now forgotten.”
If you visit the Wikipedia page on the History of Programming Languages, you will find a list of the programming languages that were developed in the early days of computing. You may encounter some languages on the list that you've never heard of before - these are likely to be ancient, obsolete languages that are no longer in use.
Of course, we must also acknowledge the contributions of female programmers during this time period.
+
“These were mostly people who had studied mathematics, physics or engineering, and they wore dress shirts and ties, thick horn-rimmed glasses, and wrote codes with machine language, assembler, Fortran, and ancient computer languages that are now forgotten.”
If you visit the Wikipedia page on the History of Programming Languages, you will find a list of the programming languages that were developed in the early days of computing. You may encounter some languages on the list that you've never heard of before - these are likely to be ancient, obsolete languages that are no longer in use.
-
+
+
+
+
+
Of course, we must also acknowledge the contributions of female programmers during this time period.
+
+
+
“A lot of the real programmers in the beginning were obviously women such as Margaret Hamilton and Grace Hopper."
This culture of real programmers has developed computing and networks. In addition, it has evolved into the open source hacker culture of today[1].
-
+
The early hacker culture begins with the introduction of the first computer called PDP-1 by MIT in 1961[1]. At this time, some students who came across the PDP-1 developed the first video game called Spacewar! for fun, and also made a text editor and a chess game. They were also the first to play computer music.
-
+
@@ -116,7 +123,7 @@
6. The origin of the hacker culture
At the time, the MIT Artificial Intelligence Lab was the birthplace of hacker culture. In the late 1960s, they developed a time-sharing operating system called ITS(Incompatible Timesharing System)that ran on PDP-10 and a language called LISP, which was made available free of charge to other universities and corporations. After the early form of the Internet, the ARPAnet, was connected, the hacker culture spread to other universities and institutions along with ITS.
-
+
@@ -160,7 +167,7 @@
References
diff --git a/7. ITS and hacker culture/index.html b/7. ITS and hacker culture/index.html
index c54614ca..c33ddcab 100644
--- a/7. ITS and hacker culture/index.html
+++ b/7. ITS and hacker culture/index.html
@@ -231,7 +231,7 @@
7. ITS and hacker culture
diff --git a/8. UNIX and C Language/index.html b/8. UNIX and C Language/index.html
index 5fdb0daf..917e06af 100644
--- a/8. UNIX and C Language/index.html
+++ b/8. UNIX and C Language/index.html
@@ -230,7 +230,7 @@
4. ho
diff --git a/page/2.html b/page/2.html
index 68f8363d..95f5d441 100644
--- a/page/2.html
+++ b/page/2.html
@@ -89,7 +89,7 @@
1. Charles Babbage and Ada Lo
diff --git a/tags/1960s/index.html b/tags/1960s/index.html
index bd8c4819..8643d34d 100644
--- a/tags/1960s/index.html
+++ b/tags/1960s/index.html
@@ -51,7 +51,7 @@