update about node
remove bit abt location. add bits abt end user programming and libraries
This commit is contained in:
parent
c3f17edbf3
commit
6c7d85726a
1 changed files with 57 additions and 0 deletions
57
in-progress/about.scm
Normal file
57
in-progress/about.scm
Normal file
|
@ -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"))))
|
Loading…
Reference in a new issue