• 0 Posts
  • 139 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle







  • I broadly agree with your sentiment, in particular computing equipment that I purchase and ongoing trends in tech (like smart TVs) that are abusive to consumers.

    However, I find this argument not terribly persuasive in this particular case. The content of a website isn’t an extension of your property. It is not even public property. Visiting a site is voluntary. You clearly didn’t pay for accessing the site, nor was it subsidized through a social program. So exactly how should content (regardless of how trashy it is) be funded? Statements like “rights” (i.e. temporary government-granted privileges) suggest you are espousing libertarian views, but at the same time, you are not expressing willingness to pay for a service privately?

    I dunno, it just comes across as demanding a handout. Meanwhile, not visiting websites that don’t meet your vision for how funding content should be done seems like a perfectly simple and reasonable approach to have for this problem.









  • Here in Canada, I find the prices pretty neck and neck. Small items tend to be a bit cheaper at the stores, since there is very little overhead for them to carry small items compared to Amazon’s picking and delivery logistics. Big items tend to be a bit cheaper on Amazon. For tech specifically, Best Buy price matches items, so it’s not that bad… Memory express and CC sometimes have lower prices than Amazon too (see PCPartPicker).

    The main reason to use Amazon is you can easily find some really obscure stuff. Then again, you can buy direct from manufacturer, like Vevor, for often cheaper.





  • Before I understood Docker, I used to have HA installed directly on bare metal side by side with other “desktop” apps.

    To be able to access devices, HA needs many different OS-level configurations (users, startup, binding serial ports, and much more I don’t have a clue about). It was a giant mess. The bare OS configuration was polluted with HA configurations. Worse, on updating HA, not only did these configurations change, the installation of HA changed enough that every update would break HA and even the bare OS would break in some ways because of configuration conflicts.

    Could this be managed properly through long term migration? Yeah, probably, but this is probably a ton of work, for which a purpose-built solution already exists: Docker. Between that and the extra layer of security afforded by dedicating an OS to HA (bare metal or virtualized), discouraging the installation of HA in a non-dedicated environment was a no brainer.