summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2021-12-16 16:01:06 +0800
committerAndrew Yu <andrew@andrewyu.org>2021-12-16 16:01:06 +0800
commit8b0e9a37fd78d7fc79dd016a437531cf0e64ca8f (patch)
tree26be9aee8948978886383e9741b0cf0063eec9eb /index.html
parent639dd49774b3bdfb89177ccc2b4db9ca42cdff57 (diff)
downloadwww-8b0e9a37fd78d7fc79dd016a437531cf0e64ca8f.tar.gz
contactref...radio
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index be8d4df..3b60fc2 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,7 @@
 				<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&mdash;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&mdash;I put them into the public domain, and I think that's okay.  Please mail me if you have any thoughts on this.  But sad examples:  Minix was permissively licensed, got abused by Intel.  The BSD stuff was permissively licensed, got abused by Apple.</p>
-				<h3>What about a pure functional Lisp dialect, with monads and similar ideas?</h3>
+				<h3>What about a pure functional Lisp dialect, with monads and similar (Haskell) 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 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>
@@ -34,6 +34,7 @@
 				<h2>Contact</h2>
 				<p>There are many ways to contact me.  None of these require proprietary software.</p>
 				<ul>
+					<li>radio me at guard frequency (not recommended)</li>
 					<li>talk to me in real life</li>
 					<li>mail <a href="mailto:andrew@andrewyu.org">andrew@andrewyu.org</a></li>
 					<li>irc <a href="irc://irc.libera.chat:6697/AndrewYu">Andrew on Libera</a></li>