universe.take()
universe.take()
Mobile Firefox. The swipe menu is empty on Niagara.
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.
The only times I’ve had tmux ‘crash’, I’d realized I forgot to enable linger.
Based on your quite, this is a use-after-free, meaning that despite Firefox marking the memory region as free to be reallocated, it continues to use the memory. This is dangerous as an attacker may be able to allocate in that region, leetting them change the old structure’s values.
Does P for Proton count?
I have serve-web running as a service, but that only works well on desktop screen layouts — from my experience, it runs terribly on mobile. However, even then, my tab layout isn’t synced between devices. My tmux saves all of my open projects, so I could throw my phone in a woodchipper at any moment, pull out my laptop, and be exactly where I left off. Good luck doing that with vscode.
I can run Neovim on my phone via Termux. I can run Neovim over SSH. I can run Neovim in tmux. That’s not possible with VSCode.
The Roblox mobile build isn’t really just mobile, and afaict has no issues that Windows Roblox doesn’t have.
Btw, bullet points can created by beginning the line with *
or -
.
Mint where?
17 ft ladder, s/hidden
/style="overflow: hidden; height: 0"
/
15 ft ladder:
<div hidden>
<?= rand() ?>
<?= rand() ?>
<?= rand() ?>
<?= rand() ?>
<?= rand() ?>
<?= rand() ?>
<?= rand() ?>
<?= rand() ?>
<?= rand() ?>
<?= rand() ?>
<?= rand() ?>
<?= rand() ?>
<?= rand() ?>
<?= rand() ?>
<?= rand() ?>
</div>
13 ft ladder: <span hidden> guid </span>
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
Metric = a measurement, not the metric system.
Interesting how ARPA net (the internet) was build to with stand these issues, but companies like Microsoft and Amazon (and no regulation) have completely reversed it’s original intent.
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.