summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2021-12-16 11:28:19 +0800
committerAndrew Yu <andrew@andrewyu.org>2021-12-16 11:28:19 +0800
commit8d36eab1692677a9378dbcd0152ad26c1db36933 (patch)
tree907ec7d94591bed33da54fd16fd37220c0ec534f
parent69429c827c80ab09c621c6d84fac2b58c078a8de (diff)
downloadwww-8d36eab1692677a9378dbcd0152ad26c1db36933.tar.gz
spelling issues, hacked css
-rw-r--r--index.html2
-rw-r--r--style.css1
2 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 141b8f9..9438330 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@
 				<p>I am currently unable to decide what license should I choose for my programs and other works.  I used to use the GNU General Public License.  Then I realized that (1) the GPL causes compatibility problems with those who wish to use another [free] license (who do exist) and (2) the GPL restricts on what a user can do with a work.  I'm thinking of what freedom actually means---there are freedoms to do things and freedoms from being the object of some other person doing something.  Does software which you can't distribute in any form you wish count as free software?  I think so.  However, as <a href="https://unixsheikh.com/articles/the-problems-with-the-gpl.html">https://unixsheikh.com/articles/the-problems-with-the-gpl.html</a> explains, the GPL is based on coercing people into sharing, but coercion not effective in any field to make people actually share.  This is understandable.  I might start using the GPL again for my programs (might even be the AGPL).  However, you might wanna convince me (if you have good arguments on this) to use a license for my documents and books---I put them into the public domain, and I think that's okay.  Please mail me if you have any thoughts on this.</p>
 				<h3>What about a pure functional Lisp dialect, with monads and similar ideas?</h3>
 				<p>I love s-expressions, as they clearly represent the structure of a program, or even natural language.  They also allow for powerful macros, enabling some Lisp dialects to have continuations and other cool stuff.  Haskell, on the other hand, is purely functional, where things that involve side effects are usually implemented with Monads.  I'm looking for an implementation that combines these.</p>
-				<h3>What about a mathematical politicol system?</h3>
+				<h3>What about a mathematical political system?</h3>
 				<p>A government too strong causes authoritarianism which may lead to non-democracies, while a government too weak causes the inability of the government to do anything with the slightest controversy (look at COVID handling).  Is there a mathematical way (say a function; this sounds like group theory, but I'm not sure) to compute, based all known information known about the bill/order/whatever being considered, if the government (I'm especially talking about the executive here) has the right to order that? I feel like this could be proved impossible due to incompleteness and unpredictability, but this needs further investigation.</p>
 			</div>
 			<div id="me">
diff --git a/style.css b/style.css
index 32225da..522a753 100644
--- a/style.css
+++ b/style.css
@@ -20,6 +20,7 @@ h1 {
 	gap: 2%;
 }
 .multicol div {
+	/* min-width: 15ex; */
 	/* max-width: 75ex; */
 	/* margin-left: auto; */
 	/* margin-right: auto; */