From 65cc8142c26c26d9fc3067cc08b51d1ce5e85931 Mon Sep 17 00:00:00 2001 From: Xhovani Mali Date: Wed, 23 Oct 2024 14:16:54 -0400 Subject: [PATCH 1/2] docs(dn): xhovani dn for 2024-10-21 --- src/design_notebooks/2024fall/xxm202.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/design_notebooks/2024fall/xxm202.md b/src/design_notebooks/2024fall/xxm202.md index 602bada2..7172b098 100644 --- a/src/design_notebooks/2024fall/xxm202.md +++ b/src/design_notebooks/2024fall/xxm202.md @@ -31,7 +31,5 @@ events for the semester as well as next steps post onboarding-labs. ### Week of 7 October 2024 -**Progress Summary:** - -Separated the onboarding lab folders into a new repository based on feedback -from the weekly meeting. +**Progress Summary:** +Separated the onboarding lab folders into a new repository based on feedback from the weekly meeting. \ No newline at end of file From 0b7f32c117b2e2b6840e69ae4a56c38964804f37 Mon Sep 17 00:00:00 2001 From: Xhovani Mali Date: Wed, 23 Oct 2024 14:32:07 -0400 Subject: [PATCH 2/2] docs(dn): xhovani dn update for 2024-10-23 --- src/design_notebooks/2024fall/xxm202.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/src/design_notebooks/2024fall/xxm202.md b/src/design_notebooks/2024fall/xxm202.md index 7172b098..e8d4f204 100644 --- a/src/design_notebooks/2024fall/xxm202.md +++ b/src/design_notebooks/2024fall/xxm202.md @@ -13,17 +13,22 @@ macOS and access VirtualBox remotely on my desktop. **Project Work:** * **Onboarding Lab 1** - - **Repository Link:** [Onboarding Lab 1 Repository](https://github.com/XhovaniM8/nyu-processor-onboarding-labs/tree/eb052de69fd6b067898d4e37a82996aba0dd9c1f/lab_1/cmake-test) + - **Repository Link:** [Onboarding Lab 1 Repository](https://github.com/XhovaniM8/nyu-processor-onboarding-labs/blob/ec05b7ff31fda2f9afc7407b5a553b8e223571fb/onboarding-lab-1/cmake-test/ReadMe.md) - **Issue Encountered:** I encountered issues with CMake, specifically an error during the build process suggesting compatibility issues. - **Resolution:** Resolved the issue by reinstalling `make` with support for the arm64 architecture. +* **Onboarding Lab 2** + - **Repository Link:** [Onboarding Lab 2 Repository](https://github.com/XhovaniM8/nyu-processor-onboarding-labs/blob/ec05b7ff31fda2f9afc7407b5a553b8e223571fb/onboarding-lab-2/ReadMe.md) + - **Issue Encountered:** Testing command wouldn't recognize the folder structure from the build folder. + - **Resolution:** Resolved the issue by changing the directory to the build folder and running the test command. + + ### Week of 30 September 2024 **Progress Summary:** - Attended the weekly meeting to review onboarding labs, discussed challenges, and continued working on tasks with feedback from the session. Spoke about possible events for the semester as well as next steps post onboarding-labs. @@ -32,4 +37,16 @@ events for the semester as well as next steps post onboarding-labs. ### Week of 7 October 2024 **Progress Summary:** -Separated the onboarding lab folders into a new repository based on feedback from the weekly meeting. \ No newline at end of file +Separated the onboarding lab folders into a new repository based on feedback from the weekly meeting. + + +### Week of 14 October 2024 + +**Progress Summary:** +Attended the VIP Showcase Event! + + +### Week of 21 October 2024 + +**Progress Summary:** +Finished working on onboarding-lab 2. \ No newline at end of file