39 Followers
99 Following
118 Posts
iOS Developer in Seattle
Apple announces finalists for the 2025 App Store Awards

Apple announced the finalists for the 2025 App Store Awards, recognizing 45 app and game developers for their achievements in innovation, user experience, and cultural impact.

Apple Newsroom
Very happy to see OmniFocus 4 nominated for the Mac app of the year

“How to Take Back Control of What You Read on the Internet” on The Atlantic is all about reading via RSS — and it has a nice mention of NetNewsWire. 🎩

https://www.theatlantic.com/ideas/archive/2023/03/social-media-algorithms-twitter-meta-rss-reader/673282/

It's time to take back control of what we read on the internet

Social-media algorithms show us what they want us to see, not what we want to see. But there is an alternative.

The Atlantic

My million dollar idea I want someone to steal and do, so I can be a customer.

"Dumb Stuff" we sell electronic appliances that aren't Internet connected. That's all.

That's it. That's the pitch. I would buy the <bleep> out of this company if their electronic gadgets were even half way decent, and repairable.

Electronic, no wifi, regular screws to open it up. That's it. Do those three things, and you can be sold by this store.

I will pay this business to curate and find these devices for me.

@bcantrill @ahl Where would you recommend someone new to dtrace going to get starting using it? Most of my searches land me on Oracle docs, which seems odd.
Side question, what is the relationship with dtrace.org and Oracle?
reminder this is the official swiftc architecture diagram
@cocoaphony A restart of Instruments resolved my issue.
@cocoaphony Are you still using an Xcode pre-action to update entitlements on a SPM package? I can’t seem to get it to work. Wondering if an Xcode change broke it. https://cocoaphony.micro.blog/2022/10/29/solving-required-kernel.html
Rob Napier - Solving "Required kernel recording resources are in use by another document" in Instruments

So you have a Swift Package Manager project, without an xcodeproj, and you launch Instruments, and try to profile something (maybe Allocations), and you receive the message “Required kernel recording resources are in use by another document.” But of course you don’t have any other documents open in Instruments and you’re at a loss, so you’ve come here. Welcome. (Everything here is from my own exploration and research over a few hours.

Computers are like onions. Everything is layers built on layers, and every layer makes you cry. #sysadmin

A reminder: When that major security bug shows up in one of your dependencies, and you need to ship a fix right now, that's not the time to discover you're 3 years and 6 API-breaking changes behind the version that has the fix.

Upgrade your dependencies when you don't *have* to. That way, when it is critical, it will be fast and low-risk.

This is *especially* true about that risky upgrade you've been avoiding. Take the hit now when you can schedule it. Don't let others schedule it for you.