• 0 Posts
  • 62 Comments
Joined 3 years ago
cake
Cake day: January 17th, 2022

help-circle
  • Proton is built on top of Wine in order to make sure games specifically work well.

    You can check https://www.protondb.com/ before buying a game (with Steam or otherwise) to insure it works as expected. A lot will work with 0 tinkering but some might next extra command line parameters.

    You might get the same result with Wine directly but Proton it doing everything it can to “hide” away those (hopefully small) challenges away from the final user, a gamer (like me) who wants to just sit down and play.

    So… the heuristic is basically :

    • games? Proton
    • not games but Windows applications that somehow do not have a better open-source equivalent running on Linux? Wine

    Edit: for the anecdote I wrote this reply on my SteamDeck, the gaming console by Valve coming with Steam, and Proton, and running Linux to… just play BUT I also use it to work while traveling. So yes, works like a charm!





  • FWIW because you do so professionally I’d factor in the time you spend too versus buying hardware (e.g. USB dongles) or even laptop, ideally reselling the old one. I don’t know your rate or how much you can buy VAT free or your income at the moment, only that in your context this is also a business decision so you have to consider the ROI of “just” moving on with another hardware, selling the old one and with the time earned (if work is available) get another paid task instead of tinkering.






  • voice actor, artist, and musician. My main concern is recording software and to a lesser extent, art software

    Even if you are not based in Brussels where we have https://resonance-mao.be/ you might have a local equivalent, namely open source and open hardware music enthusiast and profesisonals who meet monthly at least to learn and jam. They know this domain a lot more than I do. There are a LOT of software for all that but I wouldn’t go as far as advising you. That said yes it mostly likely will require a bit of re-training. Still IMHO you have done the hardest, namely you understand the concepts behind what the tools do. The interface will be different but how it is actually done should be the same. My advice is to find “your people” and discover together.

    Regarding hardware Mint is based on Ubuntu which is based on Debian. I have an NVIDIA GPU and I play (and work) with it daily. Sometimes sleep/resume is buggy but pretty much never ever while actually working or playing. Regarding the Webcam, it’s not super convenient but until it gets supported (hopefully) you might have to rely on an external camera.


  • Neat! Two quick things :

    I’m not convinced Linux has comparable software I need).

    Feel free to ask here. I might not know alternatives but others could, no matter how niche.

    Samsung Galaxy Book 3 Ultra […] didn’t play well unfortunately

    Same advice. I don’t have one of these but what fails and how? Any specific error message?


  • The lack of support seems very daunting at first.

    I started thinking “Oh I wish I could transition to Linux, away from Windows, but what about the latest hardware or random gadget?”

    The trick is to flip the question around, namely not “Does my current hardware work with Linux?” but rather “Am I sure my next hardware work well with Linux BEFORE I buy it?” then this remove 99% of headaches. It’s typically 1 Web search away from either a lot of complaints or positive feedback… or not much, and then it’s up to you to see if you are ready for an adventure. If there is not much but there is some standard interface, e.g. Bluetooth, and no need for a proprietary application, it’s nearly sure the main features will work. If a proprietary application is needed, then safer to avoid.

    So… yes maybe surprisingly a LOT of hardware does work well with Linux!

    What does not work for me, to give a random example, is the LED controller of my desktop case, which I bought several years ago while Windows was still my main OS. I didn’t put a lot of effort into it, cf https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues/1683 but the recent article posted on this instance, namely https://lemmy.ml/post/32389687 makes me want to give it another go at some point!








  • As others suggested the backend is probably already installed on most computers but not setup, namely :

    • ssh to manage passworldless across multiple computers (you need that for data to be safe)
    • scp/rsync/rdiff-backup to actually copy the data thanks to ssh keys

    One could imagine a dedicated user per machine that is for read-only of data (maybe after some encryption, limited to very specific directoriess) and another for storing only of data (with no access except to write on disk and with a maximum quota).

    What this highlight though is that the centralized managed cloud model is challenging to replicate as purely p2p at home, namely backing up your phone to your desktop might be find but the other way around, probably not. Maybe even more challenging, what do you actually backup? I would argue your home directory but… clearly not your e.g. Steam games (humongous) or other backups or video files downloaded from the Web. So… probably a select set of directories in home then, but which ones? ~/Documents only? This specific part implies some decision from the end user.

    Anyway I believe all the tools are there, but I think what most people lack is to view the result and for that maybe some equivalent of https://gitlab.com/ikus-soft/rdiffweb/ which shows when was the last backup done, how big it was, etc basically some form of visual to feel safe.

    Finally to skip the CLI key management part the closest I know, for end users, is KDE Connect https://kdeconnect.kde.org/ which I discovered after building my own https://git.benetou.fr/utopiah/offline-octopus kind of equivalent, namely a way to use devices on LAN. Backup is not a default feature though but could be.