• 0 Posts
  • 14 Comments
Joined 4 months ago
cake
Cake day: March 11th, 2024

help-circle

  • SimpleX isn’t able to share your profile-data between devices. Instead you connect with e.g. the desktop app to the phone to use the phone-profile, but it need to stay online, which can be inconvenient.

    With the CLI version you are able to run it on some (private) server and then connect the phone and desktop app to it. But it is still not really convenient, as you need to establish a tunnel (for example SSH port forwarding) to the server (the clients don’t support connecting via internet URL the last time I checked).







  • In any Base-x system, one digit goes up to x - 1 (with base > 10 we use alphabet letters), then the next digit (to the left) is incremented.
    So in our normal Base-10 system, you count up from 0 to 9 and then add a digit in the front and reset the other digits to get 10.

    This means, that in every Base-x system ‘10’ equals x.
    So you can make the “There 10 types of people …” with every base as ‘10’ in Base-2 means 2, 3 in Base-3 and so on.