Kyle Ye

1.1K posts

Kyle Ye

Kyle Ye

@KyleSwifter

Swift programmer / SDWG member / Darwin platform hacker Options are my own. Follow me for learning SwiftUI internal details. https://t.co/DvuIoVvRqi

Earth Katılım Aralık 2018
170 Takip Edilen2.7K Takipçiler
Kyle Ye
Kyle Ye@KyleSwifter·
@simplydt Yeah. But disableUpdateMask 0x12 does not work for macOS somehow. Still try to find how QuarztCore consume it differently on macOS.
English
0
0
0
44
Kyle Ye
Kyle Ye@KyleSwifter·
SwiftUI can also hide a specific view from screenshots directly without wrapping it in a secure UITextField. The trick is to reuse privacySensitive(false), inject SwiftUI's private redaction reason. Check the detail here kyleye.top/posts/swiftui-…
Kyle Ye tweet media
English
4
6
81
5.5K
Kyle Ye
Kyle Ye@KyleSwifter·
Looks like there may be inconsistent account state across backend APIs here. It is indeed banned, but the appeal flow sees current_appeal=null and standing=good_standing(via api/account/standing), so /restricted redirects away instead of showing the form. @ClaudeDevs @claudeai
English
0
0
2
480
Kyle Ye
Kyle Ye@KyleSwifter·
A month after my Claude account was banned, there’s still no appeal result. Worse: the appeal form no longer works: account-ban-appeals → 307 /restricted → /new since API showed current_appeal=null and standing is good. Support email just loops me back to the same broken form.
Kyle Ye tweet mediaKyle Ye tweet media
Kyle Ye@KyleSwifter

Been using Claude Code for quite a while. This morning I even got a “Claude for Open Source check-in” survey — happily filled it out. A few hours later… my account got banned.

English
4
1
15
4K
Kyle Ye
Kyle Ye@KyleSwifter·
OpenSwiftUI 0.18.0: - Initial OpenSwiftUI renderer support is added and on by default. - Start with this release, you can run OSUI on the latest 26 now. See full release notes here github.com/OpenSwiftUIPro… #OSUI
Kyle Ye@KyleSwifter

OpenSwiftUI 0.17.2: - Add code signing for XCFrameworks and OpenSwiftUI-spm binary package integration. Binary integration is now easier than ever — just add the OpenSwiftUI-spm package: See more information on github.com/OpenSwiftUIPro…

English
0
2
26
5.1K
Kyle Ye
Kyle Ye@KyleSwifter·
Finally found some time to get OpenSwiftUI’s CI fully green again. The UI test pipeline now has a persistent reference-image cache, so we no longer need to re-record SwiftUI baseline snapshots on every run. It's much faster now.
Kyle Ye tweet mediaKyle Ye tweet media
English
0
0
25
1.9K
Kyle Ye
Kyle Ye@KyleSwifter·
@zeddotdev @OpenAIDevs Does using a ChatGPT Subscription in Zed require an existing Zed account login? My GitHub login seems accidentally blocked. Support said it was a temporary few-week heuristic blocks, but it still hasn’t been restored. I only need sign-in for ChatGPT/Codex, not Zed cloud credits.
English
1
0
0
117
Zed
Zed@zeddotdev·
You can now use your ChatGPT subscription in the Zed agent, with the same usage and rate limits you benefit from in Codex directly. We're grateful that @openaidevs continues to support subscription-based access for third-party tools, even as others move toward usage-based billing.
Zed tweet media
English
148
223
3.8K
441.3K
Kyle Ye
Kyle Ye@KyleSwifter·
After 1 year, we finally add OpenSwiftUI's ViewRenderer. When the feature is on, it is using SwiftUI's renderer and can only run on specific OS version(eg. iOS 18 & macOS 15). Now we can finally get ride of it and run OSUI on the latest OS 26. #OSUI
Kyle Ye tweet mediaKyle Ye tweet media
Kyle Ye@KyleSwifter

Finally add a basic DisplayList output logic here for ColorView. github.com/OpenSwiftUIPro… > SwiftUI PRO Tip for debugging: add SWIFTUI_PRINT_TREE=1 and you will see the full DisplayList output before the engine starts to render your View.

English
0
1
59
8.8K
Kyle Ye
Kyle Ye@KyleSwifter·
@krzyzanowskim Deprecate the old API and add a new API with a new bool argument with default value is a better solution IMO. But sadly SwiftUI team choose not to design like that. Instead they just "fix" it to their new intend behavior with a SDK linking check.
English
0
0
0
259
Kyle Ye
Kyle Ye@KyleSwifter·
Are these two SwiftUI snippets equivalent? Text("Hello, world!") .kerning(10.0) Text("Hello, world!") .kerning(4.0) .kerning(6.0) The answer is: it depends. See more details here: kyleye.top/posts/swiftui-…
English
3
1
24
2.9K
Kyle Ye
Kyle Ye@KyleSwifter·
Bonus feature: they magically fix themselves the moment you hover over them. The UX experience is so amazing and unexpected for me.
Kyle Ye tweet media
English
0
0
8
873
Kyle Ye
Kyle Ye@KyleSwifter·
Peak of macOS 26: when a Finder window loses focus, the toolbar app icons don’t dim, they glitch into corrupted JPEG mode. 🤡
Kyle Ye tweet media
English
1
1
46
5.1K
Kyle Ye
Kyle Ye@KyleSwifter·
@Lina_Hoshino I really think the charm of RE is about the process not the result. AI vibe coded one is really not helpful in complex situations as my experience can tell.
English
0
0
1
56
Hoshino Lina / 星乃リナ 🩵 3D Yuri Wedding 2026!!!
I spent a whole day reverse engineering Apple binaries to work out the API and required input data. I didn't post the API header or docs but I did post logs with a lot of the required info. Enough for a slop machine to figure it out I guess.
English
2
0
143
3K
Hoshino Lina / 星乃リナ 🩵 3D Yuri Wedding 2026!!!
Apparently someone already wrote a whole production Swift wrapper for the AppleCVA face tracking framework I discovered. I'm pretty sure it was vibe coded. This sucks. I'm doing this both to help people and to teach myself Switch and macOS programming. What's the point now?
English
18
15
357
12.6K
Kyle Ye
Kyle Ye@KyleSwifter·
@Lina_Hoshino Yeah. Doing CF-related memory management in Swift is horrible. Here’s an example from one of my previous projects: #L107-L122" target="_blank" rel="nofollow noopener">github.com/Kyle-Ye/airdro… Hopefully it might be helpful to you.
English
0
0
7
849
Hoshino Lina / 星乃リナ 🩵 3D Yuri Wedding 2026!!!
So close... it's accepting my face tracking request, but then it crashes in a thread in a Swift release function. It's all "dynamically typed" CFDictionary stuff, so I'm probably doing something horribly wrong with the types or memory management... (I'm a Swift newbie^^;;)
Hoshino Lina / 星乃リナ 🩵 3D Yuri Wedding 2026!!! tweet mediaHoshino Lina / 星乃リナ 🩵 3D Yuri Wedding 2026!!! tweet media
English
5
5
201
7.3K