Skip to content

Instantly share code, notes, and snippets.

@makanimason
makanimason / gist:fa4a6ca92f746086d74e183e0c31012d
Created December 29, 2016 16:12
kinesis advantage 2 layout file
[tab]>[escape]
[caps]>[tab]
[down]>[obrack]
[obrack]>[cbrack]
[cbrack]>[down]
[intl-\]>[lalt]
[lalt]>[delete]
[lctrl]>[bspace]
[delete]>[rwin]
[bspace]>[lctrl]
@makanimason
makanimason / History|-1935dfcb|entries.json
Last active June 3, 2022 21:59
Visual Studio Code Settings Sync Gist
{"version":1,"resource":"file:///Users/makani/src/atp/listsdb/tasks/JadeTasks/Shared/devtest/MemorySilo.swift","entries":[{"id":"hHcn.swift","timestamp":1654277979758}]}
@makanimason
makanimason / gist:7623184dd229dfbb50f3c0fcd1d6923c
Created February 24, 2021 17:12
compiling mysql 8 on M1 mac
I have everything going into /opt/frog, but any path will work as long as you don't need sudo to write to it.
First, we need to compile openssl and cmake as they will be used during the compilation of mysql.
### openssl 1.1.1i
cd /opt/frog/src
curl --remote-name https://www.openssl.org/source/openssl-1.1.1i.tar.gz
tar xf openssl-1.1.1i.tar.gz
cd openssl-1.1.1i
./configure darwin64-arm64-cc --prefix=/opt/frog/openssl-1.1.1i