Oh, that's annoying. Works fine on Voyager for me.
PoolloverNathan
Why not factor out the !
via de Morgan's laws (which would also remove most of the parentheses, as iirc &&
binds tighter than ||
)? Also, does that language have a {#continue}
sort of syntax for loops? If so, you could make it a guard clause.
universe.take()
Mobile Firefox. The swipe menu is empty on Niagara.
Immediately onto the lap.
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:
- Laptop → phone:
xclip -o | ssh phone termux-clipboard-set
- Laptop ← phone:
ssh phone termux-clipboard-get | xclip
- Phone → laptop:
termux-clipboard-get | ssh laptop DISPLAY=:0 xclip
- Phone ← laptop:
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.
His meme template is fairly useful, in my opinion.
I'm on Librewolf, but Floorp sounds nice!
Tab grouping is nice, but I've found Sidebery to meet my needs (specifically nested tab groups, and separating projects — plus it worked out of the box with Firefox Color) much better. I have it configured to automatically unload collapsed branches, which is nice as a tab hoarder, and it can fully send entire panels to your bookmarks for later usage (this is a massive performance improvement when you're regularly opening 100–200 tabs/day per panel). A native solution, however, would be much appreciated — as long as there's a way to nest tab groups and unload their contents.
Someone's handed me nested base-64 encoded JSON before and to this day I am moderately annoyed at them.