aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml22
-rw-r--r--_posts/2020-09-16-survey-of-rust-embeddable-scripting-languages.md2
-rw-r--r--_posts/2021-09-29-anti-license-manifesto.md1
-rw-r--r--assets/Slabforge.pdfbin0 -> 21063420 bytes
-rw-r--r--index.md6
-rw-r--r--projects.md2
6 files changed, 6 insertions, 27 deletions
diff --git a/.build.yml b/.build.yml
deleted file mode 100644
index 6324dae..0000000
--- a/.build.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-image: alpine/latest
-packages:
- - py3-pip
- - rsync
-sources:
- - https://git.sr.ht/~boringcactus/boringcactus.com
- - https://git.sr.ht/~boringcactus/cactus-ssg
-environment:
- deploy: services@boringcactus.com
-secrets:
- - b5cb9b2b-1461-4486-95e1-886451674a89
-tasks:
- - install: |
- cd cactus-ssg
- python3 -m pip install -r requirements.txt
- - build: |
- cd boringcactus.com
- python3 ../cactus-ssg/build.py
- - deploy: |
- cd boringcactus.com
- rsync --rsh="ssh -o StrictHostKeyChecking=no" -rlt8hP --del _site/html/ $deploy:/var/www/html/www.boringcactus.com/
- rsync --rsh="ssh -o StrictHostKeyChecking=no" -rlt8hP --del _site/gmi/ $deploy:/var/gemini/gmi/boringcactus.com/
diff --git a/_posts/2020-09-16-survey-of-rust-embeddable-scripting-languages.md b/_posts/2020-09-16-survey-of-rust-embeddable-scripting-languages.md
index c2214c0..e152abc 100644
--- a/_posts/2020-09-16-survey-of-rust-embeddable-scripting-languages.md
+++ b/_posts/2020-09-16-survey-of-rust-embeddable-scripting-languages.md
@@ -348,7 +348,7 @@ Rhai doesn't have pattern matching, so we can't use our `Event` enum directly, b
There's so much to love here, but my favorite part is that we don't need any extra glue at all around `print_fancy` to be able to expose it to our Rhai script.
This is *excellent*.
-Well done to Stephen Chung, Jonathan Turner, and [the rest of the contributors](https://github.com/jonathandturner/rhai/graphs/contributors).
+Well done to Stephen Chung, JT, and [the rest of the contributors](https://github.com/rhaiscript/rhai/graphs/contributors).
This is gonna be tough to beat.
## dyon
diff --git a/_posts/2021-09-29-anti-license-manifesto.md b/_posts/2021-09-29-anti-license-manifesto.md
index 0ef7ff0..c2a5acc 100644
--- a/_posts/2021-09-29-anti-license-manifesto.md
+++ b/_posts/2021-09-29-anti-license-manifesto.md
@@ -26,3 +26,4 @@ some anti-licenses:
- [my Fuck Bitches Get Money License](https://paste.sr.ht/~boringcactus/f7ad59d5e244418787ced364df669dcf537d9662)
- [Mitchell Harper's AntiLicense](https://github.com/mitchellharper12/folding-scripts/blob/d0d519bfcb964338657d5943ff664fed317e4b6a/LICENSE.md?plain=1#L30-L37)
- [whatever the hell is going on here](https://github.com/12Me21/powder-game-1/blob/f4fa13739f4f2079f568536230fb366782e6e85f/LICENSE.mp4)
+- [Big Bill Hell's License](https://cohost.org/lifning/post/1023282-bbhl-license-v1)
diff --git a/assets/Slabforge.pdf b/assets/Slabforge.pdf
new file mode 100644
index 0000000..c076624
--- /dev/null
+++ b/assets/Slabforge.pdf
Binary files differ
diff --git a/index.md b/index.md
index bedcc63..c713951 100644
--- a/index.md
+++ b/index.md
@@ -10,12 +10,13 @@ my pronouns are [ze/hir or it/its, or, if you absolutely must for some reason, s
i exist in a lot of places:
- see me retweet nonsense you don't care about on [twitter](https://twitter.com/boring_cactus)
+- see me share longer nonsense you don't care about on [cohost](https://cohost.org/cactus)
- watch me occasionally stream things on [twitch](https://www.twitch.tv/boringcactus)
- watch various kinds of permanent video content on [youtube](https://www.youtube.com/channel/UCw0N-UmLylMSnCtHZ7vagBw)
-- give me money once on [ko-fi](https://ko-fi.com/boringcactus) or on an ongoing basis on [patreon](https://www.patreon.com/boringcactus)
+- give me money on [ko-fi](https://ko-fi.com/boringcactus)
- if you must, email me at `melody@<this domain>`
-currently, by day i'm a software engineer at the [Massachusetts Bay Transit Authority's Customer Technology Department](https://ctd.mbta.com/).
+currently, by day i'm a software engineer at the [Massachusetts Bay Transportation Authority's Customer Technology Department](https://ctd.mbta.com/).
by night i play final fantasy xiv and occasionally work on side projects or write blog posts (containing opinions that are my own and not those of my employer), like these:
{% for post in posts %}
@@ -25,4 +26,3 @@ by night i play final fantasy xiv and occasionally work on side projects or writ
[![Creative Commons BY-NC-SA License](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
The content of this website is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/).
-(If you've got a font that supports them, the Unicode symbols for this license are 🅭 🅯🄏🄎, but most fonts probably don't.)
diff --git a/projects.md b/projects.md
index e80632e..1869db9 100644
--- a/projects.md
+++ b/projects.md
@@ -18,7 +18,7 @@ permalink: /projects/
* August 2020: [the Fuck Around and Find Out License](https://sr.ht/~boringcactus/fafol/), an experimental software license
-* June 2020: [Slabforge](https://handandmachine.org/index.php/2021/10/15/slabforge/), a JS CAD tool for slab-built ceramics
+* June 2020: [Slabforge](https://handandmachine.org/index.php/2021/10/15/slabforge/), a JS CAD tool for slab-built ceramics built as part of [research published at CHI '22](https://doi.org/10.1145/3491102.3517663)
* June 2020: [pig.observer](https://pig.observer), a JS frontend for viewing several traffic camera streams simultaneously (finished)