Skip to content

Commit fc13713

Browse files
committed
change video title
1 parent 5af9dd6 commit fc13713

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

03-writing_code.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ottrpal::set_knitr_image_path()
55
```
66

7-
# INTRODUCTION VIDEO Writing Code with AI
7+
# VIDEO Introduction to Writing Code with AI
88

99
This video discusses why AI is a good tool for planning, writing, and debugging code.
1010

@@ -517,7 +517,7 @@ ottrpal::include_slide("https://docs.google.com/presentation/d/1MCNeSO4aOm1iESWD
517517

518518

519519

520-
# SUMMARY VIDEO Writing Code
520+
# VIDEO Writing Code Main Points
521521

522522
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=sh92SPqsjJc&list=PLHIPK1Ozlodx_2S5T-ptkz4e0N4Cq2D10&index=2&pp=iAQB" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
523523

04-refactoring.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use_python("/usr/bin/python3")
77
ottrpal::set_knitr_image_path()
88
```
99

10-
# INTRODUCTION VIDEO Refactoring with AI
10+
# VIDEO Introduction to Refactoring with AI
1111

1212
This video discusses how AI can help with refactoring your code.
1313

@@ -525,7 +525,7 @@ Because AI models are created by humans, they can be biased. This means they may
525525

526526
When using AI to refactor code, the code itself is often sent to an external service or platform for analysis and transformation. This can raise concerns about the security of the code, especially if it contains sensitive information such as trade secrets, proprietary algorithms, or personal data. If your code is sensitive, it's important to carefully vet any third-party AI tools or services used in the refactoring process.
527527

528-
# SUMMARY VIDEO Refactoring Code
528+
# VIDEO Refactoring Code Main Points
529529

530530
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=uKVQAtQ-w0I&list=PLHIPK1Ozlodx_2S5T-ptkz4e0N4Cq2D10&index=4&pp=iAQB" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
531531

05-annotation.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# INTRODUCTION VIDEO Annotating Code with AI
1+
# VIDEO Introduction to Annotating Code with AI
22

33
This video discusses why AI is a good tool to help with code annotation.
44

@@ -374,7 +374,7 @@ I hope this helps!
374374

375375
This was a nice tool to recommend, however it still told me I should add my own annotations at the end of this.
376376

377-
# SUMMARY VIDEO Annotating Your Code
377+
# VIDEO Annotating Your Code Main Points
378378

379379
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=oX61I1NDOFI&list=PLHIPK1Ozlodx_2S5T-ptkz4e0N4Cq2D10&index=1&pp=iAQB" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
380380

06-understanding_other_ppl_code.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# INTRODUCTION VIDEO Understanding Unfamiliar Code with AI
1+
# VIDEO Introduction to Understanding Unfamiliar Code with AI
22

33
This video discusses how AI can be useful when understanding code written by someone else.
44

@@ -300,7 +300,7 @@ Although we can't truly understand some of this information, it is however possi
300300
Chatbot tools are also limited in terms of how up-to-date their training data is to know about current possible issues with code.
301301

302302

303-
# SUMMARY VIDEO Understanding Unfamiliar Code
303+
# VIDEO Understanding Unfamiliar Code Main Points
304304

305305
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=6Mxtp2kOjV0&list=PLHIPK1Ozlodx_2S5T-ptkz4e0N4Cq2D10&index=8&pp=iAQB" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
306306

0 commit comments

Comments
 (0)