while(true){💩};

  • 0 Posts
  • 106 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle

  • Semperverus@lemmy.worldtoLinux@lemmy.mlMMO mouse for linux?
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    4 days ago

    The corsair scimitar is very supported on Linux and has some software called ckb-next you can install that lets you do most remappings you could possibly want. I had one for a while until it finally gave up the ghost. I have a Logitech G600 now, and there are some apps for it but none like the corsair one. Since it has onboard memory for bindings, I just edited it on a windows machine with their really old app and saved it to hardware.




  • I think that part of the issue is that every disability is unique to some degree. No two people who are blind have blindness to the same degree. Colorblind people have several variations they could be experiencing. Deafness also follows a similar pattern, whereby some people can’t hear well where others can’t hear at all; or in some cases have a constant sound in their ear that drowns out everything else. There are neurological disorders that range from not being able to read sentences normally because the words start to become jumbled to being unable to focus on large amounts of text. There are physical disabilities of all sorts that affect the arms and hands or even the ability to sit upright to look at the computer screen.

    Because of that, there are two options:

    • build a desktop environment custom-tailored to each individuals needs.

    • build some general purpose accessibility options that can (and must) be adjusted to meet an individuals needs, which may or may not be able to meet them 100%.

    Out of the two, the second one is far more feasible, and more possible to improve upon.


  • citation

    EVERYTHING in Signal follows an encryption or tokenization chain. Not like crypto coins but real actual chain-of-custody type encryption workflows. It uses elliptical curve cryptography where the key for each message moves forward along an elliptic curve, which are excessively difficult to guess the factors for once it is selected if you are not the key holder. This means that even if someone cracks the key for a single message you sent, they are going to have to crack the key for every other message still as each one is different. Even the metadata is encrypted by the user’s keys.

    Signal doesnt have usernames in the traditional sense. It’s phone number+6 digit pin hashed into an encrypted signature.

    The signal company can’t see anything you do besides account create date and last login date, even if they wanted to due to how their platform is set up.

    Meanwhile, Matrix literally clones the metadata between servers when a user connects to and starts talking to users on another server, in plaintext (maybe encrypted at rest but not E2EE).