ylliX - Online Advertising Network

The PIT Show: Reflections and Interviews in the Tech World

The PIT Show: Reflections and Interviews in the Tech World | Context 40 ? 30 : 10)” @keyup.document.left=”seekBySeconds(-10)” @keyup.document.m=”toggleMute” @keyup.document.s=”toggleSpeed” @play=”play(false, true)” @loadedmetadata=”handleLoadedMetadata” @pause=”pause(true)” preload=”none” @timejump.window=”seekToSeconds($event.detail.timestamp); shareTimeFormatted = formatTime($event.detail.timestamp)” > 10 40 ? 30 : 10)” class=”seek-seconds-button” > Episode Details Jay has a PIT Reflection that came from an ADHD Coaching session and an upcoming […]

Core Data Backups, Redux

This is the second of two posts following up on my earlier post about backing up and restoring Core Data. My past post covered the difficulty of learning how to use mostly-undocumented framework methods, specifically about a Core Data method called replacePersistentStore(…). Arnaud Joubay recently messaged me to ask why I used a different approach […]

Mostly Undocumented

Last year I wrote about backing up and restoring Core Data. Recently Arnaud Joubay messaged me to ask about it. I used a method called migratePersistentStore(…) to duplicate a persistent store. Arnaud asked why I had not used a similar method called replacePersistentStore(…) instead. He also sent me a link to a post on Apple’s […]