CS371p Spring 2021 Week of 29 Mar - 4 Apr
1. What did you do this past week?
This past week I worked on a Networks lab where my partner and I simulated the Buffer Bloat phenomenon. I also worked very hard to get the HackerRank test cases to pass on Friday with my partner and with a bit of bug fixing, were able to get it to work. I also finished grading assignments for 312 and I am preparing to help out with their exam tomorrow.
2. What's in your way?
Right now I have to prepare for an algorithms exam tomorrow and I still need to grade more 312 assignments. Even though I finished the HR portion of Darwin, we still have to write the test cases so that needs to be done too. I have a networks quiz coming up on Thursday that I'll have to prepare for after the algorithms exam.
3. What will you do next week?
Next week I will try to survive. That's all.
4. If you read it, what did you think of the Dependency Inversion Principle?
I thought it made sense. You don't want your code to rely on too many other things otherwise it will be hard to reuse designs elsewhere and slight changes could break it.
5.What was your experience of vector, copy constructor, and copy assignment? (this question will vary, week to week)
I feel better about vectors, copy constructors, and copy assignment. Implementing them in the exercises really helped me understand what happens under the hood.
6. What made you happy this week?
My grandpa got diagnosed with terminal cancer on April fools so whatever made me happy earlier in the week I don't really remember. Maybe next week will be better.
7.What's your pick-of-the-week or tip-of-the-week?
My pick of the week is https://www.bufferbloat.net/projects/bloat/wiki/Introduction/. This helped me understand the Buffer bloat phenomenon in an abstract sense, but has real world applications outside of Networks.
Comments
Post a Comment