TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Finding a worm in the Apple? Secret APIs in Mac OS X

2 pointsby auferstehungabout 17 years ago

2 comments

makecheckabout 17 years ago
It is certainly possible the APIs are hidden for competitive advantage. However...<p>There are costs when making an API truly public! Extra work to document it completely. Extra testing, to cover more than just the cases you know you're dealing with internally. Revisiting the API every time something new comes along ("will this API be 64 bit capable?", etc.). And ultimately, cost from losing the freedom to significantly change anything, lest you break binary compatibility or create some other problem that multiplies across your customer base.
xiriumabout 17 years ago
Does anyone remember the Sparkle MPEG player for MacOS that was popular in 1995? The author of that software was programming smoother playback than the QuickTime team, despite the QuickTime team pressing for kernel tweaks and undocumented hooks. The result was a flurry of development which benefitted users but cramped an independent developer.