• 0 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: July 23rd, 2023

help-circle



  • Absolutely not. At those densities, the write speed isn’t high enough to trust to RAID 5 or 6, particularly on a new system with drives from the same manufacturing batch (which may fail around the same time). You’d be looking at a RAID 10 or even a variant with more than two drives per mirror. Regardless of RAID level, at least a couple should be reserved as hot spares as well.

    EDIT: RAID 10 doesn’t necessarily rebuild any faster than RAID 5/6, but the write speed is relevant because it determines the total time to rebuild. That determines the likelihood that another drive in the array fails (more likely during a rebuild due to added drive stress). with RAID 10, it’s less likely the drive will be in the same span. Regardless, it’s always worth restating that RAID is no substitute for your 3-2-1 backups.















  • The context is that the original version of the keyboard didn’t have the q a and z keys on the right side at all. QMK and similar keyboard firmwares have features that let a key send one code when tapped and a different code when held or pressed, and even another when double tapped.

    The keyboard designer made themself a keyboard where ESC, Tab, and Shift keys were set up to send q, a, and z on a quick tap, and got so many comments on multiple videos asking how they could possibly use a keyboard missing three letters that they made another keyboard with the three cockeyed keys added on the right as a joke.


  • Favorite would be a highly customized zsh.

    fizsh (not fish) is what I actually end up using, as I can’t be bothered to copy that config around and retune it for each machine. Gives me the syntactic sugar of zsh with common default options on by default, an OK default prompt, and doesn’t break POSIX assumptions like fish. Also Installs quickly from the package manager without needing to run through the zsh setup each time - unlike oh-my-zsh. And if I still need customization, all the zsh options are still there.