Mercurial Hosting > reactionary
changeset 117:419605a4a691 default tip
update forum.html
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Fri, 12 Dec 2025 11:15:40 -0700 |
| parents | 21ff5226f821 |
| children | |
| files | src/forum.html.luan |
| diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/forum.html.luan Thu Dec 11 14:59:26 2025 -0700 +++ b/src/forum.html.luan Fri Dec 12 11:15:40 2025 -0700 @@ -32,14 +32,16 @@ <p>Free speech means no censorship at the platform level. Forum moderators can moderate their forums however they want.</p> -<p>Reddit has a feed of threads across subscribed forums. This isn't needed. Discord's approach is better. Just list subscribed forums with an indicator for new content.</p> +<p>Discord's discovery (ability to find new forums) is pathetic. One should be able to search for content across the platform as Reddit allows.</p> -<p>Discord's discovery (ability to find new forums) is pathetic. One should be able to search for content across the platform as Reddit allows.</p> +<p>Reddit has a global list of threads on the home page. This doesn't work for a free-speech platform because it would expose unwanted content. Even Reddit's feed of threads across subscribed forums isn't needed. Discord's approach is better. Just list subscribed forums with an indicator for new content. Also there should be no way to see what forums a user is subscribed to or their posts across forums since this violates user privacy. Users should be able to customize their profile on each forum. Discord's approach of segmenting forums is best for a free-speech platform.</p> <p>I propose implementing a forum platform in <a href="<%=luan_url()%>/">Luan</a>. Each forum would be a Luan site which means that users could actually customize the code of their own site if they want. Forums (Luan sites) would get platform-wide info like search results using MapReduce.</p> <p>If implemented, this project should <a href="nabble.html">replace Nabble</a>.</p> +<p>For a discussion of forum/chat alternatives and the need for this proposal, see <a href="https://claude.ai/share/4dd72292-31c7-4786-a330-db8010458b02">this chat with Claude</a>.</p> + </div> </body> </html>
