this post was submitted on 15 Nov 2025
20 points (81.2% liked)
General Discussion
13740 readers
34 users here now
Welcome to Lemmy.World General!
This is a community for general discussion where you can get your bearings in the fediverse. Discuss topics & ask questions that don't seem to fit in any other community, or don't have an active community yet.
🪆 About Lemmy World
🧭 Finding Communities
Feel free to ask here or over in: !lemmy411@lemmy.ca!
Also keep an eye on:
- !newcommunities@lemmy.world
- !communitypromo@lemmy.ca
- !new_communities@mander.xyz
- !communityspotlight@lemmy.world
- !wowthislemmyexists@lemmy.ca!
For more involved tools to find communities to join: check out Lemmyverse!
💬 Additional Discussion Focused Communities:
- !actual_discussion@lemmy.ca - Note this is for more serious discussions.
- !casualconversation@lemm.ee - The opposite of the above, for more laidback chat!
- !letstalkaboutgames@feddit.uk - Into video games? Here's a place to discuss them!
- !movies@lemm.ee - Watched a movie and wanna talk to others about it? Here's a place to do so!
- !politicaldiscussion@lemmy.world - Want to talk politics apart from political news? Here's a community for that!
Rules and Policies
Remember, Lemmy World rules also apply here.
0. See: Rules for Users.
- No bigotry: including racism, sexism, homophobia, transphobia, or xenophobia.
- Be respectful. Everyone should feel welcome here.
- Be thoughtful and helpful: even with ‘silly’ questions. The world won’t be made better by dismissive comments to others on Lemmy.
- Link posts should include some context/opinion in the body text when the title is unaltered, or be titled to encourage discussion.
- Posts concerning other instances' activity/decisions are better suited to !fediverse@lemmy.world or !lemmydrama@lemmy.world communities.
- No Ads/Spamming.
- No NSFW content.
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
That's an interesting idea. I've been working on a STAR voting app and I could actually expand it into that. What core features would be necessary first? Probably user auth system, and code generation for votes? Could be like a platform that forms its own constitution?
Yeah I think I've played with your star voting app. I was actually digging into it for this exact use case.
I think an interesting experiment would be a lemmy community that does exactly this. Its something mods have cited as an issue (that its not possible to do).
I'm thinking about how to structure the features. I think the fundamental could be the STAR voting system given that I think it's the most expressive. But the biggest issue would be vote manipulation, such that we'd need a few trusted individuals to act as arbiters, so that votes could be held in such a way that each individual receives one cryptographic key which allows them to cast one ballot.
I'm imagining an admin bot that can be added to a lemmy channel. Something that manages the instance. You set up rules on who can or cant vote/ how votes should come into existence. Then the bot is in the channel, listening and goes through the operations.
The lemvotes API gives us what we would need to manage most of things. Beyond that, as a social experiment, I think we just put it into the hands of the community and see what happens.