I hereby claim:
- I am ehd on github.
- I am ehd (https://keybase.io/ehd) on keybase.
- I have a public key whose fingerprint is B2E9 025D 1D32 6545 E790 67AB 7CB7 54CD 6EBF 962F
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| 'use strict'; | |
| /* | |
| BAT SHIT FUCKING CRAZY IDEA DROP ZONE: | |
| 1. don't have a central server. have any peer be a server. | |
| will jsondiffpatch's "server" stuff work in a browser though? | |
| */ |
| // Motivation: | |
| // | |
| // I see myself writing this quite often: | |
| f(_.bind(obj.m, obj)) | |
| // but I could write: | |
| f(bound(obj, 'm')); |
I hereby claim:
To claim this, I am signing this object:
| function couldThrow(hopefullyJSON) { | |
| var object = JSON.parse(hopefullyJSON); | |
| return Promise.fulfilled(object); | |
| } | |
| function safe(hopefullyJSON) { | |
| return Promise.fulfilled().then(function() { | |
| return couldThrow(hopefullyJSON); | |
| }); | |
| } |
| Verifying that +ehd is my blockchain ID. https://onename.com/ehd |
| #!/bin/sh | |
| # First argument is video URL or ID | |
| # Second argument is the question | |
| # set -uo pipefail | |
| # Get video ID from URL | |
| VIDEO_ID=$(echo $1 | cut -d'=' -f 2) |
| #!/bin/zsh | |
| set -euo pipefail | |
| SYSTEM_PROMPT=$(cat <<EOF | |
| You're given text extracted from a PDF or OCRed from an image. | |
| It's relating to a payment. | |
| Analyze it step by step: |