My previous main instance got a pretty bad case of ded. 🥲

  • 1 Post
  • 37 Comments
Joined 1 year ago
cake
Cake day: August 5th, 2024

help-circle

  • Can’t give precise numbers, but at least that I can notice, despite greatly filtering what I check, there’s enough stuff to make running out of stuff to check rather unlikely. Besides, as I started using RSS feeds a lot recently, mainly for federated platforms (not just Lemmy ones), and the reader I use can hide posts marked as read, it’s being a struggle to lower the number of posts to read in comparison to the sum of posts automatically pulled during the set up of each link.










  • Not ideal, but what I do is to load all musics onto VLC, open the list view (Ctrl L on Linux), let the list fully load, sort by song name and check what appears repeated or that I don’t want for other reasons. It also helps if the songs are metadata-rich, such as the ones bought from Bandcamp and ITunes (not Apple Music), so it’s easier to differentiate them (given this community, I have no clue how/where from yours are). And lastly, there’s a little plugin I found a while back that helps a bunch, vlc-delete, which adds the option to delete the currently playing file, and that, at least in the Linux version, benefits from motor memory since it can be executed with a quick succession of 2 Alt shortcuts.





  • I’d have 4 main solutions I can think of, and that can be used together if needed:

    • VMs for running Steam and for games that MUST use Steam.
    • Emulators, wrappers and source ports for games that allow that, e.g. BSNES for running River Girls Zero, Joiplay / Artemis / EasyRPG / AquariaOSE for games that use compatible engines, etc.
    • Having a separated computer you can use 100% offline (requires sideloading games)
    • The annoying idea some users give that strays from the original question, but that I think that is valid for once - to get the games from places that openly distribute it DRM free




  • Something I personally do is to load games from their entries in the start menu. And when there’s no installer to set the start menu item, a program like Alacarte, or manually editing the files that handle those entries on Linux, the .desktop files. Alternatively, linking the executable files to either Heroic or Steam can also be viable.

    As for how Linux handles executables, if it’s a native Linux program, you usually need to set the read-write-execute permissions to be able to launch them. Tutorials usually suggest to run chmod 777 /path/to/executable, or other variants that set full permissions to all users and user groups, but as a security concern, I would suggest running chmod 700 /path/to/executable, as this would give the full permissions only to the current user (there’s a bit of a formula to come up with this number, btw).

    And regarding VMs, they are as fast as the hardware allows minus the host system’s demands, so it will always be slower than baremetal installs. But in some specific cases, it’s still the best option.


  • Regarding gaming support, Heroic Launcher also help a bunch, since you can easily set up multiple versions of forks of Wine (Valve’s Proton being one), or even to use the system ones.

    About the wifi issue, maybe it is some oddly specific hardware that the devs tackled only in Mint 22. And in a bit of a humorous tone, what’s learning without a bit of struggle? 😅

    And lastly, besides dual boot, you could also set up a VM with the secondary system(s) you want. Just worth noting hardware-dependent games, e.g. many from the Windows 9x time, will struggle on VMs.