• 0 Posts
  • 42 Comments
Joined 2 years ago
cake
Cake day: July 8th, 2023

help-circle








  • I write it in plaintext then email it to myself. For my email password, I write that down on a sticky note next to my monitor with my webcam pointing towards it with Skype and Zoom always running so I can look at it when I’m not at home. I always make sure to turn 2FA off as well, since that gets annoying and isn’t very convenient.

    I might choose to mirror the webcam stream to a public RTMP stream later, but not sure yet, since I think that might open up some security holes.






  • The system is the problem here, because it incentivizes these kinds of corporations to do these things.

    So by the very nature of capitalism, all corporations.

    When you have a boss “ruling over” a worker, that is just barely different than living as a serf. The difference here is you can choose your boss, but inherent in the system is that workers don’t earn the full value of their work (surplus value), otherwise it wouldn’t be worth it for the owner class to hire anyone.

    Worker-owned cooperatives are pretty cool, though. Would be nice if all corporations were forced to be worker-owned.



  • Not having fully functional Vulkan is going to make gaming on Linux a real pain. WINED3D (DX to OpenGL) works well enough nowadays, but DXVK and vkd3d-proton (DX to Vulkan) is where the real magic is.

    With Vulkan, very low level programming is possible, which means translation layers and HLE emulators benefit a lot in terms of accuracy and speed.

    I would strongly recommend upgrading your hardware if at all possible, not just because of performance, but because of up-to-date Vulkan driver support. AMD GPUs work best on Linux. Avoid Nvidia if you can, but if you literally can’t get anything else, it will also work. Modern Intel should also be fine, but not as mature as AMD.

    If you really want to run games on these computers, you will need to force enable WINED3D via an environment variable, either in Steam, or in whatever launcher you’re using.

    There is a fork of Proton designed specifically for old GPUs. I would use this if you absolutely cannot upgrade: https://github.com/pythonlover02/Proton-Sarek