Do those rules change if the language accepts translated keywords?
PoolloverNathan
joined 1 year ago
The only times I've had tmux 'crash', I'd realized I forgot to enable linger.
Voyager, at least, will still let you see deleted replies in your notifications — it's only tapping on them that will show they're deleted.
And I ain't the sharpest tool in the shed
Ah, that's de Morgan's law.
Arm Holdings has issued a cease & desist against Armcord being named Armcord, by the way.
Does P for Proton count?
Six months ago, as the wrong password message happily reminds me regularly.
Mint where?
NixOS and your family is always welcome to come over and your family is always welcome to come over for the weekend and friends are in my life and your dad will have a few minutes to be there by noon or something else but I'm not the one who is going for the weekend
view more: next ›
SSH over Tailscale to Termux (all three free) using private-key authentication — two levels of e2ee, and fairly easy to use.
For small bits of text, I use one of these, depending on the direction and the source device:
xclip -o | ssh phone termux-clipboard-set
ssh phone termux-clipboard-get | xclip
termux-clipboard-get | ssh laptop DISPLAY=:0 xclip
ssh laptop DISPLAY=:0 xclip -o | termux-clipboard-set
For larger things, or files, I use
scp
. For other devices that I haven't setup beforehand, or can't set up (e.g. can't run arbitrary programs), I connect to my phone's hotspot, and use Total Commander's Wi-Fi transfer addon for files (both of which are also free). Small strings I just copy over by eye and hope it goes well.