• 1 Post
  • 156 Comments
Joined 3 years ago
cake
Cake day: June 11th, 2023

help-circle
  • The whole idea is that the quantum particle can’t have had the state you’re measuring all along. If it did, then measuring a particular set of outcomes would be improbable. If you run an experiment millions of times, you have a choice in how you do the final measurement each time. What you find with quantum particles is that the measurements of the two different particles are more correlated than they should be able to be if they had determined an answer (state) in advance.

    You can resolve this 3 ways:

    1: you got extremely unlucky with your choice of measurement in each experiment lining up with the hidden/fixed state of each particle in such a way as to screw with your results. If you do the experiment millions of times, the probability of this happening randomly can be made arbitrarily small. So then, the universe must be colluding to give you a non uniform distribution of hidden states that perfectly mess with your currently chosen experiment

    2: the particles transfer information to each other faster than the speed of light

    3: there is no hidden state that the particle has that determines how it will be measured in any particular experiment

    See https://www.quantamagazine.org/how-bells-theorem-proved-spooky-action-at-a-distance-is-real-20210720/ for a short explanation of what ‘more correlated than expected’ means


  • You only setup the wolf container and give it access to the docker socket to spawn more containers. Then when a user connects via moonlight, they choose an app via the UI, and it will spin up a container for that app with a virtual desktop just for them. Critically that virtual desktop will match whatever fps/resolution the client requests.

    It does require some knowledge about docker to get setup, like how mounts work (so you can have files shared into the containers, etc). But it’s pretty simple. You can basically just copy the docker compose file (or I use the podman quadlet file) and modify the paths where you want to save things and you’re good to go. If you want to share the game installations with your main computer’s steam, that’s a bit more work, but also not too much.

    There’s very good support on the project discord as well if you have questions/issues

















  • Max@lemmy.worldtoLinux@lemmy.mlDoes it get better?
    link
    fedilink
    arrow-up
    2
    ·
    6 months ago

    I’ve had a lot of regressions, almost entirely around graphics drivers. I have like the worst case scenario. A 4K laptop (also dell) with an nvidia GPU in a prime configuration with the Intel graphics. Until very recently everything was laggy or unstable or unsupported. With recent drivers things have been more fine.

    I also have weird audio issues like the card sometimes selecting a non available profile when disconnected from HDMI (hence why I asked about that)

    CUPS has been really stable for me. Idk

    Also yeah, docks seem to expose all of the bugs, even on windows. For the longest time I couldn’t get my keyboard to work if booting with a dock, and I still have weird resolution issues with booting while connected sometimes.


  • Max@lemmy.worldtoLinux@lemmy.mlDoes it get better?
    link
    fedilink
    arrow-up
    1
    ·
    6 months ago

    On an entirely different note, as far as I’m aware secure boot should have zero noticeable performance impact, and if it does, that means that something is going horribly wrong. Guides tell you yo disable secure boot because it’s annoying/semis complicated to administer and makes installing out of kernel modules harder (like the nvidia drivers), not because it has a performance or stability impact on the system.


  • Max@lemmy.worldtoLinux@lemmy.mlDoes it get better?
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    6 months ago

    Hmm. If it’s persistent across installs then something is definitely borked. My next step would be to download the livecd images of a couple distributions and see if the audio works while booting into any of those live environments (ventoy makes this really painless)

    When you reinstall, you’re not keeping any configuration, right?

    If none of the livecd images work I’d liveboot windows and see if audio works there. If it doesn’t, definitely a hardware issue. If it does, then see if it starts working under Linux again. If it doesn’t, then something is incredibly cursed and I’m out of ideas since it used to work there.

    Edit: a stupid question: do you have the right output profile selected for the card. Something like stereo duplex?