Screenshot of claude-opus-4-6 running inside pi coding agent where it links to a made up swift forum thread about missing simd intrinsics.
I love that Opus hallucinates swift forum threads.
Screenshot of claude-opus-4-6 running inside pi coding agent where it links to a made up swift forum thread about missing simd intrinsics.
I love that Opus hallucinates swift forum threads.
Leichter Sommerdrink
I see a future in #jj-vcs: steveklabnik.com/writing/i-se...
But OSLogStore only has access to logs created by the current process, right?. So you're out of luck if you want to inspect logs from a previous run (i.e. app crashed or was terminated by the system)
Even the WWDC video mentions right at the start how to collect logs from a device "you have access to". Well... I don't have
Why is every iOS / macOS blog that deals with logging only talking about os_log? I get that it's very convenient for debugging and it's well optimized, but... when I want to investigate an issue that happend on a user's device it's next to useless, no?
Looks like the time when I have to assess how much value I actually get out of this thing is coming sooner than I'd hoped.
Would be great if TestFlight worked.
Can I have Gunnery Sergeant Hartman as my Workout app voice? #wwdc25
What was the prompt to generate this photo? openai.com/sam-and-jony/
Implemented a new morning routine to 10Γ my productivity. One week in Iβm already at 0.5Γ LFG π
Learn Wasm by building a simple compiler in JavaScript. No compiler expertise necessary. All the code is in the book; we'll take you through it step by step. Get your hands dirty and see for yourself what WebAssembly is all about.
Excited to announce the official launch of our online book, WebAssembly from the Ground Up! π
It's the book we wish we'd had 3 years ago.
No messing with tools and frameworks. It's a hands-on guide to the core of Wasm: the instruction set and module format.
Link below. π
Just got hit with a #Swift Concurrency error in my Package.swift file. I'm done here.
My heart goes out to everyone who now has to setup a tonie box. Iβm glad I didnβt have to register my CD player with a cloud service, upload songs to said service and hope that my player somehow syncs everything to my CDs so I can listen.
That Gemini streaming stuff is absolutely wild.
Screenshot from the movie Starship Troopers where a soldier screams "BUGS!"
Got some feedback from QA
That amount of salt on a Brezn is a crime though
Finally some βοΈ
Riveo now supports custom fonts! #uiux #animation #ios #iosdev #shaders #grahics #cpp #apple #iphone #ipad #videoediting
I donβt think so. All I see are βKitsβ w/o SSD & RAM. But thatβs fine. Maybe even good to get a reality check what the prices are in not-Apple land. :)
Spent >30m with GoDaddy support to get an Auth Code for moving my domain away. In the end, I didnβt get one. βPlease try again later. Thank you for contacting GoDaddyβ. Justβ¦.wow.
Thanks! I think I'll go with a Intel NUC and hopefully it'll 'just work'... whatever that means when running Win11.
What's the Mac mini equivalent for Windows? Need sth. reliable & low friction for my dad.
Hi
Do you write code for Apple platforms like iOS, macOS, visionOS, etc? If you are, let me know! Iβd love to add you to a starter pack I can share with others so they can get started on Bluesky.
My personal pref at the call site would be (3) but with U8 capitalized. Or (4) with the first param also capitalized: set(u8: 84, at: index). I usually make index inout so that the function can also increment index by the correct amount.
Never trust the docs. #iosdev