Computer-science
- November 2, 2023
- notes
- cs-111
- computer-science

Some considerations of how to measure file system performance, and the type of storage devices.
- September 28, 2023
- notes
- cs-111
- computer-science

An introduction to what we will be studying in CS111. Examples & Philosophy.
- October 13, 2022
- notes
- cs-35l
- computer-science

You know, lets not steal our code from each other.
- October 9, 2022
- notes
- cs-35l
- computer-science

C the grandfather of them all. Lets learn something.
- October 7, 2022
- notes
- cs-35l
- computer-science

The need for backups, how we keep them, and good practices for them.
- October 7, 2022
- notes
- cs-35l
- computer-science

Internals of git, how we use these programs, and how they are implemented.
- October 3, 2022
- notes
- cs-35l
- computer-science

The basics of git and general version control systems.
- October 1, 2022
- notes
- cs-35l
- computer-science

How browsers deal with HTML, how it is stored, and why we do it the way we do.
- October 1, 2022
- notes
- cs-35l
- computer-science

Different methods of encoding and compression to make programs efficient.
- September 29, 2022
- notes
- cs-35l
- computer-science

What we show to the users, and what happens behind the scene. How we separate these two functions.
- September 28, 2022
- notes
- cs-35l
- computer-science

How the internet works, and communicates with our programs.
- September 27, 2022
- notes
- cs-35l
- computer-science

How do our programs actually run on the machine, what is the intermediate step?
- September 23, 2022
- notes
- cs-35l
- computer-science

Search, search search, lets find stuff with RegEX.
- September 19, 2022
- notes
- cs-35l
- computer-science

The Lisp portion of emacs and how we can edit emacs within itself.
- September 15, 2022
- notes
- cs-35l
- computer-science

Little scripts to make our life easier, shell commands are essential.
- September 13, 2022
- notes
- cs-35l
- computer-science

Shell, Bash, you name it, we go over the history of it all.
- September 11, 2022
- notes
- cs-35l
- computer-science

How and why the file system is arranged the way that it is.