The endless unresearched opinion on Facebook drives me mad. But unless you only want to have friends who are rich enough to agree with you, this is dead in the water.
Jimmy Wales has quietly launched a Facebook rival
441–450 of 587 posts
Re: Jimmy Wales has quietly launched a Facebook rival
#442What I want is a decentralized Reddit not under the control of advertising needs. Reddit redesign has been bad for quality content. I actually find Reddit to be a better source of information and knowledge than Google at this point, mostly because Google has been inundated with paid blog-spam. It's a bit harder to get away with that in Reddit (for the time being, and for whatever reason).
Re: Jimmy Wales has quietly launched a Facebook rival
#443Earlier quoted context omitted.
There already is a decentralized Reddit where subreddits are called websites and anyone can start one and run it as they please. What Reddit and similar sites bring to the table is a single pool of authenticated users. Once a user is logged into Reddit, posting on different subreddits is frictionless. Even with oauth and the like, it is hard to replicate that with a distributed set of sites.
I disagree. What Reddit brings to the table is: 1. Easy sharing: Subreddits, which are an easy location to share interesting information about a common topic. Creating your own website is an order of magnitude harder, especially if you want to allow anyone on the internet to post to it 2. Discoverability: You can easily discover subreddits information related to your interests. Reddit's ability to aggregate the vario…
See AskHistorians, Science, ModeratePolitics etc.
This combined with huge communities results in incredible conversations.
Re: Jimmy Wales has quietly launched a Facebook rival
#444Earlier quoted context omitted.
I specced out a decentralized spam-resistant reddit alternative a while ago, and posted it here a few months ago. Please build this, happy to sign away non-exclusive IP rights if you have an idea of how to monetize. --- I've specced out a decentralized reddit alternative a little bit, but have too many side projects. Someone please take this and build it. Let me know if you try, would love to spectate and advise on d…
Except that the direct trust scores are manual rather than algorithmic in your version, isn't that basically the Facebook newsfeed you've reinvented?
I think of my spec as basically just a protocol and think most clients would do the work of adjusting trust scores algorithmically based on the actions you take.
Re: Jimmy Wales has quietly launched a Facebook rival
#445What I want is a decentralized Reddit not under the control of advertising needs. Reddit redesign has been bad for quality content. I actually find Reddit to be a better source of information and knowledge than Google at this point, mostly because Google has been inundated with paid blog-spam. It's a bit harder to get away with that in Reddit (for the time being, and for whatever reason).
There already is a decentralized Reddit where subreddits are called websites and anyone can start one and run it as they please. What Reddit and similar sites bring to the table is a single pool of authenticated users. Once a user is logged into Reddit, posting on different subreddits is frictionless. Even with oauth and the like, it is hard to replicate that with a distributed set of sites.
- Self-hosted mostly-static sites
- Open protocol
Maybe: - Own domain
- Own site is portal for aggregated views
- Extensions (Install events, chat, ...)
- Rust (minimal RAM)Re: Jimmy Wales has quietly launched a Facebook rival
#446Re: Jimmy Wales has quietly launched a Facebook rival
#447Re: Jimmy Wales has quietly launched a Facebook rival
#448What I want is a decentralized Reddit not under the control of advertising needs. Reddit redesign has been bad for quality content. I actually find Reddit to be a better source of information and knowledge than Google at this point, mostly because Google has been inundated with paid blog-spam. It's a bit harder to get away with that in Reddit (for the time being, and for whatever reason).
Yes, I very often find myself adding "Reddit" to the end of search queries on Google now, because I know that the results will be people discussing the topic I'm interested in, rather than an obscure Wikipedia entry or blog spam.
Re: Jimmy Wales has quietly launched a Facebook rival
#449What I want is a decentralized Reddit not under the control of advertising needs. Reddit redesign has been bad for quality content. I actually find Reddit to be a better source of information and knowledge than Google at this point, mostly because Google has been inundated with paid blog-spam. It's a bit harder to get away with that in Reddit (for the time being, and for whatever reason).
Yes, I very often find myself adding "Reddit" to the end of search queries on Google now, because I know that the results will be people discussing the topic I'm interested in, rather than an obscure Wikipedia entry or blog spam.
Re: Jimmy Wales has quietly launched a Facebook rival
#450Earlier quoted context omitted.
You could treat a link to the post as a proxy for an upvote, and then rank posts based on how many other posts link to them. Of course you wouldn't be able to charge for this service so you'd have to sell ad space on the front page.
That would be an exceedingly thin signal. Very few posts will have incoming links, so you'll get very little scoring data. The signal will be hugely susceptible to outlier bias -- The Post That Goes Viral, and generates a huge number of incoming links -- will dominate the rankings. Because the signal is so thin, distorting and manipulation (through link farming) will be cheap and difficult to detect (a small number o…
The problem is essentially this: since pagerank is basically the probability that a random walk through the link graph will end up on your site, linking back to yourself, and no other websites, gives a big boost to your pagerank because a random walk will get stuck on your site. Of course it’s easy to just ignore self-links, but you can get essentially the same effect through clique-like groups of websites and this can be more difficult to detect.
What’s interesting is that an algorithm based on how electrical current flows (so a link is a one-way resistor, i.e. a resistor in series with a diode) would not have this problem. Attaching a conductive loop to some point in a circuit does not change how current flows. Electrons don’t get stuck in loops because they don’t drift around randomly, they move from lower voltage to higher voltage.