Gui Rambo

@_inside
13.7K Followers
291 Following
863 Posts
I know a thing or two about AirPods. App developer, security researcher. 🏳️‍🌈🧩
Websitehttps://rambo.codes
Twitterhttps://twitter.com/_inside
Githubhttps://github.com/insidegui
Gigahertzhttps://gigahertz.fm

Developers, I recommend you do this asap: ask Codex to run your app and try to figure out how to do a task, without seeding it with any information.

It's like putting a new user in front of the screen, and watching how they operate it. It will very rapidly expose any problems you have in messaging or user education, and it's a little eye-opening if you've never (or not recently) run user tests.

Turns out, I have work to do 😅

Is it me or has the dark pattern of including “Action required!”, “Urgent!”, “Important!” and similar in marketing messaging from companies increased since the introduction of LLM-based notification prioritization in smartphones? 🤔

PS: This doesn’t really affect my notifications because I have those turned off for pretty much everything, but I still see the subject line or message eventually 😒

It looks like the CloudKit silent notification bug was caused by some sort of token validation added in iOS 26.4 that was dropping notifications from CloudKit. Fixed in iOS 26.4.1 by bypassing the validation for notifications that come from CloudKit

Credit to @blacktop's excellent IPSW diffs: https://github.com/blacktop/ipsw-diffs/tree/main/26_4_23E246_vs_26_4_1_23E254#usernotificationscore

This month's episode of the Stacktrace podcast is out! 😀 On this episode, @_inside and I talk about Android and the state of Swift Package Manager 🤖📦

https://stacktracepodcast.fm/episodes/206

206: “Let’s deprecate Xcode projects” | Stacktrace

Using Android as an iOS user, and the state of Swift Package Manager, including how it could become a more full-featured orchestration tool for Xcode projects.

Stacktrace
A letter to John Ternus – Marco.org

Someone grep the leaked slop code for “You're absolutely right” to see if it's real
Apple discontinues the Mac Pro with no plans for future hardware - 9to5Mac

It’s the end of an era: Apple has confirmed to 9to5Mac that the Mac Pro is being discontinued. It has...

9to5Mac

RE: https://mastodon.social/@mjtsai/116286416761135703

This is why I don’t ship my Mac apps in the App Store anymore

Fun fact: the "EnablePasteboardPrivacyDeveloperPreview" defaults flag on macOS doesn't just enable confirmation for accessing the clipboard, it moves the responsibility for an app's main menu from the app's own process into a separate system process (TrustedUIService). This means that the contents of the menus have to be serialized to be sent over XPC to that system process, breaking things such as custom SF Symbols in menu icons. I guess that's part of why it's still just a developer preview.