I hereby claim:
- I am thorduri on github.
- I am thordur (https://keybase.io/thordur) on keybase.
- I have a public key ASCQj7s56Ko55xmoSnk2F3SvWhBB5PIRqdXqgJzazvnOLAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "fmt" | |
| "os" | |
| log "github.com/Sirupsen/logrus" | |
| "github.com/spf13/cobra" | |
| "github.com/spf13/viper" |
| #!/bin/bash | |
| # Bash script for setting or clearing touch requirements for | |
| # cryptographic operations the OpenPGP application on a YubiKey 4. | |
| # | |
| # Author: Alessio Di Mauro <alessio@yubico.com> | |
| GCA=$(which gpg-connect-agent) | |
| DO=0 | |
| UIF=0 |
A checklist for designing and developing internet scale services, inspired by James Hamilton's 2007 paper "On Desgining and Deploying Internet-Scale Services."