Skip to content

Instantly share code, notes, and snippets.

View Hendler's full-sized avatar

Jonathan Hendler Hendler

View GitHub Profile
@Hendler
Hendler / README.md
Created July 3, 2026 04:06
did:wba key-continuity fixtures from a real key rotation — validation material for w3c-cg/ai-agent-protocol#42 (before/after DID documents, signed transition statement, root-signed key bindings)

Key-continuity fixtures (did:wba across key rotation)

Generated from a running JACS agent (v0.11.4 post-P2, 2026-07-02) — not hand-written examples. They validate the "key continuity for existing identity systems" proposal in w3c-cg/ai-agent-protocol#27: the DID stays stable across a real key rotation while verificationMethod entries are updated, and an optional transition attestation lets relying parties that pinned the old key accept the new one without out-of-band re-verification.

Generation flow (JACS CLI), with NO origin flags anywhere — the DID domain

@Hendler
Hendler / output nheq macos
Last active January 2, 2018 21:52
output nheq macos
$ PRINT_DEBUG=y make all
Software Version:
ProductName: Mac OS X
ProductVersion: 10.13.2
BuildVersion: 17C88
Compiler Version:
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 8.1.0 (clang-802.0.42)
Target: x86_64-apple-darwin17.3.0
def hello():
print "whyy"
@Hendler
Hendler / cuda_aws_ubuntu_theano_tensorflow_nlp.md
Last active July 4, 2021 10:06
Installing the best Natural Language Processing Python machine learning tools on an Ubuntu GPU instance

Awesome NLP on AWS GPU

Tech:

  • Ubuntu
  • Nvidia Cuda
  • Python
  • Theano
  • TensorFlow
  • Keras