Richard Bailey's Avatar

Richard Bailey

@richoncode.bsky.social

Spatial developer.

138 Followers  |  435 Following  |  52 Posts  |  Joined: 14.11.2024  |  2.0528

Latest posts by richoncode.bsky.social on Bluesky

Great to see!

21.02.2025 03:20 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Copy on mutate may be more efficient if multiple properties are the same.

11.01.2025 03:57 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Excellent examples of hover effects.

11.01.2025 03:45 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Nicely done. Very clear to follow.

11.01.2025 03:44 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Free.
Unless you have mega demand and need to show demand to get funding to finish.

05.01.2025 23:10 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0


struct SubValue: ExpressibleByStringLiteral, LosslessStringConvertible {
let value: String

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

// ExpressibleByStrin…
init(stringLiteral value: String) {
self.value = value
}
}

31.12.2024 03:06 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Matter | Apple Developer Documentation Communicate with and control smart home devices from a variety of manufacturers.

Swift for matter devices is an option.
There are advantages of shared code for your projects.
developer.apple.com/documentatio...

31.12.2024 02:51 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

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.

23.12.2024 15:39 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

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.

23.12.2024 15:27 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Any current way to follow him in social?

22.12.2024 19:17 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Atlas? 1960?

21.12.2024 03:50 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

Have a debug flag to pause changes. If stalls still happen then some other code is the cause.

21.12.2024 03:44 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
We had all this 600 years ago 😱
YouTube video by Primal Space We had all this 600 years ago 😱

3d printing challenge.

youtube.com/shorts/6BoCt...

20.12.2024 18:40 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Works on iphone 12. The enter AR button does not dismiss.
Pretty water.

19.12.2024 05:57 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

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.

19.12.2024 05:39 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Wonderfully efficient.

16.12.2024 08:48 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Elegant and efficient no copyable types in swift.

16.12.2024 08:47 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Byte-sized Swift: Building Tiny Games for the Playdate I’m excited to share swift-playdate-examples, a technical demonstration of using Swift to build games for Playdate, a handheld game system by Panic.

Its remarkable to see the flexibility with which Swift can adapt to use cases from full apps, to servers, to tiny processors. swift.org/blog/byte-si...

16.12.2024 08:32 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Do Blind People Understand Transparency, Translucency, and Reflections?
YouTube video by The Tommy Edison Experience Do Blind People Understand Transparency, Translucency, and Reflections?

Mind blown.

youtu.be/UoyYSAAY3ks?...

16.12.2024 01:18 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image Post image Post image

Same question to google, chatgpt, and gemini.

14.12.2024 05:01 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image Post image

The is pretty typical. I have best hopes for gemini.

14.12.2024 02:24 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Its so bad. Chatgpt is my goto search engine for apple apis.

13.12.2024 13:46 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Great summary!

13.12.2024 13:38 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Swift as well. Anything i add can feel like part of the core. And I can get the strict perf when i need it.

11.12.2024 04:44 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Equator surprises me? I guess because it is not linear crossing zero?

11.12.2024 04:40 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Bluesky password reset dow not allow login from chrome after.
switching to safari allowed login.

10.12.2024 18:48 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Followed.
New method for pruning weights and biases.

10.12.2024 01:21 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Implanted has scenes from the empty playa.

08.12.2024 20:28 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Swift Connection 2024 - John Sundell - A practical guide to Swift performance
YouTube video by Tech Connection Swift Connection 2024 - John Sundell - A practical guide to Swift performance

With so many AR experiences coming online this year, I’ve spent time on each project doing performance analysis.

This talk from @johnsundell.bsky.social covers the common issues.

youtu.be/ofXGwYHr-ZM?...

08.12.2024 17:22 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Recommendations for recent AI scifi?
Implanted - prime.
Afraid - netflix

Others?

08.12.2024 00:42 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

@richoncode is following 20 prominent accounts