diff --git a/a. p..md b/a. p..md index e69de29bb..2d5e2fa5b 100644 --- a/a. p..md +++ b/a. p..md @@ -0,0 +1,2 @@ +- a [[person]]? + - I don't remember who I meant by a. p. when I used this. \ No newline at end of file diff --git a/alle bolo'bolo oder was?.md b/alle bolo'bolo oder was?.md new file mode 100644 index 000000000..34cbec2e1 --- /dev/null +++ b/alle bolo'bolo oder was?.md @@ -0,0 +1,4 @@ +# alle bolo'bolo oder was? + +- [[go]] https://en.wikipedia.org/wiki/Paterson,_New_Jersey?wprov=srpw1_0 + diff --git a/between walls.md b/between walls.md new file mode 100644 index 000000000..eb1cd41a0 --- /dev/null +++ b/between walls.md @@ -0,0 +1,4 @@ +# between walls + +- [[go]] https://www.poetryfoundation.org/poems/49849/between-walls + diff --git a/bolo bolo.md b/bolo bolo.md index 6caf02adf..59b9b0d18 100644 --- a/bolo bolo.md +++ b/bolo bolo.md @@ -3,12 +3,13 @@ - a [[book]] - [[by]] [[Hans Widmer]] - [[go]] https://theanarchistlibrary.org/library/p-m-bolo-bolo - - [[pull]] [[bolo]] + - [[wp]] https://en.wikipedia.org/wiki/Hans_Widmer + - no article for bolo'bolo yet; perhaps we could write one? + - [[pull]] [[bolo]] + - [[twitter]] https://twitter.com/flancian/status/1279462864210845696 + - [[mastodon]] https://social.coop/web/statuses/106313750017016830 - a [[word]] - in [[asa pili]] - [[kraftwerk 1]] [[alle bolo'bolo oder was?]] - - https://www.kraftwerk1.ch/assets/downloads/publikationen/genossenschaft/diverse%20einzelpublikationen/141009_TA_Alle%20Bolo%20Bolo%20oder%20was.pdf -- [[mastodon]] https://social.coop/web/statuses/106313750017016830 -- [[twitter]] https://twitter.com/flancian/status/1279462864210845696 diff --git a/collect.md b/collect.md index 35bd63f7a..fa60a1aa9 100644 --- a/collect.md +++ b/collect.md @@ -4,4 +4,5 @@ - a [[function]] - takes items and adds them to a collection/container - this applies to a procedure I sometimes run on my todo items: take items in a given container (say, post-its on my desk), filter them (discard those that are no longer relevant/up to date) and then collect (move over to a better longer term container, like a list in the [[agora]]) +- diff --git a/do.md b/do.md index f4a765679..54c03d86e 100644 --- a/do.md +++ b/do.md @@ -10,21 +10,15 @@ - Doesn't really apply as an argument to [[moa]] though -- although for [[moa]] we have [[sentry]] set up so that seems reasonable. - [ ] set up [[probing]] for [[moa]] - [ ] set up [[probing]] for [[anagora]] - - [[push]] [[moa]] - - [ ] review [[go/moa/bugs]] - [[push]] [[agora]] - - [ ] add toggle switch for [[auto pull]] (stoa, linked nodes, backlinks?) - - [x] doing this for [[stoa]] stops it from stealing focus which is really irksome :) fixing it in etherpad would take me long as I'm bad at js - - done! just replaced the stoa with a pull button always for now. - - [ ] implement [[auto pull]] + - [ ] fix toggle switch for [[auto pull]] + - [x] implement [[auto pull]] - [ ] implement [[auto push]] + - probably requires [[agora protocol parsing]] to make efficient/reasonable - [ ] client side pulling - - done for: mastodon, twitter - - need to add [[wikipedia]] - - [[agora bot]] - - [ ] fix twitter so it doesn't keep re-replying - - the API doesn't feel great, I wonder if I'm missing something - - [ ] refactor mastodon<->twitter so they share code? I don't want to implement everything twice, and I certainly don't want the mastodon version to suffer because I'm addicted to twitter (great people there as well, and there are more of them) + - [x] done for: mastodon, twitter, wikipedia + - [ ] need to test general URL pulling, see how many sites allow iframes + - [ ] test with flancia.org - improve [[agora graphs]] - I like what logseq does: show link direction as particles. push/pull could be different particles. hmm. particle diagrams. check out [[feynman]] for inspiration? - could get inspiration from some diagrams in [[a rosetta stone]] @@ -33,32 +27,56 @@ - this is already better after a quick PR to linkify on *click* instead of mouse movement - twitter still sort of breaks though - [[vera]] is on this though + - [[agora server]] + - [ ] parse agora protocol + - [ ] recognize (match) and style differently - [[push]] [[agora interlace]] - [[agora social media integration]] - [x] write [[agora bot]] for [[mastodon]] - - [ ] write [[agora bot]] for [[twitter]] - - [ ] fix auth + - [x] write [[agora bot]] for [[twitter]] + - [x] fix auth - [ ] restore context - - [[next action]] + - this could be a great workaround for the worse of the re-replying behaviour, and probably will be needed even if I want to support zero state best effort - [ ] fix deduping - - [ ] test [[vera]]'s code for pulling tweets and toots - - [ ] only pulled *some* for some reason + - need to do this again + - [x] test [[vera]]'s code for pulling tweets and toots + - only pulled *some* for some reason - [ ] figure out what's up, try again and get the context back - - depends on [[agora bridge api]] for the storing posts in the agora. - - we want to create a git repository for each calling users, which the users could then [[claim]]. - - could be flask, included in [[agora bridge]] repo, copy/paste from [[agora server]] to begin with? - - one risk is them actually needing to share more than I expect - - but hopefully they can just communicate through yaml? or perhaps set up and write to sqlite to begin with - - thought of consolidating everything into [[agora server]], but it feels cleaner to have writers and readers split. should scale better; if the write path goes down, the agora keeps serving just fine without having to do anything special. - - probably keeps it simple to run a read only agora (mirror). - - [[agora bridge api]] - - I'll probably add a [[flask]] based api to [[agora bridge]] to: + - [[agora bot]] + - [ ] fix twitter so it doesn't keep re-replying + - the API doesn't feel great, I wonder if I'm missing something + - I thought I'd done this but it's still failing in some cases, [[s5bug]] gave me a test case, I think I put it in [[agora twitter bug]] + - [ ] refactor mastodon<->twitter so they share code? I don't want to implement everything twice, and I certainly don't want the mastodon version to suffer because I'm addicted to twitter (great people there as well, and there are more of them) + - [[push]] [[agora bridge api]] + - [ ] build/release [[agora bridge api]] for the storing posts in the agora. + - we want to create a git repository for each calling users, which the users could then [[claim]]. + - could be flask, included in [[agora bridge]] repo, copy/paste from [[agora server]] to begin with? + - nope, it is typescript thanks to [[vera]], looking forward to set this up :) + - but hopefully they can just communicate through yaml? or perhaps set up and write to sqlite to begin with + - thought of consolidating everything into [[agora server]], but it feels cleaner to have writers and readers split. should scale better; if the write path goes down, the agora keeps serving just fine without having to do anything special. + - probably keeps it simple to run a read only agora (mirror). + - yes, going with [[read]] ([[agora server]]) and [[write]] ([[agora bridge]]) apis - request new git integrations (e.g. mount git repo X in path Y) - accept other inputs? like perhaps subnodes, which could go into a managed repo. - configure sources from social media (from agora bot) + - in general this unlocks better [[signup]] + - [[push]] [[moa]] + - [ ] review [[go/moa/bugs]] + - [[slay moloch]] + - [[chase moloch]] - [[write]] + - [[flancia]] + - [[book]] + - choose [[top 5]] nodes to expand on + - edit https://flancia.org + - [[iremos juntos hasta el final de la noche]] + - [[slaying moloch]] + - [[building bridges]] + - [[finding isomorphisms]] + - measuring distance to an isomorphism? there must be a term for this + - [[node club]] - [[patterns]] - - [[after the pandemic]], or [[an open letter to the agora]] + - [[after the pandemic]], or [[an open letter to the agora]], or [[an open letter to an open nation]] - [[on cringe]] / [[agora polls]] - about explicit rational (mathematical) modelling of group dynamics through social media discourse - is [[hack the planet]] cringe? should it be? @@ -66,28 +84,37 @@ - [[read]] - what [[will walker]] told me about - link it here - - run [[weekly review]] - - I'm doing it now... still :) it turns out I come to this node weekly at best, so this *is* my weekly. I'd love to make it daily though. perhaps I could auto-pull [[do]] from the journal page? just the subnode for the 'active' user. + - this is past due + - [[push]] [[weekly]] + - [x] run [[weekly review]] + - it turns out I do a run through [[do]] weekly at best as of late, so this *is* my weekly. I'd love to make it daily though. perhaps I could auto-pull [[do]] from the journal page? just the subnode for the 'active' user. + - promote [[do]] to nav item? + - we could also have 'this week', 'this month', 'this year' in the agora, have it rank top nodes in time scope, allow users to pull specific nodes from each view - an [[agora action]] - - I try to automate recurrent [[actions]] in the [[agora]]. - - This node is the root of my [[getting things done]] graph, which I try to use to model my [[intents]]. - - [[daily]], I try to check for pending [[work]] in all known sources of truth. - - check the context in more specific actions and push relevant items here or to [[next action]]: - - what should I [[read]] next - - [[write]] + - I try to automate recurrent [[actions]] in the [[agora]]. This node is the root of my [[getting things done]] graph, which I try to use to model my [[intents]]. + - [[daily]], I try to check here for pending [[work]] in all known sources of truth. + - [[weekly]], I try to run [[weekly review]] and [[garbage collect]] + - [[monthly]], I try to check the context in more specific actions/nodes and push relevant items here or to [[next action]]: + - what should I [[read]] next? + - what should I [[write]]? - [[flancia]] - [[book]] - - [[an open letter for an open society]] + - [[an open letter for an open society]] (this has many titles) - to [[a. p.]] asking for a recommendation + - hmm, I don't know what this means :) as in, I don't know who I meant by [[a. p.]] - [[unblock]] people who are waiting for me + - this is not atomic. how do I know who is waiting for me? - [[research]] + - [[federated wiki]] + - [[indieweb]] - [[ipfs]] - - [[ipld]] + - [[ipld]] - [[fission]] - - [[hypercore-proto]] + - [[hypercore proto]] - [[launchlet]] - [[urbit]] - [[rosano]] + - Rosano is in Urbit or did I just fat finger an indent? - [[support]] - [[effective altruism]] - [[flancia collective]] @@ -97,13 +124,24 @@ - [[code]] - [[agora server]] - add particles to [[agora search]] - - particles again. + - [[browse as]] + - parse [[agora protocol]] (see below) - [[wikilinks everywhere]] / [[agora ext]] - could [[d3]] replace [[jquery]]? it would make it easy to also include a graph tool directly in the library. it's 200kb though. - - ask [[vera]] + - but we could just add [[force graph]], in general have the client side code from [[agora server]] be also there and potentially work in every agora/every place with wikilnks or links (pulling could be useful on every site) - a more flexible [[actions]] system -- a place for [[feedback]] - - Please tell me what you think I should do next below or via any of the channels listed in [[flancian]]. All feedback is welcome! + - what does this mean? :) + - write something better or remove on next collect + - [[project snapshot]] + - model my digital existence as a sequence of computational snapshots + - what complexity class is this in generally? + - what is the [[zero]]? as in, the starting state. + - probably [[browser tabs]] + - then more generally programs running, including optionally their context + - could make it easier to actually dedicate one workspace for every project -- the dream of [[richard francis burton]] IIRC? +- Please tell me what you think I should [[do]] next (or instead of the things I'm doing or planning to do) below in the Stoa, via social media, or via any of the channels listed in [[flancian]]. All feedback is welcome! + - https://twitter.com/flancian/status/1386048603496529925 + - https://twitter.com/flancian/status/1374462566395617286 - [[push]] [[done]] - implement [[ack]] - [[agora yaml]] @@ -117,6 +155,4 @@ - [[push]] [[done]] - implemented support for [[obsidian attachments]] in [[agora server]] - basic but it does the job (tm) - -https://twitter.com/flancian/status/1386048603496529925 -https://twitter.com/flancian/status/1374462566395617286 \ No newline at end of file + - many items in [[agora plan]] \ No newline at end of file diff --git a/entity disambiguation.md b/entity disambiguation.md new file mode 100644 index 000000000..9d06057f8 --- /dev/null +++ b/entity disambiguation.md @@ -0,0 +1,2 @@ +# entity disambiguation + diff --git a/factored cognition hypothesis.md b/factored cognition hypothesis.md new file mode 100644 index 000000000..514b1da3d --- /dev/null +++ b/factored cognition hypothesis.md @@ -0,0 +1,2 @@ +# factored cognition hypothesis + diff --git a/fundamental theorem of finite factored sets.md b/fundamental theorem of finite factored sets.md new file mode 100644 index 000000000..385a35589 --- /dev/null +++ b/fundamental theorem of finite factored sets.md @@ -0,0 +1,2 @@ +# fundamental theorem of finite factored sets + diff --git a/journal/2021-09-18.md b/journal/2021-09-18.md index deb0226ec..662d13a23 100644 --- a/journal/2021-09-18.md +++ b/journal/2021-09-18.md @@ -1,3 +1,7 @@ # 2021-09-18 -- [[agora twitter bug]] \ No newline at end of file +- we watched [[paterson]] and liked it +- [[william carlos williams]] +- [[agora twitter bug]] +- [[movies]] +- [[typescript]] diff --git a/journal/2021-09-19.md b/journal/2021-09-19.md index 2dfe596d0..38ccd5328 100644 --- a/journal/2021-09-19.md +++ b/journal/2021-09-19.md @@ -1,4 +1,24 @@ # 2021-09-19 +- [[dan whaley]] + - had a great talk on Friday, I am thankful + - [[moloch]] +- [[loas a buda]] +- [[max tegmark]] +- [[ward cunningham]] + - "Programming is the art and craft of reasoning about the future." +- [[neil]] contributed a second FR! thank you kindly. he actually knows CSS (I hack it), which is amazing :) +- [[niplav]] + - https://social.coop/web/statuses/106958607046457880 + - [[orthogonality hypothesis]] + - [[factored cognition hypothesis]] + - [[fundamental theorem of finite factored sets]] +- [[sunday]] + - [[four pomodoros]] + - [x] [[do]] + - [x] run [[collect]] + - [ ] agora bridge api setup + - [ ] virtual host in patera + - [ ] set up node service in patera - [[watch]] - - [[L'Effondrement]] \ No newline at end of file + - [[L'Effondrement]] diff --git a/loas a buda.md b/loas a buda.md index c0b9bccf7..50b384ccd 100644 --- a/loas a buda.md +++ b/loas a buda.md @@ -1,2 +1,24 @@ -"Loas a Buda. -Loas a todas las maravillas del universo." \ No newline at end of file +``` +Loas a Buda +Loas a todas las maravillas del universo +Loas a los que se oponen a la injusticia +Loas a los que buscan el bien comĂșn +Loas a los que luchan por los oprimidos +Loas a los iluminados y bodhisattvas! +``` + +``` +Loas a Buda +Loas a todas las maravillas del universo +Loas a las que se oponen a la injusticia +Loas a las que luchan por los oprimidos +Loas a las ilustradas bodhisattvas! +``` + +``` +Loas a Budas +Loas a todes les maravilles del universo +Loas a les que se oponen a la injusticia +Loas a les que luchan por les oprimides +Loas a les ilustrades bodhisattvas! +``` \ No newline at end of file diff --git a/mathematical universe hypothesis.md b/mathematical universe hypothesis.md new file mode 100644 index 000000000..57413a677 --- /dev/null +++ b/mathematical universe hypothesis.md @@ -0,0 +1,6 @@ +# mathematical universe hypothesis + +- a [[hypothesis]] + - by [[max tegmark]] + - https://twitter.com/flancian/status/1439639226308509702 + - [[pull]] [[computable universe hypothesis]] [[finite universe hypothesis]] diff --git a/max tegmark.md b/max tegmark.md index 98e9254b7..46ddc6ad9 100644 --- a/max tegmark.md +++ b/max tegmark.md @@ -5,4 +5,5 @@ - met him because of his podcast episode with [[sam harris]] - [[wp]] https://en.wikipedia.org/wiki/Max_Tegmark - [[go]] [[wp]] + - [[loved]] [[our mathematical universe]] diff --git a/movies.md b/movies.md index 172e30851..743b92320 100644 --- a/movies.md +++ b/movies.md @@ -1,8 +1,13 @@ # Movies +- a [[list]]. + - [[paterson]] + - [[passengers]] + - [[only lovers left alive]] + - [[roma cittĂ  aperta]] - I [[like]] them but I don't watch as many as I'd like as of late. -- It's hard to make the time for them? In particular when there's so much stuff to do, and when there are so many other media fighting for our attention. -- [[series]] might be taking over, but honestly you can watch movies as if they were series perfectly fine -- just watch them in 23 minutes or 40 minutes stints. I'm not a fundamentalist. -- [[pull]] [[movie]] + - It's hard to make the time for them? In particular when there's so much stuff to do, and when there are so many other media fighting for our attention. + - [[series]] might be taking over, but honestly you can watch movies as if they were series perfectly fine -- just watch them in 23 minutes or 40 minutes stints. I'm not a fundamentalist. + - [[pull]] [[movie]] diff --git a/niplav.md b/niplav.md new file mode 100644 index 000000000..66e8a9527 --- /dev/null +++ b/niplav.md @@ -0,0 +1,12 @@ +# niplav + +- a [[person]] + - in [[schelling]] + - @niplav@schelling.pt + - https://schelling.pt/@niplav + - https://social.coop/web/accounts/270221 (my view) + - [[quote]] Tsuyoku Naritai! + - [[go]] https://niplav.github.io/ + - [[quote]] "If you take away just one thing from this website, it should be that I think you would want to sign up for [[cryonics]] after careful deliberation." + + diff --git a/orthogonality hypothesis.md b/orthogonality hypothesis.md new file mode 100644 index 000000000..c8d7959f3 --- /dev/null +++ b/orthogonality hypothesis.md @@ -0,0 +1,2 @@ +# orthogonality hypothesis + diff --git a/our mathematical universe.md b/our mathematical universe.md index 3f3a9092d..46712b2fb 100644 --- a/our mathematical universe.md +++ b/our mathematical universe.md @@ -5,4 +5,7 @@ - [[wp]] https://en.wikipedia.org/wiki/Our_Mathematical_Universe - [[go]] [[wp]] - https://twitter.com/flancian/status/1426915098950504452 + - one of my favourite books ever. listened to it as an audiobook. + - https://twitter.com/flancian/status/1439639226308509702 + - [[pull]] [[mathematical universe hypothesis]] diff --git a/paterson.md b/paterson.md new file mode 100644 index 000000000..e8563e6d2 --- /dev/null +++ b/paterson.md @@ -0,0 +1,12 @@ +# paterson + +- a [[place]]. + - [[city]] in [[new jersey]]. + - [[wp]] https://en.wikipedia.org/wiki/Paterson,_New_Jersey +- a [[movie]]. + - by [[jim jarmusch]] + - [[wp]] https://en.wikipedia.org/wiki/Paterson_(film) +- a [[book]]. + - by [[william carlos williams]] + - [[wp]] https://en.wikipedia.org/wiki/Paterson_(poem) + diff --git a/pull.md b/pull.md index 47f2692dd..9a448aa9c 100644 --- a/pull.md +++ b/pull.md @@ -1,10 +1,10 @@ # Pull - An [[action]]. -- If you use this action, it will pull the target nodes to the current context. Like so: - - [[pull]] [[pulled nodes]] -- Pulling means that the target nodes show up after the node you are visiting; and said nodes show in the [[pulled]] [[links]] section. -- There is also [[push]]. It's not currently exactly its inverse, but it's close. + - If you use this action, it will pull the target nodes to the current context. Like so: + - [[pull]] [[pulled nodes]] + - Pulling means that the target nodes show up after the node you are visiting; and said nodes show in the [[pulled]] [[links]] section. + - There is also [[push]]. It's not currently exactly its inverse, but it's close. - Pull and push might be seen as implementing, or contributing to, forms of: - [[transclusion]] - [[broadcast]] @@ -12,6 +12,7 @@ - [[canonical forms]] - [[entity disambiguation]] - [[ranking]] -- Note that in the context of a social network like the [[Agora]] [[pull]] and [[push]] can be used to implement a [[ranking algorithm]]. + - Note that in the context of a social network like the [[Agora]] [[pull]] and [[push]] can be used to implement a [[ranking algorithm]]. + - [[yt]] https://youtu.be/jiN7cb4AX-E diff --git a/schelling.md b/schelling.md index 9bcd7bd24..c67a4d163 100644 --- a/schelling.md +++ b/schelling.md @@ -1,11 +1,12 @@ # Schelling - [[go]] shelling.pt - - [[quote]] a [[schelling point]] for those who seek one -- Part of [[mastodon]]. -- [[admin]] https://schelling.pt/@locus -- [[push]] [[pee-zombie]] - - [[schelling]] https://schelling.pt/@pee_zombie - - He recommended [[moa.party]]. + - [[quote]] a [[schelling point]] for those who seek one + - [[pull]] [schelling points]] + - Part of [[mastodon]]. + - [[admin]] https://schelling.pt/@locus + - [[push]] [[pee-zombie]] + - [[schelling]] https://schelling.pt/@pee_zombie + - He recommended [[moa.party]]. diff --git a/scott alexander.md b/scott alexander.md index 5993ecb40..468e13e0d 100644 --- a/scott alexander.md +++ b/scott alexander.md @@ -1,7 +1,8 @@ # Scott Alexander - A [[person]]. -- [[writer]] [[rationalist]] [[pseudonymous]]. -- [[meditations on moloch]] influenced the [[agora]] a lot. + - [[writer]] [[rationalist]] [[pseudonymous]]. + - [[pull]] [[slate star codex]] + - [[meditations on moloch]] influenced the [[agora]]. diff --git a/the red wheelbarrow.md b/the red wheelbarrow.md new file mode 100644 index 000000000..af0c30eb8 --- /dev/null +++ b/the red wheelbarrow.md @@ -0,0 +1,4 @@ +# the red wheelbarrow + +- [[go]] https://www.poetryfoundation.org/poems/45502/the-red-wheelbarrow + diff --git a/the reed wheelbarrow.md b/the reed wheelbarrow.md new file mode 100644 index 000000000..04982be79 --- /dev/null +++ b/the reed wheelbarrow.md @@ -0,0 +1,2 @@ +# the reed wheelbarrow + diff --git a/typescript.md b/typescript.md index ca6638d70..7e1253717 100644 --- a/typescript.md +++ b/typescript.md @@ -1,5 +1,11 @@ # Typescript -- A language I don't know built as a patch to another language I know little/badly (JS). -- But I think I need to learn client coding, so there you go; TS it is (for now). -- [[Coding Projects]]: + +- A [[language]] + - A language I don't know it very well built to replace or complement another language I know little/badly/in an old school way (JS). + - But I think I need to learn client side coding, so there you go; TS it is. + - I started a 20% contribution at the day job in [[typescript]] and I learnt a bit; I liked what I learnt. It's a better javascript with what I would call solid type inference (unsure if that's the right technical term though, need to review.) + - [[clojurescript]] could be an alternative. It is [[cojure]] for the browser. I started learning [[clojure]]. I start doing many things :) + - [[agora ext]] uses [[typescript]]. + - [[agora bridge api]] uses [[typescript]]. + - [[agora server]] uses [[typescript]] for it's client side code. diff --git a/ward cunningham.md b/ward cunningham.md index 9b1308599..903fca096 100644 --- a/ward cunningham.md +++ b/ward cunningham.md @@ -1,10 +1,12 @@ # Ward Cunningham - A [[person]]. -- [[twitter]] https://twitter.com/wardcunningham -- The [[OG]]. -- The inventor of the [[wiki]]. -- See also: [[c2]]. + - [[programmer]] [[hacker]] + - [[twitter]] https://twitter.com/wardcunningham + - The inventor of the [[wiki]]. + - The [[OG]]. + - [[fedwiki]] + - [[pull]] [[c2]]. ## [[social-knowledge-graphs-discussion]] diff --git a/weekly review.md b/weekly review.md new file mode 100644 index 000000000..8bc92f114 --- /dev/null +++ b/weekly review.md @@ -0,0 +1,4 @@ +# weekly review + +- [[pull]] [[weekly review]] + diff --git a/william carlos williams.md b/william carlos williams.md new file mode 100644 index 000000000..8076bea0e --- /dev/null +++ b/william carlos williams.md @@ -0,0 +1,10 @@ +# william carlos williams + +- a [[person]] + - [[poet]] [[writer]] [[physician]] + - [[poetry foundation]] https://www.poetryfoundation.org/poets/william-carlos-williams + - [[wp]] https://en.wikipedia.org/wiki/William_Carlos_Williams + - [[paterson]] + - [[the red wheelbarrow]] + - [[between walls]] +