Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FI
fira959 @lemmy.ml
Posts 1
Comments 16
Signal has been blocked by Venezuela and Russia
  • Why are you so keen on spreading misinformation around? A feature you dont like does not affect the trust in the restof the application at all. Also, the integration of MobileCoin is part of the wiki page as well.

  • Signal has been blocked by Venezuela and Russia
  • Most security experts who actually know what they are talking about do recommend Signal for most users, including [https://twitter.com/Snowden/status/661313394906161152](Edward Snowden), [https://www.schneier.com/blog/archives/2018/06/russian_censors.html] (Bruce Schneier) and [https://linktr.ee/glenngreenwald](Glenn Greenwald). Eveyone should consider whether they would rather follow the advise of people who have literally fought the NSA and read the entire Snowden documents or belive in the FUD spread by some people here.

  • Signal has been blocked by Venezuela and Russia
  • They are refering to the crypto payment option that was build into the messenger a while back. Never used it and it never bothered anyone. It just isnt very well recieved as a feature in a secure messenger.

  • Signal has been blocked by Venezuela and Russia
  • Signal Servers are using AWS and are spread throught the world. The entire protocl is build to remove any need for trust in those servers, so they migth as well be places in the datacenter of the NSA. So in the end it will be the same result. With decentralized protocls like Matrix you may get lucky and not have your small server taken down because it only hosts a few users, but if we are using the number of users as a metric, Signal would fare better against server takedowns, since all users are replicated throght the world, while my matrix server is the only place where my user data is stored. Then again both can deal fairly well against takedown ins single countries.

  • Signal has been blocked by Venezuela and Russia
  • That is true for both cases as well. One thign to add though is that signals own cencorship circumvention makes it even better at resisting this kind of blockage then an arbitrary decentralized protocol, though for an objective comparison it would take some research.

  • Signal has been blocked by Venezuela and Russia
  • You can just as easily identify servers of a decentralized platform and block them. The disadvantage of a central service would come into play if say the US were to intervene, though Signal has already said they would move abroad if that was the case. For network level blockage it makes no difference if the service is central or not

  • The Best Encrypted Messengers in 2024
  • All decentralized protocols have this issue. The servers need to handle metadata for chat groups, like who is part of which group. If the servers are under individual control, nobody can force them to delete this data. The question is, do you trust a non profit organisation like signal to minimize and delete metadata (which court orders have proven they do) or do you trust all individuals of a group chat to do the same when you manually ask them to.

  • The Best Encrypted Messengers in 2024
  • Matrix is the worst option when it comes to avoiding metadata. A group chat with users on 10 different servers will create ten different places to store the metadata with no way for any user to delete or edit this metadata. Its a privacy nightmare.

  • Zathura (document viewer) version 0.5.8 released

    github.com GitHub - pwmt/zathura: Document viewer

    Document viewer. Contribute to pwmt/zathura development by creating an account on GitHub.

    GitHub - pwmt/zathura: Document viewer

    Changelog:

    - Split sandbox functionality into separate zathura-sandbox binary - Split off new command bjump from blist - Add initial landlock support to sandbox - Fix repeated search - Implement jumplist command - Fix issues with document with multiple page sizes - Various fixes and improvements

    3
    This is why people should stop recommending Arch. Fedora or Opensuse TW should be recommended instead for new people.
  • This is the same discussion as with learning programming languages. In the us, most universities start with python, to make to easy by avaoiding memory management. In Europe, most universities start with C and C++ to teach the basics to the core. Both approaches can be appropriate depending on the student.

  • Which CLI app/utility you wish there was a GUI for?
  • Git - the Github Desktop application is a great example of how easy git could be for users like me who only rarely use git. Every time I need to do somethign other then a simple pull or push I need to look it up and by the time I need it again I have forgotten the command and need to look it up again. Just give me something like Github Desktop on linux

  • Drew DeVault on the biggest threats to FOSS and some proposed solutions
  • Before Github, there was no collection of open source repositories that are easily searchable, making it easy to find and promote open source software. I am not aware of any alternative that ever did or does a better job at making open source contributions that easy. Even when I try to use codeberg as an alternative, my Github repos will always get more contributions. No idea how we could even begin to change that.