Ask HN: How do I build a new social network?
1–10 of 37 posts
Re: Ask HN: How do I build a new social network?
#2Re: Ask HN: How do I build a new social network?
#3Re: Ask HN: How do I build a new social network?
#4I picked the first search result...
Re: Ask HN: How do I build a new social network?
#5The first thing is to check if a social network already exists that meets your needs such as a closed group using Telegram. I picked the first search result... https://www.jploft.com/blog/best-social-media-apps
Re: Ask HN: How do I build a new social network?
#6Re: Ask HN: How do I build a new social network?
#7> too much moderation
> rampant bot abuse
You can't solve the bot problem without thorough, labor-intensive moderation. These two of your goals are at odds with each other.
I will also say that almost 100% of the value of reddit is the moderation. After Musk eviscerated Twitter's moderation, it became more of a cesspit and people have been leaving for better-moderated networks.
> I want to make sure all political content is restricted or super duper limited
How are you going to do this without moderation?
What's your definition is political? Is discussing climate change political? What about health care?
If filtering certain topics or moderating a social network were a simple problem, bigger companies (like Meta) would've solved it without armies of human moderators.
Which also begs the question: how would you keep CSAM off your network?
Re: Ask HN: How do I build a new social network?
#8I am annoyed by emotionally negative political content on Mastodon and had to make a number of rules (no "fascist", "republican", "Trump", ...) to make it tolerable.
I found Bluesky's algorithmic feed eliminated about 75% of emotionally negative content and thought it was a good feed without any rules (though I was being careful who I follow.) Then the inauguration happened and there was a huge exodus of people from X and the feed either got overwhelmed with them or they were deliberately giving activists and journalists a lot of visibility so they build up followers quickly.
I've been wanting to make a "negative people" filter to make it easier to choose people to follow, the idea is to make a ModernBERT + LSTM classifier which I think will outperform my miniLM + pooling + SVM classifier. I need something that can look at images and detect "text in images" such as screenshots and image memes to block those too.
So from my viewpoint people can post what they want, but I won't read it. Probably Threads is using some technology like this to suppress politics and negativity in general.
To tell if something is true you need to make a god. Politics and negativity aren't quite the same thing, but they are fellow travelers.
Re: Ask HN: How do I build a new social network?
#9You can't. Your best bet is to joint the fediverse so you can interoperate with existing networks, like Mastodon. > too much moderation > rampant bot abuse You can't solve the bot problem without thorough, labor-intensive moderation. These two of your goals are at odds with each other. I will also say that almost 100% of the value of reddit is the moderation. After Musk eviscerated Twitter's moderation, it became mor…
I want to see a social network that solves the bot problem by requiring a fee to post.
Re: Ask HN: How do I build a new social network?
#10You can't. Your best bet is to joint the fediverse so you can interoperate with existing networks, like Mastodon. > too much moderation > rampant bot abuse You can't solve the bot problem without thorough, labor-intensive moderation. These two of your goals are at odds with each other. I will also say that almost 100% of the value of reddit is the moderation. After Musk eviscerated Twitter's moderation, it became mor…
> You can't solve the bot problem without thorough, labor-intensive moderation. I want to see a social network that solves the bot problem by requiring a fee to post.