From 9c0aaabf5354237384896321f3bca3d760bbc8a5 Mon Sep 17 00:00:00 2001 From: Andrew Yu Date: Thu, 28 Jul 2022 21:02:47 +0800 Subject: useless commit message --- article/abortion.html | 2 +- article/democracy-fundamentals.html | 2 +- article/democracy-us.html | 40 ++++++++++++++++++++++ ...e-software-education-in-china-and-covid-19.html | 2 +- article/pragmatic-use-of-nonfree-software.html | 2 +- plain.css | 15 ++++++++ template.html | 2 +- 7 files changed, 60 insertions(+), 5 deletions(-) create mode 100644 article/democracy-us.html diff --git a/article/abortion.html b/article/abortion.html index c09cda4..fc2d086 100644 --- a/article/abortion.html +++ b/article/abortion.html @@ -5,7 +5,7 @@ - +

Abortion (Unfinished)

This article is a work-in-progress.

diff --git a/article/democracy-fundamentals.html b/article/democracy-fundamentals.html index 976217f..8867090 100644 --- a/article/democracy-fundamentals.html +++ b/article/democracy-fundamentals.html @@ -6,7 +6,7 @@ - +

Democracy: Fundamentals (Unfinished)

Unless otherwise specified, ``democracy'' in this article refers to representative democracy. ``Country'' can additionally refer to other regions that have people and its own policies, such as a state, provinces in some countries, etc.

diff --git a/article/democracy-us.html b/article/democracy-us.html new file mode 100644 index 0000000..62a3e9c --- /dev/null +++ b/article/democracy-us.html @@ -0,0 +1,40 @@ + + + + Democracy: The US (Unfinished) + + + + + +

Democracy: The US Constitution (Unfinished)

+

+ When people talk about democracies, it's common to think of the US Constitution as the ``defining point of democracy''. While the US is the first modern democracy, its laws is far from perfect. In fact, it may be one of the worst of modern time! I will briefly go through the following. +

+ + + +

Corruption

+ +

A study shows that ``Multivariate analysis indicates that economic elites and organized groups representing business interests have substantial independent impacts on U.S. government policy, while average citizens and mass-based interest groups have little or no independent influence.''

+ +

+ A near-ideal democracy would have a roughly linear positive correlation between the fraction of voters who support a policy and the possibility of the policy being passed in the legislature. But in the US, the line is flat at about 30%. A representative democracy wouldn't have a perfect correlation, because the general public is unable to be informed on all topics; fluctuations are normal. But a flat line means that the opinions of the people don't matter at all. This does not make sense in any type of democracy. +

+ +

+ +

+ +

The Electoral College

+ + + + diff --git a/article/free-software-education-in-china-and-covid-19.html b/article/free-software-education-in-china-and-covid-19.html index 8c72493..f3c7ef7 100644 --- a/article/free-software-education-in-china-and-covid-19.html +++ b/article/free-software-education-in-china-and-covid-19.html @@ -6,7 +6,7 @@ - +

On Free Software, Education in China and the COVID-19 Pandemic

This was originally an email to the Libreplanet-discuss mailing list.

diff --git a/article/pragmatic-use-of-nonfree-software.html b/article/pragmatic-use-of-nonfree-software.html index a3dcaea..4aa635a 100644 --- a/article/pragmatic-use-of-nonfree-software.html +++ b/article/pragmatic-use-of-nonfree-software.html @@ -5,7 +5,7 @@ - +

Pragmatic Use of Nonfree Software

Abstract

diff --git a/plain.css b/plain.css index aa9881d..cdd170d 100644 --- a/plain.css +++ b/plain.css @@ -4,6 +4,21 @@ body { text-align: justify; } +h1 { + text-align: center; + font-weight: normal; +} + +.indent p { + margin-bottom: 0; + padding-bottom: 0; +} +.indent p + p { + margin-top: 0; + padding-top: 0; + text-indent: 2em; +} + a.link {color: #0000A0;} a.visited {color: #A000A0;} a.active {color: #00A000;} diff --git a/template.html b/template.html index 0aeb075..d0dc527 100644 --- a/template.html +++ b/template.html @@ -6,7 +6,7 @@ - +

<++>