• 0 Posts
  • 2 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle
  • I’ve been waiting to see how they’re going to fuck up NSFW subs and I’m willing to bet that’s where this is going.

    I can only hope it affects the ones that focus on self-promotion, but I wouldn’t be surprised if they just decide to charge users directly for access to NSFW subs entirely, since they already removed it entirely from the free API, which apps like RedReader use.(*)

    I know I’m not the only one who basically only has an account for that stuff, although a lot of those subs have turned to shit over the last year or so, anyway. AI generated nonsense, self-promotion even when it’s discouraged, bad moderation, some disappearing entirely because they were abandoned back last year…

    (*) Technically, you can still view that content without an account via Old Reddit (or at least you could a few months ago, haven’t checked recently), but that’s inevitably going to be killed as well, it’s just a matter of “when”.


  • Kernels shouldn’t be a problem if you have the backports repo enabled (you can enable it during install, otherwise add it to your sources.list).

    You do first have to specify that you want the kernel from backports (or set up APT pinning preferences), but after that, it’ll keep that specific package updated whenever you run sudo apt upgrade and there’s a newer version.

    If you installed the generic Linux image on installation (usually the default, I believe), the quick way to upgrade is basically just:

    sudo apt install -t bookworm-backports linux-image-amd64

    It should be noted that backports is not Sid or Testing, it’s stuff built specifically for current Stable that people might need newer versions of for various reasons (e.g. hardware, limited feature updates that don’t affect the base system, some development libraries, etc.), so it’s quite small in the amount of unique packages it has. Like, you can get newer LibreOffice packages, but you’re not going to get Plasma 6 or whatever.

    Right now, the kernel is on 6.7 in backports, while Stable is on 6.1 and Sid is on 6.8. So you’ll get them a tiny bit later, but that’s in terms of days/weeks, rather than, you know, the usual two-ish years (not counting security updates).

    Side note: if you want all this enabled by default, Spiral Linux is just straight up Debian Stable with a bunch of firmware packages preinstalled for easier installation on a variety of hardware and the kernel is updated via backports by default, so you could give that a shot as well.

    It’s not like “a distro based on Debian”, it is Debian, but set up with conveniences for modern desktop users and also sets up btrfs + apt snapshotting by default, similar to OpenSUSE Tumbleweed’s process.