Skip to content

Commit 586fb07

Browse files
committed
Merge branch 'c11_notes'
2 parents 73951e4 + 5638fa9 commit 586fb07

File tree

9 files changed

+843
-4
lines changed

9 files changed

+843
-4
lines changed

_practice/2023-10-17.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
1. Read about the Learn more about the [SHA-1 collision attach](https://shattered.io/)
2+
1. Learn more about how git is working on changing from SHA-1 to SHA-256 and answer the transition questions below {index}`gittransition.md`
3+
1. find 2 more real world examples of using other number systems (either different bases or different symbols and bases) that are current. Describe them in {index}`numbers.md`
4+
2. Calculate the maximum number of git objects that a repo can have without needing to use more than the minimum number of characters to refer to any object and include that number in {index}`gitcounts_scenarios.md` with a title `# Git counts`. Describe 3 scenarios that would get you to that number of objects in terms of what types of objects would exist. For example, what is the maximum number of commits you could have without exceeding that number, how many files could you have? How could you get to that number of objects in the fewest number of commits? What might be a typical way to get there? Assume normal git use with porcelain commands, not atypical cases with plubming commands. *If you get stuck, outline what you know and then request a review.*
5+
6+
7+
8+
## gittransition
9+
```
10+
## transition questions
11+
12+
1. Why make the switch?
13+
2. What impact will the switch have on how git works?
14+
3. Which developers will have the most work to do because of the switch?
15+
```
16+

_prepare/2023-10-19.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
1. Review [the course website releases](https://github.com/introcompsys/fall2023/releases) to get familiar with what content appears there
2+
2. Review the GitHub Action [files in your KWL repo](../tree/main/.github/workflows/) and make note of what if any syntax in there is unfamilar. (note that link may not work on the rendered website, but will work on issues)
3+
3. Use quote reply or edit to see how I made a relative path to a location within the repo in this issue.
4+
4. Use [`git log`](https://git-scm.com/docs/git-log) to view recent updates to the course website from the [October 12 class](https://github.com/introcompsys/fall2023/tree/c10) to the October 17 class release
5+
5. review the open PR about a build badge if you are intersted in that option and comment if anything is unclear or approve if it is helpful.

_review/2023-10-17.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
1. find 2 more real world examples of using other number systems (either different bases or different symbols and bases) that are current. Describe them in `numbers.md`. Include links to your sources and be sure that the sources are trust worthy.
2+
1. Calculate the maximum number of git objects that a repo can have without needing to use more than the minimum number of characters to refer to any object and include that number in {index}`gitcounts.md` with a title `# Git counts`. Describe the scenario that would get you to that number of objects with the maximum *or* minimum number of commits in terms of what types of objects would exist. Assume normal git use with porcelain commands, not atypical cases with plubming commands. *If you get stuck, outline what you know and then request a review.*

activities/practice.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,11 @@ Activities:
8282

8383
Activities:
8484
```{include} ../_practice/2023-10-12.md
85+
```
86+
## 2023-10-17
87+
88+
[related notes](../notes/2023-10-17)
89+
90+
Activities:
91+
```{include} ../_practice/2023-10-17.md
8592
```

activities/prepare.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,13 @@ Activities:
6161

6262
Activities:
6363
```{include} ../_prepare/2023-10-17.md
64+
```
65+
66+
67+
## 2023-10-19
68+
69+
70+
71+
Activities:
72+
```{include} ../_prepare/2023-10-19.md
6473
```

activities/review.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,11 @@ Activities:
7676

7777
Activities:
7878
```{include} ../_review/2023-10-12.md
79+
```
80+
## 2023-10-17
81+
82+
[related notes](../notes/2023-10-17)
83+
84+
Activities:
85+
```{include} ../_review/2023-10-17.md
7986
```

0 commit comments

Comments
 (0)