summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2021-12-16 01:56:44 +0800
committerAndrew Yu <andrew@andrewyu.org>2021-12-16 01:56:44 +0800
commit6ca19ae9c5880dbbad2a1047bb7de88be311b1c4 (patch)
tree8936ca98e847abd922f52bb6260abbde6fa0c9f5 /index.html
parentca38ff9e59ae0f8b43f8f12a6882d2641fff2424 (diff)
downloadwww-6ca19ae9c5880dbbad2a1047bb7de88be311b1c4.tar.gz
extend the questions
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 81ea941..17cb49c 100644
--- a/index.html
+++ b/index.html
@@ -27,11 +27,11 @@
 			<div id="ponder">
 				<h2>Help me ponder upon these questions</h2>
 				<h3>Help me choose licenses</h3>
-				<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.</p>
+				<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. (To be extended)</p>
+				<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>
-				<p>(To be extended)</p>
+				<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">
 				<h2>About me</h2>