Yes this is what a tutorial should be like so beginners can understand what they are doing. Amazing work🙏
@starlordcodes7 ай бұрын
Thanks for these videos. Helps me with my regular Rust fix. Looking forward for more.
@timClicks7 ай бұрын
Nice to hear! I hope that the next video won't take me 8h or so to prepare.
@robertiansweetman7 ай бұрын
That's a great tutorial format @timClicks thanks!
@sayanbhattacharyya957 ай бұрын
Cool tutorial! And hello from the other side of the pond (Brisbane here)! A question - this is spawning quite a few Tokio tasks, as it creates one per iteration of the loop, and typically there are thousands of ports (your default is 1024). Once CIDR is introduced, it becomes a nested loop, presumably spawning even more tasks. Is there any performance penalty for creating so many tasks, or are they quite lightweight?
@timClicks7 ай бұрын
Tokio tasks are very cheap to create. Most systems should be able to comfortably handle running millions concurrently, assuming each task is I/O bound.
@ajinkyax7 ай бұрын
Hi Tim, nice vscode theme you have :) and a great topic
@timClicks7 ай бұрын
Thanks! I am slowly tweaking it over time and will publish it when I am finally satisfied 😅
@ajinkyax7 ай бұрын
@@timClicks also can you guess why vscode auto import not working on Ubuntu ? I have same extensions on windows and mac it works there.
@timClicks7 ай бұрын
It sounds like it's misconfigured. Check your settings, making sure that VS Code has the correct path to rust-analyzer. Also ensure that the project directory is in the workspace.
@ajinkyax7 ай бұрын
@@timClicks thanks again
@JavierHarford4 ай бұрын
Berkeley Mono is truly an elite font
@JonathanSambrook7 ай бұрын
HARD MODE READ CODE BURIED UNDER CAPTION 🤣 But great vid Tim 👌
@timClicks7 ай бұрын
Sorry I was tired by that point in the editing process and didn't check that the overlay made any sense
@abdlhamidwaziz91647 ай бұрын
Hi tim 🖐
@timClicks7 ай бұрын
Hi! 👋 I hope that you are enjoying the channel and learning from the content