Ole Begemann (via Spencer MacDonald):
Remote view controllers are an exciting new feature for iOS. I sincerely hope that Apple will use this technology in iOS 7 to enhance data sharing and communication between third-party apps without compromising the iOS security model. We need it.
iOS iOS 6 Programming
Joel Rose (via Khoi Vinh):
The CD was supposed to have the last word when it came to convenience and sound quality. And for a while, it did. The CD dominated record sales for more than two decades — from the late 1980s until just last year, when sales of digital tracks finally surpassed those of physical albums. It’s a cycle that has played out many times in the history of the music industry, with remarkable consistency.
CD Music
John Gruber:
This is a case where these service should be able to survive outside the App Store as mobile websites, but I simply don’t see what problem Apple is solving by keeping them out of the store.
It’s strange that after Apple acquired Chomp and redesigned the App Store app, it seems to be harder to use the app and harder to find new titles. Yet Apple doesn’t want third parties to help them solve the discoverability problem.
Update (2012-10-04): Federico Viticci:
I believe Apple’s main “issue” is with apps that look like an alternative App Store, containing links to App Store apps. By avoiding “similarity” and “confusion”, Apple wants to ensure users will rely on Apple’s App Store for search and discovery, not a third-party App Store lookalike. If you think about it, it makes sense for Apple to want people to use the App Store: more people means more data, more data should lead to better Genius and Search results over time. From this standpoint, I’d argue Apple wants users not to just open direct links in the App Store, but to use the App Store.
App Store Apple iOS
Jigish Patel:
Slate is a window management application similar to Divvy and SizeUp (except better and free!). Originally written to replace them due to some limitations in how each work, it attempts to overcome them by simply being extremely configurable. As a result, it may be a bit daunting to get configured, but once it is done, the benefit is huge.
I’m happy with Moom, but perhaps there’s some interesting code here if you want to learn how to use the Accessibility APIs.
Cocoa Mac Mac App Moom Open Source Programming
Marco Arment:
It’s frustrating to have such a large purchase become obsolete so quickly. And this is even fast by iOS standards — after all, iOS 6 runs (with many features disabled) on the iPhone 3GS, which was released 9 months before the iPad 1.
He thinks support was dropped because the iPad 1 has a larger screen but only 256 MB of RAM. I’m surprised there hasn’t yet been an outcry when apps are updated and people are no longer able to re-download the versions that work on their old devices.
iOS iOS 6 iPad
BBEdit 10.5 is a great update that so far includes:
- Retina text rendering.
- Commands for moving the current line up and down. I had been using AppleScripts to do this.
- A new Go > Named Symbol sheet to help you quickly jump to a function or marker by typing a few characters of its name. Previously, I had been type-selecting in the pop-up menus, but this lets you search by non-prefix substrings.
- Mac OS X’s Versions feature is not supported in the normal way, but there’s the potentially more useful “Compare Against Previous Version” command, which may prove handy for the few text files I edit that aren’t stored in Git.
- A smarter Open Counterpart command that finds all files with the same basename, not just the extension pairs built into BBEdit.
- New floating windows to display markers, jump points, and functions. Previously, these had only been available in pop-up menus, which were more difficult to search. Jump points are more useful now that you can visualize them.
- You can now create new documents via AppleScript that are marked as not modified—useful for temporary documents that you don’t want to be prompted to save when closing.
BBEdit Mac Mac App Retina Text Editor Top Posts