thepaperpilot
7e55a8c0b9
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 57s
20 lines
No EOL
822 B
Markdown
20 lines
No EOL
822 B
Markdown
---
|
|
alias: "Mob Rule, Tyranny of the Majority"
|
|
public: "true"
|
|
slug: "direct-democracy"
|
|
title: "Direct Democracy"
|
|
prev: false
|
|
next: false
|
|
---
|
|
<script setup>
|
|
import { data } from '../../git.data.ts';
|
|
import { useData } from 'vitepress';
|
|
const pageData = useData();
|
|
</script>
|
|
<h1 class="p-name">Direct Democracy</h1>
|
|
<p>40 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
|
<hr/>
|
|
|
|
<details><summary>Referenced by:</summary><a href="/garden/anarchism/index.md">Anarchism</a><a href="/garden/consensus-democracy/index.md">Consensus Democracy</a></details>
|
|
|
|
A form of democracy where every voter gets to vote on every issue directly, and the majority rules. This form of voting is often criticized for having no safe guards to prevent a majority group from oppressing a minority group. |