Install QEMU:
brew install qemuDownload Ubuntu Cloud:
Install QEMU:
brew install qemuDownload Ubuntu Cloud:
$ brew uninstall --verbose --debug docker-desktop
/opt/homebrew/Library/Homebrew/brew.rb (Cask::CaskLoader::FromAPILoader): loading docker-desktop
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromAPILoader): loading homebrew/core/lame
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromAPILoader): loading homebrew/core/llhttp
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromAPILoader): loading homebrew/core/libtiff
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromAPILoader): loading homebrew/core/gmp
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromAPILoader): loading homebrew/core/libiconv
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromAPILoader): loading homebrew/core/deno
/opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromAPILoader): loading homebrew/core/ffmpeg| ```console | |
| $ brew uninstall --verbose --debug docker-desktop | |
| /opt/homebrew/Library/Homebrew/brew.rb (Cask::CaskLoader::FromAPILoader): loading docker-desktop | |
| /opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromAPILoader): loading homebrew/core/lame | |
| /opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromAPILoader): loading homebrew/core/llhttp | |
| /opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromAPILoader): loading homebrew/core/libtiff | |
| /opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromAPILoader): loading homebrew/core/gmp | |
| /opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromAPILoader): loading homebrew/core/libiconv | |
| /opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromAPILoader): loading homebrew/core/deno | |
| /opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromAPILoader): loading homebrew/core/ffmpeg |
| import html from "@radically-straightforward/html"; | |
| // https://www.youtube.com/watch?v=dSK-MW-zuAc | |
| const order = 2; | |
| const viewBox = 24; /* var(--space--6) */ | |
| // Hilbert | |
| // let points = [ | |
| // [1 / 4, 1 / 4], | |
| // [1 / 4, 3 / 4], | |
| // [3 / 4, 3 / 4], |
We use two tools to measure the performance of slow pages:
Here’s a step-by-step guide of how to use these tools in Courselore:
Run the application normally.
Note: Don’t use a custom
HOSTNAME, because autocannon may not recognize the self-signed certificate generated by Caddy.
ids, which are global, not scoped to siblings.ids, which are global, not scoped to siblings.
data-nanomorph-component-id, but still, as far as I understand, it doesn’t do LCS, and probably detaches and reattaches elements similar to morphdom..isSameNode()).Create the tunnel. If you’re part of the Courselore team, you may request a custom Courselore tunnel address such as leafac.courselore.org, otherwise you may use services such as Localtunnel and localhost.run, for example:
# Custom Courselore Tunnel Address
$ ssh -NR 3000:localhost:80 root@leafac.courselore.org
# Localtunnel
$ npx localtunnel --port 80