@leebennett Since that time, Apple bought the name.
@leonovco No, but I don't use AirPlay that often.
Safari Is the New IE: http://t.co/pNw1wztfIE
Debugging Exceptions in Xcode: http://t.co/mFzTQCDIFK
Mac OS X 10.10.4 “Improves Networking Reliabilityâ€: http://t.co/YviPu5mqsI
The Age of Writing iOS Apps for Love: http://t.co/R4bRdkb4Qt
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: http://t.co/6VR2WLnu3S
All American Civil War Games Removed From the App Store: http://t.co/BpJ7W3te5t
Killing Off Wasabi: http://t.co/LFqQ9eYY1Q
iOS 9 Space Savings: http://t.co/cDdvnTi4YS
Swift 2: SIMD: http://t.co/sglTK8VJQz
@twostraws I'll take a look. Thanks.
“Send <appname> Feedback†Sends to Apple: http://t.co/HZwIgJ9LFf
Avoid Download Issues With Mac App Store Purchases: http://t.co/Mv81fia88L
Lightroom 6.1 Doesn’t Get New Features: http://t.co/TrRqdmbpvU
10-Year-Old MySQL Bug: http://t.co/lUHXLqPtja
Eleven Stupid Backup Strategies: http://t.co/aYDkgwwr2X
Swift Protocols Question: http://t.co/kCeZb6Kyh9
Swift Protocols Question: http://t.co/kCeZb6Kyh9
Other New Swift 2 Features: http://t.co/JxRGtcGw0j
@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: http://t.co/0p49Za25nI
@mcelhearn I'll add a link. Thanks!
Taylor Swift vs. Apple Music: http://t.co/VGsBU45rSr
@gaige Thanks for the tip.
More Problems With iCloud Photo Library Uploads: http://t.co/uruDzE35Ug
Copying Coordinates With Long Press in Compass: http://t.co/K2KqLnL6Fs
@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: http://t.co/WEp6Y0sAYz
Instacast Discontinued: http://t.co/iFbbKckMfG
Swift 2 Error Handling, Continued: http://t.co/K4BD3WL9hg
@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. http://t.co/KaVNa1qZRg
Core Data Bugs: http://t.co/ocBbNiqnJ6
Editorial 1.2: http://t.co/HKjXCdMHxS
App Store Search Is Still Depressing: http://t.co/4Trx8AUKIi
How Crash Bandicoot Was Fit Into 2MB of RAM: http://t.co/8B5gCfZmku
Introduction to WebKit Content Blockers: http://t.co/xK0CzoTNWb
@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. http://t.co/t2IzLtDOgT
@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. http://t.co/QvIv3gI07T
@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. ;(
RT @spamsieve: SpamSieve 2.9.20 improves filtering accuracy, documentation, log, scripts, and lots more: http://t.co/eRKNBAbmNC (cc: @MailP…
RT @dropdmg: DropDMG 3.2.7 makes it easier to create disk images with layouts, improves robustness, interface, and documentation: http://t.…
@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."
RT @eaglefiler: EagleFiler 1.6.5 makes searching faster and includes lots of other enhancements and fixes: http://t.co/44nLDhY5O8