Akamaister's avatar
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 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-05-24 12:21 PM PST
Akamaister's avatar
Akamaister 3 months ago
Very interesting I have written a number of essays reflecting on the parallels of Bitcoin and Christianity very interesting
Akamaister's avatar
Akamaister 3 months ago
The Shape of the Week - 3/14/2026 Summary - The presence of Sabbath gives structure to the entire week. Sabbath does not only affect one day. It shapes the entire week. Without Sabbath, work expands endlessly. There is always another task. Another project. Another responsibility. But when a day is set apart, the week gains structure. Work has a boundary. Life regains rhythm. > “Six days you shall labor and do all your work, but the seventh day is a Sabbath to the Lord your God.” > — Exodus 20:9–10 #sabbath #rhythm #time
Akamaister's avatar
Akamaister 3 months ago
Sabbath and Freedom - 3/14/2026 Summary - Sabbath is rooted in freedom from slavery and endless labor. Sabbath was given to a people who had once been slaves. In Egypt their time did not belong to them. Their labor was demanded. Their rest was controlled. When God delivered Israel, Sabbath became a declaration of freedom. One day each week the system of endless labor stopped. Sabbath reminds us that human life was never meant to exist in permanent servitude. > “Remember that you were slaves in Egypt and that the Lord your God brought you out.” > — Deuteronomy 5:15 #sabbath #freedom #exodus
Akamaister's avatar
Akamaister 3 months ago
Perspective 3/14/2026 Summary - Sabbath restores perspective when the pressures of the week distort what truly matters. During the week it is easy for small problems to feel enormous. Emails. Deadlines. Decisions. But when the pace pauses, perspective returns. Things that felt urgent become smaller. Things that truly matter become clearer. Sabbath gives space for that realignment. > “Be still, and know that I am God.” > — Psalm 46:10 #sabbath #perspective #life
Akamaister's avatar
Akamaister 3 months ago
Remembering - 3/14/2026 Summary - Sabbath is an act of remembering the story we belong to. The Sabbath command begins with a word that is easy to overlook. Remember. Sabbath calls us to remember where life comes from. Remember creation. Remember redemption. Remember that our lives are not sustained by our own strength alone. Without remembrance, life slowly drifts into forgetfulness. Sabbath restores memory. > “Remember the Sabbath day, to keep it holy.” > — Exodus 20:8 #sabbath #memory #scripture
Akamaister's avatar
Akamaister 3 months ago
Just to be clear: I am a Bitcoiner. I am a Christian. I believe in the victorious Gospel. I believe in sovereignty — spiritual, personal, and digital. I make no apologies for this. For me these convictions are not contradictory or extreme. They form a consistent, sane, joyful, and grounded view of reality. If that bothers some people, so be it. I’m not here to please everyone — I’m here to live and build according to what I believe is true.
Akamaister's avatar
Akamaister 3 months ago
Private Relay as a Debugging Tool - 3/11/2026 Running a private relay locally has already proven useful for development. Even though the relay currently runs only on my machine, it provides several advantages: • deterministic testing • controlled publishing behavior • whitelisted writers • predictable event storage Unlike public relays — which sometimes fail, timeout, or behave inconsistently — a local relay behaves exactly as expected. For debugging complex publishing flows, this is extremely valuable. Eventually this relay could also be exposed via a reverse proxy as something like: wss://relay.continuum.xyz But for now, running it locally inside Docker is already useful.
Akamaister's avatar
Akamaister 3 months ago
Backfilling a Local Relay - 3/11/2026 One experiment I'm considering is **backfilling my local relay**. I currently have roughly: • 700+ articles • 500+ notes If all of those events are republished to the local relay, the relay becomes a **complete local mirror** of my writing history. This would create a few advantages: • faster queries • deterministic storage • easier testing of relay behavior • simpler debugging The relay effectively becomes a **local indexing engine for Nostr events**. The main thing to watch is limits such as `maxLimit = 500` in strfry configuration. But since this limit only affects queries, not stored events, it should not prevent the relay from holding the entire archive. Again, something to test later.
Akamaister's avatar
Akamaister 3 months ago
Relay Lists as Persistent Artifacts - 3/11/2026 Another architectural question surfaced today: **where should my relay list live?** Nostr has a built-in solution: kind:10002 — relay list metadata. Because I already publish relay lists, Continuum could simply retrieve the **latest 10002 event** and use that as the canonical relay configuration. This would mean: • relay configuration becomes portable • relay lists become part of identity history • new installations automatically inherit correct relay configuration Instead of storing relays only in local configuration files, they could become **signed identity artifacts**. That is a much more elegant model.
Akamaister's avatar
Akamaister 3 months ago
Local Relay Backfill Experiments - 3/11/2026 Today I started thinking more seriously about using my local relay (running strfry in Docker) as a **performance optimization layer**. Right now Continuum can rebuild the archive from: 1. The deterministic archive repo 2. Multiple public relays 3. Local cached data But a **locally running relay** opens another interesting possibility. If I backfill the relay with all of my existing events (700+ articles and 500+ notes), the relay effectively becomes a **local event index**. That means: • startup reads could be faster • queries could be simpler • archive rebuilds might become optional The open question is performance. Is reading from a local relay faster than rebuilding from the archive? The only way to know is to test it. This isn't urgent, but it's an intriguing direction.
Akamaister's avatar
Akamaister 3 months ago
The Pattern for Sovereign Micro-Apps - 3/10/2026 Summary: Today reinforced a pattern for building extremely simple sovereign applications for real businesses. One insight from today is that **simple sovereign applications are becoming easier to build**. Earlier today I finished a small application concept for **Kiki’s Kitchen**. The architecture was intentionally minimal: • static HTML • lightweight admin interface • no external database • simple local file storage The entire project was completed in **roughly two hours**. This reinforces a pattern I’m beginning to see: Small sovereign apps can be built quickly when the constraints are clear. Instead of building massive SaaS platforms, we can build **focused tools that run locally and solve a specific problem**. For many small businesses, that is more than enough. #software #sovereignty #local-first #apps
Akamaister's avatar
Akamaister 3 months ago
Identity and Trust on the Open Internet - 3/10/2026 Summary: Publishing keys and verifiable identity infrastructure is a step toward restoring trust online. One of the ongoing problems with the modern internet is the collapse of **verifiable identity**. Most systems rely on: • email/password accounts • centralized identity providers • opaque authentication flows Publishing cryptographic keys reverses that model. Instead of trusting a company to verify who someone is, you verify **directly using cryptography**. Nostr uses public keys for identity. PGP allows verification across other channels. When these systems are used together, they create something powerful: **portable digital identity that is not owned by a platform.** #identity #trust #nostr #pgp
Akamaister's avatar
Akamaister 3 months ago
Builders Work Quietly - 3/10/2026 Summary: Much of building happens quietly, far from the noise of social media. Today was a reminder that building rarely looks dramatic from the outside. There are long stretches of quiet work: • updating profiles • refining small applications • responding carefully to thoughtful messages • experimenting with patterns None of this looks impressive on social media. But these small steps accumulate. Over time they become the foundation for much larger systems. #builders #reflection