Comment by grishka
One nitpick about ActivityPub actor identity — the username doesn't have to be part of your ID (the URL that points to the JSON object representing your actor). It is in Mastodon, but some other software (Smithereen that I work on, and also Misskey) uses opaque identifiers derived from database row IDs. This allows for cleanly changeable usernames since you can just update your `preferredUsername` and `url` fields.
It still doesn't solve the account migration issue though right? If you move to a different instance your old instance still has to redirect.
How do people find you on mastodon if your instance isn't in your username anyway?