From 2943986e2ad4200c6fb57cfb732cb5213494f43a Mon Sep 17 00:00:00 2001 From: oxaliq Date: Sat, 23 Mar 2024 12:28:06 -0400 Subject: [PATCH] update now --- in-progress/now.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 in-progress/now.scm diff --git a/in-progress/now.scm b/in-progress/now.scm new file mode 100644 index 0000000..7ec2b89 --- /dev/null +++ b/in-progress/now.scm @@ -0,0 +1,34 @@ +(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 "palo alto, malcolm harris") + (li "paul takes the form of a mortal girl, andrea lawlor") + (li "annihilation, jeff vandermeer") + (li "let the right one in, tomas alfredson") + (li "the limits of control, jim jarmusch") + (li "the matrices, wachowskis"))) + (section + (hgroup + (h3 "eval") + (p "stuff i'm crunching on")) + (ul + (li "starting a community maker space") + (li "mostly just spending all my time moving") + (li "skating again"))) + (section + (hgroup + (h3 "print") + (p "stuff i'm putting out")) + (ul (li "doing more sewing") + (li "baby's first letterpress"))) + (section + (hgroup + (h3 "loop") + (p "stuff what's on the horizon")) + (ul (li "putting my labor on the market"))))