As a privacy-conscious open-source maintainer, I keep wondering whether technical communities should offer expiring pseudonyms. You could post under an alias for, say, three years, then have its link to your account and older activity severed while the posts remain searchable and useful. That preserves the knowledge without turning every beginner mistake, code review, and old argument into a permanent identity profile.
The difficult part is accountability. Moderators might need a private continuity record for ban evasion, vote manipulation, or serious abuse, but users would have to trust the platform not to expose it casually. Cryptography can help with limited unlinkability, yet timing, writing style, copied content, commits, and external archives can still connect activity. Git history is especially stubborn: changing author metadata creates new history rather than altering the old object.
Would you trust an expiring system, or prefer stable pseudonyms and full continuity?