# Weekly Update: May 3 – May 9, 2026
- Back to full health after stomach issues.
- Focused on enhancing Continuum’s identity and artifact ecosystem: added Nostr proof attestations, imported/listed PGP & Bitcoin identities, SSH support, and “Verify Signed Artifact Bundle.”
- Polished UI workflows and had a productive Zoom call with another developer to refine priorities and identity flows.
- Continued planning workspace encryption and secure credential storage.
#Continuum #Nostr #Bitcoin #PGP #SSH #WorkspaceSecurity #IdentityManagement #ProofAttestations
Akamaister
andrewgstanton@primal.net
npub19wvc...guvd
Andrew G. Stanton (Akamaister)
Builder · Writer · Bitcoin-aligned systems
Founder & Fractional CTO.
I build durable software and publishing systems rooted in conviction, sovereignty, and long-term thinking.
Following Jesus.
Building with proof of work, not proof of hype.
Still building.
Primary work
MyContinuum — sovereign publishing & identity
https://mycontinuum.xyz
Book
Building Continuum
https://mycontinuum.xyz/books/building_continuum/
YouTube
Building Continuum (Author Reading)
https://youtube.com/@BuildingContinuum
Archive (RSS)
https://nostr.mycontinuum.xyz/e/rss/npub19wvckp8z58lxs4djuz43pwujka6tthaq77yjd3axttsgppnj0ersgdguvd/kind/30023.xml
Nostr
npub19wvckp8z58lxs4djuz43pwujka6tthaq77yjd3axttsgppnj0ersgdguvd
Verify Tool:
https://nostr.mycontinuum.xyz/e/verify.html
PGP fingerprint
B480 CC98 7E0B AA6D 5962 EBAA BF2E 7F14 860D 3FB0
Full key:
https://andrewgstanton.com/pgp
Last generated: 2026-07-06 5:20 PM PST
5/8/2025 - Another interesting direction is the idea of a “composite signer.”
Right now, identities are mostly treated independently:
- one Nostr identity
- one PGP identity
- one Bitcoin identity
- one SSH identity
But increasingly I’m thinking about a higher-level abstraction:
a composite signing authority composed of multiple underlying identities.
For example:
“Andrew Stanton”
could internally contain:
- several Nostr identities
- multiple PGP fingerprints
- Bitcoin signing identities
- SSH identities
all grouped into a single composite signer profile.
Then when signing an artifact, Continuum could:
- apply all configured proofs automatically
- generate a unified manifest
- preserve identity relationships
- support optional proof policies
This becomes especially interesting because different ecosystems trust different proof systems.
Some people may only care about:
- PGP
- Bitcoin
- SSH
- Nostr
The composite signer allows all of those identities to travel together coherently.
And importantly:
the abstraction shifts away from “accounts”
toward “cryptographic authority groups.”
That feels much closer to how identity actually works in the real world.
A person, organization, or project rarely has:
- one key
- one identity
- one trust system
Instead they operate through overlapping cryptographic authorities.
The composite signer starts modeling that reality much more directly.
#Continuum #Nostr #Bitcoin #OpenSource #LocalFirst #PGP #SSH #Cryptography #Sovereignty
5/8/2026 - One interesting possibility now that the “Verify Signed Artifact Bundle” flow is working:
the bundle itself can continue evolving as it moves between people.
For example:
I could generate a signed artifact bundle containing:
- the artifact
- manifests
- Nostr proofs
- PGP proofs
- Bitcoin attestations
- SSH proofs
Then send that zip bundle to another Continuum user.
That user could:
- verify all existing proofs locally
- inspect the manifests/signers
- add their own attestations
- generate an updated bundle
- pass it forward again
At that point, the bundle starts becoming something more collaborative.
Not merely:
“who originally authored this?”
But also:
“who independently verified or endorsed this artifact?”
That becomes especially powerful for same-domain attestations.
For example:
- 3 or 4 independent Nostr users attesting
- multiple Bitcoin identities signing the same artifact
- several PGP identities verifying the same release
- multiple SSH authorities approving the same package
The important part is that these attestations remain:
- portable
- local-first
- independently verifiable
- append-only
without requiring:
- a blockchain consensus layer
- a hosted verification service
- a centralized signing authority
The artifact bundle itself becomes the evolving container of trust relationships.
That feels like a very different model from most modern platforms.
#Continuum #Nostr #Bitcoin #OpenSource #LocalFirst #PGP #SSH #Cryptography #Sovereignty
5/8/2026 -- SSH + Verify Bundle
Yesterday Continuum already supported:
- Nostr signing + proofs
- PGP signing + proofs
- Bitcoin signing + attestations
It could already generate signed artifact bundles containing:
- the artifact itself
- manifests
- detached proofs
- signer metadata
- multiple cryptographic attestations
Today completed the loop.
Two major missing pieces were added:
- SSH signing identities + SSH proofs
- the “Verify Signed Artifact Bundle” flow
That changes the system substantially.
Because now Continuum is not merely generating sovereign proof bundles.
It can also independently verify them locally.
A signed package can now contain:
- Nostr proofs
- PGP signatures
- Bitcoin attestations
- SSH proofs
alongside manifests, signer metadata, fingerprints, and verification data —
all bundled together into a portable artifact package.
And Continuum can verify the entire bundle locally.
No relay required.
No hosted service required.
No external verification platform required.
Just the artifact and the proofs traveling together.
That feels like an important architectural milestone.
Especially because these proof systems originated from completely different worlds:
- PGP → email + software verification
- SSH → infrastructure authorization
- Bitcoin → sovereign monetary identity
- Nostr → decentralized publishing
Yet all of them reduce down to the same primitive:
cryptographic authority attached to an artifact.
The interesting realization is that the bundle itself is becoming the durable object.
Not the platform.
Not the account.
Not the relay.
The signed artifact bundle.
#Continuum #Nostr #Bitcoin #OpenSource #LocalFirst #PGP #SSH #Cryptography #Sovereignty
5/7/2026 -Continuum is becoming something much broader than “a Nostr client.”
That became very clear today.
The core abstraction is starting to look more like:
local-first sovereign signing identities
Where:
* signing
* publishing
* attestation
* authentication
* verification
* distribution
are all separate concepts.
Most systems collapse all of those together.
Once you separate them, very different possibilities emerge.
Tomorrow I want to:
* add SSH signing identities
* build the complementary “Verify Artifact” flow
which will locally verify:
* PGP signatures
* Bitcoin attestations
* Nostr Schnorr attestations
* later SSH proofs as well
#Continuum #Nostr #Bitcoin #OpenSource #Identity #LocalFirst
5/7/2026 - One of the most interesting parts of today:
I’m not creating “special Nostr events” for artifact attestations.
I’m simply using the Nostr private key to sign a canonical message about an external artifact.
That distinction matters.
The proof file is completely separate from the artifact itself:
* tax_return.pdf
* tax_return.pdf.nostr-proof.json
The JSON contains:
* artifact SHA256
* npub
* pubkey
* signed message
* Schnorr signature
* timestamp
Very similar conceptually to:
* PGP detached signatures
* Bitcoin message attestations
At some point you realize:
PGP, Bitcoin, Nostr, SSH…
they are all variations of:
challenge → sign → verify
#Continuum #Nostr #Bitcoin #SSH #PGP #DigitalSovereignty
5/7/2026 - Spent most of the last week pretty out of it physically (since around Thursday 4/30), so today honestly surprised me.
What started as “let’s add PGP import support” somehow turned into a full local artifact attestation system inside Continuum.
Right now I can sign a PDF, ZIP, markdown file, etc. locally using:
* PGP identities
* Bitcoin signing identities
* Nostr identities
…and export a portable verification bundle containing:
* detached signatures
* Bitcoin proof JSON
* Nostr proof JSON
* manifest
* signers metadata
* bundled PGP public key
No relay required.
No cloud dependency.
No platform needed.
The deeper realization though is this:
a Nostr private key is just a secp256k1 signing authority.
It does NOT only have to sign relay events.
That sounds obvious in hindsight but I honestly don’t think most people in Nostr-land think this way because publishing and signing are usually tightly coupled together.
#Continuum #Nostr #Bitcoin #PGP #CyberSecurity #SelfSovereignIdentity
Bitcoin doesn’t have a spokesperson.
Not a CEO.
Not a face.
Not someone on a stage telling you what you should be doing or earning.
There are people I respect.
People I learn from.
I listen.
But I don’t hand over my judgment.
I’m not a major Bitcoiner (yet).
Still learning. Still building.
I was talking with someone I met at the conference — he’s held 1 BTC for years.
Through multiple cycles.
Bought it early and never let go.
That stayed with me more than anything else.at the conference.
Bitcoin is permissionless.
That includes how I participate in it.
You don’t have to look a certain way.
Or build a certain way.
Or follow a certain path.
Some people trade.
Some people build.
Some just quietly stack sats.
There isn’t a single mold.
And the moment someone starts defining one…
that’s the moment I step back.
Stay humble, stack sats.
4/25/2026 - Creation Happens Before Publishing
What Git gets right about code, Continuum applies to writing.
---
In most writing tools:
You write something.
You post it.
That’s when it becomes real.
---
Git works differently.
You make a commit.
Now it exists.
Pushing is optional.
---
Continuum follows the same idea.
You write something.
You sign it.
Now it exists.
Publishing is separate.
---
That’s the shift.
Creation does not depend on the network.
Publishing is just distribution.
---
Like Git, the work exists before it’s pushed.
Continuum just applies that idea to writing.
#continuum #git #localfirst #authorship
4/25/2026: When Does the Work Actually Exist?
Most tools tie creation to publishing. Continuum separates them. That changes everything.
These tools work like this:
You write something.
You post it.
That’s when it becomes real.
Even if the key is local.
Even if the app runs on your machine.
The act of publishing is still what creates the thing.
---
Continuum is different.
You write something.
You sign it.
Now it exists.
Completely. Locally. Independently.
Publishing is optional.
---
That’s the difference.
Most systems are built around posting.
Continuum is built around authorship.
---
A draft is not the same as finished work.
A draft can change.
A signed event is complete.
---
In most apps, nothing is final until you post it.
In Continuum, it’s final when you sign it.
---
This changes how you can work:
- you can write and sign completely offline
- you can sign on one machine and publish from another
- you can maintain a complete archive of your work locally
---
Publishing doesn’t create the work.
It just shares it.
#continuum #nostr #localfirst #authorship
4/25/2026 - There’s always something unfinished.
Something I could keep pushing on, refining, or trying to complete.
If I wait for everything to feel “done” before I step away, it never really happens.
So I’m learning (slowly) to leave things where they are.
Not because they’re finished, but because they don’t have to be right now.
#Sabbath #Rest #Process