Cricket [he/him]

  • 1 Post
  • 77 Comments
Joined 2 个月前
cake
Cake day: 2025年6月4日

help-circle


  • Try Linux Mint, Ubuntu, or Fedora.

    I think openSUSE is also a good option for newbies, either the Leap (stable release) or Tumbleweed (rolling release) variants. One nice thing openSUSE does for newbies and why I have been using it in the process of moving away from Windows is that it comes out of the box with automatic system snapshots enabled so that if you break anything it’s relatively simple to roll back to a working config.











  • I’m not sure exactly what you mean regarding health and lifespan, but I think looking forward from 2025, things are quickly going to go off the rails. We’ve already been seeing severe problems resulting from climate change for years now, and I think that it’s going to rapidly get worse within the next 5-10 years. I’m not talking about sea level rise (except in very vulnerable places that are already partially underwater, like Florida), but about intensifying weather disasters, droughts, and shocks to the global food supply. As a result of this, I think we will see more and more unrest as well as authoritarianism used to deal with that unrest. How quickly all this is going to decimate the population is anyone’s guess.








  • Where Google’s team put innovative effort into ChromeOS was in making it robust enough to be sold to the masses in the hundreds of millions of units, with no tech support. It’s immutable, with image-based updates. It has two root partitions, one of which updates the other, so there’s always a known good one to fall back to if an update should fail.

    Vanilla OS also uses a two root partition system, called ABRoot, for its atomicity. The author should look into that, as it seems to be exactly what they’re looking for.

    This is a more fault-tolerant design than SUSE’s MicroOS-based systems, which use the rather fragile Btrfs. It’s also much simpler than the Fedora Atomic immutable systems, including offshoots such as Universal Blue, which use the Git-like — for which, read “fearsomely complex” — OSTree. For added entertainment, Fedora also defaults to Btrfs, with compression enabled. If you don’t believe us about the problems of damaged Btrfs volumes, refer to the Btrfs documentation. We recommend taking the orange-highlighted Warning section very seriously indeed.

    Stupid fearmongering about BTRFS (and OSTree, I presume). I selected an OpenSUSE distro precisely because it uses BTRFS and Snapper for automatic and transparent snapshots by default, which simplifies undoing most things that can break a system.