@leebennett Since that time, Apple bought the name.
@leonovco No, but I don't use AirPlay that often.
Safari Is the New IE: mjtsai.com/blog/2015/06/3…
Debugging Exceptions in Xcode: mjtsai.com/blog/2015/06/3…
Mac OS X 10.10.4 “Improves Networking Reliability”: mjtsai.com/blog/2015/06/3…
The Age of Writing iOS Apps for Love: mjtsai.com/blog/2015/06/3…
Hopefully, we'll now get an update that fixes Apple TV networking.
@mikeash I thought you fixed that with a plug-in?
@landonfuller Ran into what seems to be a bug in the store, so it's been almost a month since I submitted, and app is not even in review.
@FoxTrotSearch Could you please check your e-mail for Case 328404?
@mpweiher So is this the first of many APIs to be opened up? Or is there something different about maps?
Map Kit Outside of the Mac App Store: mjtsai.com/blog/2015/06/2…
All American Civil War Games Removed From the App Store: mjtsai.com/blog/2015/06/2…
Killing Off Wasabi: mjtsai.com/blog/2015/06/2…
iOS 9 Space Savings: mjtsai.com/blog/2015/06/2…
Swift 2: SIMD: mjtsai.com/blog/2015/06/2…
@twostraws I'll take a look. Thanks.
“Send <appname> Feedback” Sends to Apple: mjtsai.com/blog/2015/06/2…
Avoid Download Issues With Mac App Store Purchases: mjtsai.com/blog/2015/06/2…
Lightroom 6.1 Doesn’t Get New Features: mjtsai.com/blog/2015/06/2…
10-Year-Old MySQL Bug: mjtsai.com/blog/2015/06/2…
Eleven Stupid Backup Strategies: mjtsai.com/blog/2015/06/2…
Swift Protocols Question: mjtsai.com/blog/2015/06/2…
Swift Protocols Question: mjtsai.com/blog/2015/06/2…
Other New Swift 2 Features: mjtsai.com/blog/2015/06/2…
@leandrofavarin Glad you like it. Another benefit is that there is now a single tweet that everyone’s replies hang off of, so easier to find
WebAssembly: mjtsai.com/blog/2015/06/2…
@mcelhearn I'll add a link. Thanks!
Taylor Swift vs. Apple Music: mjtsai.com/blog/2015/06/2…
@gaige Thanks for the tip.
More Problems With iCloud Photo Library Uploads: mjtsai.com/blog/2015/06/2…
Copying Coordinates With Long Press in Compass: mjtsai.com/blog/2015/06/2…
@marcoarment I never used to get that, now get it every time.
@iTod @owensd But certainly there is some room here for personal preference, and your example is better than others I've seen.
@iTod @owensd I'm not a fan of the extra lines at the top to declare the variables, the extra indentation, or repeating the return value.
@adamengst That is interesting that sleep helps. That wouldn't work for me because it was happening during long-running backups.
@iTod I knew about it, but when there are multiple things to clean up, try/finally is so awkward that people use goto and multiple labels.
@iTod Yes, if we're talking about runtime behavior, and we have zero-cost exceptions. But I thought we were talking about codegen.
@iTod @owensd @cananito I don't really think finally is finer-grained. Can't you achieve the same thing with defer by introducing a scope?
@iTod Haven't looked at the assembly, but I would assume yes because try/finally has to essentially catch and rethrow the exception.
@iTod Yes, mainly the syntax is much more convenient and readable. And there is the codegen difference because it’s not based on exceptions.
@iTod Keep related blocks of code together.
@_toddmc Editorial and GoodReader.
San Francisco Fonts: mjtsai.com/blog/2015/06/1…
Instacast Discontinued: mjtsai.com/blog/2015/06/1…
Swift 2 Error Handling, Continued: mjtsai.com/blog/2015/06/1…
@chrisatzinger Have not tried it, but it looks like it would support that.
@chrisatzinger Yes, it's my favorite drive dock.
My dad just updated to Yosemite and got bit by this iPhoto issue. Doubt he ever had a MAS version, so too late now. fatcatsoftware.com/iplm/Help/the%…
Core Data Bugs: mjtsai.com/blog/2015/06/1…
Editorial 1.2: mjtsai.com/blog/2015/06/1…
App Store Search Is Still Depressing: mjtsai.com/blog/2015/06/1…
How Crash Bandicoot Was Fit Into 2MB of RAM: mjtsai.com/blog/2015/06/1…
Introduction to WebKit Content Blockers: mjtsai.com/blog/2015/06/1…
@stormchild I’m starting to like Lightroom as well. Still miss tons from Aperture, though.
Trying to file a DTS incident because of a problem with iTunes Connect, but the Submit button doesn't do anything.
@mjdrayton Lucky. This problem has followed me through drives, enclosures, Macs, UPSes, and homes.
@jcenters @adamengst Mine are on a UPS as well, and I tried w/o UPS and high-end models to make sure it wasn’t due to the UPS’s wave form.
@adamengst Have seen it a few times during the day, not directly when I was watching, but there was no screensaver running.
@adamengst I mostly see it at night, though that's just when I tend to do the long-running operations.
@chockenberry However, also updated another app that uses the same version format, did not get Invalid Binary, and it passed review.
@chockenberry I have one that's stuck at Invalid Binary with Invalid Bundle Identifier Format, though I don't think it violates the rules.
@adamengst Yes, the drives remounted right away. It's as if they were unplugged and then plugged back in.
@adamengst Let us know if you figure it out. I've seen lots of problems like that with USB 3, though not FireWire. mjtsai.com/blog/2014/06/1…
@danielpunkass Yep, I saw that in the otool output. Seems like it could solve most problems automatically when the tooling improves.
@danielpunkass Perhaps there's a way to make other types of binaries link that way, though probably not movable ones like command-line tools
@danielpunkass Looks like an extension will automatically reference the host app's dylib.
@nevanking Thanks!
@twostraws That wouldn't work with an enum defined in Cocoa, because a later version of the OS could add to the enum after compilation.
@twostraws Safe, though. I agree that it's unhelpful, though not sure how it would know you didn't want the default.
@twostraws Thought you were saying that if you add to the enum it wouldn't check that you are catching the new value, but it's supposed to.
@twostraws I see what you mean, but it's not really about safety because it does check that either your catch the error or declare "throws".
Most of the links from this WWDC 2003 compilation are broken, but kudos to @gruber, @leebennett, and @arstechnica. mjtsai.com/blog/2003/06/2…
@michaelzoradi Really appreciate how quickly you get the videos out, and I like being able to see more of the speakers, not just the slides.
@michaelzoradi My wife was a good sport and chose Ali Ozer’s session for us to watch.
@twostraws Yep, that just happened to me a few days ago. Don't forget to change it in Application Loader, too, by clicking on your name.
@mhenders No, it just spins forever.
@ahknight Finally. Probably one of my first Radars was asking for layout managers.
Even after rebooting, the Apple TV wouldn’t play any content from the store, since Tuesday. But the WWDC videos work.
@iOSDevil The app preference is opt out. Not sure how they explain things before the system asks you for permission.
@twostraws Do you have an RSS feed?
@twostraws I'll take look. Thanks!
@natevw Seems like way too much friction to me, but I’d like to be proven wrong. Not sure how iCloud and other entitlements would work…
@natevw Probably nothing. Though there are already 300+K registered developers who could have been doing that for the last few years.
@natevw Presumably you can only sign the binary for a very limited number of devices.
@nickheer @danielpunkass @marczak I updated the post to add a link, and somehow it ended up in WordPress’s trash. Fixed now.
@dnanian Well, if they intend for that to be allowed, I would think they would be willing to support writing EAs to a non boot volume.
@dnanian Ah, thanks for explaining. I wonder what they're going to do for asr.
@dnanian I thought it only affected writing to the boot volume?
@wenge I meant revisiond. (Thanks, autocorrect.)
@wenge Thanks, but that only deletes .MobileBackups. Doesn't seem to affect the .DocumentRevisions-V100 folder from revision.
Is there a tool (other than rm) for compacting .DocumentRevisions-V100? On my volume, the versions DB consumes nearly half the total space.
How can Apple know Siri's word error rate? I almost never correct Siri errors, but it makes them all the time.
@nickheer I thought you made a lot of good points. Don't recall anything that seemed off.
@mhenders I get that sometimes, too. ;(
spamsieve SpamSieve 2.9.20 improves filtering accuracy, documentation, log, scripts, and lots more: c-command.com/blog/2015/06/0… (cc: @MailPlugins)
dropdmg DropDMG 3.2.7 makes it easier to create disk images with layouts, improves robustness, interface, and documentation: c-command.com/blog/2015/06/0…
@chmaynard No, that was just from iTunes Connect. After some searching, it seems to be a pretty common but non-fatal problem.
@chmaynard It eventually succeeded, then told me the API analysis file was too large. Now the build is Uploaded but not available to submit.
Application Loader stalled for 5 minutes "Verifying assets with the App Store."
eaglefiler EagleFiler 1.6.5 makes searching faster and includes lots of other enhancements and fixes: c-command.com/blog/2015/06/0…