about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--COPYING.md2
-rw-r--r--README.md9
-rw-r--r--css/terminal.css2
-rwxr-xr-xfiles/fonts/DejaVuSansMono-LICENSE187
-rwxr-xr-xfiles/fonts/DejaVuSansMono.ttfbin0 -> 340712 bytes
-rw-r--r--package-lock.json13
-rw-r--r--package.json3
-rwxr-xr-xpublish.sh8
-rw-r--r--src/blog/casting-the-circle.md56
-rw-r--r--src/index.html5
-rw-r--r--www.starfall.systems30
11 files changed, 304 insertions, 11 deletions
diff --git a/COPYING.md b/COPYING.md
index 4faf7bf..b8415e3 100644
--- a/COPYING.md
+++ b/COPYING.md
@@ -1,4 +1,4 @@
-Except as noted, all content is (c) 2020-2023 Starfall. All rights reserved.
+Except as noted, all content is (c) 2020-2024 Starfall. All rights reserved.
 
 That said, we have no interest in preventing individuals from making use of
 what knowledge we freely share, and the above statement is little more than
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6328103
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+Updating the site:
+
+```
+npx @11ty/eleventy
+mkdir -p /srv/www.starfall.systems
+cp -r _site /srv/www.starfall.systems
+install www.starfall.systems /etc/nginx/sites-available/www.starfall.systems
+nginx -s reload
+```
diff --git a/css/terminal.css b/css/terminal.css
index bb3e1bd..509a1a6 100644
--- a/css/terminal.css
+++ b/css/terminal.css
@@ -1,6 +1,6 @@
 @font-face {
 	font-family: "DejaVu Sans Mono";
-	src: url("../files/fonts/dejavu/ttf/DejaVuSansMono.ttf");
+	src: url("../files/fonts/DejaVuSansMono.ttf");
 }
 :root {
 	--fg: #90ff90;
diff --git a/files/fonts/DejaVuSansMono-LICENSE b/files/fonts/DejaVuSansMono-LICENSE
new file mode 100755
index 0000000..df52c17
--- /dev/null
+++ b/files/fonts/DejaVuSansMono-LICENSE
@@ -0,0 +1,187 @@
+Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
+Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below)
+
+
+Bitstream Vera Fonts Copyright
+------------------------------
+
+Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
+a trademark of Bitstream, Inc.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of the fonts accompanying this license ("Fonts") and associated
+documentation files (the "Font Software"), to reproduce and distribute the
+Font Software, including without limitation the rights to use, copy, merge,
+publish, distribute, and/or sell copies of the Font Software, and to permit
+persons to whom the Font Software is furnished to do so, subject to the
+following conditions:
+
+The above copyright and trademark notices and this permission notice shall
+be included in all copies of one or more of the Font Software typefaces.
+
+The Font Software may be modified, altered, or added to, and in particular
+the designs of glyphs or characters in the Fonts may be modified and
+additional glyphs or characters may be added to the Fonts, only if the fonts
+are renamed to names not containing either the words "Bitstream" or the word
+"Vera".
+
+This License becomes null and void to the extent applicable to Fonts or Font
+Software that has been modified and is distributed under the "Bitstream
+Vera" names.
+
+The Font Software may be sold as part of a larger software package but no
+copy of one or more of the Font Software typefaces may be sold by itself.
+
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
+TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
+FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
+ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
+THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
+FONT SOFTWARE.
+
+Except as contained in this notice, the names of Gnome, the Gnome
+Foundation, and Bitstream Inc., shall not be used in advertising or
+otherwise to promote the sale, use or other dealings in this Font Software
+without prior written authorization from the Gnome Foundation or Bitstream
+Inc., respectively. For further information, contact: fonts at gnome dot
+org.
+
+Arev Fonts Copyright
+------------------------------
+
+Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the fonts accompanying this license ("Fonts") and
+associated documentation files (the "Font Software"), to reproduce
+and distribute the modifications to the Bitstream Vera Font Software,
+including without limitation the rights to use, copy, merge, publish,
+distribute, and/or sell copies of the Font Software, and to permit
+persons to whom the Font Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright and trademark notices and this permission notice
+shall be included in all copies of one or more of the Font Software
+typefaces.
+
+The Font Software may be modified, altered, or added to, and in
+particular the designs of glyphs or characters in the Fonts may be
+modified and additional glyphs or characters may be added to the
+Fonts, only if the fonts are renamed to names not containing either
+the words "Tavmjong Bah" or the word "Arev".
+
+This License becomes null and void to the extent applicable to Fonts
+or Font Software that has been modified and is distributed under the 
+"Tavmjong Bah Arev" names.
+
+The Font Software may be sold as part of a larger software package but
+no copy of one or more of the Font Software typefaces may be sold by
+itself.
+
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
+TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.
+
+Except as contained in this notice, the name of Tavmjong Bah shall not
+be used in advertising or otherwise to promote the sale, use or other
+dealings in this Font Software without prior written authorization
+from Tavmjong Bah. For further information, contact: tavmjong @ free
+. fr.
+
+TeX Gyre DJV Math
+-----------------
+Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
+
+Math extensions done by B. Jackowski, P. Strzelczyk and P. Pianowski
+(on behalf of TeX users groups) are in public domain.
+
+Letters imported from Euler Fraktur from AMSfonts are (c) American
+Mathematical Society (see below).
+Bitstream Vera Fonts Copyright
+Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera
+is a trademark of Bitstream, Inc.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of the fonts accompanying this license (“Fonts”) and associated
+documentation
+files (the “Font Software”), to reproduce and distribute the Font Software,
+including without limitation the rights to use, copy, merge, publish,
+distribute,
+and/or sell copies of the Font Software, and to permit persons  to whom
+the Font Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright and trademark notices and this permission notice
+shall be
+included in all copies of one or more of the Font Software typefaces.
+
+The Font Software may be modified, altered, or added to, and in particular
+the designs of glyphs or characters in the Fonts may be modified and
+additional
+glyphs or characters may be added to the Fonts, only if the fonts are
+renamed
+to names not containing either the words “Bitstream” or the word “Vera”.
+
+This License becomes null and void to the extent applicable to Fonts or
+Font Software
+that has been modified and is distributed under the “Bitstream Vera”
+names.
+
+The Font Software may be sold as part of a larger software package but
+no copy
+of one or more of the Font Software typefaces may be sold by itself.
+
+THE FONT SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
+TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
+FOUNDATION
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL,
+SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN
+ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR
+INABILITY TO USE
+THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
+Except as contained in this notice, the names of GNOME, the GNOME
+Foundation,
+and Bitstream Inc., shall not be used in advertising or otherwise to promote
+the sale, use or other dealings in this Font Software without prior written
+authorization from the GNOME Foundation or Bitstream Inc., respectively.
+For further information, contact: fonts at gnome dot org.
+
+AMSFonts (v. 2.2) copyright
+
+The PostScript Type 1 implementation of the AMSFonts produced by and
+previously distributed by Blue Sky Research and Y&Y, Inc. are now freely
+available for general use. This has been accomplished through the
+cooperation
+of a consortium of scientific publishers with Blue Sky Research and Y&Y.
+Members of this consortium include:
+
+Elsevier Science IBM Corporation Society for Industrial and Applied
+Mathematics (SIAM) Springer-Verlag American Mathematical Society (AMS)
+
+In order to assure the authenticity of these fonts, copyright will be
+held by
+the American Mathematical Society. This is not meant to restrict in any way
+the legitimate use of the fonts, such as (but not limited to) electronic
+distribution of documents containing these fonts, inclusion of these fonts
+into other public domain or commercial font collections or computer
+applications, use of the outline data to create derivative fonts and/or
+faces, etc. However, the AMS does require that the AMS copyright notice be
+removed from any derivative versions of the fonts which have been altered in
+any way. In addition, to ensure the fidelity of TeX documents using Computer
+Modern fonts, Professor Donald Knuth, creator of the Computer Modern faces,
+has requested that any alterations which yield different font metrics be
+given a different name.
+
+$Id$
diff --git a/files/fonts/DejaVuSansMono.ttf b/files/fonts/DejaVuSansMono.ttf
new file mode 100755
index 0000000..f578602
--- /dev/null
+++ b/files/fonts/DejaVuSansMono.ttf
Binary files differdiff --git a/package-lock.json b/package-lock.json
index a895bde..1c67694 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -740,10 +740,11 @@
 			"dev": true
 		},
 		"node_modules/ejs": {
-			"version": "3.1.9",
-			"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz",
-			"integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==",
+			"version": "3.1.10",
+			"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
+			"integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
 			"dev": true,
+			"license": "Apache-2.0",
 			"dependencies": {
 				"jake": "^10.8.5"
 			},
@@ -2917,9 +2918,9 @@
 			"dev": true
 		},
 		"ejs": {
-			"version": "3.1.9",
-			"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz",
-			"integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==",
+			"version": "3.1.10",
+			"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
+			"integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
 			"dev": true,
 			"requires": {
 				"jake": "^10.8.5"
diff --git a/package.json b/package.json
index bcb1711..60968ad 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,8 @@
 	"scripts": {
 		"install": "npx @11ty/eleventy",
 		"test": "echo \"Error: no test specified\" && exit 1",
-		"start": "npx @11ty/eleventy --serve --watch"
+		"start": "npx @11ty/eleventy --serve --watch",
+		"publish": "publish.sh"
 	},
 	"devDependencies": {
 		"@11ty/eleventy": "^2.0.1",
diff --git a/publish.sh b/publish.sh
new file mode 100755
index 0000000..c294451
--- /dev/null
+++ b/publish.sh
@@ -0,0 +1,8 @@
+set -exuo pipefail
+
+npx @11ty/eleventy
+mkdir -p /srv/www.starfall.systems
+cp -r _site /srv/www.starfall.systems
+
+install www.starfall.systems /etc/nginx/sites-available/www.starfall.systems
+sudo nginx -s reload
diff --git a/src/blog/casting-the-circle.md b/src/blog/casting-the-circle.md
new file mode 100644
index 0000000..206a2e0
--- /dev/null
+++ b/src/blog/casting-the-circle.md
@@ -0,0 +1,56 @@
+---
+title = "Casting the Circle"
+date = 2024-05-22T10:45:00-05:00
+---
+We tried to read <cite>The Psychonaut's Field Manual</cite> today, and while I'm not sure that we actually
+got what the author intended out of it, I believe we ended up with a more lasting lesson. I don't know
+exactly how we ended up coming across this little PDF that purports to be an atheistic starter's guide to
+chaos magick, but already on page 5 we felt compelled to stress the importance of finding techniques that
+actually work for you.
+---
+
+The direction to simply "try not thinking" is probably the least useful way you could instruct a beginner on
+how to meditate, especially when it's couched in language that's subtly denigrating to those who can't do it.
+Abandoning a session doesn't make you a "pussy", it simply means you aren't in the state of mind for it -
+either you need more practice or you have more pressing concerns to address first. Getting negative just
+makes you less likely to try again later.
+
+<cite>Dune</cite> contains more complete instructions for how to handle undesired thoughts and reach a
+meditative state. Specifically, the latter half of the Litany Against Fear:
+
+<blockquote>I will permit it to pass over me and through me.
+And when it has gone past, I will turn the inner eye to see its path.
+Where the fear has gone there will be nothing. Only I will remain.</blockquote>
+
+The candle trick and focusing on your breath <em>are</em> helpful (and we have certainly accidentally used
+a campfire to good effect before), but we find a couple of techniques that we picked up to deal with
+dissociation and hypomania are more concretely useful. The immediate goal is to let your thoughts pass you
+by, and directing your attention to your senses is a good way to do that.
+
+First, the 5-4-3-2-1 method of using your senses to observe the world around you without reacting to them:
+- 5 things you can hear
+- 4 you can see
+- 3 you can touch
+- 2 you can smell
+- 1 you can taste
+
+And second, simple box breathing:
+- in for a count of 4 (not necessarily 4 entire seconds, depending on your ability)
+- hold for 4
+- out for 4
+- hold for 4
+- repeat until calm
+
+---
+
+I don't know that the rest of this book is particularly useful to us - it seems quite interested in creating
+a cosmology for something that purports not to be a theology, and to be franky we already have most of these
+tools available to us through the lens of plurality. Making tulpas out of your sleep paralysis demons is
+<em>interesting</em>, but not the kind of practice we're looking for.
+
+It certainly is fascinating to see that we spent our 20s developing a practice that others consider to be
+basically magical already, something that we'd been unconsciously doing for maybe a decade prior to that.
+Maybe the real lesson we were meant to learn is just to see the magic in what we're already doing.
+
+On that note, let us end this by affirming a very commonly known charm: flipping a coin to make a decision
+very often crystallizes your desires and intent to act on them. In every way that counts, that's magic.
diff --git a/src/index.html b/src/index.html
index b4c5ce8..825dd0a 100644
--- a/src/index.html
+++ b/src/index.html
@@ -19,7 +19,7 @@ order = -1
 
 <section id=contact>
 	<h2>Contact</h2>
-	<ul><li>Fediverse: <a href=https://starfall.plural.cafe rel=me>@starfall@plural.cafe</a>
+	<ul><li>Fediverse: <a href=https://starfall.plural.cafe rel=me>@starfall@plural.cafe</a>, <a href=https://goto.starfall.systems/@raindrops rel=me>@raindrops@goto.starfall.systems</a>
 		<li>Matrix: <a href=https://matrix.to/#/@starfall:nora.codes rel=me>@starfall:nora.codes</a>
 		<li>Email: <a href=mailto:us@starfall.systems rel=me>us@starfall.systems</a> (<a href=/files/starfall.gpg>PGP Public Key</a> [gpg, 1.7 KiB])
 	</ul>
@@ -28,8 +28,9 @@ order = -1
 			<tr><th>Name <th>ID <th>Key
 			<tr><td>Regulus <td>HRWASXBNFQ <td>h3Ke 7bG8 dVvP cEpp Vdxf re1q 6FnE 8hNz 3KQQ Clh1 A/0
 			<tr><td>Heze <td>NHOLXPXSBB <td>CWOS ebp0 nO6q qw3z 0tyB QHUw GdXI D5yu WZES sRev qWo
+			<tr><td>Dziban <td>TXRARMDTBV
 		</table>
-		<p>In Element, you can check that these keys match by opening our profile in a chat, clicking on the text that says "2 sessions", then clicking on each one and "Manually Verify by Text". Make sure all the information matches.
+		<p>In Element, you can check that these keys match by opening our profile in a chat, clicking on the text that says "3 sessions", then clicking on each one and "Manually Verify by Text". Make sure all the information matches.
 		<p>Other clients may have a different process, can't help you there.
 	</details>
 </section>
diff --git a/www.starfall.systems b/www.starfall.systems
new file mode 100644
index 0000000..bf2edab
--- /dev/null
+++ b/www.starfall.systems
@@ -0,0 +1,30 @@
+# vim: ft=nginx
+server {
+	listen 80;
+	listen [::]:80;
+	server_name starfall.systems www.starfall.systems;
+	location ^~ /.well-known/acme-challenge {
+		alias /var/lib/dehydrated/acme_challenges/;
+	}
+	return 301 https://$host$request_uri;
+}
+
+server {
+	server_name www.starfall.systems;
+	include /etc/nginx/snippets/ssl.conf;
+	return 302 https://starfall.systems$request_uri;
+}
+
+server {
+	listen 443 ssl;
+	listen [::]:443 ssl;
+	server_name starfall.systems;
+	include /etc/nginx/snippets/ssl.conf;
+
+	root /srv/starfall.systems/html;
+	try_files $uri $uri/index.html $uri.html =404;
+
+	location ~ ^/(css/img/js/files)/ {
+		root /srv/starfall.systems;
+	}
+}