Just learned some dirty secrets about
2023-08-23 18:50:06.258744+02 by Dan Lyke 0 comments
Just learned some dirty secrets about how the Objective-C Automatic Reference Counting (ARC) works, and now I'm like "fuck it, malloc() a buffer, build my string, and only then `[NSString stringWithUTF8String:...]` all the things".