• 2 Posts
  • 71 Comments
Joined 2 years ago
cake
Cake day: September 11th, 2023

help-circle




  • Actually, I would love for you to explain to me how Secure Boot alone would protect someone from any of that. If you want to protect files, you need full disk encryption, not Secure Boot.

    Or are you seriously expecting a government-level threat actor to bother to:

    1. Sneak into your home while you’re away or asleep;
    2. Overwrite your bootloader or UEFI with a rootkitted image of the same version so it’s impossible to tell;
    3. Wait for you to boot your computer and enter your disk encryption password, then:
    4. Use the rootkit to read the decrypted files off your disk?

    That’s the great thing about fascist governments, is they have no need to be that sneaky. They can just change the laws to make whatever you’re doing illegal and jail you until you agree to give up your documents, or simply hit you with a $5 wrench until you tell them the password.


  • For a home desktop that’s never left unattended with anyone untrustworthy, I don’t see that Secure Boot is worth the effort in setting up.

    Given that you have to re-sign the boot image every time you upgrade, any malware already running with root privileges on the machine could easily slip itself into the new signed image.

    The best security is not running untrusted software to begin with.








  • The Steam Deck arguably created the handheld PC gaming market.

    Sure, there were handhelds before, but almost no one gave a shit about them. Gamedevs certainly didn’t.

    It wasn’t enough just having the hardware exist, it’s also the massive amount of effort Valve put in to ensure compatibility with a ridiculous number of titles.

    The renewed emphasis on controller support in games alone has significant ramifications for the wider community. A lot of players with physical disabilities use input devices that map to controller actions.



  • It is absolutely more of a development board than one meant even for early-bird adopters. The processing power is more on-par with a Raspberry Pi. Here’s a review of another development board using the same processor: https://bret.dk/risc-v-starfive-visionfive-2-review-jh7110/#Geekbench-6

    Compare the Geekbench 6 scores to the Ryzen 7040HS in the Framework 16: https://browser.geekbench.com/v6/cpu/4260192

    As the review author explains, Geekbench 6 is a bit unfair to the JH7110 since it’s missing some processor extensions, but even if we pretended it had a similar lead over the Pi 4 as it does on the Unixbench suite, it’d still be an order of magnitude behind the AMD processor.

    You’re not really gonna be gaming on this thing, and you might not have a great experience even with normal desktop productivity software. These boards are likely gonna be relegated mostly to compiling code and running tests.

    If a future revision is a little more powerful though, it could maybe make for a decent netbook. At just $200 it could also be a pretty good value for the education sector, maybe as a dev board for systems programming courses.



  • Technus@lemmy.ziptoLinux@lemmy.mlFish 4.0: The Fish Of Theseus
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    edit-2
    9 months ago

    Fish is a great shell, but whenever I SSH into another machine I end up having to do everything in Bash anyway. So the fact that Fish is so different often ends up being a detriment, because it means I have to remember how to do things in two different shells. It was easier to just standardize on Bash.

    I might try daily driving it again when this release hits the stable repos, I dunno.