| Web | https://llamagraphics.com/stuart |
| Micro.blog | https://blog.llamagraphics.com/about/ |
| GitHub | https://github.com/samalone |
| Keybase | https://keybase.pub/samalone/mastodon.html |
| Web | https://llamagraphics.com/stuart |
| Micro.blog | https://blog.llamagraphics.com/about/ |
| GitHub | https://github.com/samalone |
| Keybase | https://keybase.pub/samalone/mastodon.html |
I've done more debugging on this and created a test project. The unexpected view updates occur on all versions of SwiftData, from iOS 17 to 18.2. I've posted details to Apple's developer forums:
#askatp In the quest for Vision Pro content, have Marco or Casey tried the Vimeo app for Vision Pro? Is there enough quality content there to move the needle on Vision Pro's value proposition?
Today is a *good* day! Hope @Moltz was okay with giving this tshirt to Tim!
Great to see @imyke there too though I was very awkward about it
#applevisionpro #visionpro
EDIT: I’ve now written about how all this came to be for those interested https://jgulbrandsen.net/post/2024/02/i-gave-tim-cook-a-tshirt/
A post by @jackmorris got me really interested in Swift's isolated parameters feature. I knew nothing about them, but they are kind of awesome. Here's a quick intro.
I’ve been using Swift concurrency a lot over the past year or so. And I’m a bit embarrassed to say that I haven’t used isolated parameters at all. I knew they existed, and I read about them a little. But I never understood why you might use them or what problems they solve. That is, until I read this post by Jack Morris. It’s part of a series he’s been doing on a SQLite interface. There’s lots of interesting stuff in there.
I think a simple change in nomenclature could help Mastodon incredibly. Servers is an inaccurate term and instance is unfamiliar and vague. Both create tension for new users.
Why not simply call Mastodon instances what they are: Communities.
Ask users which Mastodon community they'd like to join. Have community rules, community policy, and community leaders. Not server rules, instance moderators and administrators.
Let me start. Everyone is welcome at our community, https://thecanadian.social
Hate to agree with Mike #Pompeo, but he's absolutely right.
"If Ukraine loses, the cost to America will be far greater than the aid we have given Ukraine.
The least costly way to move forward is to provide Ukraine with the weapons needed to win and end the war."
- Mike Pompeo
@mattiem I just created a small Swift package called TaskUtilities that helps make synchronous Swift code safe to call asynchronously. I moved it out of my WebSocketActors code so it could be used separately. The classes are small and might make useful examples in your ConcurrencyRecipes. Feel free to grab what you like!