Setups and backups that matter
Small Web Via https://athenut.com
Running Pyramid I now rely on my three personal relays mostly
Systems at scale
Bitcoin the sovereign community infrastructure https://cryptoslate.com/bitcoin-is-becoming-infrastructure-not-just-an-asset/
How to run a Bitcoin Node
Will joinscript be co-ordinater agnostic?
Never pass a Promise<T> where a T is expected. Either await it first, or redesign the API to handle the promise properly. Nostr clients, relay lists I suppose come from async storage (IndexedDB, localStorage, network), so getRelays() being async may be validβ€”it justs, somehow needs to handle properly at the call site. I just cannot find a common pattern to do the fix. I have a possible fix in mind