universe.take()
universe.take()
Mobile Firefox. The swipe menu is empty on Niagara.
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.
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?
Six months ago, as the wrong password message happily reminds me regularly.
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.
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>
Ctrl+Alt+Tab on Windows / Ctrl+(iirc)F9 on KDE is pretty cool too
I’d believe Shift+Left and Shift+Right, but I doubt most programs support multicursor.
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.