So credits to the Rocket maintainers for making Rocket such a reliable piece of software!
I mostly just python and kotlin as my languages
So credits to the Rocket maintainers for making Rocket such a reliable piece of software!
I mostly just python and kotlin as my languages
I've done it a few times too, and if ever the recent submission wasn't good they can lock the video from further submissions
I firmly believe that ChatGTP is the SO killer. You get your answer instantly, it's usually good enough, and you don't have to worry about a mod closing your question as low quality or duplicate.
I did have problem like this before too and I just made my search better by appending the `after:<insert year here>` to my google search to ensure the latest info
Remark that GPS doesn't need to be turned on. Google mapped all Wifi's and so can locate you without GPS.
Yes Rust helps bring in the next generation of Linux devs. It needs to to survive. But it's not because young people like Rust, it's because C developers like rust too.
Yes, Rust has unsafe and unsafe rust is trickier to get right, but you use it opt in and it's only a small amount if the code. Zig is still having unsoundness bugs in relatively simple code
And from what I see, Rust can sort of make it easier by making you think about the lifetime of the memory while coding and that's why I really wanted to learn Rust