The Agora
In the spirit of the Ancient Greek Agora, we invite you to join our vibrant community - a contemporary meeting place for the exchange of ideas, inspired by the practices of old. Just as the Agora served as the heart of public life in Ancient Athens, our platform is designed to be the epicenter of meaningful discussion and thought-provoking dialogue.
Here, you are encouraged to speak your mind, share your insights, and engage in stimulating discussions. This is your opportunity to shape and influence our collective journey, just like the free citizens of Athens who gathered at the Agora to make significant decisions that impacted their society.
You're not alone in your quest for knowledge and understanding. In this community, you'll find support from like-minded individuals who, like you, are eager to explore new perspectives, challenge their preconceptions, and grow intellectually.
Remember, every voice matters and your contribution can make a difference. We believe that through open dialogue, mutual respect, and a shared commitment to discovery, we can foster a community that embodies the democratic spirit of the Agora in our modern world.
Community guidelines
New posts should begin with one of the following:
- [Question]
- [Discussion]
- [Poll]
Only moderators may create a [Vote] post.
Voting History & Results
view the rest of the comments
I just had an idea. What if instead of a percentage of users in the instance, it's a percentage of users that are subscribed to the agora. I don't think subs are public, so it would have to be checked by an admin or bot. Maybe tallying and time limits could be done by the bot as well. I'm not too sure. Just throwing the idea out there.
Edit: Also I could help with development of a bot if needed. I don't know how lemmy/fediverse works under the hood though :/
I just had the same thought :)
So how would you work out the final vote count based on that?
Ayes from unique users as a percentage of subscribers? Does the nay count carry any weight? What if it's 51% Aye and %49 Nay?
I would have the bot work like this:
Find the total subscribed agora users.
Find the number of agora subscribers from this instance.
Assume every user from the local instance votes nay, then start reading replies.
For each reply, if the local subscriber uses the "aye" tag, change their vote to aye and record the timestamp for that reply.
A later reply with the "nay" tag should be able to undo that user's previous approval.
The bot should report the counts each day and a final summary after the voting period has ended.
If it's not over 51%, then the vote should fail to pass.