From e00b3761563ff7da681e7a01e225d1814cca7c0a Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Mon, 1 Aug 2022 20:15:05 +1200 Subject: [PATCH] vault backup: 2022-08-01 20:15:05 --- ...picture.md => 01-information-assurance.md} | 34 ++++++++++++++++--- content/notes/06-async-javascript.md | 6 ++-- content/notes/comp-210.md | 2 +- 3 files changed, 34 insertions(+), 8 deletions(-) rename content/notes/{01-big-picture.md => 01-information-assurance.md} (95%) diff --git a/content/notes/01-big-picture.md b/content/notes/01-information-assurance.md similarity index 95% rename from content/notes/01-big-picture.md rename to content/notes/01-information-assurance.md index 8632457ed..e15035102 100644 --- a/content/notes/01-big-picture.md +++ b/content/notes/01-information-assurance.md @@ -1,12 +1,12 @@ --- -title: "01-big-picture" +title: "01-information-assurance" aliases: tags: - comp210 - lecture -sr-due: 2022-08-01 -sr-interval: 9 -sr-ease: 250 +sr-due: 2022-08-31 +sr-interval: 30 +sr-ease: 270 --- - [information-security](notes/information-security.md) @@ -32,6 +32,32 @@ sr-ease: 250 + + + + + + + + + + + + + + + + + + + + + + + + + + # In the news - [Axie hack](https://thehackernews.com/2022/07/hackers-used-fake-job-offer-to-hack-and.html) diff --git a/content/notes/06-async-javascript.md b/content/notes/06-async-javascript.md index 7854b4902..2456e9a4b 100644 --- a/content/notes/06-async-javascript.md +++ b/content/notes/06-async-javascript.md @@ -4,8 +4,8 @@ aliases: tags: - lecture - cosc203 -sr-due: 2022-08-01 -sr-interval: 3 +sr-due: 2022-08-09 +sr-interval: 8 sr-ease: 250 --- @@ -67,7 +67,7 @@ async function myFunction(){ # error handling the fetch API can throw errors -to handle these promise objects have a `catch` method. this is similar to a `.then` but only trigger when there is an error. +to handle these, promise objects have a `catch` method. this is similar to a `.then` but only trigger when there is an error. ``` javascript const fetchPromise = fetch('https://url.url.json') diff --git a/content/notes/comp-210.md b/content/notes/comp-210.md index 434b8d0d7..e43f887df 100644 --- a/content/notes/comp-210.md +++ b/content/notes/comp-210.md @@ -22,7 +22,7 @@ No final exam - [randomness](notes/randomness.md) # Lectures -- [01-big-picture](notes/01-big-picture.md) +- [01-information-assurance](notes/01-information-assurance.md) - [02-concepts-and-roles](notes/02-concepts-and-roles.md) - [03-threats-social-engineering-and-failures](notes/03-threats-social-engineering-and-failures.md) - [04-authentication-authorisation-passwords](notes/04-authentication-authorisation-passwords.md)