Skip to content

Commit

Permalink
published video # Title: Summary, imperative, start upper case, don't…
Browse files Browse the repository at this point in the history
… end with a period
  • Loading branch information
0atman committed Jan 13, 2023
1 parent cf8a072 commit b5de407
Show file tree
Hide file tree
Showing 6 changed files with 208 additions and 189 deletions.
2 changes: 1 addition & 1 deletion scripts/16-rust-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ notes:
While Black box tests reside simply inside the `test/` folder, white box tests can be defined alongside your code, in a submodule in the same file.
- [ ] re-record this
- [x] re-record this
Conditional compilation, the `#[cfg(test)]` line here, means
the whole module is stripped out of your release executable, only running in your debug test builds.
Expand Down
31 changes: 25 additions & 6 deletions scripts/17-ai-the-second-renaissance.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ fn main() {

![[openai-colour.png]]

# AI: The Second Renaissance
# GPT: The Second Renaissance

notes:

Hi friends my name is Tris and this is No Boilerplate, focusing on fast, technical videos.

Everyone knows that GPT and AI are going to change the world, but HOW? I have a few ideas to share with you that I've not seen elsewhere and it start with Beer.
Everyone knows that GPT and AI are going to change the world, but HOW? I have a few ideas to share with you that I've not seen elsewhere and it starts with Beer.

---

Expand Down Expand Up @@ -229,7 +229,9 @@ But also:
- How to run a country, or
- Which cities to bomb for maximum effect in a total war

The tool finds patterns in existing data, and it's been given the largest corpus of data we've ever accumulated: The Internet, circa 2021, or large portions of it.
The tool finds patterns in existing data, and has been given the largest corpus of data we've ever accumulated: The Internet, circa 2021, or large portions of it.

- [x] re-record 'largest corpus'

---

Expand Down Expand Up @@ -355,14 +357,15 @@ And it gets much worse.
```rust
// Adjust pay based on race
match race {
"white" => pay * 1.2, // 20% pay increase
"white" => pay * 1.2, // 20% pay increase
"black" => pay * 0.8, // 20% pay decrease
_ => pay, // no pay adjustment
}
}
```

notes:
- [x] re-take this screenshot

The results of the algorithm are given with no context, no thought to fairness or even correctness.

Expand All @@ -374,6 +377,20 @@ And we must learn TODAY.

---

## Channel membership open!

![[channel-membership.png]]

notes:

By the way, for those who would prefer to support my work via youtube instead of Patreon, I have just enabled channel membership.

Same VIP discord and early video benefits as Patreon, but you ALSO get a badge next to your name in YT comments.

Thanks so much!

---

# Part 3:

### Everyone Gets
Expand Down Expand Up @@ -494,7 +511,7 @@ Instead of string, for example, being spun by hand in cottage industries, the wo

---

![[Pasted image 20230110211935.png]]
![[string-gpt.png]]

_Image generated by Stable Diffusion_

Expand Down Expand Up @@ -551,7 +568,7 @@ What would you do, if you could do it all?

![[openai-colour.png]]

# AI: The Second Renaissance
# GPT: The Second Renaissance

notes:

Expand All @@ -561,6 +578,8 @@ If you're interested in transhumanism and hopepunk stories, please check out my

Or if urban fantasy is more your bag, click the bottom video to listen to a strange and beautiful podcast I produce called Modem Prometheus.

- [x] add 's' to transcripts recording

Transcripts and markdown sourcecode are available on github, links in the description, and corrections are in the pinned ERRATA comment.

Thank you so much for watching, talk to you on Discord!
Loading

0 comments on commit b5de407

Please sign in to comment.