Top
Best
New

Posted by pvtmert 20 hours ago

Networking changes coming in macOS 27(eclecticlight.co)
231 points | 211 comments
throw0101c 20 hours ago|
Time Capsule has been unsupported since 2018 (last shipped 2013):

* https://en.wikipedia.org/wiki/AirPort_Time_Capsule

I think there's some population of folks that have been doing NAS TM backups over AFP, and they'll now have to switch to SMB.

procaryote 3 hours ago||
I gave up on timecapsule because performance has gotten worse and worse year over year. I replaced it with a periodic rsync backup to a NAS that is in turn backed up in other ways

The upside is that it's dead simple when it comes to how the backup is stored. In 10 years time, having files in a filesystem will still work, but I imagine restoring an old time machine backup will require quite a bit of work

If you wanted to you could probably figure out how to do apfs snapshots before rsyncing

If you exclude pointless stuff like browser caches it's also pretty performant compared to timecapsule, and the transfer is properly encrypted

runlevel1 10 hours ago|||
I still use AFP on my NAS for a few reasons:

1. When I benchmarked it, AFP was significantly faster than SMB. Both with SMB2 and SMB3. Even when transport encryption was turned off.

2. On SMB2+, symlinks created by the client are not real symlinks. They're "Minshall+French" links which only look like symlinks to other SMB2+ clients. To the server and NFS mounts they look like flat files with the target path encoded in them.

3. It exposes a different precision for certain timestamps. Software that uses this metadata to decide whether a file needs to be updated will see almost every file as needing a resync.

It's been a year or two since I checked the status of these. The situation may have improved since last I looked.

adastra22 4 hours ago||
Yeah I recently migrated my NAS and took the opportunity to switch from AFP to SMB for my Time Machine backups. There were so many problems like the ones you describe that I gave up and went back to AFP. Looks like I'm going to be forced to spend a weekend with Claude figuring this out.
SebastianKra 1 hour ago|||
Have they, by chance, also fixed the issue where MacOs' SMB implementation is unusably slow when copying many small files?

A backup of my 2TB MacBook literally takes weeks.

TimTheTinker 20 hours ago|||
They discontinued sales in 2018, but continued to support Time Capsule backup over AFP through macOS 26 (Tahoe).
GeekyBear 18 hours ago||
It's been more than a decade since they replaced AFP with SMB as the default protocol for file sharing, and they've been warning that AFP would be going away for years.
wazoox 14 hours ago|||
Yeah but AFP is still performing way better than SMB on Mac for any fast networking. Like 10GigE and faster. Apple SMB stack is a disaster, and thoroughly unprofessional. NFS is faster, too, but unfortunately the Finder, being the rat nest of bugs it is, has often trouble with NFS shares.
ninkendo 12 hours ago|||
macOS 26 still has a hard kernel panic if you try to mount an NFS share with krb5 auth but don’t have a valid Kerberos ticket. 100% reproducible.

Every OS update I try mounting with no ticket, get a panic, fill in the error reporting dialog with a nice “hope you had a nice holiday break!” message or whatever is seasonally appropriate, with the same simple steps to reproduce. It’s just kinda comical at this point.

My guess is kerberized NFS has absolutely zero users within Apple, and it’s likely hard to find an engineer there who even knows what Kerberos is anymore.

I used to work at Apple and I’d have filed a radar for it but now I’m just a customer so I’m powerless.

donavanm 1 hour ago|||
Hah. I actually had opendirectory, OSX clients, and CentOS/RedHat clients running krb5 NFS off of netapp filers circa … 2008? Lots and lots of NFS in the (mansfield) hardware org at that time. I think krb on osx started getting hard around 2010 when they moved tickets and other credentials to a process aware in memory store. Became difficult to use TGT or machine identity for automation.

And yes, Im sure theres a very lonely radar bug for this. But even MM of revenue wont fix “edge cases” like this.

saagarjha 4 hours ago||||
What's the panic?
jballanc 10 hours ago|||
It's been a while since I worked at Apple, but back in the day the entire OS X Server team made extensive use of kerberized NFS shares for moving around large files...

...the last version of Server shipped in 2021 (and the last real version shipped almost a decade before that).

saagarjha 4 hours ago||
Apple was still using Kerberos when I was there not that long ago.
ninkendo 1 hour ago||
Hmm, the more I think about I think you’re right, they likely still do use kerberized nfs, but I think the auth layer they use is… different. Without giving too much away, the internal SSO software ends up either wrapping or providing Kerberos tickets in some way, so I’m imagining that code path doesn’t panic.

In fact that’s probably the clue… everyone internally at Apple using krb5 auth with nfs is probably using the internal SSO software and the code path for “vanilla” Kerberos (ie. Ticket Viewer.app and so on) has zero testing. Maybe I’ll write that into the next crash tracer report I type up :-D

