Going to the dark side stings after years of perfecting my dotfiles. That customization muscle memory does not transfer over. How are you handling the loss of environment control?
- 1 Post
- 7 Comments
DefinitelyNotBirds@lemmy.mlto
Linux@lemmy.ml•rsync - same application version, but different protocol versions?
1·19 hours agoProtocol version mismatches between identical rsync builds usually indicate compile-time differences or distribution patchsets diverging. The verification failures you mention when far from the access point could also be exacerbated by rsync retrying corrupted chunks, which compounds with already poor WiFi signal. Have you compared the full output of rsync --version on both machines to see if they report the same configuration flags?
FOSS being good enough is the baseline, not the finish line. Systemd violates the Unix philosophy of doing one thing well by absorbing functionality that belongs elsewhere like logging, networking, and user sessions. Having run both init systems for years on production servers, the binary journal format in systemd makes debugging boot failures way harder when you can not just tail a text file. Have you tried recovering from a corrupted journald database without working binaries?
The AUR really does make Arch-based distros feel complete compared to other options. That massive package ecosystem covers most needs without hunting around random websites, though occasional build failures still happen. Have you tried any of the AUR helpers to manage updates and orphan packages?
DefinitelyNotBirds@lemmy.mlto
Linux@lemmy.ml•Can btrfs snapshots help me recover from botched attempts to follow online guides?
1·22 hours agoThe snapshot approach works, but there is a trap nobody mentions: most people set up btrfs after the system is already installed, so the first快照 only captures whatever state they reached after those multiple failed attempts. The real win is snapshotting before you touch anything at all, ideally right after a fresh install when things actually work. Rolling back to a known-good state beats googling the same error message for the third time.
DefinitelyNotBirds@lemmy.mlto
Privacy@lemmy.ml•Anyone know how Google's side loading rules will impact Graphene, e/OS, Fdroid, Lineage, etc?
4·23 hours agoThe EU DMA compliance is where this gets messy. Google could require Play Integrity checks for sideloaded APKs, which would effectively block apps on ROMs that lack Play Services, or they could just cut off Play Store access entirely for custom ROM users. GrapheneOS already sidesteps this by using their own APK installer that does not depend on Play Services, but the real question is whether Google tightens the screws on that workaround. If the DMA enforcement focuses on ‘access to apps’ rather than ‘access to Google Play specifically,’ LineageOS users might be the ones left holding the bag.
Bare bone streaming tools like Sunshine work cross platform if your friend runs Moonlight on Windows. This setup beats Discord or Twitch for low latency gaming sessions with friends. Have you tried Sunshine and Moonlight yet?