Skip to content

Commit

Permalink
change video title
Browse files Browse the repository at this point in the history
  • Loading branch information
ehumph committed Nov 10, 2023
1 parent 5af9dd6 commit fc13713
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 03-writing_code.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ottrpal::set_knitr_image_path()
```

# INTRODUCTION VIDEO Writing Code with AI
# VIDEO Introduction to Writing Code with AI

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

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



# SUMMARY VIDEO Writing Code
# VIDEO Writing Code Main Points

<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>

Expand Down
4 changes: 2 additions & 2 deletions 04-refactoring.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use_python("/usr/bin/python3")
ottrpal::set_knitr_image_path()
```

# INTRODUCTION VIDEO Refactoring with AI
# VIDEO Introduction to Refactoring with AI

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

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

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.

# SUMMARY VIDEO Refactoring Code
# VIDEO Refactoring Code Main Points

<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>

Expand Down
4 changes: 2 additions & 2 deletions 05-annotation.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# INTRODUCTION VIDEO Annotating Code with AI
# VIDEO Introduction to Annotating Code with AI

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

Expand Down Expand Up @@ -374,7 +374,7 @@ I hope this helps!

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

# SUMMARY VIDEO Annotating Your Code
# VIDEO Annotating Your Code Main Points

<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>

Expand Down
4 changes: 2 additions & 2 deletions 06-understanding_other_ppl_code.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# INTRODUCTION VIDEO Understanding Unfamiliar Code with AI
# VIDEO Introduction to Understanding Unfamiliar Code with AI

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

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


# SUMMARY VIDEO Understanding Unfamiliar Code
# VIDEO Understanding Unfamiliar Code Main Points

<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>

Expand Down

0 comments on commit fc13713

Please sign in to comment.