-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Rust for Linux material #2622
base: main
Are you sure you want to change the base?
Conversation
The code references using the Linux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have any knowledge of RfL, so I can't comment on the content itself. However, this should be structured as sessions, segments, and slides. That means a subdirectory of rust-for-linux
for each segment, with an intro slide that just contains the timing macro. Right now, the files are all in the same directory. Is this a single session, or morning/afternoon? Ideally each segment would have an exercise, but that has proven difficult with all of the deep-dives. Still, some kind of pause-for-reflection every 30m-1h would be good, even if that's just some basic review questions.
You'll want to add references to this course in index.md`` and
running-the-course/course-structure.md` as well.
Thanks @fw-immunant for putting this up! It's super exciting! 😄 Can you split every slide longer than ~20 lines into sub-slides? I want to avoid vertical scrolling while presenting. As for the content itself, I also don't have experience with this. @Darksonn, would you be able to review this? |
Hi Frances, I've looked over this, and I have some feedback on the content. Comprehensive Rust is designed to present the material for use in instructor-led courses, so material for Comprehensive Rust should consist of slides with small amounts of text and several exercises that build towards some final product - probably some sort of "hello world" Rust driver. With that in mind, I think that if we have a Comprehensive Rust course, it should spend a lot more energy on being hands-on with sections along these lines:
The material in the "Complications and Conflicts" section would be a better fit for a different form factor. It would probably work better as material that people read on their own in some sort of Rust-for-Linux book, rather than material taught by an instructor. |
This will probably require a fair bit of discussion and revision, but this is how things stand at present. Notably, this material does not have exercises and might benefit from them to keep students engaged and improve pacing.
I taught this material in essentially this form (minus a couple typo fixes) to a group of around a dozen students with Linux kernel experience but not much Rust background other than the Fundamentals course. I thought things went well but also took some time to loop in some slides from the Concurrency section as a working understanding of Rust concurrency features is necessary to understand some safety patterns employed in the kernel. Maybe we should figure out a way to share slides or add "detours"?
Comments from RfL zulip here.