summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-01-09 23:56:18 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-01-09 23:56:18 +0800
commit3c7ac747a7bd73a33265cf7b2422435eb64a38a4 (patch)
treef48477aac18e629614833d34907e3c98d2dfedfd /index.html
parenteb294bb0e6e35c25ac39c2066381b3b706cd42c0 (diff)
parent7d3a3a8dbfe83388ffe86cbda3316cf210dd3302 (diff)
downloadwww-3c7ac747a7bd73a33265cf7b2422435eb64a38a4.tar.gz
Merge branch 'master' of git.andrewyu.org:/var/www/git.andrewyu.org/www
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index 852a859..39a6d10 100644
--- a/index.html
+++ b/index.html
@@ -29,6 +29,8 @@
 			<div id="ponder">
 				<h2>Help me ponder upon these questions</h2>
 				These are questions that interest me.  If I have more ideas on them, I might turn them into projects.
+				<h3>Sudden idea on the Lisp-like operating system</h3>
+				<p>Emacs is an example!</p>
 				<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 (Haskell) ideas?</h3>