Skip to content

Commit a627395

Browse files
author
Susan Vanderplas
committed
Fix links -- apparently the . trick doesn't work any more.
1 parent c8913ec commit a627395

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

part-tools/01-computer-basics.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The components that make up the physical computer are the **hardware**.
2626
This 3-minute video is focused on desktops, but the same components (with the exception of the optical drive) are commonly found in cell phones, smart watches, and laptops.
2727

2828
::: youtube-video-container
29-
{{< video https://www.youtube.com./embed/Rdm8E59L8Og >}}
29+
{{< video https://www.youtube.com/embed/Rdm8E59L8Og >}}
3030
:::
3131

3232
The important distinction for hardware is between Random Access Memoroy (RAM, or 'memory') and disk storage (hard drives).
@@ -99,14 +99,14 @@ Evidently, there has been a bit of generational shift as computers have evolved:
9999
[Dan Robitzski provided an interesting discussion of the problem](https://futurism.com/the-byte/gen-z-kids-file-systems), making the argument that with modern search capabilities, most people use their computers as a laundry hamper instead of as a nice, organized closet and dresser (or file cabinet) [@robitzskiGenKidsApparently2021].
100100

101101
::: youtube-video-container
102-
{{< video https://www.youtube.com./embed/KN8YgJnShPM >}}
102+
{{< video https://www.youtube.com/embed/KN8YgJnShPM >}}
103103
:::
104104

105105
Regardless of how you tend to organize your personal files, it is probably helpful to understand the basics of what is meant by a computer **file system** -- a way to organize data stored on a hard drive.
106106
Since data is always stored as 0's and 1's, it's important to have some way to figure out what type of data is stored in a specific location, and how to interpret it.
107107

108108
::: youtube-video-container
109-
{{< video https://www.youtube.com./embed/BV0-EPUYuQc >}}
109+
{{< video https://www.youtube.com/embed/BV0-EPUYuQc >}}
110110
:::
111111

112112
### Local and Network File Systems
@@ -184,7 +184,7 @@ The user should reference `my-pup.png` instead of `My-pup.PNG`. This file name w
184184
### File Paths
185185

186186
::: youtube-video-container
187-
{{< video https://www.youtube.com./embed/BMT3JUWmqYY >}}
187+
{{< video https://www.youtube.com/embed/BMT3JUWmqYY >}}
188188
:::
189189

190190
When you write a program, you may have to reference external files - data stored in `data.csv`, a diagram or picture, or a link to additional documentation.

0 commit comments

Comments
 (0)