I moved my laptop to a rolling-release distro and the snapshots did the heavy lifting
Everyone on the internet swears by Arch. Most of them are also fine with their install becoming a personality. My take was simpler: I wanted new kernels and packages, but I wanted a parachute more.
Why I couldn't take the stable release anymore
I'd been on the same boring distro for years. It worked. That was the problem. Every time a package lagged months behind, or I had to edit some repo line to get a current tool, I felt the universe quietly asking why I was doing maintenance to achieve being behind.
The breaking point was a piece of hardware tooling that shipped for the newest kernel only. Getting it on a stable release meant fighting dependencies for an afternoon. On a rolling release, that's just Thursday.
The parachute is snapper, not faith
Here's the thing that actually sold me: automatic snapshots before every package operation. The distro I landed on, CachyOS, wires Btrfs plus snapper so that before pacman touches anything it quietly forks your system. If an update eats a bootloader or a driver turns into a paperweight, you reboot, pick an earlier snapshot in the boot menu, and it's like the last hour never happened.
I test this. On purpose. I've deliberately broken my way out of an update to confirm the rollback actually works, because a backup you've never restored is a folder full of hope. Two minutes later I was back at a working desktop with nothing lost. That's not a comfort feature, that's what makes a rolling release livable for someone with actual work to do.
Adjusting from the old way
The muscle memory is real. apt update && apt upgrade became pacman -Syu. ifconfig became ip addr. PPAs became the AUR, which is its own kind of frontier town where half the buildings are great and you should read the comments before you pay rent. yay handles it, and so far nothing's burned down.
Was it worth it
Yeah. The speed, the current packages, finally not thinking about repos every week. The trade is that you carry a little more responsibility, but the snapshots mean you're only ever one reboot away from a do-over. That's the version of "it just works" I actually want: not nothing ever breaking, but something safe to break in.