CS 371p Spring 2021 Week of 11 Mar - 28 Mar



1. What did you do this past week?

This past week my partner and I turned in the Allocator assignment. I also finished grading CS 312 exam 1 with the rest of the TAs and the professor. I had a Networks quiz which went better than expected considering the last two quizzes were a dumpster fire.

2. What's in your way?

I have an Algorithms exam the week after this that I need to start preparing for. Also, I believe that the next assignment for this class will be released soon, so I will need to start working on that as well. I have a bunch of assignments for my Networks class that are due in this next week as well which I will need to find motivation to finish on time.

3. What will you do next week?

I have to lead discussion section for 312 where I will go over the exam they just took. I will also work on homework for Networks and Algorithms, and perhaps start on the 4th assignment for this class. 

4. If you read it, what did you think of the Interface Segregation Principle?

I thought it made sense. You don't need to implement functions from an interface that you won't use. It would just make things more cluttered and could lead to issues later on.

5.What was your experience of initializations, and vector?

I didn't know that you could mark a constructor as explicit. I can however understand why it would be necessary, since you want to avoid creating a new object of that type where it shouldn't be (like the parameter example from class). Vectors are pretty handy and my partner and I used them for project 2.

6. What made you happy this week?

I got vaccinated yesterday! My arm is sore and I feel a bit tired but that was all the symptoms I felt.

7. What's your pick-of-the-week or tip-of-the-week?

My pick of the week is Wireshark. Wireshark is an application that lets you sniff packets that are in your network, and examine the contents of those packets. It tells you exactly when and where the packets arrived and you can examine the headers of the packets to get some pretty interesting stuff.

Comments

Popular posts from this blog

CS 373 Fall 2021 Week of 13 Sep - 19 Sep

CS 373 Fall 2021 Week 8/30

CS 373 Fall 2021 Week of 4 Oct - 10 Oct