← Back to context

Comment by zimpenfish

20 hours ago

> You greatly under-estimate how much work it is to maintain old code, particularly to maintain in securely.

cf Linux removing old network drivers this week for the same reason (without the hand-wringing that this Apple announcement is getting!)

Is the code that Apple is removing support for open source? The Linux drivers could at least plausibly be picked up and used by someone who really wants to, so it doesn't seem to be a fair comparison

  • The AFP protocol was deprecated in 2013. The AFP server was removed in Big Sur, so over five years ago. This is removal of AFP client support.

    Apple's source is not public, but the protocol is still fully documented if someone wanted to create a new client and server. https://developer.apple.com/library/archive/documentation/Ne...

    However, they'd be better off just creating a driver and server around the open source Netatalk implementation.