this post was submitted on 12 May 2025
8 points (58.3% liked)
Programming
20138 readers
101 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
i don't want things to be censorship resistant. if i host my own instance and some asshole spams it with illegal porn, i want to be able to remove that shit.
It's a text based. No one can spam images
it specifically talks about image boards, and that posts are stored on ipfs, and that admins can't delete stuff, only hide it from new users. linking to images on ipfs is definitely possible in that case, and those will be up as long as the spammer seeds them.
Admins of communities can delete stuff. The doc was referring to global admins, there are no global admins on Plebbit.
also Plebbit nodes don't store images, we only store links to images hosted somewhere else.
delete, or hide? because if images are hosted on ipfs they'll be up as long as someone wants them to be, and in a content-addressable network you'll just be playing whack-a-mole with people linking illegal stuff.
There's a button in the UI to purge comment from your community as a mod. What will happen is:
Plebbit is text-only protocol, all images in the clients are links to image hosting websites.
i get that part, and i appreciate that you devs are here answering questions. i just don't understand how that will work if people who have already seen the content still have it cached and can help seed it. or am i understanding that wrong?
There will be no way for new people to discover the purged content through the community itself.
Now, if you had the CID of a purged content and there are people seeding it to you, then yes Plebbit functions like any P2P network in which anyone can fetch a content that's seeded by somebody
right, so it still exists, it's just not associated with me. idk if i'd be comfortable running something like that.
99.99% of cases won't matter because most people won't seed random content forever. If the sub owner purge it from their node, I highly doubt anybody else would come across it unless there's like a group dedicated to seeding and sharing removed content
you're probably right that it doesn't matter for most people, but i've seen enough cases where illegal material is smuggled through the cracks of a system that i can absolutely believe that there will be groups committed to seeding and sharing removed content, possibly using a mainstream instance to post drops. then that instance gets implicated.
if you can post text, you can post base64-encoded data, incl. images
Biggest text you can embed is 30kb, and that is configurable by communities and they can choose to lower that