summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-10-07 12:14:38 +0200
committerAndrew Yu <andrew@andrewyu.org>2022-10-07 12:14:38 +0200
commit283089991371442bb9f1a646327a779801a4bd1d (patch)
tree39f1fd40201f574017fc614962c86d28efc7e8b4
parent7c531bb5a4076c9c3f28344a337dbf810b50ba43 (diff)
downloadwebsite-283089991371442bb9f1a646327a779801a4bd1d.tar.gz
website-283089991371442bb9f1a646327a779801a4bd1d.zip
Explicitly note ``all rights reserved''.
-rw-r--r--index.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/index.html b/index.html
index 19499b9..fd7bed6 100644
--- a/index.html
+++ b/index.html
@@ -23,9 +23,18 @@
Do what the programmer writes. For example, the compiler MUST NOT do GCC-style optimizations such as replacing <code>printf("Hello, world!\n")</code> with <code>puts("Hello, world!")</code> (C example, we'll use our own language when that happens). However, as humans often make mistakes (i.e. it is rarely wanted to use <code>printf</code> instead of <code>puts</code> for printing a single string), linters SHOULD be able to detect that (and more subtle issues like double-free, use-after-free, potential buffer overflows, etc) and offer alternatives. But in no circumstance should the computer do differently than told.
</li>
</ul>
+ <h2>Thoughts</h2>
+ <p>
+ These are incomplete (as in not complete enough to be in a specification of any kind) thoughts that we had.
+ </p>
+ <ul>
+ <li>
+ <a href="/thought/unix-philosophy-confusing">The ``UNIX Philosophy'' is Confusing</a>
+ </li>
+ </ul>
<h2>Licensing</h2>
<p>
- Unlike most of <a href="https://www.andrewyu.org/>">Andrew</a> and <a href="https://users.andrewyu.org/~hax/">Test_User</a>'s Websites, this Website conveys new ideas that may be fundemental to future computing, thus ruling out Public Domain as a ``licensing'' option. Some type of copyleft will be used but we can't decide which specifically for now. Until then, please contact <code>evosaur AT andrewyu DOT org</code> for permission to use.
+ Unlike most of <a href="https://www.andrewyu.org/">Andrew</a> and <a href="https://users.andrewyu.org/~hax/">Test_User</a>'s Websites, this Website conveys new ideas that may be fundemental to future computing, thus ruling out Public Domain as a ``licensing'' option. Some type of copyleft will be used but we can't decide which specifically for now. Until then, please contact <code>evosaur AT andrewyu DOT org</code> for permission to use. (Basically: For now, all rights reserved.)
</p>
<h2>Community</h2>
<ul>
@@ -33,7 +42,7 @@
Mailing list: <code>evosaur AT andrewyu DOT org</code>
</li>
<li>
- Internet relay chat: <code>#evosaur</code> on <code>irc.andrewyu.org</code>
+ Internet relay chat: <code>#evosaur</code> on <code>irc.andrewyu.org</code> port <code>6697</code> (with TLS)
</li>
</ul>
<div id="footer">