this post was submitted on 05 Aug 2025
1892 points (99.2% liked)

You Should Know

40304 readers
907 users here now

YSK - for all the things that can make your life easier!

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must begin with YSK.

All posts must begin with YSK. If you're a Mastodon user, then include YSK after @youshouldknow. This is a community to share tips and tricks that will help you improve your life.



Rule 2- Your post body text must include the reason "Why" YSK:

**In your post's text body, you must include the reason "Why" YSK: It’s helpful for readability, and informs readers about the importance of the content. **



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Posts and comments which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding non-YSK posts.

Provided it is about the community itself, you may post non-YSK posts using the [META] tag on your post title.



Rule 7- You can't harass or disturb other members.

If you harass or discriminate against any individual member, you will be removed.

If you are a member, sympathizer or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people and you were provably vocal about your hate, then you will be banned on sight.

For further explanation, clarification and feedback about this rule, you may follow this link.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- The majority of bots aren't allowed to participate here.

Unless included in our Whitelist for Bots, your bot will not be allowed to participate in this community. To have your bot whitelisted, please contact the moderators for a short review.



Rule 11- Posts must actually be true: Disiniformation, trolling, and being misleading will not be tolerated. Repeated or egregious attempts will earn you a ban. This also applies to filing reports: If you continually file false reports YOU WILL BE BANNED! We can see who reports what, and shenanigans will not be tolerated.

If you file a report, include what specific rule is being violated and how.



Partnered Communities:

You can view our partnered communities list by following this link. To partner with our community and be included, you are free to message the moderators or comment on a pinned post.

Community Moderation

For inquiry on becoming a moderator of this community, you may comment on the pinned post of the time, or simply shoot a message to the current moderators.

Credits

Our icon(masterpiece) was made by @clen15!

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] iglou@programming.dev 2 points 2 days ago* (last edited 2 days ago) (1 children)
  1. You are conflating complexity and difficulty. But I'll argue it's both more complex and more difficult. It's more complex because rather than choosing your candidate, you have to express your opinions. You have a bunch of choices to make instead of one. That's complexity. But it is also more difficult, because it requires you to have a grasp of all the issues that are brought up. Not everyone is able to give their opinion on how to best fight a job crisis, for instance. And picking what "feels" best makes the choice pointless and dangerous. It also doesn't prevent lies, marketing and false promises at all, as a candidate could still be lying about their intentions just to get more votes.
  2. It is very hard to find the closest match. I tell you that as a software engineer. Because what rules do you use to determine the "closest"? Do you consider every opinion as important? Do you minimise the average distance? Do you minimise the amount of extreme differences? Do you prioritise some "more important" issues? Who even decides what is important? There are so many ways to bias and twist a system like this.
  3. Then you're probably better off advocating for a direct democracy, which is another topic and can be done in a much easier way than trying to adapt a representative democracy for it!
[–] Modern_medicine_isnt@lemmy.world 0 points 2 days ago (1 children)
  1. I disagree that answering the questions have to be harder. They don't have to be so specific that they require a solid grasp. They should be more like do you agree with doing X. Not "choose the best way to solve the homeless crisis".

  2. You're overthinking it. You take each question and determine what % of the population answered each way. Then you choose multiple cadadites such that together roughly the same % of the cadadites answered the same way as the people. So yes you should end up with representatives on opposite sides of the issue if people voted that way. The idea is that the representatives as a whole accurately represent the people. And like I said, in a small population state that may be a challenge. But there are ways to work around that.

  3. I don't think a direct democracy is better. In a dd, money determines what gets voted on. And there are less things voted on in general, so money can sway the people a lot. When the number of questions is higher and all at once, money has a hard time focusing a message on them all. And even after that, the answering of the questions chooses a rep who is able to learn enough aboutvit to be less likely to be swayed by money. A large part of that is that they need no campaign, so they don't have to serve the money to get reelected.

I'm not saying it perfect, but the general idea is to get people who represent the opinions of the people, not popularity contest winners. And to reduce the money connection to poloticians votes. Also, you don't need a "party" at all.

[–] iglou@programming.dev 1 points 1 day ago (1 children)
  1. Then we'll have to agree to disagree on this.
  2. I'm not overthinking it. Doing stuff like this is my job. I receive a problem, I ask the questions to get precise requirements. What I am telling you is that depending on who answers these questions, the outcome of the elections can be completely different. In a very oversimplificated way, it's a new, even sneakier way to gerrymander.
  1. I'm a devops engineer. I personally haven't written code to do this, but it isn't something that hasn't been done before. Just take all possible combinations of candidates and use thier answers to compute the percentage that answered a given way for each question foreach combination. Do the same with the voting results. Then compare the % of the population to the % of each combination to get a set of differences for each combination. For small states you probably need to increase the number of seats to some minimum like 20 or more. For big states you will probably get a match with a tolerance of +/- 1%. For others you will have to iterate the tolerance up until you get a match.

If you want to get a better match, you could make the number of cadadites selected dynamic. And personally I support having a larger number as it reduces the power of anyone individual. Then the reps from the state can vote on any issue, and the states votes can be distributed to represnt the votes of the many representatives.

The idea is a group that actually represents the views of the people they represent istead of special interests.