If you’ve ever wanted to analyze your own health data, here’s how.
- Open the Health app.
- Tap on your profile in the top right.
- Tap Export All Health Data.
- Share the archive with yourself (e.g. via AirDrop, Files, Mail, etc.).
If you’ve ever wanted to analyze your own health data, here’s how.
| const AWS = require('aws-sdk'); | |
| const ssm = new AWS.SSM(); | |
| const configFeatures = { | |
| '/path/to/your/config/option': 'someOption', | |
| '/path/to/your/config/something_else': 'somethingElse' | |
| }; | |
| const getConfig = () => |
| <# | |
| The command to run, built from the raw link of this gist | |
| Win+R | |
| iexplore http://boxstarter.org/package/url?<RAW GIST LINK> | |
| OR (if you don't like the way the web launcher force re-installs everything) |
| { | |
| "Parameters" : { | |
| "KeyName" : { | |
| "Type" : "String", | |
| "Description" : "EC2 KeyPair" | |
| }, | |
| "ClusterName" : { | |
| "Type": "String", | |
| "Description" : "ECS Cluster name" | |
| }, |
| # /tmp/test = EBS-SSD | |
| # /mnt/test = instance-store | |
| root@ip-10-0-2-6:~# dd bs=1M count=256 if=/dev/zero of=/tmp/test | |
| 256+0 records in | |
| 256+0 records out | |
| 268435456 bytes (268 MB) copied, 3.26957 s, 82.1 MB/s | |
| root@ip-10-0-2-6:~# dd bs=1M count=256 if=/dev/zero of=/tmp/test | |
| 256+0 records in | |
| 256+0 records out |
As configured in my dotfiles.
start new:
tmux
start new with session name: