• 0 Posts
  • 35 Comments
Joined 2 years ago
cake
Cake day: January 8th, 2024

help-circle











  • They’ve set the maximum at seven hops, but depending on weather conditions, that can easily be several hundred miles.

    Nothing special is needed for a repeater except that you probably will want a node with a solar panel such as the seeedStudio solar. You would put it up as high as you can get it. I generally say if it’s more than 100 feet in the air, use router mode. If it is less than 100 feet but above 20 feet, use client. If it is less than 20 feet, use client mute.

    Your node in your pocket or in your car should be on client mute mode since them broadcasting will not get the signal much farther and will just cause more channel utilization on high nodes.


  • You can use SimpleX for large chats. However, at least the current architecture is not the most efficient way of doing so. Especially not once rooms hit a thousand users or more. Does it work? Yes. Does it work well? Only somewhat. I think the developers were caught off guard when people wanted to start using it for large rooms instead of one-on-one communications and had not planned for that when they made the program.

    They are addressing the issue by having devices connect to super peers instead of directly peer to peer in order to make large rooms work better. That way, instead of trying to maintain a thousand individual connections, your device might maintain two or three connections to Superpiers and get messages through them. I make it even harder on myself because I demand that my SimpleX do everything over tor.


  • I have moved my communications to SimpleX for very similar reasons.

    I always found Matrix to be extremely clunky because of key management for rooms and stuff like that.

    I’m used to using cryptocurrencies. I know how to manage keys, and yet I was constantly getting hit with the same issues with decryption of old messages, even when I properly saved my keys and imported them.

    I figure if I’m not even able to use this thing properly, knowing and understanding technology, how do I expect people I talk to to understand how to do it properly?

    Then, on top of that, I found out about all the metadata leaking to your home server. Sure, your communications might be encrypted, but if the sender, receiver, reactions, timestamp, etc. is not encrypted, that’s not good.

    I still have it on my device, but it very rarely gets opened anymore.

    Edit: I use a combination of signal for those I know, IRL, and simplex for groups of FOSS enthusiasts, etc.