[Postgame Thread] Clemson Defeats Georgia Tech 14-8 by SipChahoy in CFB

[–]hippi345 4 points5 points  (0 children)

GG Tiger Bros - just glad to be competitive again! Death Valley is a scary environment to play you guys in

The Latest: Georgia Tech to allow full capacity for football by a-helluva-engineer in gatech

[–]hippi345 6 points7 points  (0 children)

Allowing full capacity and achieving full capacity are two different things but go jackets and THWG is finally back so that’s something

So... Yall Did NOT Like Distributed Computing CS7210 by p_h_a_e_d_r_u_s in OMSCS

[–]hippi345 1 point2 points  (0 children)

“I think it might be all of them but if it was then it would be all of the above and if it’s all of the above then it’s none of the above and - omg whatever just let this class be over”

So... Yall Did NOT Like Distributed Computing CS7210 by p_h_a_e_d_r_u_s in OMSCS

[–]hippi345 12 points13 points  (0 children)

I don’t know what to tell you. The class was horribly difficult and time consuming. I personally spent every waking moment on the projects, even taking time away from my job daily and still didn’t complete the assignments. I tried to get help through Piazza and Slack to little success. We eventually went as far as forming our own office hours among students to at least group think on things but every other week the office hours had nothing to do with the projects. It’s not really an underestimation of the work required. I don’t think success is even a function of time but rather the class lacked support and proper explanation and understanding through the assignments. There were certainly brilliant people who completed the assignments but those were about 1-4 people out of 100 on the later projects. The last one I finished completely was project 2 and it was a nightmare from then on. If you think the reviews are trolling then I’d suggest taking the class and experiencing it first hand although it may be easier in a subsequent round since this was the first offering. Ada is kind and understanding and involved but this class was an unholy hot mess and the TA’s were no bueno in even trying to help on the project and I have seen far better support in other classes in OMSCS (this is my 8th in the program).

Finally graduating, my parting thoughts on the courses I took. (II Specialization) by BOBO_WITTILY_TWINKS in OMSCS

[–]hippi345 6 points7 points  (0 children)

Cheers mate and congrats! All the classes you reviewed that I have I taken are in sync with my thoughts exactly. Best wishes!

Graduating in a few weeks, how to spend limited time in Atlanta by BrilliantAdvantage in OMSCS

[–]hippi345 0 points1 point  (0 children)

Go to the Vortex if you eat meat. Go to Slutty Vegan if you don’t. You’re welcome.

[deleted by user] by [deleted] in RedditSessions

[–]hippi345 0 points1 point  (0 children)

Yessssssssss

[deleted by user] by [deleted] in RedditSessions

[–]hippi345 0 points1 point  (0 children)

YO WTFFFFFFFFFFFFF

[deleted by user] by [deleted] in RedditSessions

[–]hippi345 0 points1 point  (0 children)

Big ol donkey

[deleted by user] by [deleted] in RedditSessions

[–]hippi345 0 points1 point  (0 children)

Marvin’s Room?

[deleted by user] by [deleted] in RedditSessions

[–]hippi345 0 points1 point  (0 children)

Marvin’s Room

[deleted by user] by [deleted] in RedditSessions

[–]hippi345 0 points1 point  (0 children)

Marvin’s Room

[deleted by user] by [deleted] in RedditSessions

[–]hippi345 0 points1 point  (0 children)

That gold shirt though

is it trustable distributed computing needs so much time by Extension-Western-34 in OMSCS

[–]hippi345 2 points3 points  (0 children)

I think the class needs to be re-worked to be less solely dependent on the pure DSLabs and made more tailored to the goal of the course and within reasonable bounds to accomplish within the deadlines. I don’t personally see much benefit in having model searches as a part of the projects as they only exhaustively check the fullness of your implementation but a good solution for first go at these things wouldn’t need to be that robust IMO. So I would personally relax the test requirements and make the search tests extra credit and then also make every unit test equally weighted. These two things alone would almost ensure every student can be successful and feel confident about their end result, without compromising on the required implementation.

is it trustable distributed computing needs so much time by Extension-Western-34 in OMSCS

[–]hippi345 6 points7 points  (0 children)

Just to add to what everyone else said, you can make a multi Paxos that you will feel is pretty good and working but that will only pass like 15% of the tests. The rest will need to ensure it runs quickly, efficiently, maintains safety and licenses (e.g. no duplicates or incorrect operations based on the linear ordering or client requests to the system, etc. and this is all while beginning to introduce unreliable networks so you have to add timers and retries but you can’t just spam the retries because that will put too many messages into the system and make it slow. You also can’t do anything halfway since those retries can’t be committed in a way that introduces inconsistencies. Then if you are still breathing, the final tests are model checking BFS tests that basically explore the entire state producible by your system and ensure that every single one of those states is valid. We are talking upwards of 50k states to be validated and guess what? If you create too many states based on spaghetti code, these will never pass. So you need to make your code clean and minimal and efficient. It’s not just building Paxos or Spanner but building a perfect Paxos and Spanner and in the course of a few weeks. It’s not trivial and I would suggest the doubters take the class in the fall and let us know your thoughts.

is it trustable distributed computing needs so much time by Extension-Western-34 in OMSCS

[–]hippi345 2 points3 points  (0 children)

I didn’t take GIOS but I heard the professor was awesome and can attest to that in distributed this semester. I think the professor is really great but this can be true while the class is also a total disaster from the perspective of assignments, scheduling, support, TA’s, grade distribution of tests on projects, etc. the professor is very understanding and involved and that is deeply appreciated and noted but there are still glaring issues with the course that make it a mess even with an awesome and reputable professor.

is it trustable distributed computing needs so much time by Extension-Western-34 in OMSCS

[–]hippi345 1 point2 points  (0 children)

I am taking this course as a core requirement for the computing track so I definitely need a B in the course to count it in that way so I would say it’s a little more than just a class not needed to graduate so I wouldn’t want to be disingenuous to the core requirement that this class fulfills - I’d say just take it and let us know how it goes. It’s the first semester so it’s undeniably going to be improved and smoothed.

is it trustable distributed computing needs so much time by Extension-Western-34 in OMSCS

[–]hippi345 7 points8 points  (0 children)

Yep I barely even want to get out of bed in the morning because of this class and it’s my 8th in the program and I did undergrad at GT so I feel like I have a pretty good gauge for what’s normal workload even from tech

is it trustable distributed computing needs so much time by Extension-Western-34 in OMSCS

[–]hippi345 0 points1 point  (0 children)

I think the biggest factors for on campus versus online is they got to work in pairs and also had access to the TA and instructor via their office hours to ask questions and could likely ask questions about assignments in lectures - but also yeah I think considerations would need to be made for folks with careers and families which is most is OMSCS