• 1 Post
  • 31 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle




  • cadekat@pawb.socialtoLinux@lemmy.mlWhich distro?
    link
    fedilink
    arrow-up
    5
    ·
    10 months ago

    I run Gentoo as my main distro, and have for a couple years now. It’s a pretty stable rolling release (IMO more stable than Arch), and since you’re already an advanced user, the experience should be pretty rewarding!

    The wiki is great, and the installation handbook is top notch.

    You get to control exactly what features each package is compiled with, so no bloat at all.

    KDE 6 just landed too!















  • This doesn’t hold. Commit signature is a feature of git itself, even though the article chooses to focus on GitHub. And afaik github integration of signatures doesn’t break code hosting elsewhere, GH merely allows you to register your GPG signature with them so they’re able to validate the commits, but the author is still able to enroll the same GPG key to other hosts.

    Not only that, but GitHub rewrites signatures on rebase (and sometimes on fast forward merge) with their own private key. Using signatures on GitHub is basically pointless.