Wojtek @suda Siudzinski


Python/Node/Golang/Rust developer, DIY hacker, rookie designer, 3D print junkie. CEO @ Gaia Charge


  1. Using NON-ARC 3rd party code in an ARC project

    ARC (Automatic Reference Counting) is great. It's even better than Nutella sandwich with bacon and sprinkles. But it can be irritating when you use a lot of third party code that doesn't support it and compiler just "won't let you do this Dave". No worries, there's a simple…

    on ARC, ObjC, Static Library