-
install tart: https://tart.run/
-
download: https://channels.nixos.org/nixos-24.05/latest-nixos-gnome-aarch64-linux.iso.sha256
tart create --linux --disk-size <disk-size-in-gb> <vm-name>
tart run --disk <path-to-iso> <vm-name>install tart: https://tart.run/
download: https://channels.nixos.org/nixos-24.05/latest-nixos-gnome-aarch64-linux.iso.sha256
tart create --linux --disk-size <disk-size-in-gb> <vm-name>
tart run --disk <path-to-iso> <vm-name>| { | |
| "level": "info", | |
| "msg": "Set config as %v auth0|60ae74d2ad962e0071448c25", | |
| "time": "2021-06-02T14:24:45Z" | |
| } | |
| { | |
| "level": "info", | |
| "msg": "retrieved user id: %s 5245", | |
| "time": "2021-06-02T14:24:45Z" | |
| } |
| /aws/lambda/jason-1b-development-ingestion-extraction-normal 2021/05/21/[$LATEST]862eeaabbe23479d9641526e8c83bfb2 START RequestId: b8ee2b38-d727-5ae9-9a92-72196862c619 Version: $LATEST | |
| /aws/lambda/jason-1b-development-ingestion-extraction-normal 2021/05/21/[$LATEST]862eeaabbe23479d9641526e8c83bfb2 { | |
| /aws/lambda/jason-1b-development-ingestion-extraction-normal 2021/05/21/[$LATEST]862eeaabbe23479d9641526e8c83bfb2 "level": "info", | |
| /aws/lambda/jason-1b-development-ingestion-extraction-normal 2021/05/21/[$LATEST]862eeaabbe23479d9641526e8c83bfb2 "msg": "S3 Event Records is empty", | |
| /aws/lambda/jason-1b-development-ingestion-extraction-normal 2021/05/21/[$LATEST]862eeaabbe23479d9641526e8c83bfb2 "time": "2021-05-21T14:00:37Z" | |
| /aws/lambda/jason-1b-development-ingestion-extraction-normal 2021/05/21/[$LATEST]862eeaabbe23479d9641526e8c83bfb2 } | |
| /aws/lambda/jason-1b-development-ingestion-extraction-normal 2021/05/21/[$LATEST]862eeaabbe23479d9641526e8c83bfb2 { | |
| /aws/lambda/jason-1b-development-ingestion-extraction-normal 2021 |
| | [2020-07-04 17:58:45.375][17][debug][http] [source/common/http/conn_manager_impl.cc:709] [C1][S12247084853429943581] request headers complete (end_stream=true): | |
| | ':authority', 'localhost:8000' | |
| | ':path', '/favicon.ico' | |
| | ':method', 'GET' | |
| | 'connection', 'keep-alive' | |
| | 'pragma', 'no-cache' | |
| | 'cache-control', 'no-cache' | |
| | 'user-agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36' | |
| | 'accept', 'image/webp,image/apng,image/*,*/*;q=0.8' | |
| | 'sec-fetch-site', 'same-origin' |
| ~/D/m3 ❯❯❯ make m3dbnode | |
| mkdir -p /Users/jasonmandel/Desktop/m3/bin | |
| Building m3dbnode | |
| [ -d /Users/jasonmandel/go/src/github.com/m3db/m3/vendor ] || make install-vendor-m3 | |
| [ -d /Users/jasonmandel/go/src/github.com/m3db/m3/vendor ] || make install-vendor | |
| # collapse in buildkite by default | |
| --- Install glide deps | |
| Installing glide deps | |
| PATH=/Users/jasonmandel/go/bin:/Users/jasonmandel/.cargo/bin:/usr/local/anaconda3/bin:/usr/local/opt/python/libexec/bin:/usr/local/sbin:/Users/jasonmandel/.cargo/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Users/jasonmandel/go:/usr/local/opt/go/libexec/bin/usr/local/bin/vault GOPATH=/Users/jasonmandel/go glide --debug install | |
| [DEBUG] Creating vendor |
| { | |
| "presets": [ | |
| "next/babel", | |
| ], | |
| "plugins": [ | |
| ["module-resolver", { | |
| "root": ["./src"], | |
| "alias": { | |
| } | |
| }], |
| // Hours | |
| float t; | |
| float x1(float t) { return sin(t / 3.14) * 100 + sin(-t / 42) * 20; } | |
| float y1(float t) { return cos(t / 3.14) * 200; } | |
| float x2(float t) { return sin(t / 3.14) * 200 + sin(-t) * 2; } | |
| float y2(float t) { return cos(t / 3.14) * 100 + cos(t / 24) + 02 ; } | |
| void setup() { |
| // Hours | |
| var t = 0.05; | |
| var x1 = function (t) { | |
| return sin(t / 3.14) * 100 + sin(-t / 42) * 20 | |
| } | |
| var y1 = function (t) { | |
| return cos(t / 3.14) * 200 | |
| } |