@jarrod I love this idea as well, and am truly surprised other services havenāt adopted it already. The only downside IMO is the visual perspective of having longer domain-based usernames displaying. To me it feels distracting and not as clean as just the username or nickname itself, though perhaps itās just because Iām not used to it?
@pimoore True, but it seems like usernames dissolve into ever longer ones with numbers and underscores anyway, so at least I could memorize my friendās weird url once and then struggle on every network.
@Archimage Interesting, without understanding the underlying specifics how would you link that to a visually friendly username?
@pimoore just append it to the username. The UUID should be unique without one. CompuServe used 70037,1407 as the identifier for Archimage, me. Log in with the UUID, display the username. Map it internally. Not a huge problem.
@pimoore a simple solution to a one-to-many problem. Not every Archimage is 70037,1405, but only one 70037,1405 is Archimage. If you want both to be unique just concatenate the two. Then itās 1-to-1.
@Archimage How would that work visually though if two people were using the same username portion? Youād still need a way to distinguish between them would you not?
@pimoore display the ID along with the name. Thatās what CompuServe did.
Archimage (70037,1405) reporting, posting and replies would require both.
@pimoore @jarrod I'm 100% for domain names as usernames. We already support following domain names (for example, @ma.tt or @nytimes.com) and plan to eventually integrate it better with the normal Micro.blog usernames.
@pimoore itās like a phone number. You still need a phone number to call someone. Even if you donāt remember it.
@manton @jarrod @Archimage Thatās great news, and will go a long way to addressing this issue with something people already own thatās unique to themselves.
@pimoore that just bypasses the problem. That assumes unique usernames on the domain. Itās not unique in the fediverse. The domain name just makes it user friendlier. A user should have a UUID across the fediverse which would essentially reserve the username now and in the future. Otherwise archimage@x.z may not be the same person as archimage@writing.exchange. @manton
@Archimage @manton Ah that makes sense, I understand what you mean now. Iād just find it visually horrible to have a UUID as part of the username, as opposed to something like a domain name. Whether thereās a happy medium between the two Iām not sure, but itās an interesting conversation so thanks for sharing your thoughts! šš»
@pimoore It doesnāt have to be part of the user-visible username. It can be stored internally in the DB to de-duplicate users with the same user name on the domain/instance. As I said, you would need it to post/reply/and report to, so displaying it UNDER the user name would work.