universe.take()
universe.take()
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.
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>
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.
TIL, thanks
Moths have fur?
/ra[cp]ist/
Emergency backup Riker deployed!
C’mon — you’re @programming.dev. You’re supposed to know why this is bad.
Nix has flakes; nix run
can contain pretty much all of the needed dependencies. If that’s not enough, you can set up an entire container as a module.
Alphabetical index — ACAB
IIRC you are required to connect to internet to continue the setup process in newer versions.
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.