New account since lemmyrs.org went down, other @Deebsters are available.

  • 2 Posts
  • 20 Comments
Joined 11 months ago
cake
Cake day: October 16th, 2023

help-circle









  • Both distros […] are based on the Linux kernel

    Err, bad start.

    The kernel section is confused or just wrong. Arch has you use pacstrap to install a pre-built kernel (there are options from almost-vanilla to more custom), whereas Gentoo gives you the choice of using vanilla or Gentoo kernel sources (optionally with custom configuration) or just using a pre-built binary.

    The Gentoo wiki used to be the gold standard, even for non-Gentoo users, but it was an unofficial wiki and a hard-drive crash (if memory serves) killed it with no backups. It was mostly restored with help after that.
    Nowadays, I think more people use the Arch wiki.

    Gentoo has package binaries available, although that’s a newer thing and if you use unusual USE flags you’ll need to compile your own anyway.

    By default, Gentoo uses the older sysvinit system

    Weird to put it this way, since Gentoo is well known for its use of OpenRC which is what you’d use instead of systemd. Both are common on Gentoo systems.

    I’m stopping here - the whole article feels off, perhaps it’s AI-written? I’d recommend finding a better source.










  • My absolute favourite is when the examples say something like “production code should not be written like this, this is just for clarity” with no indication of what’s wrong with the code.

    Is it just normal Rust stuff like there’s unwraps everywhere and it’s one big file? Does the example have security or performance problems? Is the example unidiomatic or over-verbose or is it ignoring features real-world code would use? EXPLAIN YOURSELF!