How To Learn Rust... Write A GPU Driver?!? #Linux #YouTube https://youtu.be/-h0q6dG4Rvk
How To Learn Rust... Write A GPU Driver?!?
Of all the ways your could try to learn how to write Rust code why not just do what Karol Herbst did and write a GPU driver in mesaFull Episode: https://yout...YouTube
Andrij Nitrogenesis
in reply to Brodie Robertson • • •how to learn rust
step 1. buy thigh high socks, a skirt and cat ears
step 2. set pronouns in your bio
step 3. ask god for a "be-a-jerk" pill
step 4. tell everyone that you use rust
step 5. don't forget to tell every soul that you use rust
step 6. rewrite a couple utils from c to rust and call it next-gen
step 7. don't actually learn rust, just let the intellisense do the job for you, but tell everyone that you write code in ed on arch linux and know rust 125%
a bit complex, yea
Mangdries
in reply to Brodie Robertson • • •Sage 🇵🇸 🇱🇧 🇺🇦 🇿🇦 🇨🇺 🇨🇴 🇧🇷 🇵🇷 🍉
in reply to Brodie Robertson • • •For learning Rust, here are few projects a beginner can work on to get used to with the borrow checker. I recommend beginners to learn the standard library before diving into third party libraries.
Beginner Projects
- Socket Programming (std::net)
- CLI Program (std::env)
- Simple File program (std::fs)