• 1 Post
  • 205 Comments
Joined 2 年前
cake
Cake day: 2023年6月21日

help-circle
  • natives apps in principle could be faster and use more of your hardware —in practice though, they tend to be horribly bloated electron crapps.

    Electron “apps” are just glorified web pages anyhow. Native applications do offer superior performance as they are AOT compiled code. The ones that are written in rust, c, c++ etc, and if they are gui applications use frameworks like QT or GTK+. They are called native since they are compiled to machine code and are directly executable in the cpu without any kind of runtime like electron browser, java or python.








  • Not all distros ship SELinux and the ones that do, don’t actually configure it securely.

    You’re welcome to work with distro maintainers to fix this instead of just complaining about it.

    New users are expected to keep copying and pasting commands from their browsers to their terminal which compromises some Linux security defenses.

    This is a big problem

    Most if not all of the Linux Distros in 2025 ship with Grub bootloader, which suffers from a lot of problems, instead of using the bootloaders that does not support BIOS and will improve the reliability of booting and provide a more stable experience.

    You’re welcome to work with distro maintainers to fix this instead of just complaining about it.