From 5805e5e769a04f347bb5a4c602d0e232dffc2d07 Mon Sep 17 00:00:00 2001 From: sorrel Date: Sun, 24 Dec 2023 16:55:02 -0500 Subject: [PATCH] refactor about page into multiple fragments within index --- .dev-log | 5 + .idea-log | 12 ++ in-progress/beginning-latl.txt | 144 +++++++++++++--------- in-progress/contact.txt | 12 ++ in-progress/links.txt | 8 ++ in-progress/now.txt | 39 ++++++ in-progress/this.txt | 36 ++++++ in-progress/very-earnest-disclaimer.txt | 26 ++++ source/about.txt | 151 ++++++++---------------- source/header.txt | 6 - source/index.txt | 44 ++++++- 11 files changed, 319 insertions(+), 164 deletions(-) create mode 100644 .idea-log create mode 100644 in-progress/contact.txt create mode 100644 in-progress/links.txt create mode 100644 in-progress/now.txt create mode 100644 in-progress/very-earnest-disclaimer.txt diff --git a/.dev-log b/.dev-log index 72282a6..369cf98 100644 --- a/.dev-log +++ b/.dev-log @@ -1,3 +1,8 @@ +21/12/2023 +- broke "about" into smaller sections and linked from "/" +- removed "about" from header - now just [settled | unsettled | feed] +- added "now" and "this" sections and linked from "/" + 10/12/2023 - added resource/index builder to publish script diff --git a/.idea-log b/.idea-log new file mode 100644 index 0000000..27b9281 --- /dev/null +++ b/.idea-log @@ -0,0 +1,12 @@ +21/12/2023 +- beginning latl effectively finished and ready for post once ci is fixed +- projects to write about + - input-messenger + - there-is-something-inside-me-that-has-no-name + - cnc +- blogs to write + - conlanging tools + - latl primitives + - latl execution model + - thoughts on clj? + - some media crit? diff --git a/in-progress/beginning-latl.txt b/in-progress/beginning-latl.txt index 10a8de7..2701e63 100644 --- a/in-progress/beginning-latl.txt +++ b/in-progress/beginning-latl.txt @@ -3,30 +3,29 @@ (p "a little introduction to a project i started thinking about in early 2020, as i was learning how to do web development and wanted to try my hand at - combining some hobbies.") - (section + combining some hobbies") + (p (a ((href "#the-point")) "skip the story and get to the point")) + (section ((id "the-story")) (hgroup (h2 "what even is this?") - (p (em "of linguistics and hubris.")) + (p (em "a story of linguistics and hubris")) (hr)) (p - "so, when i was a wee little child, i discovered language. i was one of - those kids who picked up reading real quick (like before i could form - memories) and just have always been fascinated by what those words and - symbols do. like, most wee little children discover language, but some - wee little children get given the lord of the rings when they're ten or - something and get into the narrative and the characters, sure. but - those appendices.... there's .. a language here? called quenya? and - this tolkien guy just made this up? " - (small "this is not in fact how i talked as a child, just go with me.")) + "so, when i was a wee little child, i discovered language. like, most + wee little children discover language, but some wee little children + get given the lord of the rings when they're ten or something and get + into the narrative and the characters, sure. but those appendices.... + there's .. a language here? called quenya? and it's written in this + script? called tengwar? and there's a related language, sindarin? and + this tolkien guy just made all this up? ") (p "so, i did the precocious kid thing and said to myself \"if this dead british weirdo (who's like really into the concept of royalty) can - make a whole new language, then surely i can to.\"") + make a whole new language, then surely i can too\"") (p - "i did not, in fact, make a language. i made a relex of the language i - already spoke (my own peculiar idiolect of u.s. english,) but we all - gotta start somewhere." ) + "i did not, in fact, make a language. i made a relex of the language + i already spoke (my own peculiar idiolect of u.s. english,) but we all + gotta start somewhere" ) (p "for a long time the internet to me was mostly " (a ((href "https://listserv.brown.edu/archives/conlang.html")) @@ -38,52 +37,55 @@ never interacted with ppl much. i was a kid and the ppl in there really knew their stuff, and i never much felt comfy with the idea of being just " - (em "in public") " on the internet like that.") + (em "in public") " on the internet like that") (p "anyway i got better at making languages and learning about how - language works, and it's just been a (at times more consistent, at - times less) hobby of mine for most of my life.") + language works, and it's just been a (sometimes more consistent, at + times less) hobby of mine for most of my life") (p "flash forward to a few years ago, i'm working on a language that has turned into the passion project that i've spend the majority of my - conlanging on and i'm getting frustrated with my tools. i want to do - more complex, phonological-feature-aware, sound change rules; i want - a tighter feedback loop; i want to see how a derivational pattern at - one stage in a parent form of a language branches out or collapses - into different derivational patterns in a child language.") + conlanging on and i'm getting frustrated with my tools. other + conlangers have made some really cool tools that i've used forever, + but i wanted to change my workflow. i wanted to do more complex, + phonological-feature-aware, sound change rules; i wanted diachroinc + tooling for morhposyntactic bits of my languages; i wanted a tighter + feedback loop between defining some changes, or lexical items, or + whathave you, and seeing the results; i wanted to see how a + derivational pattern at one stage in a parent form of a language + branches out or collapses into different derivational patterns in a + child language") (p - "all was not well in my conlanging.") + "all was not well in my conlanging") (p - "i would need to " (strong "do some programming.")) + "i would need to " (strong "do some programming")) (p - "the thing is, i had just learned javascript. (it was a tech bootcamp. - someday i'll talk about my ~feelings~ about ~that~, but not here, not - now.) i had built a few little toy web apps, and i was not ready to - execute on a vision for a multi-purpose conlanging tool that was - beginning to take shape in my head.") - (p "i tried anyway.") + "the thing is, i had just learned javascript. i had built a few + little toy web apps, and i was not ready to execute on a vision + for a multi-purpose conlanging tool that was beginning to take shape in my head") + (p "i tried anyway") (p "and i made " (a ((href "settled/1")) - "a bad first draft of a sound change tool.")) + "a bad first draft of a sound change tool")) (p - "there's an ebnf grammar in that project somewhere! the hubris i + "there's an e-bnf grammar in that project somewhere! the hubris i had then, to think i could make a little javascript-backed language tool with all of the bells and whistles i needed! with the knowledge that i had then! (or more accurately, didn't have)") (br) (p "but now...")) - (section + (section ((id "the-point")) (hgroup (h2 "reviving this project") (p (em "whatcha gonna do sorrel?")) (hr)) - (p "i'm still not ready.") + (p "i'm still not ready") (p "but at least, today i'm forgoing bells and whistles for execution models. core abstractions. experience using " (a ((href "https://racket-lang.org")) "a (programming) language-oriented programming language") - " maybe. there's a lot to think about.") + " maybe. there's a lot to think about") (p "so, i'm going to try reviving this project. or, more accurately, reimagining this project. from the little sound change tool that @@ -93,7 +95,7 @@ all of their language nerding problems in one runtime, with an extensible and reflective interface. and which is written in such a way, with the appropriate abstractions, that lanuage nerdy - hackers can hack their own tools on top of it.") + hackers can hack their own tools on top of it") (p "and i'm going to be doing " (a ((href "https://www.recurse.com/")) @@ -101,7 +103,7 @@ " about it. i'll spend some full-time programming days making a goofy little thing for goofy little language nerds surrounded by goofy programming nerds doing whatever rad things they happen - to be getting up to when i happen to be there.") + to be getting up to when i happen to be there") (p "like many of the communities i am a part of, i am a quiet part of the conlanging community. so, we'll see how this goes. maybe it @@ -110,7 +112,7 @@ about designing and building a tool of the type that i'm designing and building. hoooopefully it is helpful in a way to other conlangers such that it evolves beyond what i could do on - my own (cause i ain't no whiz kid 10x programmer.)") + my own (cause i ain't no whiz kid 10x programmer)") (p "but that's all me getting ahead of myself (as is often my wont.) first! to pack for the trip!")) @@ -126,7 +128,9 @@ here's the very start of the thinking-in-public. each of these little thoughts is going to get at least it's own writeup (if not several) and i'll update with additional sections and links to - the writeups as i go.") + the writeups as i go. a note: it would be impossible for me (and + probably most ppl) to create the full vision in the time i'll be + working on it fulltime") (section (h3 "notes on the goals") (p @@ -146,7 +150,7 @@ by phonological transformations. users of the tool should be able to edit their work and see the consequences of their changes quickly. hopefully, this can all happen on the web, i guess, - cause ppl like using their browser as the everything app. ") + cause ppl like using their browser as the everything app")) (section (h3 "notes on existing tools") (p @@ -154,7 +158,7 @@ conlangers or made for professional linguists and used by conlangers or just yr regular old spreedsheets and such. i'm going to be doing some research about how conlangers do their - conlanging, lest this truly be a just-for-me type project.")) + conlanging, lest this truly be a just-for-me type project")) (section (h3 "notes on primitives") (p @@ -165,23 +169,52 @@ below the level of \"lexeme\" or \"phoneme\" to have something abstract that can apply to both. i'm not going to get into specifics even a little bit at this point-you'll have to stay - tuned for more."))) + tuned for more")) (section (h3 "notes on execution model") (p - "this is going to be some crunchy computer language stuff. i'm + "this is going to be the crunchiest stuff to think about. i'm going to make some arguments for some things that (it is my belief) fall out of these goals. things like dynamic typing. things like reflectivity (this is sooo important it gets its own section.) things like lazy evaluation (because languages are big and sometimes you only want to look at a subset of a - language.) means of combination: propositions.") + language.) there's also some hypothetical notions that will + require some experiments to determine applicability to the + project. i'm just going to list them as questions and not + expound upon or defend their existence as questions here: + propositions as a means of combination? propagation networks + as primitives?")) (section - (h3 "notes on reflectivity and interaction")) + (h3 "notes on reflectivity and interaction") + (p + "this is so important! i want conlangers to use this tool to + iterate and that requires ~something like a REPL~ in a + dynamic environment. my dream is to have a bidirectional + flow of information; whereby a user of the system can define + some rules about their language, evaluate those rules on some + data in an interpreter, inspect those data, modify those data + and run the interpreter such that it produces possible rules + that would yield the new result. wether or not that experience + results from the project, users should be able to rebind + anything their project needs *at runtime*")) (section - (h3 "notes on portability")) + (h3 "notes on portability") + (p + "as the project develops i will have to give some thought to + how to make it available to conlangers with different kinds + of computation experience. the ideal would be for a full + featured web implementation that interoperates with hosted + implementations, but we'll see")) (section - (h3 "notes on the substratum (racket?)"))) + (h3 "notes on the substrate") + (p + "not a lot to say here. i will begin this project in racket + because i have some familiarity with it and it is + specifically built for developing languages. i will be using + other tools to explore other aspects of the project and may + ultimately move away from the racket ecosystem, but a girl + has gotta start somewhere"))) (section (hgroup (h2 "about the name") @@ -193,7 +226,12 @@ (code "my-conlang.latl") "anyone?") (p "i also just like syllabic laterals? they sound neat to me. the - official initialism is _l_inguistic _a_nalytic _t_ransformation - _l_anguage, but it also double entendres to _l_ower _a_nterior - _t_emporal _l_obe, so that's just kind of fun.") - (p "maybe it'll have a different name some day, idk")))) + official initialism is " (u "l") "inguistic " (u "a") "nalytic " + (u "t") "ransformation " (u "l") "anguage, but it also double + entendres to " (u "l") "ower " (u "a" ) "nterior " (u "t") + "emporal " (u "l" ) "obe, so that's just kind of fun.") + (p + "and the l means there can be lambda iconography-this is crucial + for a new computer project. [ˈλæ.ɾɫ̩] as a typographic image is + so perfectly specific to the kinds of things i dream about.") + (p "maybe it'll have a different name some day, idk"))) diff --git a/in-progress/contact.txt b/in-progress/contact.txt new file mode 100644 index 0000000..3913196 --- /dev/null +++ b/in-progress/contact.txt @@ -0,0 +1,12 @@ +(section + (h2 "contact") + (p "e-m-" + (span "a-i") + (span "-l [ at ") + (span "] s-o-") + (span "r-r-e-l [ d o") + (span "t ] d-e") + (span "-v is a good place to do the email")) + (p + "i have avoided 'online' for a long time, but i'm getting hip to it. i'm + on the big mastodon server @oxaliq")) \ No newline at end of file diff --git a/in-progress/links.txt b/in-progress/links.txt new file mode 100644 index 0000000..ffd0b28 --- /dev/null +++ b/in-progress/links.txt @@ -0,0 +1,8 @@ +(section + (hgroup + (h2 "links") + (p "contributing to the hyper-fication of the hypermedia")) + (p "propjects that i think are cool" + (ul (li ""))) + (p "communities that i think are neat" + (ul (li "")))) \ No newline at end of file diff --git a/in-progress/now.txt b/in-progress/now.txt new file mode 100644 index 0000000..09eafb8 --- /dev/null +++ b/in-progress/now.txt @@ -0,0 +1,39 @@ +(section + (hgroup + (h2 "now") + (p "a snapshot of the (mostly) non-computer things of import")) + (section + (hgroup + (h3 "read") + (p "stuff i'm taking in")) + (ul (li "the paying guests, sarah waters") + (li "females, andrea long chu") + (li "palo alto, malcolm harris") + (li "high pitched and moist, tami t") + (li "desolation's flower, ragana") + (li "salesforce, lauren bousfield") + (li "el mal querer, rosalía") + (li "guacamelee, drinkbox"))) + (section + (hgroup + (h3 "eval") + (p "stuff i'm crunching on")) + (ul (li "playing more go") + (li "winter garden chores") + (li "starting a community maker space") + (li "going on more hikes") + (li "body stuff"))) + (section + (hgroup + (h3 "print") + (p "stuff i'm putting out")) + (ul (li "fun leatherwork") + (li "fun woodwork") + (li "relearning how to draw"))) + (section + (hgroup + (h3 "loop") + (p "stuff what's on the horizon")) + (ul (li "being in the northeastern us") + (li "putting my labor on the market") + (li "maybe making some music again?")))) diff --git a/in-progress/this.txt b/in-progress/this.txt index e69de29..2ea4d82 100644 --- a/in-progress/this.txt +++ b/in-progress/this.txt @@ -0,0 +1,36 @@ +(section + (hgroup + (h2 "how this site") + (p "some kind of colophon")) + (p + "all of the code for the website is hosted and deployed from tree, " + (a ((href "https://git.bunk.computer/oxaliq/sorrel.dev")) + "bunk computer club's git forge") + "i do almost everything in the main branch, cause it's just me and that way + i can add links below to the in-progress stuff real easy") + (p + "first, this website doesn't do anything to know who you are or anything. + this website is a ~20MB binary and some static resources. it is built + primarily with " + (a ((href "https://docs.racket-lang.org/web-server/")) + "racket web-server")) + (p + "this website serves ~46kB of javascript in the form of " + (a ((href "https://htmx.org/")) + "the htmx library (minified.)") + " i don't love serving minified code. forking the library and removing + features that are of no use to me is on the agenda for 2024") + (p + "everything here is hosted on turtle, " + (a ((href "https://wiki.bunk.computer/hypha/servers")) + "bunk computer club's shared application server")) + (p + "there's some racket scripts i use for tooling that were made with " + (a ((href "https://docs.racket-lang.org/cli/")) + "#lang cli")) + (p (a ((href "https://git.bunk.computer/oxaliq/sorrel.dev/src/branch/main/.dev-log")) + "you can read about development here")) + (p (a ((href "https://git.bunk.computer/oxaliq/sorrel.dev/src/branch/main/.idea-log")) + "you can read about my vague plans here")) + (p (a ((href "https://git.bunk.computer/oxaliq/sorrel.dev/src/branch/main/in-progress")) + "or read works in progress here"))) \ No newline at end of file diff --git a/in-progress/very-earnest-disclaimer.txt b/in-progress/very-earnest-disclaimer.txt new file mode 100644 index 0000000..83579d9 --- /dev/null +++ b/in-progress/very-earnest-disclaimer.txt @@ -0,0 +1,26 @@ +(section + (h2 "a very earnest disclaimer") + (p + "i like to talk about computation with ppl! but it is important for me that + you know: i am new to all this! i did not think computers or software were + ^for me^ and then i had to get good at spreadsheets at my first email-factory + job and then i got curious about webdev and now i have reached terminal + velocity down a very λ.particular.rabbit[hole]") + (p + "i think computation is both fascinating on its own terms and as a substrate + for pro-social infrastructure. i am motivated to work on projects that + engage with this possiblity") + (p + "i'm not very good at many things. i don't even have a math education or a + degree in anything. have you ever met someone who *is* good at _all_ ^this^ + ~stuff~ ???") + (p + "i like thinking in public, but please be patient! with me and with + everyone else you talk about things you care about with") + (p "let's hold our strong opinions loosely!") + (p "and first assume good faith from each other!") + (br) + (br) + (p ((class "ascii but-normal-size")) + " ⃔‥̺⃝⃕") + (br)) \ No newline at end of file diff --git a/source/about.txt b/source/about.txt index c415a7b..94054a5 100644 --- a/source/about.txt +++ b/source/about.txt @@ -1,101 +1,52 @@ -(main - (p "what do you want to know?") - (section - (h1 "about sorrel") - (p "i'm a gay lil nerd who's learning everyday about community, and ecology, +(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. i live with some cats and a whole mess of plants - (most of them food) and a cordswain and i have sweet neighbors.") - (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 "and get rid of all that \"sovereignty\" stuff, ew"))) - ;; nd bullet - (li (p "the autistic-contiguous position: object-relations theory or gay - sex act? " - (span - ((class "hx-target")) - (small "a " (em "niche") " joke about having " - (a ((href "/tagged/brain") - (hx-get "/hx/tagged/brain") - (hx-target "closest span.hx-target") - (hx-swap "innerHTML")) - "a ~type~ of experience"))))) - ;; queer bullet - (li (p "she's a gay trans lady, harold")) - ;; 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.")))) -;; contact section - (section - (h2 "contact") - (p "- e - m- " - (span " a - i ") - (span " -l [ at ") - (span "] s - o- ") - (span "r - r- e - l [ d o") - (span "t ] d -e") - (span "-v is a good place to do the email")) - (p - "i have avoided 'online' for a long time, but i'm getting hip to it. i'll - add some more socials here for to socially network in the future, - promise.")) -;; getting earnest section - (section - (h2 "a very earnest disclaimer") - (p - "i like to talk about computation with ppl! but it is important for me that - you know: i am new to all this! i did not think computers or software were - ^for me^ and then i had to get good at spreadsheets at my first email-factory - job and then i got curious about webdev and now i have reached terminal - velocity down a very λ.particular.rabbit[hole]") - (p - "i'm not very good at many things. i don't even have a math education or a - degree in anything. have you ever met someone who *is* good at _all_ ^this^ - ~stuff~ ???") - (p - "i like thinking in public, but please be patient! with me and with - everyone else you talk about things you care about with.") - (p "let's hold our strong opinions loosely!") - (p "and first assume good faith from each other!") - (br) - (br) - (p ((class "ascii but-normal-size")) - " ⃔‥̺⃝⃕") - (br))) - + 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. i live with some cats and a whole mess of plants + (most of them food) and a cordswain and i have sweet neighbors") + (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 "and get rid of all that \"sovereignty\" stuff, ew"))) + ;; 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")))) diff --git a/source/header.txt b/source/header.txt index 8acf6db..5332024 100644 --- a/source/header.txt +++ b/source/header.txt @@ -47,12 +47,6 @@ ░▒▓ ▓▒▒▒▒▒▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▒▓▒▒▒ ▒░▓ ░▒░▒ ░░ ▒▓ ░▒▒▒▒▒▓▒▒▓▒▒▒▒▒▒▒▒▒▒▓▒▓▓▓▒▒ ▓░ ░▒ ░▓ ")) (nav - (a - ((href "/about") - (hx-get "/hx/about") - (hx-target "main") - (hx-swap "innerHTML")) - "about sorrel (the bitch who made this)") (a ((href "/unsettled") (hx-get "/hx/unsettled") diff --git a/source/index.txt b/source/index.txt index 9fb7b46..503de1f 100644 --- a/source/index.txt +++ b/source/index.txt @@ -1,4 +1,4 @@ -(article +(main (noscript (span ((class "noscript")) @@ -21,14 +21,48 @@ (p "hey! i'm sorrel.") (p "(called like the plant up there)") (p "this is my new-fangled website computer page on the world wide web. i had - a nice time building this little thing " - (span ((class "hx-target")) + a nice time building this little thing ") + (p " i hope you have a nice time looking at things here") + (hr) + (p (span ((class "hx-target")) (a ((href "/this") (hx-get "/hx/this") (hx-target "closest span") (hx-swap "innerHTML")) - "(how i build this little page.)"))) - (p " i hope you have a nice time looking at things here.") + "(how i build this little page)"))) + (p (span ((class "hx-target")) + (a ((href "/now") + (hx-get "/hx/now") + (hx-target "closest span") + (hx-swap "innerHTML")) + "(what i'm doing)"))) + (p (span ((class "hx-target")) + (a ((href "/about") + (hx-get "/hx/about") + (hx-target "closest span") + (hx-swap "innerHTML")) + "(who i am)"))) + (p (span ((class "hx-target")) + (a ((href "/contact") + (hx-get "/hx/contact") + (hx-target "closest span") + (hx-swap "innerHTML")) + "(how to say hi to me)"))) + (p (span ((class "hx-target")) + (a ((href "/very-earnest-disclaimer") + (hx-get "/hx/very-earnest-disclaimer") + (hx-target "closest span") + (hx-swap "innerHTML")) + "(a very earnest disclaimer)"))) +; (p (span ((class "hx-target")) +; (a ((href "/links") +; (hx-get "/hx/links") +; (hx-target "closest span") +; (hx-swap "innerHTML")) +; "(some things i think are neat)"))) + (p (a ((href "/tagged")) + "-> all of the kinds of things on here so far")) + (p ((class "ascii but-normal-size")) "︿︿ 〰"))