"On the planet to build a better planet"! As a Python data engineer with a background in environmental sciences, that resonates a lot with me. Thank you for what you do!
Thanks for taking the time to explain your workflow in such great detail! Glad I found your channel just now, because I started learning rust this weekend
Great video! Couple of weeks ago I picked up Rust, and I'm loving it. Would have been good if you could benchmark it in the video. Any chance you did it offline?
Thanks for the video! While watching I wanted to experiment with so many things so I ended up solving it by myself for both single and multi thread modes. Being quite simple It turns out to be a very educative problem.
I'm just curious - if f32 would have been sufficient for the temperature, and if so, would that make any performance improvement? I come from Python background so naive on this and keen to learn!
Look at the java examples and what they did there. The fastest ones are working with the raw bytes and not converting it into a string, f32 or f64 type. It would be great to see if a rust example can achieve the same kind of high speeds. Is it still easy to write and read if you are using multithreaded and direct file reading? Or is that not something a good dev can create as compared to java.
Didn’t finish the whole video yet, but you’re supposed to store the MEAN not the average… Edit: My bad, I read "mean" and my brain understood it as "median". Sorry about that.
What's the difference? From what I gathered they're pretty much identical. It seemed to me that they differ in some technical math terms regarding their history, but that's not not really important in the broader sense. "the mean is the average of all the data values"
@@Gramini I'm sorry, you're absolutely right. For whatever reason I read "mean" and I understood it as "median". A median (which in this case it is NOT, my bad) would change the implementation quite significantly.
"On the planet to build a better planet"! As a Python data engineer with a background in environmental sciences, that resonates a lot with me. Thank you for what you do!
python doesn't help with the environment
@@mrlectus Agreed. Trying to change the tech stack where I'm at to use Rust 🦀 Needless to say, Tim's content helps me a lot with that!
Nice to see a Kiwi leading the charge on Rust education and advocacy.
Thanks for taking the time to explain your workflow in such great detail! Glad I found your channel just now, because I started learning rust this weekend
Great video! Couple of weeks ago I picked up Rust, and I'm loving it. Would have been good if you could benchmark it in the video. Any chance you did it offline?
Thank you for this stream! So many interesting things explained!
Thanks for the video! While watching I wanted to experiment with so many things so I ended up solving it by myself for both single and multi thread modes. Being quite simple It turns out to be a very educative problem.
Nice work! I'm so glad that you have fun playing around.
Love the challenge, thanks!
wow, really interesting topic, happy to see this. Thanks!
Ooo can't wait to watch this!
I'm just curious - if f32 would have been sufficient for the temperature, and if so, would that make any performance improvement?
I come from Python background so naive on this and keen to learn!
Measure, measure, measure. Only way to show performance differences, and then only on specific setups
Look at the java examples and what they did there. The fastest ones are working with the raw bytes and not converting it into a string, f32 or f64 type.
It would be great to see if a rust example can achieve the same kind of high speeds. Is it still easy to write and read if you are using multithreaded and direct file reading? Or is that not something a good dev can create as compared to java.
The accent character is called an umlaut
That would be an Ä
thank you😀
else isn't mandatory after if-let.
like it
Brother is Aussie?? Cool!
New Zealander, but close enough 😂
Didn’t finish the whole video yet, but you’re supposed to store the MEAN not the average…
Edit: My bad, I read "mean" and my brain understood it as "median". Sorry about that.
What's the difference? From what I gathered they're pretty much identical. It seemed to me that they differ in some technical math terms regarding their history, but that's not not really important in the broader sense.
"the mean is the average of all the data values"
@@Gramini I'm sorry, you're absolutely right. For whatever reason I read "mean" and I understood it as "median". A median (which in this case it is NOT, my bad) would change the implementation quite significantly.