diff --git a/data/schedule/lectures.yml b/data/schedule/lectures.yml
index 4266f7f1f723c47714c88929c00b8f258ab16f21..b8d107bc882a6c360116702097411de38f9e810c 100644
--- a/data/schedule/lectures.yml
+++ b/data/schedule/lectures.yml
@@ -93,7 +93,7 @@ schedule:
                 duration: "16:57"
           in-class:
             gslides: https://docs.google.com/presentation/d/1rm_ywsLYCPzaIFTPOHiDbM0dxpA9xxj1ZC6ZMGfZm9g/edit?usp=sharing
-            recording: null
+            recording: https://uw.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=c4a3bebd-61d5-47cf-bf89-b13801861e47
       - title: "More I/O, <code>xargs</code>, streams, <code>cut</code>"
         # resources:
         #   pre-class: null
diff --git a/data/schedule/projects.yml b/data/schedule/projects.yml
index d96ec97d7ee5771ebcbd686562b8f39aa70c29c7..34e97190bd738e3eac674c01233b6335e3ef62cc 100644
--- a/data/schedule/projects.yml
+++ b/data/schedule/projects.yml
@@ -26,7 +26,7 @@ schedule:
         start: "2024-4-2"
         end: "2024-4-9"
         url: null
-        # url: /homework/hw2/index.md
+        url: /homework/hw2/index.md
         submit:
           "Gradescope": https://www.gradescope.com/courses/753432
       - title: "Even More Unix Shell!"
diff --git a/src/lectures/2/questions.md b/src/lectures/2/questions.md
index 97baef20655b8dd543e1394d6fb31625ce1ac064..e2c1b74d3e0c905660ee8f2768cf7fef08ba3a01 100644
--- a/src/lectures/2/questions.md
+++ b/src/lectures/2/questions.md
@@ -1,8 +1,8 @@
 ---
 title: "Lecture 2 Discussion Questions"
 nav_exclude: true
-# extra_css: ["discussion.scss"]
-extra_css: ["discussion.scss", "discussion_hide_solutions.scss"]
+extra_css: ["discussion.scss"]
+# extra_css: ["discussion.scss", "discussion_hide_solutions.scss"]
 ---
 
 1. What are the two file viewing programs that were discussed in the lecture recordings?