Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Treasure Chest</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
body {
margin: 0 auto;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Dice Library</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
body {
margin: 0 auto;
### Keybase proof
I hereby claim:
* I am zazzyzeph on github.
* I am zazzyzeph (https://keybase.io/zazzyzeph) on keybase.
* I have a public key ASD7nOIU4uf0zz24tZ-dERr1u33s5a1dv2PgbL4nnRUTYAo
To claim this, I am signing this object:
@zazzyzeph
zazzyzeph / cleanemptygit.sh
Created December 30, 2018 16:41
clean git repo of empty objects
find .git/objects/ -size 0 -exec rm -f {} \;
# instructions on how to configure an extremely minimal arch install, with a focus on realtime audio performance
// this is on my 2012 thinkpad t430. MBR partitions, kinda outdated.
- get that arch iso and dd it onto a flash drive
- sudo fdisk -l
- sudo umount /dev/sdx
- sudo dd if=arch.iso of=/dev/sdx bs=1m
- follow arch installation guide
- wifi-menu
- timedatectl set-ntp true
RUN NODE WITH BABUN (better cygwin with oh-my-zsh)
1. Install Node via Windows installer
2. Add to bottom of ~/.zshrc - export PATH=$PATH:"/cygdrive/c/Program Files/nodejs/"
3. In Babun - dos2unix '/cygdrive/c/Program Files/nodejs/npm'
4. Testing! node -e "console.log('hello node')"
Rarely some packages will need to be used in a native Cygwin container, so from Babun: cygstart /bin/zsh
MAKE A ZIP OF CHANGED FILES IN LAST GIT COMMIT