• 1 Post
  • 96 Comments
Joined 3 years ago
cake
Cake day: January 17th, 2022

help-circle


  • 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.







  • Thanks for doing that.

    IMHO it’s show, don’t tell. I’m assuming you have few laptops laying around here but ideally :

    • have a working Linux computer and let them play with it. You can have few documents on the desktop to help kickstart the process, few browser tabs opened with e.g. ProtonDB to show that most games do work, etc. A little “trick” you can do is have an email client (Web based or not) opened so that they can (if they want) email to themselves a message like “I wrote this on Linux!” and a link to some documentation your wrote online about the event.
    • have another one where you can do an installation live (or play in loop a few minutes video recording where disk formatting, package download and installation, are sped up, easy to do with a VM)
    • have yet another one where … they can install themselves! I’d suggest a VM there so that they don’t fear they would wreck your computer

    Few “gotcha” I would warn people who are genuinely interested in (as I wouldn’t waste time with this for people still doubting) :

    • backup your data (documents, family photos, work, etc but NOT games, music, downloaded movies) on a USB stick before you do anything!
    • you might have to tinker with BIOS settings but that is not scary BECAUSE you backed up your data
    • there are plenty of distributions, even though that’s beautiful, … just pick a popular one at first because that’s how you get help more easily
    • peripherals are not all made equal, even though the vast VAST majority do work with Linux, they don’t have little stickers to help customers buy them so rely on standards (like BlueTooth or WiFi) AND if it’s something expensive or bulky, do check online reviews with product name + linux in a search engine like DuckDuckGo.

    Now… the actual argument I usually share with people is the browser. Most people don’t use their computer, really. They use their browser to connect to the Web THEN do their “work” or entertainment. In that case then it should be no problem because browsers are properly cross platform. I would let them potentially use Chrome (sigh) or Chromium just to show how familiar it is and hope that, as they learn more about freedom, they do consider other browsers, like Firefox or WaterFox, Pale Moon, etc but just like with distributions, starting with whatever is popular and they feel comfortable with.


  • I would consider that VERY sophisticated. One needs to basically conduct identity fraud, so have enough information to port your SIM via your phone company. I imagine that if you do not call your phone company with your existing number they have a few extra steps to allow anything to happen.

    Anyway, beyond that, which as you shared (thanks for taking the time to put those links) is indeed not infeasible (but still requires targeted work and skills) this is only 1 step out of 2 for authentication against a bank. One still needs to know the bank and the login/password pair the Website requires.

    Even once that’s done, I believe most banks do not allow large transfers, e.g. above 10K EUR, without another verification. Typically transfers have a daily and weekly limit that can be modified temporarily.

    So… IMHO it’s sophisticated (in the sense that a “script kiddie” or scammer without technical skills can’t do it) and has limited economical value.

    I will remember it (again, thanks for pointing it out) but I won’t lose sleep over it.

    PS: I’m wondering what’s the consumer law on this actually because arguably some steps, e.g. no limit transfer or SIM porting would be on failure on the side of companies, not consumer. I wouldn’t be shocked if companies had insurance for that and might have to pay back whatever amount would be stolen. Obviously this would be regulation dependent.