

0·
2 years agoMan I can’t believe we’re giving newcomers easier access to the truly wonderful and remarkable parts of our nation, thus giving them something to actually love about Canada. How horrible.


Man I can’t believe we’re giving newcomers easier access to the truly wonderful and remarkable parts of our nation, thus giving them something to actually love about Canada. How horrible.


Shit, that picture outside Edmonton is hardly even distant, there are a bunch of communities in northern Alberta and BC that don’t even have roads going to them because they’re too far away.
C and C++ require more manual management of memory, and their compilers are unable to let you know about a lot of cases where you’re managing memory improperly. This often causes bugs, memory leaks, and security issues.
Safer languages manage the memory for you, or at least are able to track memory usage to ensure you don’t run into problems. Rust is the poster boy for this lately; if you’re writing code that has potential issues with memory management, the compiler will consider that an error unless you specifically mark that section of code as unsafe.