- 2 Posts
- 10 Comments
Plebbitor@lemmy.worldOPto Programming@programming.dev•An open source Peer-to-peer serverless decentralized social media protocol built on IPFS1·3 months agonothing prevents it, the sub owner can put a challenge that’s impossible to solve to troll people. it’s required that this be possible otherwise the sub owner wouldnt have full control over what the challenge is.
a lemmy instance could do the same thing so it’s not really an issue, the fix is just dont use subs / instances that dont work.
Plebbitor@lemmy.worldOPto Programming@programming.dev•An open source Peer-to-peer serverless decentralized social media protocol built on IPFS2·3 months agoIt’s stored in each plebbit node. Each subplebbit runs a custom IPFS node for plebbit, with its text-only database, which is the content you see in the app. Peers download it and seed it back.
Plebbitor@lemmy.worldOPto Programming@programming.dev•An open source Peer-to-peer serverless decentralized social media protocol built on IPFS1·3 months agoYou can’t encode base64 images on plebbit, each fiels has a character limit. Obviously centralized links, from which media is embedded, will be taken down by the relative centralized website.
Plebbitor@lemmy.worldOPto Programming@programming.dev•An open source Peer-to-peer serverless decentralized social media protocol built on IPFS1·3 months agothere’s no 🍕 because ALL data on plebbit is text-only, you cannot upload media. We did this intentionally, so if you want to post media you must post a direct link to it (the interface embeds the media automatically), a link from centralized sites like imgur and stuff, who know your IP address, take down the media immediately (the embed 404’s) and report you to authorities. Further, plebbit works like torrents so your IP is already in the swarm, so you really shouldn’t use it for anything illegal or you’ll get caught.
Plebbitor@lemmy.worldOPto Programming@programming.dev•An open source Peer-to-peer serverless decentralized social media protocol built on IPFS1·3 months agonobody is running the matrix server at the moment, if you are interested in running it dm @estebanabaroa on telegram
Plebbitor@lemmy.worldOPto Programming@programming.dev•An open source Peer-to-peer serverless decentralized social media protocol built on IPFS2·3 months agoThe communities moderate themselves with their own admins, just like on reddit. The difference is, there’s no global admins that can censor communities or enforce global rules. However, the plebbit app developer can basically act like a global admin by blacklisting connections to certain communities. I predict the most popular plebbit apps won’t include such blacklisting functions.
Plebbit is like BitTorrent, there’s no global BitTorrent admin. You use a BitTorrent client (like uTorrent) to download torrents, and the client could technically blacklist your torrent. You use a plebbit client (like Seedit) to download a subplebbit, and the client could technically blacklist your subplebbit.
It’s entirely possible that more centralized plebbit clients will be created, to be published on app stores for example, and they will implement whitelists of safe communities to participate in, blocking any other community.
Plebbitor@lemmy.worldOPto Programming@programming.dev•An open source Peer-to-peer serverless decentralized social media protocol built on IPFS2·3 months agoYou need to have a structure for delegating moderation and such tasks to other people.
We actually have it: since there’s no central database of communities, who decides which ones appear in the homepage of the apps to first-time users? We use a “default list” of communities, which is effectively moderated (vetoed) by the app developer. This is the only “global admin” we basically have, but it’s only for the app itself, not the protocol, and it still doesn’t stop users from connecting p2p to the community (depending on the app, some plebbit client developers could implement blacklists).
Plebbitor@lemmy.worldOPto Programming@programming.dev•An open source Peer-to-peer serverless decentralized social media protocol built on IPFS2·3 months agoI agree in general, just like the word “decentralized”. But in this case it’s legit, because it simply means it’s p2p. I’d call bitcoin “serverless” as well, so it’s BitTorrent and IPFS. Plebbit is exactly the same: you open the desktop app and it runs a p2p node automatically in the background, to run your subplebbit, and users connect to it peer to peer. Your p2p node is not really a “server”, because it doesn’t require any centralized domain to function, it uses transport protocols and peer discovery instead.
Plebbitor@lemmy.worldOPto Selfhosted@lemmy.world•Why Plebbit Outperforms Any Other Decentralized Social Media PlatformEnglish3·5 months agodeleted by creator
Plebbitor@lemmy.worldOPto Selfhosted@lemmy.world•Plebbit is a peer-to-peer Reddit alternative that allows you to self host and own your own communityEnglish2·5 months agodeleted by creator
It was supposed to be a lot more decentralized than Lemmy. Plebbit was built around a p2p protocol and the idea was that it wouldn’t rely on servers, everything would be fully serverless and self-hosted in a true decentralized way. What made it interesting was that it was planned to support multiple UIs, so people could use different frontends like their own version of Lemmy’s UI, or even something totally custom. A Lemmy style UI was even on their roadmap.
But the problem is… it never really happened. It’s been super slow because there are only like 3 devs working on it, and they’ve been trying to find more help for ages. The MVP still hasn’t come out, and I think the crypto side of it just scared people off or made things harder. I really believed in the idea at first, but now it just feels like vaporware.