Daniel Holmgren
Daniel Holmgren
Current plan: - implement both ECC (P-256) & RSA(2048 bit) - default to ECC but fallback to RSA if it's not supported by the browser - upgrade users to ECC...
I'd probably budget a day for this. Like with a lot of crypto stuff, it's sort of hard to tell. Theoretically it shouldn't be too hard, but if you run...
:+1: Unfortunately it might be a bit of a pain to do... Basically: - WebCrypto itself doesn't support streaming. It just takes in-memory data & encrypts/decrypts it (which seems really...
Hey @lsenta, running into the same issue over here. If you check the [install instructions](https://github.com/grempe/secrets.js#installation-and-usage) it says "Requires OpenSSL support compiled into Node" which I don't believe is featured natively...
yeah agreed
you can get your did with `https://bsky.social/xrpc/com.atproto.identity.resolveHandle?handle=${yourHandle}` this unfortunately won't work running locally, you'll need to deploy your feed somewhere
Yup as @NetWalker108 said, you'll need a domain name You have the uri formatting correct 👍
Check out the pdsadmin script: https://github.com/bluesky-social/pds/blob/main/pdsadmin.sh It will grab the relevant script from this git repo in the case of `pdsadmin account list` that's `https://raw.githubusercontent.com/bluesky-social/pds/main/pdsadmin/account.sh` Looks like you're running into...
Yup - you'll need to run your own server I run mine in a small $6/mo droplet & it's been keeping up just fine Disk space is really up to...
Yeah totally possible - altho something so simple may just be implemented as a "list" (similar to twitter lists)