In all interactions and commit messages, be extremely concise and sacrifice grammar for the sake of concision.
| #!/bin/bash | |
| # Headscale SSH Client Setup | |
| # Standalone script - run on any laptop to connect to home machine | |
| # | |
| # Usage: | |
| # curl -sL https://gist.githubusercontent.com/.../headscale-ssh-client-setup.sh | bash | |
| # # or | |
| # ./headscale-ssh-client-setup.sh | |
| # | |
| # Prerequisites: |
Technical analysis of GitHub implementations for WASM compilation targeting web workers with Float32Array.
Related: spectrum-analyzer-trace-implementation-plan.md
Creating portable, automated NixOS VMs on Apple Silicon Macs using UTM virtualization.
URL: https://github.com/ciderale/nixos-utm Purpose: Automate creation of UTM-based NixOS VMs
| #!/bin/bash | |
| ############################################################################## | |
| # format-drive.sh - Format external drives for Raspberry Pi and macOS | |
| # Runs from macOS, formats drive with compatibility for both platforms | |
| ############################################################################## | |
| set -euo pipefail | |
| # Colors for output |
| 1. Deploy to Cloudflare workers | |
| 2. Proxy ytdl-core thru the proxy |
The goal is to get a project off the ground from just a simple domain to an application running a g RPC server accessible via grpc-web on GKE.
Clone the repository so you have access to each individual yaml file. https://github.com/projectcontour/contour/blob/9c14f3d4a7/examples/contour/README.md
There is only one line to add to make this work on GKE.
Copy the files /examples/contour to a new directory eg :my-dir
https://github.com/deezer/spleeter/wiki/2.-Getting-started#using-docker-image
export AUDIO_IN='/Volumes/BaeDrive/Github/stripe-payments-demo/input/'
export AUDIO_OUT='/Volumes/BaeDrive/Github/stripe-payments-demo/output/'
docker run --rm \
-v $AUDIO_IN:/input \
-v $AUDIO_OUT:/output \
-v $MODEL_DIRECTORY:/model \
| # Concat from youtube playlist | |
| ## create concat file | |
| `youtube-dl -g -f 22 https://www.youtube.com/playlist\?list\=PLuTh1a1eg5vbXH5Ndg2819Fim-kQb4C32 | sed 's/^/file /' >> c.txt` | |
| *Couldnt figure out how to add single-quotes around the urls * | |
| ## concat |