I'm moving this account over to my own instance. You should get moved automatically to @jacob 👋
Little survey:
How many #Mastodon/#Fediverse accounts do you have that you actively use?
Sharing is highly appreciated. 🙏🏼
Here's a neat iOS developer trick I just figured out:
If you use background fetch, save a ton of memory by not loading your real UI until didBecomeActive (use a splash screen instead). When a user opens the app, it'll load the UI, but if the system just wants to launch to refresh then shut down, it can save all that memory / work.
We cut memory usage during refreshes by about 60%