• 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: July 7th, 2023

help-circle


  • I’ve been working on that exact problem for the last couple weeks. My solution for now is rt patch and a dedicated cpu core for rt tasks. This already works pretty reliable, but I notice small delays from time to time. I gather from the article that my problem might be page swapping. I don’t know how to improve that, yet.

    Also for anybody working on rt problems: I highly recommend the stress-ng tool for stress testing and finding bottlenecks of your system.










  • I think from the technical point of view, it should be possible for users to merge multiple communities into one. I think the git software could be a great template for achieving this. The admins of each community would only be responsible for their instance of the community. The same merging could apply to comments.

    The big challenge however would be to automate this into a seemless experience for the user. If the goal is to attract more users, the user experience has to be on a tiktok level of simplicity.

    An additional problem, where I don’t have an answer yet is: What is supposed to happen if two communities start in the same way, but develop into different directions?

    Edit: Seeing the new comments: I like the social approach of admins coming together and collaborating in a single community even more. But it would still be nice, if a community could be hosted on multiple instances at once, for redundancy.



  • The easiest way is to install Steam on your Linux distribution of choice. Next you activate steam play in the steam settings to use the proton compability tool which allows playing windows games on Linux. You can check ProtonDB to see how well your game should work and see if tinkering or additional settings might be needed. A lot of steam games will just work. If you don’t want to use steam, you can also try Lutris or Wine directly, but this approach will need ALOT more setting up and tinkering.

    Linux gaming will sometimes cost you more effort but I think it’s worth it to get away from Microsoft and have my freedom to set up my system how I like. Feel free to ask if you have more questions.