Hacker News new | ask | show | jobs
by zrm 2406 days ago
> It's all under one site so it's easier for people to find a new community to join

In theory you can find new subreddits starting from the main page, but it's more often because of people cross-posting things from somewhere you weren't previously aware existed.

There isn't any technical reason why a decentralized system couldn't work the same way. Basically just need a standard way to designate posts as permissible to repost on other sites with a link-back, and then a button on the site that makes it easy to do that.

> You only need one account and it doesn't require an email address so if you have a one off woodworking question you can ask it without having to register on a new forum

Small sites should go the other way and use an email as the login name (distinct from the public display name if you want). Then you don't even have a password, to sign in you get an email with a token in it. Paste the token or click the link from the email and you get a cookie that keeps you signed in. Lose the cookie or want to sign into another device and they send you another email.

Then "signup" takes five seconds, there's no login to forget (it's your email) and no password to forget (it doesn't even exist), so doing this on a hundred independent websites doesn't matter. You don't even have to use the email you actually read, you could use one exclusively for this type of account and then ignore anything that comes to it that isn't a site login token.