For each paper, your assignment is two-fold. By 10PM the evening before lecture:
You can also upload your questions and answers using curl:
## Answer goes into lecN.txt $ curl -F file=@lec2.txt \ -F key=XXXXXXXX \ http://ydmao.scripts.mit.edu/6.824/handin.py/upload ## Question goes into sqN.txt $ curl -F file=@sq2.txt \ -F key=XXXXXXXX \ http://ydmao.scripts.mit.edu/6.824/handin.py/upload
Lecture 19
Building distributed systems in the real world have both technical challenges (e.g., dealing with bad data) and non-technical ones (e.g., how to structure a team). Which do you think is harder to get right? What examples can you cite from your personal experience?
Questions or comments regarding 6.824? Send e-mail to 6.824-staff@pdos.csail.mit.edu.
Top // 6.824 home //