• 1 Post
  • 24 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle

  • cjf@feddit.uktoLinux@lemmy.mlQuestion about Proton
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    As others have mentioned, the main caveat here is that anti cheat games can work if the developers enable the support.

    I’ve been playing dead by daylight very happily for a good few months now on Linux. Apex legends has also got official support for Linux as well.


  • Pulseaudio has been replaced by PipeWire for quite some time in fedora. Since Fedora 34, released in April 2021, apparently.

    According to the wiki page, PipeWire originally came about trying to improve video handling on Linux, the same way that pulseaudio improved audio handling.

    They then wanted to try and handle audio streams, with the idea of converging use cases for both consumer and professional audio users. Namely, they wanted a single audio system that supported both pulseaudio and JACK, whilst remaining as low latency as possible.

    On top of this, because it was a modern reimplementation of audio and video handling in Linux, they designed it to work with Flatpak, and to provide secure methods for screenshotting and screencasting in wayland via the compositors.

    (All my info here I just took from the wiki)




  • cjf@feddit.uktoTechnology@lemmy.mlA simple guide
    link
    fedilink
    English
    arrow-up
    13
    ·
    1 year ago

    Eh, WSL is still enough like Linux that it could be the best option for a lot of people. No risk to the computer being unable to boot whilst still giving you the ability to play with Linux tooling.

    And credit where credit’s due: Microsoft details how to do a bare metal install, which is the most likely option to wipe Windows from your machine in the first place.


  • It wouldn’t surprise me if WhatsApp’s model on this is what the UK government were thinking of with the Online Safety Bill when they tried to enforce a back door in encrypted messengers.

    It’s incredible just how much more interesting metadata can be than the actual message contents.

    Explaining this to people when they ask why I don’t use WhatsApp is pretty difficult though.

    I wouldn’t feel comfortable if I found out that what I thought was just a casual walk down the street mindlessly chatting with a friend turned out to also involve a third party neither of us were aware of tracking all of our movements.



  • I believe this is down to what they define as being end to end encrypted.

    It’s no secret that WhatsApp adopted Signal’s encryption protocol just before Meta acquired them, but since it’s all closed source we don’t know if they’ve changed anything since the announcement in 2016 that all forms of communications on WhatsApp are now encrypted and rolled out.

    Within WhatsApp’s privacy policy, it’s important to note that they only mention end to end encryption when it comes to your messages. Everything else is apparently “fair game” for collection. Of note, the Usage and Log information point details all the metadata they collect on you automatically, including how you use the service; how long you use the service; your profile info; the groups you’re in; whether you’re online; and the last time you were online, to name a few things.

    I guess what I’m trying to say is that technically they are end to end encrypted by definition, and whilst they’ve gone ahead and implemented things such as encrypted backups (that you must enable) to make it harder for them to read your message contents, they can still collect a lot of metadata on every user.


  • Copying one of my favourite (and last saved) comments from Reddit:

    The most precious commodity we have is our time on this planet, and we have far less of it than we realise. The time we choose to spend together is a gift we give to each other.

    Appreciate the gift of their precious commodity that they give you, don’t expect more than they are willing to give, but don’t squander your precious resource with someone who doesn’t appreciate your gift.



  • It’s an email alias service that generates a gibberish albeit unique email which then forwards on any received emails to your specified email inbox.

    As far as I can tell there’s no way to link the two together unless you can see where the emails are being forwarded to.

    DuckDuckGo offers a similar service (but free), also Proton (simple login) and addy.io (formerly AnonAddy).

    Unsure about firefox relay specifically, but I’ve used DuckDuckGo and simple login (after it was acquired by proton) and both have to process the email first before it forwards it onto you. In the case of DDG, they also helpfully strip out any trackers in the email they pick up too.









  • GB is metric and it’s easy for us to remember. E.g. 1000 bytes = 1 Kilobyte, 1000 kilobytes = megabyte and so on.

    GiB is the binary value. In binary, you have to work in powers of 2. That is… the values double every time (2, 4, 8, 16, 32, 64 and so on…). 1024 bytes = 1 KiB, 1024 KiB = 1 MiB

    Since computers work in binary, and 1000 isn’t a number that’s easy to deal with in binary, we use the closest value available to us, 1024. In fact, back in the days when people were only concerned about KBs, they would say that 1000 KB = 1024 KiB.

    Of course, we’re now working with TBs rather than KBs. Everything ramps up including the amount of “missing” space an OS reports on a hard drive.

    I know windows tries to be helpful and shows you the value of a drive in GB, rather than its GiB value. Ever wonder why a 1TB hard drive appears as ~931GBs? This is why. Other OSes tend to show you the GiB value since that’s generally a lot more accurate.