• 0 Posts
  • 36 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle











  • No, they can’t. AMD is a member of the HDMI forum, which means they’re contractually obligated to follow the forum’s rules. In exchange, they get voting rights on decisions like this one, the right to propose changes to the HDMI standards, technical details that are protected by NDAs, etc. They wouldn’t throw that all away and open themselves up to a lawsuit just for their OSS drivers.


  • You can’t remove drives from a zpool though. So if you start with a small drive and keep adding drives as you fill them up, you’ll eventually run out of SATA ports and want to replace the smallest drive. The only way to do that is to create a new zpool and copy all of your data to it, which means you need a second set of drives that’s at least as big as the first.

    Or you could add a pci-e SATA card, if you have an extra pci-e port. Used cards like the Dell PERC H310 are cheap and reliable and support 8 drive on their own, or >256 with cheap expander cards that can be daisy-chained (and only need power, so they don’t use up pci-e slots).

    Edit: looks like they added support for removing drives about 5 years ago.







  • In this case, we’re talking about the OPs example of someone implementing a complex message passing architecture in Java instead of using an off the shelf solution. There are devs with 20+ years at the same company who don’t know the basics of networking/cloud, because they haven’t improved their technical skills much in those 20 years and instead focused on corporate politics. Those are the people who tend to gets asked for advice from upper management.