Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joone committed Mar 26, 2024
1 parent f285e1b commit 687f9de
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/2. Alan Turing and Von Neumann/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="story about Alan Turing and Von Neumann" />
<meta name="description" content="After World War II, countries sought to develop computers. Alan Turing first proposed a theoretical computer model, influencing the design of modern computing. He aimed to prove Gödel's incompleteness theorems by designing a theoretical machine, leading to the Turing machine concept. Concurrently, the U.S. developed ENIAC, a general-purpose computer, evolving into the EDVAC with Von Neumann's input, establishing the foundation for modern computer architecture..." />
<link rel="stylesheet" href="../assets/styles/fonts.css">
<link rel="stylesheet" href="../assets/styles/main.css">
<!-- Google tag (gtag.js) -->
Expand Down
2 changes: 1 addition & 1 deletion docs/3. The Era of Commercial Computers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="The computer was developed in earnest during World War II and was mainly used for military purposes.." />
<meta name="description" content="n 1947, Eckert and Mauchly, the developers of ENIAC and EDVAC, founded the Eckert-Mauchly Computer Corporation and introduced UNIVAC. Meanwhile, IBM launched the IBM 650, the first mass-produced computer, and developed foundational programming languages like Fortran and LISP. This marked the beginning of widespread commercial computing and software engineering in the 1950s..." />
<link rel="stylesheet" href="../assets/styles/fonts.css">
<link rel="stylesheet" href="../assets/styles/main.css">
<!-- Google tag (gtag.js) -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="When computers were first introduced commercially, how did people write code for computers? ..." />
<meta name="description" content="In the early days of computing, programming was done at the hardware level, with functionality embedded in circuits. ENIAC, for example, ran programs by manual rewiring. With the advent of stored-program computers like EDVAC and EDSAC, programming involved writing machine code, a binary language difficult for humans. Assembly language, using mnemonics for machine instructions, simplified the process. Programmers wrote code on paper, debugged it mentally, then transferred it to punch cards for execution, a tedious process that involved waiting for machine time and results..." />
<link rel="stylesheet" href="../assets/styles/fonts.css">
<link rel="stylesheet" href="../assets/styles/main.css">
<!-- Google tag (gtag.js) -->
Expand Down
2 changes: 1 addition & 1 deletion docs/5. The beginning of software engineering/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Until the 1960s, hardware was the main focus of computer engineering... " />
<meta name="description" content="Until the 1960s, the focus was on hardware in computing, with software not recognized as a separate engineering discipline. Mathematicians and scientists initially drove programming, evolving into early software engineering roles. Margaret Hamilton, who developed software for the Apollo 11 mission, played a key role in establishing software engineering as a serious discipline, amidst a backdrop where many programmers were women, reflecting the field's undervalued status at the time... " />
<link rel="stylesheet" href="../assets/styles/fonts.css">
<link rel="stylesheet" href="../assets/styles/main.css">
<!-- Google tag (gtag.js) -->
Expand Down
2 changes: 1 addition & 1 deletion docs/6. The origin of the hacker culture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="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... " />
<meta name="description" content="The origins of hacker culture trace back to the 1960s, starting with MIT's introduction of the PDP-1 computer. Early enthusiasts, often with backgrounds in mathematics, physics, or engineering, engaged in creating foundational software like Spacewar!, text editors, and music programs. This culture evolved into today's open-source hacker community, expanding with the advent of ARPAnet, the precursor to the internet... " />
<link rel="stylesheet" href="../assets/styles/fonts.css">
<link rel="stylesheet" href="../assets/styles/main.css">
<!-- Google tag (gtag.js) -->
Expand Down
2 changes: 1 addition & 1 deletion docs/7. ITS and hacker culture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="The hacker culture started with the Tech Model Railroad Club at MIT. This club made moving model trains and studied how the trains would not collide with each other.." />
<meta name="description" content="The hacker culture at MIT began with the Tech Model Railroad Club, which explored controlling trains via the PDP-1. This experimentation fostered the hacker ethos, leading to the development of the first video game, Spacewar!, and the ITS. The open, collaborative nature of ITS at the MIT AI Lab, accessible through ARPAnet, significantly influenced the hacker culture and laid the groundwork for the free/open-source software movement..." />
<link rel="stylesheet" href="../assets/styles/fonts.css">
<link rel="stylesheet" href="../assets/styles/main.css">
<!-- Google tag (gtag.js) -->
Expand Down
2 changes: 1 addition & 1 deletion docs/8. UNIX and C Language/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="The groundbreaking Unix and C language, which would go on to change the world, were being developed..." />
<meta name="description" content="In the 1960s, while ITS was developed at MIT, AT&T Bell Labs fostered a similar hacker spirit, creating Unix and the C language. Ken Thompson and Dennis Ritchie, transitioning from the Multics project, aimed for simplicity and efficiency, developing Unix on PDP-7 and later porting it to PDP-11. The creation of the C language, evolving from B, allowed Unix to be rewritten in a high-level language, setting a foundational standard for modern computing and operating system development..." />
<link rel="stylesheet" href="../assets/styles/fonts.css">
<link rel="stylesheet" href="../assets/styles/main.css">
<!-- Google tag (gtag.js) -->
Expand Down
14 changes: 7 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,49 +40,49 @@ <h1><a href="./8. UNIX and C Language">8. UNIX and C Language</a></h1>
<div class="responsive-image">
<img src="/8. UNIX and C Language/images/feature.png" alt="8. UNIX and C Language">
</div>
<div class="description">The groundbreaking Unix and C language, which would go on to change the world, were being developed...</div>
<div class="description">In the 1960s, while ITS was developed at MIT, AT&T Bell Labs fostered a similar hacker spirit, creating Unix and the C language. Ken Thompson and Dennis Ritchie, transitioning from the Multics project, aimed for simplicity and efficiency, developing Unix on PDP-7 and later porting it to PDP-11. The creation of the C language, evolving from B, allowed Unix to be rewritten in a high-level language, setting a foundational standard for modern computing and operating system development...</div>
</section><section class="list-item">
<h1><a href="./7. ITS and hacker culture">7. ITS and hacker culture</a></h1>
<time>Sat Dec 17 2022</time>
<div class="responsive-image">
<img src="/7. ITS and hacker culture/images/image8.png" alt="7. ITS and hacker culture">
</div>
<div class="description">The hacker culture started with the Tech Model Railroad Club at MIT. This club made moving model trains and studied how the trains would not collide with each other..</div>
<div class="description">The hacker culture at MIT began with the Tech Model Railroad Club, which explored controlling trains via the PDP-1. This experimentation fostered the hacker ethos, leading to the development of the first video game, Spacewar!, and the ITS. The open, collaborative nature of ITS at the MIT AI Lab, accessible through ARPAnet, significantly influenced the hacker culture and laid the groundwork for the free/open-source software movement...</div>
</section><section class="list-item">
<h1><a href="./6. The origin of the hacker culture">6. The origin of the hacker culture</a></h1>
<time>Fri Dec 16 2022</time>
<div class="responsive-image">
<img src="/6. The origin of the hacker culture/images/feature.png" alt="6. The origin of the hacker culture">
</div>
<div class="description">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... </div>
<div class="description">The origins of hacker culture trace back to the 1960s, starting with MIT's introduction of the PDP-1 computer. Early enthusiasts, often with backgrounds in mathematics, physics, or engineering, engaged in creating foundational software like Spacewar!, text editors, and music programs. This culture evolved into today's open-source hacker community, expanding with the advent of ARPAnet, the precursor to the internet... </div>
</section><section class="list-item">
<h1><a href="./5. The beginning of software engineering">5. The beginning of software engineering</a></h1>
<time>Sat Dec 10 2022</time>
<div class="responsive-image">
<img src="/5. The beginning of software engineering/images/feature.png" alt="5. The beginning of software engineering">
</div>
<div class="description">Until the 1960s, hardware was the main focus of computer engineering... </div>
<div class="description">Until the 1960s, the focus was on hardware in computing, with software not recognized as a separate engineering discipline. Mathematicians and scientists initially drove programming, evolving into early software engineering roles. Margaret Hamilton, who developed software for the Apollo 11 mission, played a key role in establishing software engineering as a serious discipline, amidst a backdrop where many programmers were women, reflecting the field's undervalued status at the time... </div>
</section><section class="list-item">
<h1><a href="./4. how did people write code in the early days of computing">4. how did people write code in the early days of computing?</a></h1>
<time>Fri Dec 02 2022</time>
<div class="responsive-image">
<img src="/4. how did people write code in the early days of computing/images/feature.png" alt="4. how did people write code in the early days of computing?">
</div>
<div class="description">When computers were first introduced commercially, how did people write code for computers? ...</div>
<div class="description">In the early days of computing, programming was done at the hardware level, with functionality embedded in circuits. ENIAC, for example, ran programs by manual rewiring. With the advent of stored-program computers like EDVAC and EDSAC, programming involved writing machine code, a binary language difficult for humans. Assembly language, using mnemonics for machine instructions, simplified the process. Programmers wrote code on paper, debugged it mentally, then transferred it to punch cards for execution, a tedious process that involved waiting for machine time and results...</div>
</section><section class="list-item">
<h1><a href="./3. The Era of Commercial Computers">3. The Era of Commercial Computers</a></h1>
<time>Mon Jun 24 2019</time>
<div class="responsive-image">
<img src="/3. The Era of Commercial Computers/images/image3.png" alt="3. The Era of Commercial Computers">
</div>
<div class="description">The computer was developed in earnest during World War II and was mainly used for military purposes..</div>
<div class="description">n 1947, Eckert and Mauchly, the developers of ENIAC and EDVAC, founded the Eckert-Mauchly Computer Corporation and introduced UNIVAC. Meanwhile, IBM launched the IBM 650, the first mass-produced computer, and developed foundational programming languages like Fortran and LISP. This marked the beginning of widespread commercial computing and software engineering in the 1950s...</div>
</section><section class="list-item">
<h1><a href="./2. Alan Turing and Von Neumann">2. Alan Turing and Von Neumann</a></h1>
<time>Tue May 28 2019</time>
<div class="responsive-image">
<img src="/2. Alan Turing and Von Neumann/images/image2.png" alt="2. Alan Turing and Von Neumann">
</div>
<div class="description">story about Alan Turing and Von Neumann</div>
<div class="description">After World War II, countries sought to develop computers. Alan Turing first proposed a theoretical computer model, influencing the design of modern computing. He aimed to prove Gödel's incompleteness theorems by designing a theoretical machine, leading to the Turing machine concept. Concurrently, the U.S. developed ENIAC, a general-purpose computer, evolving into the EDVAC with Von Neumann's input, establishing the foundation for modern computer architecture...</div>
</section><section class="list-item">
<h1><a href="./1. Charles Babbage and Ada Lovelace">1. Charles Babbage and Ada Lovelace</a></h1>
<time>Thu Dec 20 2018</time>
Expand Down
3 changes: 3 additions & 0 deletions docs/tags/ARPAnet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ <h1 class="page-title">Entries tagged - "ARPAnet"</h1>
<li class="post">
<a href="/7. ITS and hacker culture">7. ITS and hacker culture</a><span class="meta">
Sat Dec 17 2022</span>
</li><li class="post">
<a href="/6. The origin of the hacker culture">6. The origin of the hacker culture</a><span class="meta">
Fri Dec 16 2022</span>
</li>
</ul>
<footer>
Expand Down
3 changes: 3 additions & 0 deletions docs/tags/hacker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ <h1 class="page-title">Entries tagged - "hacker"</h1>
<li class="post">
<a href="/7. ITS and hacker culture">7. ITS and hacker culture</a><span class="meta">
Sat Dec 17 2022</span>
</li><li class="post">
<a href="/6. The origin of the hacker culture">6. The origin of the hacker culture</a><span class="meta">
Fri Dec 16 2022</span>
</li>
</ul>
<footer>
Expand Down

0 comments on commit 687f9de

Please sign in to comment.