Richard Bailey
richoncode.bsky.social
Richard Bailey
@richoncode.bsky.social
Spatial developer.
Great to see!
February 21, 2025 at 3:20 AM
Copy on mutate may be more efficient if multiple properties are the same.
January 11, 2025 at 3:57 AM
Nicely done. Very clear to follow.
January 11, 2025 at 3:44 AM
Free.
Unless you have mega demand and need to show demand to get funding to finish.
January 5, 2025 at 11:10 PM

struct SubValue: ExpressibleByStringLiteral, LosslessStringConvertible {
let value: String

//LosslessStringC…
init?(_ description: String) {
self.value = description
}

// ExpressibleByStrin…
init(stringLiteral value: String) {
self.value = value
}
}
self.va
December 31, 2024 at 3:06 AM
Swift for matter devices is an option.
There are advantages of shared code for your projects.
developer.apple.com/documentatio...
Matter | Apple Developer Documentation
Communicate with and control smart home devices from a variety of manufacturers.
developer.apple.com
December 31, 2024 at 2:51 AM
Not familiar with the app. Thought about the concept. Can scale well especially when you think of subscription service and language barriers.
Expats wanting to engage more with new community being able to make lists of events to meet more people.
December 23, 2024 at 3:39 PM
This one is more than “some skill”. AI will get better faster at this one than most human developers.
Once AI has been trained on all the anti-patterns.

We’ve been trying to get humans good in this space for decades.

Did you ask ai to scrub for secure code? It should have a lot of data.
December 23, 2024 at 3:28 PM
Any current way to follow him in social?
December 22, 2024 at 7:17 PM
Atlas? 1960?
December 21, 2024 at 3:50 AM
Have a debug flag to pause changes. If stalls still happen then some other code is the cause.
December 21, 2024 at 3:44 AM
Works on iphone 12. The enter AR button does not dismiss.
Pretty water.
December 19, 2024 at 5:57 AM
Are you creating and destroying the objects?
Instead, recycle the faded out ones to the back again.
This way no object creation occurs an no garbage collection is needed.
The memory level is constant.
December 19, 2024 at 5:39 AM
Wonderfully efficient.
December 16, 2024 at 8:48 AM
Its so bad. Chatgpt is my goto search engine for apple apis.
December 13, 2024 at 1:46 PM
Great summary!
December 13, 2024 at 1:38 PM
Swift as well. Anything i add can feel like part of the core. And I can get the strict perf when i need it.
December 11, 2024 at 4:44 AM
Equator surprises me? I guess because it is not linear crossing zero?
December 11, 2024 at 4:40 AM