As always, stable releases are about how frequently breaking changes are introduced. If breaking changes potentially happening every day is fine for you, you can use unstable. For many use-cases however, you want some agency over when exactly breaking changes are introduced as point releases a la NixOS provide you with a 1 month window to migrate for each release.
With efficient cpus and lack of dedicated gpus I doubt the 4W of RAM is really that much of a battery drain.
What? If anything, it'd be more drain relatively speaking.
4W is quite a lot if you consider that a decently efficient laptop should draw 5-8W at idle max.
The usual; check the server and client logs.
Archive is/ph/today etc. is playing dirty with DNS and actively lying to Cloudflare and some others too I believe. They all do not work.
This should allow ~~average~~non-technical users to keep up with development, without reading Github comments or knowing how to program.
;)
Mastodon's UI for groups is terrible. This community is indistinguishable from an account named "@Firefox" with thousands of followers unless you open its page and notice it says "Group" and understand what that means.
Your browser cannot block server-side abuse of your personal data. These consent forms are not about cookies; they're about fooling users into consenting to abuse of their personal data. Cookies are just one of many many technological measures required to carry out said human rights abuse.
I'd look further into that bug because it's not happening on my end.
Hier wurde einfach nicht ordentlich recherchiert, es wird LibreOffice verwendet. Es ist die gebrandete Version von Collabora, die einer der Haupt-Contributors von LO sind.
Freetube won't have anything to do with h265 as youtube does not serve that format in any way.
You cannot merge them in any automated fashion. You have to manually copy one into the other.
btrfs provides some tools here though; you could use
btrfs send | btrfs receive
to transfer the subvolumes for instance.You'd transfer all of your subvolumes in the root partition over to the "home" partition and then adjust your fstab accordingly. After a rebuild of the initrd, your system should boot into the root subvol of the formerly "home" partition. Once that works, you can delete the old root partition and extend the new combined partition.