|
|
Presentations
We have now had two presentations. One by Clint on the Linux scheduler and one by Leif on the virtual file system. These two presentations provide a basis for discussing good style and techniques for such a presentation. Since Clint and Leif were the first, they got to serve as guinea pigs, but they also get the benefit of the doubt for having volunteered to go first. Here are some general points to consider.
Elaborating on point 4 directly above, this part of the talk should provide the audience with a high level discussion of what the issues are, giving a kind of mental model of the topic. For example, "in this version of Linux the scheduler looks basically like this..." with diagrams, etc. This should be followed by a discussion of the issues in detail. You will need less detail on some things and more on others. You need to pick out some of the more important or interesting parts for which to go into in detail. Your slides should have direct links to the code when you show the code (and for this class, you should always get to some code to explain and, where possible, to modify the code to elaborate on a point, as Clint did). It is up to you to decide what points would be important to go into in the most detail. The idea is that your listeners should get the best learning experience possible from a 50 minute presentation. So, again, let's return to our two talks so far. Clint did a nice job of laying out some slides for his talk that took us where he wanted to go. There was perhaps a little too much fiddling to get from slides to code and back; direct links might have helped there. Leif's presentation was the kind that is good for a team working together on code in a situation in which everyone has been looking at related parts of the code and need to get a briefing on how something works. The code was well "tabbed" with links that allowed him to get to the parts he wanted to talk about quite easily. As noted above, a presentation like this twould have been enhanced with an overview of how in general a virtual file system must work, a general set of pictures and other illustrations about how a virtual file system maps to a real file system, followed by how this actually gets accomplished in the particular version of Linux being looked at. As mentioned, those who go first get some leeway so that we can more easily specify the parameters. Those who follow should learn from the strong and weak points of previous talks to do progressively better presentations. |
|
|