• 4 Posts
  • 8 Comments
Joined 2 months ago
cake
Cake day: April 21st, 2024

help-circle
  • What is your threat model? If you don't want to give any data to these companies you simply can't interact with them at all. Where do you draw the line? Once you have figured that out you can come up with a plan.

    One thing you probably should always do is separating your business devices from your personal devices. Then create the accounts you need for your business and only use them with your work laptop or phone. If you want, you can invent a sockpuppet persona that acts as your social media manager. This should insulate your personal life from most tracking as long as you don't use your work laptop for things unrelated to work. I wouldn't fuss around too much with privacy preserving apps for a business accounts outside of ad-blocking and regularly cleaning up cookies.











  • Yes that is more or less the issue I needed to fix as well. My issues where fixed by creating a new config at ~/.config/wireplumber/wireplumber.conf.d/alsa-vm.conf with the following content:

    # ALSA node property overrides for virtual machine hardware
    
    monitor.alsa.rules = [
      # Generic PCI cards on any VM type
      {
        matches = [
          {
            node.name = "~alsa_output.*"
          }
        ]
        actions = {
          update-props = {
            session.suspend-timeout-seconds = 0
          }
        }
      }
    ]