I hereby claim:
- I am sit on github.
- I am emilsit (https://keybase.io/emilsit) on keybase.
- I have a public key ASDX1Y165C9JTvdEJp0_CsOFCp1ZJde9srVIXqgGgjWBHQo
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| from cm_api.api_client import ApiResource | |
| def main(args): | |
| cm_host = get(args, 1, "localhost") | |
| cm_user = get(args, 2, "admin") | |
| cm_pass = get(args, 3, "admin") | |
| api = ApiResource(cm_host, username=cm_user, password=cm_pass) |
| # | |
| # Usage: mkdir /tmp/export; find path -name *.html | xargs python | |
| # import_dayone.py | tee /tmp/export.log | |
| # | |
| import datetime | |
| import plistlib | |
| import pytz | |
| import uuid | |
| import sys |
| #!/bin/sh | |
| # | |
| # Mount a truecrypt volume on /media/truecrypt1 | |
| USER_DATA_DIR=/media/truecrypt1/Chrome/$USER | |
| if [ ! -d $USER_DATA_DIR ]; then | |
| echo No secure data directory $USER_DATA_DIR 1>&2 | |
| exit 1; | |
| fi |
I hereby claim:
To claim this, I am signing this object:
A small, reproducible setup that proves claude --settings claude-settings.json
emits traces, metrics, and logs to an OTLP endpoint. Useful when bringing up a
real backend (Honeycomb, Grafana Tempo, Datadog, etc.) — get the wiring right
against localhost first, then point OTEL_EXPORTER_OTLP_ENDPOINT at the real
target.
Verified against: