Live data from Hacker News

Apple broke a lot of its developer reference urls... again.

renesd.blogspot.com

21–24 of 24 posts

Re: Apple broke a lot of its developer reference urls... again.

#21
post #10

You can Search for anything in the Developer Documentation (installed with XCode).

This isn’t about that. I link to Apple’s documents in my blog posts, manual, mailing list replies, tickets, etc.

It is extremely frustrating that these links break with time, not made any better when then users write me to tell that my links are broken.

Re: Apple broke a lot of its developer reference urls... again.

#22
post #9

I notice Microsoft regularly breaks its own developer URLs as well... even the links from within Visual Studio's help system to their online content. It's sad that the most reliable way to find documentation is through Google.

Incidentally, Google tends to break CPAN's documentation a lot. If I visit the "canonical URL" for a module, something like http://search.cpan.org/perldoc?Foo::Bar , it always works. If I google for Foo::Bar, though, sometimes I get linked to http://search.cpan.org/dist/Foo-Bar-0.17 , which is 404 because the author deleted version 0.17 and uploaded 0.18. Amusing that other people have the opposite problem.

You can't delete anything from CPAN.

I've never experienced what you describe.

Re: Apple broke a lot of its developer reference urls... again.

#23
post #6

It’s not like this is even exclusive to the documentation—every new release of OS X takes over /macosx (or whatever it is). It seems like somebody involved feels that there’s no use for the past.

That would be Steve "we don't need no stinkin' floppies" himself.

Re: Apple broke a lot of its developer reference urls... again.

#24

Earlier quoted context omitted.

Incidentally, Google tends to break CPAN's documentation a lot. If I visit the "canonical URL" for a module, something like http://search.cpan.org/perldoc?Foo::Bar , it always works. If I google for Foo::Bar, though, sometimes I get linked to http://search.cpan.org/dist/Foo-Bar-0.17 , which is 404 because the author deleted version 0.17 and uploaded 0.18. Amusing that other people have the opposite problem.

You can't delete anything from CPAN. I've never experienced what you describe.

You can actually. I can’t find a link now, but I’m pretty sure it’s actively encouraged so as not to clutter up the CPAN with obsolete versions of modules.

That’s why we have things like http://backpan.perl.org/

Post reply on HN