Live data from Hacker News

What iOS Can Learn from Unix

blog.inkmobility.com

1–10 of 59 posts

Re: What iOS Can Learn from Unix

#5
I've posted this before, but it's relevant to mention AudioBus which is a way to pipe separate music apps together on one iOS device. I've incorporated it into one of my apps and it works really well.

According to Michael, it's creator, it uses Mach Ports to communicate between apps. Apple embraced it and included it with GarageBand.

Re: What iOS Can Learn from Unix

#6
post #5

I've posted this before, but it's relevant to mention AudioBus which is a way to pipe separate music apps together on one iOS device. I've incorporated it into one of my apps and it works really well. According to Michael, it's creator, it uses Mach Ports to communicate between apps. Apple embraced it and included it with GarageBand.

At this point there is JACK, AudioBus, and soon inter-app audio in iOS7.

Re: What iOS Can Learn from Unix

#9
From a user perspective, intents are more useful and cover almost everything they're talking about. Most people really don't want to think about the how, they just want to share something to Facebook somehow. Having a standard way to just hook the Facebook app for it is what they really need.

It is a shame that we can't get more app functionality sharing in place, but really I don't know if we necessarily want to bring that much dependency management into the mobile space at large either.

Re: What iOS Can Learn from Unix

#10
post #8

So really this is, "What iOS can learn from a 2008 Android device"? The author is wrong in his footnote. Android intents are both action and file type based or even wildcard URL based. http://assets.sbnation.com/assets/1219228/complete-action-an...

Ah, thanks for the heads up. I've updated the footnote.
Post reply on HN