I feel you.
a14o
Final Fantasy Tactics
Signal still centrally collects metadata and requires a phone number to participate.
If you're serious about privacy, ESPECIALLY if you're part of a group looking to organize in a clandestine fashion, you should look into the vastly superior SimpleX Chat.
Not sure if this is indended or not, but the somewhat controversial mother tree hypothesis stipulates exactly this -- trees borrowing carbohydrates (sugar) from neighbors via mycorrhizal networks.
surround the “\d+.” with a question mark group?
If you're expecting decimals, that's the preferred solution:
(?<!\d)(\d+\.)?\d+(?=\s*$)
Otherwise you could do simply
(?<!\d)\d+(?=\s*$)
I added the lookahead (?=\s*$)
to match digits at the end of the line only with possible trailing spaces.
I agree it's very confusing. There's this GitHub issue that goes a bit into the differences. If you don't have any special requirements, I'd probably try the wine-wayland
package first.
There's probably many different ways to achieve this but I would probably use a shell (zsh or fish) that does this by default
Big fan of both fzf and tmux!
Good advice!
What's more, they require you to periodically log in on your phone. If you exclusively use the desktop client, you will get a message that access will be blocked if you don't sign in on your phone.