Skip to content

Commit b65b596

Browse files
committed
notes
1 parent 4837e36 commit b65b596

8 files changed

Lines changed: 792 additions & 2 deletions

File tree

_practice/2025-10-16.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
1. Review the notes from today
2+
1. Update your KWL Chart learned column with what you've learned
3+
2. prevent `badges.json` and `badges.yml` from being tracked by git in your kwl repo
4+
3. write a bash script that prevents `jupyter-book` from giving warnings about files not having a heading by using the file name as a temporary title. (see the previous badge where you should have converted your repo, or do that one first, this counts as an extension on that if you have not done it)
5+
6+
Hint: Use [`sed`](https://www.gnu.org/software/sed/manual/sed.html)'s insert option and [head](https://man7.org/linux/man-pages/man1/head.1.html) as needed.
7+
8+
9+
## Explore idea
10+
11+
modify your script to use [a small llm from ollama](https://ollama.com/library/llama3.2) to automatically insert a sensible title by summarizing the file. **using a commercial chat interface does not qualify, but using an llm locally does**

_prepare/2025-10-21.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
1. In {index}`fractionalbinary.md` use 8 bits to represent the following numbers by using 4 bits as usual (8,4,2,1) and the other 4 bits are 1/2, 1/4, 1/8, 1/16th:
2+
- 1.5
3+
> 0001.1000
4+
- 12.75
5+
> 1100.1100
6+
- 7.5625
7+
> 0111.1001
8+
- 15.9375
9+
> 1111.1111
10+
1. Add to your file some notes about the limitations of representing non integer values this way. How much would using more bits help with, what limitations are not resolved by adding more bits. For example, how could you represent .1?

_review/2025-10-16.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
1. Review the notes from today
2+
1. Update your KWL Chart learned column with what you've learned
3+
2. write a bash script to make it so that `cat`ing the the files in your `gh_inclass` repo does not make the prompt move

activities/practice.md

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

105105
Activities:
106106
```{include} ../_practice/2025-10-14.md
107+
```
108+
## 2025-10-16
109+
110+
[related notes](../notes/2025-10-16)
111+
112+
Activities:
113+
```{include} ../_practice/2025-10-16.md
107114
```

activities/prepare.md

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

114114
Activities:
115115
```{include} ../_prepare/2025-10-16.md
116+
```
117+
## 2025-10-21
118+
119+
[related notes](../notes/2025-10-21)
120+
121+
Activities:
122+
```{include} ../_prepare/2025-10-21.md
116123
```

activities/review.md

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

9898
Activities:
9999
```{include} ../_review/2025-10-14.md
100+
```
101+
## 2025-10-16
102+
103+
[related notes](../notes/2025-10-16)
104+
105+
Activities:
106+
```{include} ../_review/2025-10-16.md
100107
```

0 commit comments

Comments
 (0)