Published onNovember 28, 2022Copilot outtakescopilotThe curse of dimensionality meets (ai generated:) the curse of copilot
Published onNovember 20, 2022Unfixable edge cases in using Objective-C protocols in SwiftswiftObjective-CUsing runtime declarations as a feature in an otherwise strongly-typed language is not a great idea.
Published onNovember 20, 2022A first look at the Swift macro systemswiftrustHopefully this is the beginning of the end of writing Python scripts in Swift code.
Published onNovember 13, 2022SPM metal includes flagswiftspmmetalA -> B -> C, but a metal file in B needs to include something from A?
Published onNovember 13, 2022TCA State Sharingswiftthe-composable-architectureA used in B used in C, but A relies on state owned by C.