

rg $face memories/ | jq .name
rg $face memories/ | jq .name
Died running indoors with limited space.
FROM scratch AS internet
# TODO
This dryer?
How does that even work?
Most people in fursuits seem to be non-facultative bipeds, so that advantage wouldn’t be of much help.
OP’s mom*
You can still just hide the password field upon typing an SSO email address — iirc Atlassian does this.
Yes, cats are by definition cute. Next question.
Same Word document trick! I usually use zero-byte files instead as that corruption is more common, but sometimes corrupted files are useful.
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.
Do those rules change if the language accepts translated keywords?
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.
Six months ago, as the wrong password message happily reminds me regularly.
The Roblox mobile build isn’t really just mobile, and afaict has no issues that Windows Roblox doesn’t have.
Maybe store project-related stuff in a subdirectory of the project repo, and make everyone on the team get that so I can finally read the other guy’s code.