NegativeLatency 13 hours ago|||
IIRC I had some really nasty move/duplication issues with NFS the last time I tried it in Finder.app. (and the whole UID mess)
bborud 6 hours ago|||
Did they ever work? No, seriously. I've had a couple of them and the few times I really could have used them I discovered that they represented the worst backup solution I've ever had the misfortune to deal with. Slow, very hard to use beyond their primary integration with the OS (which isn't good to begin with), there's really no good way to keep an eye on how they are doing (what's actually backed up, if it is still there) and the performance is worse than any hand rolled solution I've ever used.

They never supported it properly in the first place and then it just meh'ed out of existence.

I hope "the new Apple" is going to take software seriously.

giantrobot 19 hours ago||
Time Machine support is also dropping support over SMB1 so whatever new solution needs to support SMB2/3.
stackskipton 19 hours ago|||
SMB2 came out with Vista and SMB3 was Win8 so they are not new protocols either.
winocm 19 hours ago||
That just ended up inadvertently reminding me, Windows Vista is actually almost old enough to be at the minimum legal drinking age in the US.

Windows 8 is nearly a decade and a half old as well.

Time really does fly.

wtallis 19 hours ago||||
Where "new" in this case could be a NAS running Samba from 2011? Samba added official support for Time Machine much later, but I think it was possible on earlier versions with some extra steps.
throw0101c 15 hours ago|||
Samba 4.8 from 2018:

* https://www.samba.org/samba/history/samba-4.8.0.html ("vfs_fruit")

* https://wiki.samba.org/index.php/Configure_Samba_to_Work_Bet...

wtallis 15 hours ago||
That's when Samba gained official easy to use support for being used with Time Machine. I'm pretty sure it was possible long before then, IIRC by changing a setting on the Mac to allow selecting unsupported network volumes.

I don't recall when I stopped running netatalk on my NAS and switched to pure Samba, but I think it was before 2018.

giantrobot 8 hours ago|||
I only meant new as in someone currently owns a Time Capsule and has to replace it with something "new" that supports newer SMB versions.
jychang 14 hours ago||||
I've added support for Samba 4 (running SMB3) to the Time Capsule so it can work with modern macOS: https://github.com/jamesyc/TimeCapsuleSMB
Melatonic 19 hours ago|||
SMB1 has major security issues but even those ignored (which a lot of people on private home networks shouldn't be too worried about) it's also slow as hell on MacOS
riffic 18 hours ago||
> people on private home networks shouldn't be too worried about

philosophically I would beg to differ about any premise assuming we can trust the castle and moat model. Even on home networks.

fragmede 10 hours ago||
philosophically, it depends on who you are. If you're Sam Altman or Vitalik Buterin, yeah, your private home network should be considered to be under attack by hostiles trying to steal from you, but for the rest of us, the NSA isn't going to make an international incident trying to get at your Plex server.
Gigachad 9 hours ago||
For the rest of us we have IoT devices and guests malware filled devices constantly probing the internal network.
jychang 14 hours ago||
For those that are interested: I've managed to build Samba 4 and get it running on a Apple Time Capsule https://github.com/jamesyc/TimeCapsuleSMB
pvtmert 20 hours ago||
Although TimeCapsule is more than decade old, it serves nicely with TimeMachine (automatic backups). Sad to see that going away permanently for Apple Silicon.
ryandrake 19 hours ago||
"Dropping support for things just because they are old" is typical commercial software behavior. I can run the latest Linux kernel and still have access to an internal floppy disk drive if I wanted to, yet billion dollar companies can't seem to manage to support 10 year old stuff.

I still am sore from when I "upgraded" macOS and suddenly support for my 1080i TV was gone. Yesterday it worked fine, today it's gone. All because they can't be bothered to maintain a code path.

_verandaguy 19 hours ago|||
The economics make the reasoning obvious, though.

With closed source IP, every bit of support, from bug fixes, to feature requests, to compatibility fixes to integrate with newer mainline/foundational tooling, costs money.

With open source projects (and in particular ones like Linux where there's a huge number of contributors and interested parties), support for would-be niche facilities can keep going as long as there's someone with the knowledge and spare time to do it.

miki123211 14 hours ago|||
AFAIK, Linux has a policy that any change you make must not break existing kernel features, and if it does, you have to fix them yourself.

With that said, kernel maintainers have recently indicated that some unused subsystems are likely to be removed soon, as AI is now finding (real) security vulnerabilities in them that nobody is willing to fix.

huijzer 6 hours ago||||
> The economics make the reasoning obvious, though.

Looking through Apple’s financial statements, they theoretically could support these old systems. I’m not saying a cut doesn’t make sense, but just that economics-wise they could keep one guy for it

TheJoeMan 17 hours ago||||
There's somewhere in the ballpark of 166,000 employees at Apple, just unfathomable scale [1]. It is not unreasonable to ask that someone specific is responsible for each particular small feature and ensuring it keeps working. Trying to apply an economic analysis to such a "free as in beer" operating system does not seem to work well. Consider the question of "how many small holes can you have in your wooden sailing ship"?

[1] https://stockanalysis.com/stocks/aapl/employees/

laserlight 16 hours ago|||
Not that it impacts your argument significantly, but for the sake of completeness, Apple employs a huge number of retail employees.
AlexandrB 15 hours ago||
Yes. A more useful number would be how many employees are working on macOS specifically. Hard to find a definitive number for that.
saagarjha 4 hours ago||
Less than 1% of that number. Of course this is hard to actually count properly since there is a lot of shared work across platforms.
akerl_ 16 hours ago|||
It’s not unreasonable to ask but they can and are saying “no”.
lenerdenator 16 hours ago||||
Ideally, at a certain point, you'd have some sort of upstream FLOSS project where you could let John Q. Public do that sort of low-level, maintenance-only stuff, while the proprietary "value adds" are closed source, until it becomes financially attractive to FLOSS them.

IIRC, that could exist for MacOS in the form of Darwin.

mschuster91 3 hours ago||||
> With open source projects (and in particular ones like Linux where there's a huge number of contributors and interested parties), support for would-be niche facilities can keep going as long as there's someone with the knowledge and spare time to do it.

And that increasingly gets difficult to do. i386 support went down the drain in the kernel in 2012, i486 is probably going down the drain as well this year [1] and soon-ish another bunch of really really old stuff will go as well because it isn't maintained [2] - good luck finding someone still running IPX networks or ISDN hardware.

[1] https://www.theregister.com/2026/04/06/patch_to_end_i486_sup...

[2] https://lwn.net/Articles/1068928/

reaperducer 16 hours ago|||
The economics make the reasoning obvious, though

These arguments fall apart when you remember that Apple has several trillion dollars at hand. It's not some shoestring startup.

tracker1 17 hours ago||||
Ironic, considering Linux is dropping a LOT of old devices from 7.1
yjftsjthsd-h 17 hours ago||
It's my understanding that those are (mostly?) devices where they legitimately have reason to believe there are zero users. In particular, there's a pattern where someone will discover that Linux has a driver that hasn't actually worked for a long time, and nobody's complained, so then they remove it.
tracker1 17 hours ago||
I'm not suggesting they keep it all... just ironic as a statement considering Linux is literally removing a bit lately... <= 486, the bus drivers for mice, etc.

I'm mostly okay cleaning out a lot of legacy and unsupported devices. In some ways, and for people who want to support really old hardware it may not be great, but they're most likely stuck on older versions for other reasons.

yjftsjthsd-h 16 hours ago|||
I don't think it is ironic, though; Linux isn't "Dropping support for things just because they are old", it's dropping unused things when they cause code quality problems. That's rather different than features being dropped because the vendor doesn't want to bother supporting them even though they still worked and have active users.
gzread 11 hours ago||
Feetures being dropped because nobody wants to support them is a prominent feature of free software. That's part of "no warranty". If it does bother you, you're supposed to step up to support it yourself, or pay someone to.
yjftsjthsd-h 11 hours ago||
Okay, but that's the exact opposite of what we're discussing here? Linux, which is free software, isn't dropping features because nobody wants to support them, but because nobody's using them. Meanwhile, macOS, developed as a commercial product and with a much weaker showing of open source or even source availability, is dropping features because Apple doesn't want to support them.
dwaite 3 hours ago||
> Linux, which is free software, isn't dropping features because nobody wants to support them, but because nobody's using them.

I disagree. They are dropping support because nobody is maintaining them. There may very well be people still using these features, but they haven't been motivated or aren't properly skilled to offer to maintain them going forward, and haven't motivated some other skilled person via payments.

Rather, the core difference is that Apple does not offer a way to have external people take over providing support.

nine_k 15 hours ago||||
If anybody would care to keep these drivers up, it would be easy to revive them as kernel modules. It's not that Linux is going to lose an upstream interface to publish events from a bus mouse.

Support for 486 is another thing, but, frankly speaking, running a modern Linux kernel on a 486 makes no sense, either form a practical or preservationist / museum perspective.

ryandrake 16 hours ago||||
Absolutely--Linux is by no means perfect.
esseph 7 hours ago|||
What is the age of the 486SX code vs the code paths Apple is removing right now?
Ar-Curunir 18 hours ago||||
Just this week we've seen Linux talking about dropping support for some older hardware precisely because attacks against it were becoming easier with LLMs.
joe_mamba 15 hours ago||
Do you have a detailed source for this? I want to read more about it.

Because I noticed my old Core 2 Quad PC with Nvidia 8600GT that my parents use as their email and Facebook machine, doesn't boot with any linux newer than Kernel 6.1 even though I can get Windows 11 to boot on it.

So the myth around "Linux is great for old PCs", highly depends on what HW you have.

dwroberts 5 hours ago|||
> even though I can get Windows 11 to boot on it

But by modifying it right? Because the core 2 does not support SSE4.2

esseph 7 hours ago|||
Sounds like an Nvidia driver module issue more than anything else. If I had to guess, simply removing the Nvidia module should fix that and still get you video through one of the various backup paths (opennuveau etc)
halapro 6 hours ago||||
Ok what do you suggest? Every feature ever written should be supported in perpetuity even if 3 people are using it? Clearly you didn't think this through. Should 2026 computers have a ISA interface as well?

Supporting old hardware and software has a substantial cost that only grows exponentially. Companies exist to print money, not to cater to the smallest niches.

It would be great if they could support things, but I most definitely understand why they don't.

retired 18 hours ago||||
macOS Tahoe still has floppy drive support.
ryandrake 17 hours ago||
Really? Like actual internal floppy drives, and not just USB floppy drives (which even Windows still supports)?

I actually wouldn't expect macOS to support actual floppy drives since the OS's list of supported devices doesn't include any that shipped with floppy drives. The fact that I cannot install the latest macOS on any devices older than 2019 is a related, but separate problem.

nxobject 16 hours ago|||
In this case, what would internal floppy drive mean? The last Macs with floppy drives (I think Old World G3s?) used a custom Apple controller, integrated into the chipset, with a bespoke 20-pin cable.
kalleboo 9 hours ago||
Even on the old world G3s, Mac OS X never had floppy drive support. There was a driver someone had ported from BSD you could install.
jonhohle 11 hours ago||||
Yes! And Zip Disk support. I have an app that has to detect different external media types and have a pile of old drives that work just fine.
retired 16 hours ago|||
USB floppy drives indeed.
skissane 12 hours ago||
A USB floppy drive behaves almost identically to a USB hard drive-yet another SCSI block device. The cost of keeping support for them is minimal

This is very different from legacy PC floppy drive controllers which spoke a completely different protocol, which was very complex and full of footguns

Legacy floppy controllers also had various legacy features almost nobody used, like soft deletion of sectors (IBM added this in the 70s for use with primitive database systems), or attaching tape drives using the floppy interface (nowadays if you buy a brand new tape drive, the interface options are SAS or Fibre Channel)

Elidrake24 14 hours ago||||
And soon I won't be able to run old 32bit binaries with the latest Linux Kernel. We all move on.
MYEUHD 14 hours ago||
Umm no?

> There are still some people who need to run 32-bit applications that cannot be updated; the solution he has been pushing people toward is to run a 32-bit user space on a 64-bit kernel. This is a good solution for memory-constrained systems; switching to 32-bit halves the memory usage of the system. Since, on most systems, almost all memory is used by user space, running a 64-bit kernel has a relatively small cost. Please, he asked, do not run 32-bit kernels on 64-bit processors.

https://lwn.net/Articles/1035727/

wang_li 18 hours ago|||
> "Dropping support for things just because they are old" is typical commercial software behavior.

You are deluding yourself if you think open source folks are better. You can't compile and run a modern version of GCC on Solaris 10 on SPARC, for example. And we just had a story here last week about removal of bus mouse support. It's only a mild exaggeration to say that lots of folks will check the commit activity on github and of a project doesn't have commits this week it should be banned from the internet and the universe.

Then you have the problem that many dev tools are not forward compatible. CMake is a huge issue. An ubuntu system from 2020 has CMake on it, but it won't compile anything that uses CMake that was released in recent years because the cmakefiles are incompatible.

a1o 16 hours ago|||
CMake is a bad example, you can build latest CMake and run it on Debian Jessie. It will work perfectly. CMake is the thing you can build on really old compilers.
realusername 18 hours ago|||
Open source is better because as long as you have a single developer caring to maintain the device, it will still be there.

Bus mouse support isn't removed because it's old but because it's been broken since 2015 and nobody noticed.

gzread 11 hours ago||
Open source is better because if you need the device driver then you can step up to maintain it yourself. It doesn't mean someone else will magically do it for you. I've used devices with very obscure incantations to get some random person's hack to run on Linux that worked natively on Windows.
goalieca 20 hours ago|||
Given the mtbf of disks, I wouldn’t risk doing backups on a device discontinued in 2018.
swiftcoder 20 hours ago|||
It may not be the easiest surgery in the world, but you can replace the hard drive in a Time Capsule. You'll probably want to replace the power supply too after this much time
kgwgk 20 hours ago||||
Disks can be replaced.
sleepybrett 20 hours ago||
wasn't it capped at 3tb? is the drive swappable to something bigger? They discontinues them in 2018, the wifi in them is old, single disk (no raid).. better to just pick up a multidrive nas or use cloud backups. What we should be asking for is timemachine backends for cloud providers.
TimTheTinker 20 hours ago||
It's not "officially" supported, but iFixit has a guide for swapping the drive on a time capsule. I used mine with a 4TB drive for years with no trouble.
sleepybrett 19 hours ago||
Sure, but still just a single drive.

My old trusty readynas should still work i think.. probalby. Supports smd for time machine and smb3 generally. If it doesn't I might finally be pushed onto a nas that isn't discontinued.

bananamogul 19 hours ago|||
I had an early ReadyNAS that was a champ for years. I wonder if the fact that it was based on SPARC had anything to do with its longevity.
iAMkenough 18 hours ago|||
From a risk assessment standpoint, I’ve seen my Time Machine backups corrupted much more frequently than I’ve experienced drive failure. Happened with both my Time Capsule and then my Synology RAID.

It’s a “nice to have” automatic backup, but not a primary backup destination for me.

JumpCrisscross 20 hours ago||
"...if you have an Apple silicon Mac and AFP support is dropped from macOS 27, that would leave you unable to upgrade without replacing your network storage."

How big is this market? I'm not saying vibe code a product, but...

bayindirh 20 hours ago||
That "replacement" is not always full-on hardware.

I have colleagues who are running AFP on BSD for continuous backups on their systems, and they have to reconfigure something new to be able to continue backing up their systems.

trillic 19 hours ago|||
I use this for networked Time Machine backups for multiple Macs in my household. Works just as well over tailscale VPN.

https://wiki.archlinux.org/title/Netatalk

snapetom 15 hours ago|||
One of my COVID projects was to set up a networked Time Machine backup on Raspberry Pi.

Every single one of the blogspam sites (lifehacker, howtogeek, etc.) told you to use AFP/HFS+/Netatalk. I had so many problems with this. Time Machine would work well the first few times and then slow to a crawl. If there was a power outage, look out. The whole thing would be corrupted. It wasn't the network. FTP and scp worked just fine.

Eventually I found one blog that told you how to do it with SMB and ext4. It was that site that I learned about the much malignment of AFP and HFS+. SMB/ext4 worked like a charm. Six years later and not a single hiccup.

wang_li 18 hours ago|||
Also works for System 7 based Macintoshes. In case you got frozen in a glacier in 1991.
jshier 18 hours ago||
Nah, classic Macintosh OSes aren't compatible with modern AFP.
wang_li 17 hours ago||
They are compatible with netatalk though. The project split between version 2 and 3, but in recent releases they folded them back into a single thing. Current netatalk releases support all versions of AFP.
JumpCrisscross 20 hours ago|||
> That "replacement" is not always full-on hardware

Oh, I was thinking only of software. Apple dropping AFP in the OS doesn't mean it can't work at all.

bayindirh 20 hours ago||
I believe the only supported mode is SAMBA now.
daneel_w 14 hours ago||
Netatalk has been around for like 25 years: https://github.com/Netatalk/Netatalk

Relevant to the discussion is that the project comes with an AFP client as well. I have no experience with the client but I've used the Netatalk server for more than 15 years.

jychang 14 hours ago||
I've already built it: https://github.com/jamesyc/TimeCapsuleSMB

This runs Samba 4 on the Apple Time Capsule.

rock_artist 3 hours ago||
In comparison to other 'changes' Apple usually do those one are realistic. Dropping deprecated networking practices that worth upgrading (meaning, if you already have newer macOS clients mostly with apple stack, update your servers)

I just hope they won't break anything they don't need to break (which is more concerning usually) and that they won't drop other things that do make sense to keep until transitioned properly (eg. OpenGL as one example)

red_admiral 17 hours ago||
> will require connections to certain servers to be made using at least TLS 1.2

Seriously, no-one should still be using 1.1 since ... 5 years ago? It's not even the 1.2 -> 1.3 previous upgrade problems we're talking about.

wging 10 hours ago||
Longer than that, even. A similar requirement for iOS apps was in the cards 10 years ago. https://developer.apple.com/news/?id=12212016b

(Yes, this article is about an extension of the deadline. I don't remember what happened after that.)

ifwinterco 16 hours ago||
Yes this one seems unambiguously a good idea
reaperducer 16 hours ago||
So I should have to e-waste my printer, scanner, and wireless card reader that only exist on my LAN, and that I connect to via a web interface just because… reasons?
mirashii 16 hours ago||
If you read the article and the linked documentation, you'll see that those things aren't in the list of what this change applies to.

https://support.apple.com/en-us/126655

ndisn 18 hours ago||
On an unrelated note, I use Time Machine and I’m surprised at how unpolished, not to say downright buggy, all the animations are. They used to look magical, but now they are a mess of elements popping on and off and things moving and then vanishing the next frame and so on. It looks like they kept changing Finder and Time Machine didn’t keep up; they kept fixing the bare minimum to have it compile and nothing more.
enaaem 16 hours ago||
Even the new app launcher. It takes 1-2 seconds to draw a bunch of icons. Scrolling is also choppy. This even happens on their newest machines. How this possible in 2026?
distalx 10 hours ago|||
We put a supercomputer in a laptop just so the OS could struggle to draw a grid of icons. Peak modern engineering.
tomaskafka 14 hours ago||||
Apple hardware team looking at Apple software team: You guys, everything OK over there?
jychang 13 hours ago||
I just did the work of the software team for them:

I got Samba 4 working on Apple Time Capsules: https://github.com/jamesyc/TimeCapsuleSMB

If you have a legacy Time Capsule you'd rather not e-waste, you can try this out. Note that this is very much beta quality software, so don't expect it to work on all configurations.

sysworld 14 hours ago||||
My app launcher loads as soon as it's triggered (4 fingers swiped in). There is a weird 5ms glitch on the zoom in animation, but otherwise it loads in within a few ms, and scrolling is smooth. I'm on a M2 MBA macOS 26.3.1

Edit, but don't take this as me saying I like the current state of macOS. There are plenty of weird edge cases I wish they'd fix, but on the whole the OS works fine for me.

enaaem 13 hours ago|||
For me the launcher itself loads fast, but it takes 1-2 seconds to show the icons. And when I scroll down it often times does not draw the icons fast enough.
tomaskafka 14 hours ago|||
My app launcher loads fine as well, but sometimes (a few times a week) it just doesn't find any apps at all. Or only some of them.
cevn 15 hours ago||||
It isn't even centered on my monitor, looks like an intern wrote it.
joe_mamba 15 hours ago|||
>How this possible in 2026?

Enshittification. When you're an ecosystem monopoly, people are forced to buy your shit no matter how bad it gets.

miki123211 14 hours ago|||
Macs are nowhere near a monopoly.

I would (grudgingly) accept this argument for iOS, but for Mac OS it doesn't make any sense.

still_grokking 10 hours ago|||
If you want to keep your shiny Apple stuff you're effectively trapped. Their walled garden approach works extremely well…
coldtea 10 hours ago||
What "walled garden"? The Mac-only apps aside, what's that that you couldn't get on Windows (and most even on Linux), either the same thing, or a zero-switch-cost subscription (it's not like you need to rebuy something to go from Music to Spotify for exampe).

iCloud? You can use Google Drive or Dropbox or whatever MS calls theirs. Apple Music? Pretty sure it plays at both.

Most major apps are cross platform (Adobe, Microsoft and such), or Electron based.

Syncing with your iPhone? You can do that from Windows and Linux as well. Airpods? Work with Android and Windows too.

And so on.

joe_mamba 13 hours ago|||
>Macs are nowhere near a monopoly.

You didn't read what I said. I said MacOS IS a monopoly in the Apple ecosystem.

Apple users dissatisfied with how MacOS is changing, as the one I was replying to, have nothing else to switch to without uprooting themselves out of the Apple ecosystem altogether, which most don't do but just put up with it.

linguae 10 hours ago||||
The Mac isn’t a monopoly, but choices for desktop operating systems are indeed limited. I use macOS, Windows, and Linux on a regular basis. The only one that’s improving is the Linux ecosystem. I prefer macOS to Windows, but macOS is not as polished in 2026 as it was in 2016 or especially in the Snow Leopard era.
mikestorrent 11 hours ago|||
Apple used to solve this through the ruthless application of good taste; we hope this returns with the new CEO
bigyabai 11 hours ago||
Originally, it was "solved" because computers were the only thing Apple sold. They couldn't afford a Lisa without successes like the Apple II.

Now, Apple's incentives are changed. The App Store alone makes multiple times more money in a year than the sum of annual Mac and iPad sales put together. The OSes for these products are decidedly back-burner so Apple can focus on expanding AppleTV's IP library and lobby for Apple Pay. Ternus won't be your savior.

  John Ternus says Apple has ‘so much’ opportunity to expand services
https://9to5mac.com/2026/04/27/john-ternus-says-apple-has-so...
amluto 18 hours ago|||
Even ignoring the lack of polish, the animations make it very hard to actually use Time Machine.
adjejmxbdjdn 17 hours ago|||
A couple of revisions in Time Machine was just fine.

The UI was cute and fun if you wanted an older revision of a single file (especially since you could see previews of the file as you warped backwards).

However, importantly, the snapshots were available in Finder itself so you could browse through the files you wanted and retrieve them.

Hamuko 17 hours ago|||
The worst feature of Time Machine is how it takes over every single display you have. Even though it only shows content on one screen, it feels the need to completely black out the others.
xattt 16 hours ago||
I don’t know what kind of time machines you’ve been using, but typically everything changes outside all the portholes when you time travel.
exe34 15 hours ago||
skeuomorphism is back, boys!
sysworld 14 hours ago|||
Damn, I can't reply to the girls comment, but it's back for them too :P
whataboutgirls 14 hours ago|||
What about girls?
jshier 18 hours ago|||
Classic Apple engineering. I would there is technically a "single responsible individual" assigned to Time Machine, but it covers the whole product, so the UI component falls by the wayside as the work on other products or the low level portion.
still_grokking 10 hours ago|||
The "quality" Apple delivers is by now a complete joke. It's going south since over a decade, and this never stopped.

It's like that because people are still buying. Even for the ridiculous prices Apple asks for.

So why would Apple actually care? They get away with this "quality", so from a business standpoint there is simply nothing that needs investments or even just attention.

It's a race to the bottom. Like everywhere else. That's simply how the system which people created works.

jmspring 13 hours ago|||
I stopped using it because the interface was wretched and it didn't need to be cutesy. Rsync found it's way back into the tool belt.
pvab3 12 hours ago|||
i wonder if support for DIY backup tools isn't prioritized when a future iCloud monthly subscription will be pushed eventually.
fragmede 10 hours ago||
future iCloud monthly subscription?

I've been paying for iCloud storage since I don't know when.

hrdwdmrbl 15 hours ago|||
Other issues with Time Machine:

- Very slow, even on an M4.

- 3rd party devices are often unreliable. Not directly Apple's fault, but the lack of certification process hurts

- SMB extensions: In order for an SMB server to support Time Machine, it must support Apple's AAPL extensions to SMB (my understand of this my be a bit uncorrect)

- Network device connecting is separate from Time Machine device connecting. This causes an inconsistent UX.

- Not possible to browse a backup. You can only view file or folder's backup over time. In other words, you can scroll through time but you can't browse a single backup (point in time). This requires using 3rd party tools like BackupLoupe

joombaga 11 hours ago||
You can't turn it on without an external drive attached, even though it saves local backups. It works if you mount a disk image and then point TM to it with the CLI.
reaperducer 16 hours ago|||
On an unrelated note

If you know it's unrelated, why try to derail this discussion? Why not start another? What's the point?

Could it be that you only posted this in an active thread so it would get the most eyeballs, instead of being judged on its own merits?

pnw_throwaway 16 hours ago|||
It’s more tangential than unrelated. It’s how conversation naturally flows, and this is a discussion board. No need to fire up a new post.

On another tangential note: you’re insufferable. If you’re like this in the real world, I can’t imagine you’ve got many people wanting to hold a conversation for very long.

avazhi 11 hours ago|||
> Could it be that you only posted this in an active thread so it would get the most eyeballs

How is this a criticism? Seems smart to me.

giwook 18 hours ago||
Makes sense since it hasn't been supported since 2018 lol
kjuice1 18 hours ago||
Are you thinking of Time Capsule? Time Machine is fully supported and I use it every day on Tahoe.
giwook 15 hours ago||
Yep, I misread.
tiffanyh 15 hours ago||
I’m reminded of that time 10-years ago when Apple rewrote parts of its networking code (discovery/mDNSResponder), and it caused so many issues they had to revert the code.

https://news.ycombinator.com/item?id=9026192

https://www.macrumors.com/2015/06/30/apple-releases-os-x-10-...

MBCook 9 hours ago||
They’re possibly dropping a protocol they’ve been saying they’d drop for years, and tightening connection validation.

This is nothing like the mDNS stuff.

traderj0e 14 hours ago||
Unless I'm mixing it up, I still remember this as the infamous "wifi update"
post-it 18 hours ago||
Why is it that Apple products attract blogspam titles?

> Networking changes coming in macOS 27

And yet:

> This year, with just over six weeks to go before that first beta of macOS 27, we already have two warnings of what might be coming.

> It repeated those warnings with macOS Sequoia 15.5, but still hasn’t confirmed when AFP will be lost.

> Although Apple carefully avoids being too specific, it warns that this change could come “as early as the next major software release”,

pvtmert 17 hours ago||
I originally added a different title: Apple is dropping AFP/TimeMachine support in macOS 27.

It seems like somehow got overwritten to the original title of the post.

Nevertheless, knowing Apple so far, unless _some_ large-enterprise~y customer comes and objects, they will drop the support. We already know Intel support is dropping. Why not clean up rest of the things from the kernel and the userspace?

troad 11 hours ago||
I was also surprised by this. The post appears to contain next to no actual information.

The facts: Apple put a warning in macOS 15.5 that AFP support might be dropped in the future.

The claim: AFP support will be dropped in macOS 27.

I just do not see how you get from the facts to the claim. This is just complete speculation.

shantara 19 hours ago|
>Apple made SMB its primary file-sharing protocol in OS X 10.9 Mavericks, over 12 years ago…

…and yet SMB support in macOS remains slow and buggy to this day. I tried all combinations of server-side settings and obscure plist tweaks to make SMB navigation and search work as fast as they do on my Linux machine out of box before giving up. It is very obviously not a priority for their services revenue, so there’s no incentive for fixing any of the long standing problems.

realityfactchex 19 hours ago||
> SMB support in macOS remains slow and buggy to this day. I tried all combinations of server-side settings and obscure plist tweaks to make SMB navigation and search work as fast as they do on my Linux machine out of box before giving up. It is very obviously not a priority for their services revenue

That's where my thoughts went, too. I can make SMB "better" but not "great" usually, but it's annoying to have to look up and apply, and still have things not optimal. Just in case, IIRC I find this the most useful:

  defaults read com.apple.desktopservices DSDontWriteNetworkStores
  defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool TRUE
But surely some of the other tweaks that LLMs suggest may help, too.
yobert 19 hours ago|||
I found something fun last week--- Apparently if you use Adobe tools, there is a sync plugin they install for finder that can cause big issues with SMB shares. Might help you if you have that!
catoc 17 hours ago||
Would you have any more info? I have both: adobe synctool + issues with smb shares
nubinetwork 1 hour ago|||
I'm more surprised they made it the default... with a Unix backend, why didn't they improve/expand nfs?
p_ing 18 hours ago|||
Apple has their own implementation of SMB in macOS and it's one of the worst out there. Dropping connections, can't re-establish connections automatically after sleep, and performance issues.

Why they didn't keep Samba (licensing, probably) is beyond me.

kalleboo 8 hours ago||
> licensing, probably

Correct, Apple has dropped everything that switched to GPLv3 which includes newer versions of bash, samba, etc.

traderj0e 18 hours ago|||
Yeah, can't remember the last time I even bothered with SMB because it's so buggy. Usually I don't need filesystem behavior, I'll just push/pull files over SSH.
eastbound 17 hours ago||
I regret the difficulty of mounting an SSH connection as a filesystem. It requires Fuse and giving permissions to the kernel.
traderj0e 17 hours ago||
I used to do that a lot in some old versions of OS X, but then MacFUSE got abandoned and picked up as osxfuse, then that broke then got fixed repeatedly with several Mac updates, and I gave up.
somat 15 hours ago|||
How is nfs on mac?

Not really equivalent, I know, but if smb is that bad I am curious about alternatives.

wazoox 14 hours ago||
NFS works way better than SMB, but the Finder is not without its troubles. Sometimes it will take 10 minutes to display a folder for reasons, mostly.

The Finder is really an horrible piece of sh*t of software, slow as hell, doesn't provide the most basic information[1], and, of course, doesn't work properly when browsing network shares either SMB or NFS.

[1]virtually all common file browsers (Windows Explorer, Gnome Nautilus, KDE dolphin) displays at all times : the number of files in the current folder, their size, the number of files selected, their size; also all but the Finder have a "recent files" section that actually contains the latest files used, while the Finder displays a completely random selection of recent files, but never the most recently used ones.

daneel_w 13 hours ago||
With the exception of summed size of selected items, the Finder has all of that. Help yourself to the "View->Show Status Bar" menu option. Also, "View->Show View Options->Calculate All Sizes" to show storage size for directories.
kstrauser 19 hours ago||
I can pull about 700MB/s off my NAS over a 10Gb link. I wouldn’t exactly call it slow.
Melatonic 19 hours ago|||
In a corporate environment SMB3 on MacOS was lagging Windows and Linux big time (at least a few years ago when I tested).

How's the latest to your NAS? Are those single large files or many small files ?

j16sdiz 19 hours ago|||
I think SMB is quite chatty -- if you have lots of small files, you can get quite slow.
p_ing 18 hours ago|||
That was SMBv1. Not SMB of today.
brigade 18 hours ago||
Still true for extended attributes, which Finder and Spotlight love to query.
WorldPeas 19 hours ago|||
...and don't even get me started on locking, if many people write to one file you're on borrowed time
More comments...