š½šāš¼š½ššā
Op-ed: Why the great #TwitterMigration didnāt quite pan out
The flight from Musk's Twitter to the "free" fediverse never really took off.
#Silo finale was phenomenal. I know some people take comparisons to #LOST the wrong way, but that ending answered so many questions, while opening up so many new questions for S2.
It took a bit to actually get to settling into who the main characters in the show were. It felt a bit jarring trying to figure out the lay of the land until 3 episodes in. So if youāre starting the show, know that it takes a bit to get rolling, but is well worth it.
#VisualStudio 17.6 comes with new functionality in the Address Sanitizer runtime which provides a new āchecked buildā for C and C++. This new runtime mode diagnoses and reports hidden memory safety errors, with zero false positives, as your app runs.
https://devblogs.microsoft.com/cppblog/addresssanitizer-continue_on_error/
Continue_on_error (COE) is a new functionality in the Address Sanitizer runtime which provides a new āchecked buildā for C and C++. This new runtime mode diagnoses and reports hidden memory safety errors, with zero false positives, as your application runs. It's enabled by simply compiling with -fsanitize=address and setting an environment variable.