Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Computer history #178

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
"jakob101.relativepath",
"sonarsource.sonarlint-vscode",
"tyriar.sort-lines",
"vue.vscode-typescript-vue-plugin",
"wayou.vscode-todo-highlight",
"bierner.color-info",
"naumovs.color-highlight",
"rangav.vscode-thunder-client",
"editorconfig.editorconfig"
]
}
}
40 changes: 40 additions & 0 deletions demo/intro/section/history.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<p>
TODO:
<ul>
<li>
What is a computer really?
<p>
This may seem unnecessary, but it is necessary to understand, in the simplest of terms, what makes a computer.
It may be genuinely surprising to look back and see that the first computers were not even electronic, but then
again, consider how you would make a computer from scratch? But wait! I have yet to tell you what a computer even
is! So it may be best that we take a different approach, and instead see what compelled the creation of computers
in the first place, and how the people working on those problems came to designing "computers".
</p>
</li>
<li>
What problems were plaguing humanity?
TODO
</li>
<li>
Who had the time to solve these problems?
TODO
</li>
<li>
Translating from theory to practice
TODO
</li>
<li>
Ancient non-calculator computers
TODO
</li>
<li>
The Silicon Age
TODO
</li>
<li>
How can you use a computer? (philisophical: There are actually many different ways a computer is even intended to be
used, almost solely defined in software)
TODO
</li>
</ul>
</p>