From 6c7d85726ae2a465d322777ae4c0ed1d6dbc93a2 Mon Sep 17 00:00:00 2001 From: oxaliq Date: Sat, 23 Mar 2024 11:51:37 -0400 Subject: [PATCH] update about node remove bit abt location. add bits abt end user programming and libraries --- in-progress/about.scm | 57 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 in-progress/about.scm diff --git a/in-progress/about.scm b/in-progress/about.scm new file mode 100644 index 0000000..c750b10 --- /dev/null +++ b/in-progress/about.scm @@ -0,0 +1,57 @@ +(section + (h2 "a λ.functional λ.gay") + (p "i'm a gay lil nerd who's learning everyday about community, and ecology, + and computer; and trying hard to be good for the world with my gay lil + friends") + (p "i was named after " + (a ((href "https://plants.usda.gov/home/plantProfile?symbol=OXOR")) + "a plant called sorrel") + " and i live in the mountains of southern appalachia on " + (span ((lang "chr")) "ᏣᎳᎩ") + " (tsalagi/cherokee) land") + (p + "i have never identified with the term 'hacker' but i have learned, in the + past few years, that i do like to orchestrate computer machines and i do + that with some cute friends at " + (a ((href "https://bunk.computer")) + "bunk computer club")) + (p "some random things i believe/ i like/ i am/etc (in no particular order") + ;; about me bullets + (ul + ;; language bullet + (li (p "i like linguistics a whole lot. " + (span + ((class "hx-target")) + (a ((href "/tagged/conlang") + (hx-get "/hx/tagged/conlang") + (hx-target "closest span.hx-target") + ; swap for a tag? just a lil list inside a list? + (hx-swap "innerHTML")) + "i make languages (the human kind) for fun.")) + " there's a whole bunch of people who do this! " + (a ((href "https://conlang.org/")) + "the language creation society") + " i'm even working on a " + (span + ((class "hx-target")) + (a ((href "/tagged/latl") + (hx-get "/hx/tagged/latl") + (hx-target "closest span.hx-target") + (hx-swap "innerHTML")) + "language (computer) to make languages (human)")))) + ;; mmt bullet + (li (p "mmt, but make it anarchist " + (small "-- get rid of all that \"sovereignty\" stuff, ew"))) + ;; library bullet + (li (p "make everything a library and everyone a librarian")) + ;; end user programming bullet + (li (p "do things that aren't computer. compute more with regular computer ppl + and less with tech-brained ppl. most ppl know how to compute, and don't + need to know what is an abstract factory factory")) + ;; neuroqueer bullet + (li (p "got a spicy brained, trans lady-fied experience. + i have feelings about these things that inevitably weave thru + my projects and art and all that")) + ;; art bullet + (li (p "i used to make a lot more visual art than i do these days. some + sort of smth'll wind up here at some point"))))